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

Issue 928643003: Upstream Chrome for Android Cast. (Closed)

Created:
5 years, 10 months ago by aberent
Modified:
5 years, 9 months ago
CC:
aurimas (slooooooooow), chromium-reviews, feature-media-reviews_chromium.org, mcasas+watch_chromium.org, posciak+watch_chromium.org, wjia+watch_chromium.org, xhwang
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream Chrome for Android Cast. This upstreams all of Chrome for Android's cast code with the exception of: 1. The YouTube support code. 2. The id of the Chrome cast receiver. The YouTube support code and the id of Chrome cast receiver have to remain proprietory due to licencing restrictions. The tests will be upstreamed seperately, but need further work to make them independent of other downstream code. BUG=315088 Committed: https://crrev.com/76097722a9e8577767a1d21a4a6b98ca322bfa7b Cr-Commit-Position: refs/heads/master@{#322569}

Patch Set 1 #

Total comments: 47

Patch Set 2 : Fix Anton's nits etc. #

Patch Set 3 : Get up to date with downstream, and fix some presubmit issues #

Patch Set 4 : Add DEPS files #

Patch Set 5 : Add missing resource, allowing casting from Chrome Shell #

Total comments: 69

Patch Set 6 : Move creation of third_party/android_media to a seperate CL. #

Patch Set 7 : Changes for bauerb@'s and scherkus@'s comments #

Total comments: 14

Patch Set 8 : Fix GN build, and remove need for ChromeMediaRouterNotificationDialog.java #

Patch Set 9 : Fix chrome.gyp dependencies #

Total comments: 23

Patch Set 10 : Fixes in response to outstanding comments #

Patch Set 11 : Fix preserving position when switching to local playback #

Total comments: 2

Patch Set 12 : Fix missing dependency #

Patch Set 13 : Fix xhwang@'s nit #

