Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(355)

Issue 11348199: Free (and pause) audio resources when getting a phone call (Closed)

Created:
8 years, 1 month ago by Miguel Garcia
Modified:
8 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@input_color
Visibility:
Public.

Description

Free (and pause) audio resources when getting a phone call BUG=121898 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=169922

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Fix java style nits #

Patch Set 4 : #

Total comments: 14

Patch Set 5 : Applied review comments #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 2

Patch Set 8 : #

Total comments: 9

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -14 lines) Patch
M chrome/android/testshell/java/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/media_player_manager_android.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/media_player_manager_android.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -0 lines 0 comments Download
M content/shell/android/java/AndroidManifest.xml View 1 chunk +1 line, -0 lines 0 comments Download
M media/base/android/java/src/org/chromium/media/MediaPlayerListener.java View 1 2 3 4 6 chunks +42 lines, -10 lines 0 comments Download
M media/base/android/media_player_bridge.h View 4 chunks +7 lines, -1 line 0 comments Download
M media/base/android/media_player_bridge.cc View 3 chunks +11 lines, -1 line 0 comments Download
M media/base/android/media_player_listener.h View 2 chunks +4 lines, -0 lines 0 comments Download
M media/base/android/media_player_listener.cc View 1 2 3 4 5 6 7 8 2 chunks +19 lines, -2 lines 0 comments Download
M webkit/media/android/webmediaplayer_in_process_android.h View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/media/android/webmediaplayer_in_process_android.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
qinmin
https://codereview.chromium.org/11348199/diff/7001/.gitmodules File .gitmodules (left): https://codereview.chromium.org/11348199/diff/7001/.gitmodules#oldcode2 .gitmodules:2: path = breakpad/src Why is this file included in ...
8 years ago (2012-11-23 23:46:38 UTC) #1
Miguel Garcia
Thanks for the quick review! https://codereview.chromium.org/11348199/diff/7001/.gitmodules File .gitmodules (left): https://codereview.chromium.org/11348199/diff/7001/.gitmodules#oldcode2 .gitmodules:2: path = breakpad/src On ...
8 years ago (2012-11-26 10:37:50 UTC) #2
qinmin
https://codereview.chromium.org/11348199/diff/5012/content/browser/android/media_player_manager_android.cc File content/browser/android/media_player_manager_android.cc (right): https://codereview.chromium.org/11348199/diff/5012/content/browser/android/media_player_manager_android.cc#newcode228 content/browser/android/media_player_manager_android.cc:228: routing_id(), fullscreen_player_id_)); should be player_id, or otherwise, it will ...
8 years ago (2012-11-26 15:02:20 UTC) #3
Miguel Garcia
https://codereview.chromium.org/11348199/diff/5012/content/browser/android/media_player_manager_android.cc File content/browser/android/media_player_manager_android.cc (right): https://codereview.chromium.org/11348199/diff/5012/content/browser/android/media_player_manager_android.cc#newcode228 content/browser/android/media_player_manager_android.cc:228: routing_id(), fullscreen_player_id_)); Thanks for noticing, changed now. On 2012/11/26 ...
8 years ago (2012-11-26 15:42:28 UTC) #4
qinmin
lgtm
8 years ago (2012-11-26 18:48:41 UTC) #5
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years ago (2012-11-26 18:58:02 UTC) #6
Miguel Garcia
Aaron, Yaron can you have a look? I need Owners approval in the different directories. ...
8 years ago (2012-11-26 19:07:49 UTC) #7
Yaron
https://chromiumcodereview.appspot.com/11348199/diff/12002/chrome/android/testshell/java/AndroidManifest.xml File chrome/android/testshell/java/AndroidManifest.xml (right): https://chromiumcodereview.appspot.com/11348199/diff/12002/chrome/android/testshell/java/AndroidManifest.xml#newcode70 chrome/android/testshell/java/AndroidManifest.xml:70: <uses-permission android:name="android.permission.READ_PHONE_STATE"/> Nit: sort https://chromiumcodereview.appspot.com/11348199/diff/12002/content/browser/android/media_player_manager_android.cc File content/browser/android/media_player_manager_android.cc (right): https://chromiumcodereview.appspot.com/11348199/diff/12002/content/browser/android/media_player_manager_android.cc#newcode227 ...
8 years ago (2012-11-27 05:58:00 UTC) #8
Miguel Garcia
https://chromiumcodereview.appspot.com/11348199/diff/12002/chrome/android/testshell/java/AndroidManifest.xml File chrome/android/testshell/java/AndroidManifest.xml (right): https://chromiumcodereview.appspot.com/11348199/diff/12002/chrome/android/testshell/java/AndroidManifest.xml#newcode70 chrome/android/testshell/java/AndroidManifest.xml:70: <uses-permission android:name="android.permission.READ_PHONE_STATE"/> On 2012/11/27 05:58:00, Yaron wrote: > Nit: ...
8 years ago (2012-11-27 17:24:06 UTC) #9
Yaron
lgtm https://chromiumcodereview.appspot.com/11348199/diff/12002/media/base/android/java/src/org/chromium/media/MediaPlayerListener.java File media/base/android/java/src/org/chromium/media/MediaPlayerListener.java (right): https://chromiumcodereview.appspot.com/11348199/diff/12002/media/base/android/java/src/org/chromium/media/MediaPlayerListener.java#newcode20 media/base/android/java/src/org/chromium/media/MediaPlayerListener.java:20: class MediaPlayerListener extends PhoneStateListener implements MediaPlayer.OnPreparedListener, On 2012/11/27 ...
8 years ago (2012-11-27 18:12:25 UTC) #10
Miguel Garcia
Thanks Yaron, Ami can you have a look? I need owners approval for webkit/media/android/webmediaplayer_in_process_android.h and ...
8 years ago (2012-11-27 18:40:01 UTC) #11
Ami GONE FROM CHROMIUM
webkit/media/android OWNERS lgtm. Please copy media/base/android/OWNERS into w/m/a/OWNERS (in another CL, obvs).
8 years ago (2012-11-27 18:43:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/11348199/7004
8 years ago (2012-11-27 18:51:30 UTC) #13
Yaron
Min should really be owner there and in media/base/android but he's not committer yet. Just ...
8 years ago (2012-11-27 18:55:19 UTC) #14
Miguel Garcia
On 2012/11/27 18:55:19, Yaron wrote: > Min should really be owner there and in media/base/android ...
8 years ago (2012-11-27 19:01:16 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/miguelg@chromium.org/11348199/7004
8 years ago (2012-11-28 10:02:54 UTC) #16
commit-bot: I haz the power
8 years ago (2012-11-28 14:14:59 UTC) #17
Message was sent while issue was closed.
Change committed as 169922

Powered by Google App Engine
This is Rietveld 408576698