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

Issue 1027253004: Add Media Router route-details. (Closed)

Created:
5 years, 9 months ago by apacible
Modified:
5 years, 7 months ago
CC:
chromium-reviews, media-router+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Media Router route-details. This custom polymer element shows some information from media that is currently cast to a device. It is styled after the current cast extension's route details view. BUG=464222 Committed: https://crrev.com/0aadb1da6531a92db44ebb34874c3932db25a9ba Cr-Commit-Position: refs/heads/master@{#327332}

Patch Set 1 : #

Total comments: 18

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Rebase #

Patch Set 4 : #

Total comments: 7

Patch Set 5 : Rebase #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : Rebase #

Messages

Total messages: 31 (14 generated)
apacible
PTAL, thanks! TODO: Strings need to be localized; i18n for polymer under investigation. Screenshots: - ...
5 years, 8 months ago (2015-04-08 00:57:24 UTC) #7
michaelpg
https://codereview.chromium.org/1027253004/diff/100001/chrome/browser/resources/media_router/elements/route-details/route_details.css File chrome/browser/resources/media_router/elements/route-details/route_details.css (right): https://codereview.chromium.org/1027253004/diff/100001/chrome/browser/resources/media_router/elements/route-details/route_details.css#newcode14 chrome/browser/resources/media_router/elements/route-details/route_details.css:14: -webkit-padding-start: 10px; can we avoid some of this duplicationt? ...
5 years, 8 months ago (2015-04-08 06:00:17 UTC) #8
apacible
https://codereview.chromium.org/1027253004/diff/100001/chrome/browser/resources/media_router/elements/route-details/route_details.css File chrome/browser/resources/media_router/elements/route-details/route_details.css (right): https://codereview.chromium.org/1027253004/diff/100001/chrome/browser/resources/media_router/elements/route-details/route_details.css#newcode14 chrome/browser/resources/media_router/elements/route-details/route_details.css:14: -webkit-padding-start: 10px; On 2015/04/08 06:00:17, michaelpg wrote: > can ...
5 years, 8 months ago (2015-04-08 18:25:48 UTC) #9
James Hawkins
https://codereview.chromium.org/1027253004/diff/120001/chrome/browser/resources/media_router/elements/route-details/route_details.css File chrome/browser/resources/media_router/elements/route-details/route_details.css (right): https://codereview.chromium.org/1027253004/diff/120001/chrome/browser/resources/media_router/elements/route-details/route_details.css#newcode17 chrome/browser/resources/media_router/elements/route-details/route_details.css:17: color: #7d7d7d; nit: Use either #rgb or rgb() consistently ...
5 years, 8 months ago (2015-04-08 19:02:36 UTC) #10
apacible
FYI -- holding off on this CL until we have localization for Media Router done. ...
5 years, 8 months ago (2015-04-08 20:02:02 UTC) #12
mark a. foltz
https://codereview.chromium.org/1027253004/diff/180001/chrome/browser/resources/media_router/elements/route-details/route_details.css File chrome/browser/resources/media_router/elements/route-details/route_details.css (right): https://codereview.chromium.org/1027253004/diff/180001/chrome/browser/resources/media_router/elements/route-details/route_details.css#newcode33 chrome/browser/resources/media_router/elements/route-details/route_details.css:33: button { Is this duplicate with the button class ...
5 years, 8 months ago (2015-04-08 22:24:54 UTC) #13
mark a. foltz
https://codereview.chromium.org/1027253004/diff/180001/chrome/browser/resources/media_router/elements/route-details/route_details.css File chrome/browser/resources/media_router/elements/route-details/route_details.css (right): https://codereview.chromium.org/1027253004/diff/180001/chrome/browser/resources/media_router/elements/route-details/route_details.css#newcode33 chrome/browser/resources/media_router/elements/route-details/route_details.css:33: button { This is what I was thinking of. ...
5 years, 8 months ago (2015-04-08 22:26:27 UTC) #14
mark a. foltz
Just checking - can this be picked up again?
5 years, 8 months ago (2015-04-21 20:49:28 UTC) #15
apacible
On 2015/04/21 20:49:28, mark a. foltz wrote: > Just checking - can this be picked ...
5 years, 8 months ago (2015-04-21 20:52:27 UTC) #16
apacible
mfoltz@ has a CL out with our resource/string providers to land the first part of ...
5 years, 8 months ago (2015-04-24 18:29:08 UTC) #20
mark a. foltz
lgtm % a couple of minor comments https://codereview.chromium.org/1027253004/diff/280001/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html File chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html (right): https://codereview.chromium.org/1027253004/diff/280001/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html#newcode5 chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html:5: <link rel="stylesheet" ...
5 years, 8 months ago (2015-04-24 20:46:59 UTC) #21
apacible
https://codereview.chromium.org/1027253004/diff/280001/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html File chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html (right): https://codereview.chromium.org/1027253004/diff/280001/chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html#newcode5 chrome/browser/resources/media_router/elements/issue_banner/issue_banner.html:5: <link rel="stylesheet" href="../../media_router_common.css"> On 2015/04/24 20:46:59, mark a. foltz ...
5 years, 8 months ago (2015-04-24 21:02:35 UTC) #22
apacible
mfoltz landed his patch earlier today. Just rebased with his changes.
5 years, 7 months ago (2015-04-27 23:32:06 UTC) #25
James Hawkins
lgtm
5 years, 7 months ago (2015-04-28 17:32:57 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027253004/360001
5 years, 7 months ago (2015-04-28 17:36:55 UTC) #29
commit-bot: I haz the power
Committed patchset #8 (id:360001)
5 years, 7 months ago (2015-04-28 18:24:44 UTC) #30
commit-bot: I haz the power
5 years, 7 months ago (2015-04-28 18:25:50 UTC) #31
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/0aadb1da6531a92db44ebb34874c3932db25a9ba
Cr-Commit-Position: refs/heads/master@{#327332}

Powered by Google App Engine
This is Rietveld 408576698