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

Issue 1915083002: [Android,MediaFling] Create and register the notification object early (Closed)

Created:
4 years, 8 months ago by whywhat
Modified:
4 years, 8 months ago
Reviewers:
aberent
CC:
chromium-reviews, feature-media-reviews_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android,MediaFling] Create and register the notification object early BUG=604564 TEST=manual This way the CastNotificationContol gets the title change updates before its shown for the first time. Committed: https://crrev.com/df9018ebecb9b6588c7e89af9781438d466753e0 Cr-Commit-Position: refs/heads/master@{#389773}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add extra checks and updates #

Total comments: 2

Patch Set 3 : Fix notification not hiding #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -7 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java View 1 2 4 chunks +11 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/media/remote/DefaultMediaRouteController.java View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 28 (9 generated)
whywhat
PTaL
4 years, 8 months ago (2016-04-25 15:22:17 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1915083002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1915083002/1
4 years, 8 months ago (2016-04-25 15:22:28 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/127098) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 8 months ago (2016-04-25 15:28:37 UTC) #6
aberent
https://codereview.chromium.org/1915083002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java (right): https://codereview.chromium.org/1915083002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java#newcode163 chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java:163: mChromeVideoActivity.get(), controller); Do you really want to show the ...
4 years, 8 months ago (2016-04-25 16:39:57 UTC) #7
whywhat
https://codereview.chromium.org/1915083002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java (right): https://codereview.chromium.org/1915083002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java#newcode163 chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java:163: mChromeVideoActivity.get(), controller); On 2016/04/25 at 16:39:57, aberent wrote: > ...
4 years, 8 months ago (2016-04-25 20:20:03 UTC) #8
whywhat
Add extra checks and updates
4 years, 8 months ago (2016-04-26 11:02:06 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1915083002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1915083002/20001
4 years, 8 months ago (2016-04-26 11:02:38 UTC) #11
whywhat
PTAL
4 years, 8 months ago (2016-04-26 11:03:11 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-26 11:49:00 UTC) #14
aberent
https://codereview.chromium.org/1915083002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java (right): https://codereview.chromium.org/1915083002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java#newcode188 chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java:188: hide(); As discussed this looks strange. From what you ...
4 years, 8 months ago (2016-04-26 12:23:40 UTC) #15
aberent
4 years, 8 months ago (2016-04-26 12:23:43 UTC) #16
whywhat
Fix notification not hiding
4 years, 8 months ago (2016-04-26 12:57:30 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1915083002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1915083002/40001
4 years, 8 months ago (2016-04-26 12:59:25 UTC) #19
whywhat
PTaL https://codereview.chromium.org/1915083002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java (right): https://codereview.chromium.org/1915083002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java#newcode188 chrome/android/java/src/org/chromium/chrome/browser/media/remote/CastNotificationControl.java:188: hide(); On 2016/04/26 at 12:23:40, aberent wrote: > ...
4 years, 8 months ago (2016-04-26 13:00:46 UTC) #20
aberent
lgtm
4 years, 8 months ago (2016-04-26 13:16:47 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-26 13:40:04 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1915083002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1915083002/40001
4 years, 8 months ago (2016-04-26 13:44:51 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-26 13:49:08 UTC) #26
commit-bot: I haz the power
4 years, 8 months ago (2016-04-26 13:51:52 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/df9018ebecb9b6588c7e89af9781438d466753e0
Cr-Commit-Position: refs/heads/master@{#389773}

Powered by Google App Engine
This is Rietveld 408576698