Patch Set 14 : Fix dependencies (second attempt). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6727 lines, -11 lines) Patch
M chrome/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/android/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
A chrome/android/java/res/drawable-hdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_cast_dark_off.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_cast_dark_on.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_notification_media_route.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_cast_dark_off.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_cast_dark_on.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_notification_media_route.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-v19/notification_icon_bg.xml View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/android/java/res/drawable-v21/notification_icon_bg.xml View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/android/java/res/drawable-xhdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_cast_dark_off.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_cast_dark_on.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_notification_media_route.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_cast_dark_off.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_cast_dark_on.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_notification_media_route.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi-v21/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi-v21/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi-v21/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_notification_media_route.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_vidcontrol_pause.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_vidcontrol_play.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/ic_vidcontrol_stop.png View Binary file 0 comments Download
A chrome/android/java/res/drawable/ic_cast_dark_chrome.xml View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download
A + chrome/android/java/res/layout/cast_controller_media_route_button.xml View 1 chunk +7 lines, -8 lines 0 comments Download
A chrome/android/java/res/layout/expanded_cast_controller.xml View 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/remote_notification_bar.xml View 1 2 3 4 5 6 7 8 9 1 chunk +101 lines, -0 lines 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 2 3 4 5 6 7 8 9 1 chunk +19 lines, -1 line 0 comments Download
M chrome/android/java/res/values-v21/styles.xml View 1 2 3 4 5 6 7 1 chunk +11 lines, -1 line 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/values.xml View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java View 1 2 3 4 5 6 7 8 9 1 chunk +582 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/ChromeMediaRouteDialogFactory.java View 1 2 3 4 5 6 7 1 chunk +96 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/DefaultMediaRouteController.java View 1 2 3 4 5 6 7 8 9 10 1 chunk +1101 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/ExpandedControllerActivity.java View 1 2 3 4 5 6 1 chunk +353 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/FullscreenMediaRouteButton.java View 1 2 3 4 5 6 7 8 9 1 chunk +77 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControl.java View 1 2 3 4 5 6 7 8 9 1 chunk +182 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV14.java View 1 2 3 4 5 6 7 1 chunk +234 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java View 1 2 3 4 5 6 7 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV18.java View 1 2 3 4 5 6 7 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/MediaRouteController.java View 1 2 3 4 5 6 7 8 9 1 chunk +308 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/MediaUrlResolver.java View 1 2 3 4 5 6 7 8 9 1 chunk +168 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/NotificationTransportControl.java View 1 2 3 4 5 6 7 8 9 1 chunk +629 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/RecordCastAction.java View 1 1 chunk +90 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerBridge.java View 1 2 3 4 5 6 7 8 9 1 chunk +344 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteMediaPlayerController.java View 1 2 3 4 5 6 7 8 9 1 chunk +450 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemotePlaybackSettings.java View 1 2 3 4 5 6 7 8 9 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/RemoteVideoInfo.java View 1 2 3 4 5 6 7 8 9 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/media/remote/TransportControl.java View 1 2 3 4 5 6 7 8 9 1 chunk +185 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +48 lines, -0 lines 0 comments Download
M chrome/android/shell/java/AndroidManifest.xml.jinja2 View 1 2 3 4 5 6 7 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/app/android/DEPS View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/app/android/chrome_main_delegate_android.cc View 1 2 3 4 5 6 3 chunks +18 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -0 lines 0 comments Download
A chrome/browser/media/android/remote/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +16 lines, -0 lines 0 comments Download
A + chrome/browser/media/android/remote/OWNERS View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/media/android/remote/record_cast_action.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/media/android/remote/record_cast_action.cc View 1 2 3 4 5 6 1 chunk +108 lines, -0 lines 0 comments Download
A chrome/browser/media/android/remote/remote_media_player_bridge.h View 1 2 3 4 5 6 1 chunk +154 lines, -0 lines 0 comments Download
A chrome/browser/media/android/remote/remote_media_player_bridge.cc View 1 2 3 4 5 6 7 8 9 1 chunk +512 lines, -0 lines 0 comments Download
A chrome/browser/media/android/remote/remote_media_player_manager.h View 1 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/browser/media/android/remote/remote_media_player_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +310 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/media/android/browser_media_player_manager.cc View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 79 (29 generated)
aberent
For information. Not yet ready for full review. Known issues: - OWNER files needed for ...
5 years, 10 months ago (2015-02-19 16:04:02 UTC) #1
aberent
5 years, 10 months ago (2015-02-19 16:05:45 UTC) #3
whywhat
https://codereview.chromium.org/928643003/diff/1/chrome/android/java/res/drawable-v21/notification_icon_bg.xml File chrome/android/java/res/drawable-v21/notification_icon_bg.xml (right): https://codereview.chromium.org/928643003/diff/1/chrome/android/java/res/drawable-v21/notification_icon_bg.xml#newcode11 chrome/android/java/res/drawable-v21/notification_icon_bg.xml:11: <solid android:color="@color/light_active_color" /> you seem to have changed this ...
5 years, 10 months ago (2015-02-25 16:31:32 UTC) #4
aberent
Replies to comments that are not simply nits. No code changes uploaded yet. https://codereview.chromium.org/928643003/diff/1/chrome/android/java/res/drawable-v21/notification_icon_bg.xml File ...
5 years, 9 months ago (2015-03-10 18:46:47 UTC) #5
aberent
https://codereview.chromium.org/928643003/diff/1/chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java (right): https://codereview.chromium.org/928643003/diff/1/chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java#newcode173 chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java:173: /** On 2015/02/25 16:31:31, whywhat wrote: > nit: Lost ...
5 years, 9 months ago (2015-03-11 18:29:58 UTC) #6
whywhat
lgtm % the color question that I defer to Aurimas. +Aurimas https://codereview.chromium.org/928643003/diff/1/chrome/android/java/res/drawable-v21/notification_icon_bg.xml File chrome/android/java/res/drawable-v21/notification_icon_bg.xml (right): ...
5 years, 9 months ago (2015-03-11 18:33:48 UTC) #7
aurimas (slooooooooow)
On 2015/03/11 at 18:33:48, avayvod wrote: > lgtm % the color question that I defer ...
5 years, 9 months ago (2015-03-11 18:36:23 UTC) #8
aberent
Now ready for full review: avayvod@ - please (continue to) review against downstream. qinmin@ - ...
5 years, 9 months ago (2015-03-12 18:14:49 UTC) #11
aberent
bauerb@chromium.org: Please review changes in chrome/android/java as OWNER
5 years, 9 months ago (2015-03-12 18:22:41 UTC) #13
aberent
yfriedman@chromium.org: Please review changes, as OWNER, in chrome/app scherkus@chromium.org: Please review changes, as OWNER, in ...
5 years, 9 months ago (2015-03-12 18:46:11 UTC) #16
Yaron
FYI I think Min is out for a bit https://codereview.chromium.org/928643003/diff/100001/chrome/app/android/DEPS File chrome/app/android/DEPS (right): https://codereview.chromium.org/928643003/diff/100001/chrome/app/android/DEPS#newcode2 chrome/app/android/DEPS:2: ...
5 years, 9 months ago (2015-03-12 19:02:11 UTC) #17
scherkus (not reviewing)
few nits and questions https://codereview.chromium.org/928643003/diff/100001/chrome/browser/media/android/remote/DEPS File chrome/browser/media/android/remote/DEPS (right): https://codereview.chromium.org/928643003/diff/100001/chrome/browser/media/android/remote/DEPS#newcode2 chrome/browser/media/android/remote/DEPS:2: # Fix layering violation crbug.com/396828 ...
5 years, 9 months ago (2015-03-12 19:15:04 UTC) #18
aberent
Here are my replies to the comments on laying violations. In brief these will be ...
5 years, 9 months ago (2015-03-12 20:02:08 UTC) #19
Yaron
unfortunately, I don't know more than you about when he'll be back https://codereview.chromium.org/928643003/diff/100001/chrome/browser/media/android/remote/remote_media_player_bridge.cc File chrome/browser/media/android/remote/remote_media_player_bridge.cc ...
5 years, 9 months ago (2015-03-12 20:30:51 UTC) #20
cpu_(ooo_6.6-7.5)
I assume you want my review for third party. If so I strongly suggest you ...
5 years, 9 months ago (2015-03-12 20:31:15 UTC) #21
Yaron
chrome/app/android lgtm
5 years, 9 months ago (2015-03-12 20:31:50 UTC) #22
aberent
On 2015/03/12 20:31:15, cpu wrote: > I assume you want my review for third party. ...
5 years, 9 months ago (2015-03-13 09:29:30 UTC) #23
aberent
jln@ - Please approve, as OWNER, "new" (actually moved from downstream) dependency on media_player_messages_android.h
5 years, 9 months ago (2015-03-13 09:41:29 UTC) #26
aberent
jln@ - Please approve, as OWNER, "new" (actually moved from downstream) dependency on media_player_messages_android.h
5 years, 9 months ago (2015-03-13 09:41:34 UTC) #27
Bernhard Bauer
This is a pretty big CL, so it might be that I missed some things ...
5 years, 9 months ago (2015-03-13 12:18:03 UTC) #28
aberent
https://codereview.chromium.org/928643003/diff/100001/chrome/android/java/res/layout/remote_notification_bar.xml File chrome/android/java/res/layout/remote_notification_bar.xml (right): https://codereview.chromium.org/928643003/diff/100001/chrome/android/java/res/layout/remote_notification_bar.xml#newcode2 chrome/android/java/res/layout/remote_notification_bar.xml:2: On 2015/03/13 12:18:01, Bernhard Bauer wrote: > Use the ...
5 years, 9 months ago (2015-03-13 19:04:36 UTC) #29
aberent
Yaron - Bernhard has gone on vacation for the next week. Are you able to ...
5 years, 9 months ago (2015-03-13 19:13:02 UTC) #31
whywhat
Upstream vs downstream LGTM https://codereview.chromium.org/928643003/diff/140001/chrome/android/java/res/values-v21/styles.xml File chrome/android/java/res/values-v21/styles.xml (right): https://codereview.chromium.org/928643003/diff/140001/chrome/android/java/res/values-v21/styles.xml#newcode62 chrome/android/java/res/values-v21/styles.xml:62: <!-- Note: the values below ...
5 years, 9 months ago (2015-03-13 19:25:48 UTC) #32
Bernhard Bauer
https://codereview.chromium.org/928643003/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java (right): https://codereview.chromium.org/928643003/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java#newcode15 chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java:15: @TargetApi(16) On 2015/03/13 19:04:35, aberent wrote: > On 2015/03/13 ...
5 years, 9 months ago (2015-03-13 20:55:46 UTC) #33
aberent
https://codereview.chromium.org/928643003/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java (right): https://codereview.chromium.org/928643003/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java#newcode15 chrome/android/java/src/org/chromium/chrome/browser/media/remote/LockScreenTransportControlV16.java:15: @TargetApi(16) On 2015/03/13 20:55:45, Bernhard (OOO until Mar 23) ...
5 years, 9 months ago (2015-03-17 21:33:52 UTC) #36
aberent
thestig@ - Please review, as OWNER, my changes to chrome/chrome.gyp.
5 years, 9 months ago (2015-03-17 21:41:41 UTC) #38
aberent
5 years, 9 months ago (2015-03-17 21:42:12 UTC) #40
Lei Zhang
On 2015/03/17 21:41:41, aberent wrote: > thestig@ - Please review, as OWNER, my changes to ...
5 years, 9 months ago (2015-03-17 22:17:17 UTC) #41
aberent
On 2015/03/17 22:17:17, Lei Zhang wrote: > On 2015/03/17 21:41:41, aberent wrote: > > thestig@ ...
5 years, 9 months ago (2015-03-18 11:45:31 UTC) #42
Lei Zhang
gyp/gn files lgtm https://codereview.chromium.org/928643003/diff/180001/chrome/chrome.gyp File chrome/chrome.gyp (right): https://codereview.chromium.org/928643003/diff/180001/chrome/chrome.gyp#newcode632 chrome/chrome.gyp:632: '../media/media.gyp:media_java', alphabetical order please
5 years, 9 months ago (2015-03-18 17:27:41 UTC) #43
jln (very slow on Chromium)
On 2015/03/13 09:41:34, aberent wrote: > jln@ - Please approve, as OWNER, "new" (actually moved ...
5 years, 9 months ago (2015-03-18 18:09:15 UTC) #44
aberent
Ping! Still looking for review comments and/or lgtm from at least qinmin@, aurimus@ and scherkus@
5 years, 9 months ago (2015-03-20 12:06:04 UTC) #45
aurimas (slooooooooow)
chrome/android/java/res/* LGTM % nits https://chromiumcodereview.appspot.com/928643003/diff/180001/chrome/android/java/res/drawable/ic_cast_dark.xml File chrome/android/java/res/drawable/ic_cast_dark.xml (right): https://chromiumcodereview.appspot.com/928643003/diff/180001/chrome/android/java/res/drawable/ic_cast_dark.xml#newcode2 chrome/android/java/res/drawable/ic_cast_dark.xml:2: <!-- Copyright (c) 2013 The ...
5 years, 9 months ago (2015-03-20 16:34:06 UTC) #46
qinmin
https://codereview.chromium.org/928643003/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java (right): https://codereview.chromium.org/928643003/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java#newcode61 chrome/android/java/src/org/chromium/chrome/browser/media/remote/AbstractMediaRouteController.java:61: if (mDebug) Log.d(TAG, "Added route " + route.getName() + ...
5 years, 9 months ago (2015-03-20 19:35:47 UTC) #49
aberent
https://codereview.chromium.org/928643003/diff/180001/chrome/android/java/res/drawable/ic_cast_dark.xml File chrome/android/java/res/drawable/ic_cast_dark.xml (right): https://codereview.chromium.org/928643003/diff/180001/chrome/android/java/res/drawable/ic_cast_dark.xml#newcode2 chrome/android/java/res/drawable/ic_cast_dark.xml:2: <!-- Copyright (c) 2013 The Chromium Authors. All rights ...
5 years, 9 months ago (2015-03-23 17:35:31 UTC) #50
whywhat
https://codereview.chromium.org/928643003/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/FullscreenMediaRouteButton.java File chrome/android/java/src/org/chromium/chrome/browser/media/remote/FullscreenMediaRouteButton.java (right): https://codereview.chromium.org/928643003/diff/180001/chrome/android/java/src/org/chromium/chrome/browser/media/remote/FullscreenMediaRouteButton.java#newcode46 chrome/android/java/src/org/chromium/chrome/browser/media/remote/FullscreenMediaRouteButton.java:46: if (wasEnabled == enabled) return; On 2015/03/23 17:35:31, aberent ...
5 years, 9 months ago (2015-03-23 17:46:36 UTC) #51
qinmin
lgtm
5 years, 9 months ago (2015-03-23 18:34:54 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928643003/220001
5 years, 9 months ago (2015-03-26 21:07:12 UTC) #55
commit-bot: I haz the power
All required reviewers (with asterisk prefixes) have not yet approved this CL. No LGTM from ...
5 years, 9 months ago (2015-03-26 21:07:17 UTC) #57
aberent
xhwang@ - Can you approve my new dependency on content/common/media/media_player_messages_android.h so that I can then ...
5 years, 9 months ago (2015-03-26 21:19:24 UTC) #59
xhwang
deps on content/common/media/media_player_messages_android.h lgtm https://codereview.chromium.org/928643003/diff/220001/chrome/browser/media/android/remote/DEPS File chrome/browser/media/android/remote/DEPS (right): https://codereview.chromium.org/928643003/diff/220001/chrome/browser/media/android/remote/DEPS#newcode7 chrome/browser/media/android/remote/DEPS:7: # Fix layering violation crbug.com/396828 ...
5 years, 9 months ago (2015-03-26 21:29:36 UTC) #61
jln (very slow on Chromium)
On 2015/03/26 21:29:36, xhwang wrote: > deps on content/common/media/media_player_messages_android.h lgtm lgtm rubberstamp
5 years, 9 months ago (2015-03-26 22:07:26 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928643003/220001
5 years, 9 months ago (2015-03-27 09:02:19 UTC) #64
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/48059)
5 years, 9 months ago (2015-03-27 10:51:04 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928643003/240001
5 years, 9 months ago (2015-03-27 11:07:50 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928643003/260001
5 years, 9 months ago (2015-03-27 11:16:08 UTC) #73
aberent
https://codereview.chromium.org/928643003/diff/220001/chrome/browser/media/android/remote/DEPS File chrome/browser/media/android/remote/DEPS (right): https://codereview.chromium.org/928643003/diff/220001/chrome/browser/media/android/remote/DEPS#newcode7 chrome/browser/media/android/remote/DEPS:7: # Fix layering violation crbug.com/396828 On 2015/03/26 21:29:35, xhwang ...
5 years, 9 months ago (2015-03-27 11:16:43 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/928643003/280001
5 years, 9 months ago (2015-03-27 12:08:39 UTC) #77
commit-bot: I haz the power
Committed patchset #14 (id:280001)
5 years, 9 months ago (2015-03-27 13:37:13 UTC) #78
commit-bot: I haz the power
5 years, 9 months ago (2015-03-27 13:38:06 UTC) #79
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/76097722a9e8577767a1d21a4a6b98ca322bfa7b
Cr-Commit-Position: refs/heads/master@{#322569}

Powered by Google App Engine
This is Rietveld 408576698