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

Issue 1066683008: These data structures support the Media Router Dialog webui. (Closed)

Created:
5 years, 8 months ago by mark a. foltz
Modified:
5 years, 8 months ago
Reviewers:
apacible, James Hawkins
CC:
chromium-reviews, media-router+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

These data structures support the Media Router Dialog webui. media_cast_mode.{cc,h} A cast mode represents one way that the current WebContents (i.e., tab) may be presented to a media sink. media_sink_with_cast_modes.{cc,h} Contains information on a MediaSink and the set of cast modes it is compatible with. Also includes strings, unit tests and .gyp/.gn updates. BUG=464208 Committed: https://crrev.com/d6185128f992fb93bde77718c36a1cd8aec58dd9 Cr-Commit-Position: refs/heads/master@{#326962}

Patch Set 1 #

Patch Set 2 : Remove sources not yet in the patch. #

Patch Set 3 : Remove missing sources from chrome_tests_unit.gypi #

Patch Set 4 : Rebase chrome_browser_ui.gypi #

Patch Set 5 : Fix bad merge #

Patch Set 6 : Fix chrome/browser/ui/BUILD.gn #

Patch Set 7 : Fix BUILD.gn #

Total comments: 12

Patch Set 8 : Address comments from @apacible #

Patch Set 9 : Add documentation. #

Total comments: 4

Patch Set 10 : Respond to jhawkins@ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -0 lines) Patch
M chrome/app/media_router_strings.grdp View 1 2 3 4 5 6 7 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/ui/webui/media_router/media_cast_mode.h View 1 2 3 4 5 6 7 8 9 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/media_router/media_cast_mode.cc View 1 2 3 4 5 6 7 8 9 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/media_router/media_cast_mode_unittest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +63 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/media_router/media_sink_with_cast_modes.h View 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/media_router/media_sink_with_cast_modes.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (3 generated)
mark a. foltz
5 years, 8 months ago (2015-04-16 23:48:49 UTC) #2
James Hawkins
Please fix trybots.
5 years, 8 months ago (2015-04-17 14:58:06 UTC) #3
mark a. foltz
On 2015/04/17 14:58:06, James Hawkins wrote: > Please fix trybots. Done and resubmitted. PTAL
5 years, 8 months ago (2015-04-20 20:15:46 UTC) #4
mark a. foltz
On 2015/04/20 20:15:46, mark a. foltz wrote: > On 2015/04/17 14:58:06, James Hawkins wrote: > ...
5 years, 8 months ago (2015-04-20 20:22:49 UTC) #5
mark a. foltz
jhawkins@/apacible@: Sorted out the gyp/gn issues and this passed trybots (browser test failure is apparently ...
5 years, 8 months ago (2015-04-21 23:37:41 UTC) #6
apacible
https://codereview.chromium.org/1066683008/diff/120001/chrome/app/media_router_strings.grdp File chrome/app/media_router_strings.grdp (right): https://codereview.chromium.org/1066683008/diff/120001/chrome/app/media_router_strings.grdp#newcode34 chrome/app/media_router_strings.grdp:34: nit: remove empty line https://codereview.chromium.org/1066683008/diff/120001/chrome/browser/ui/webui/media_router/media_cast_mode.h File chrome/browser/ui/webui/media_router/media_cast_mode.h (right): https://codereview.chromium.org/1066683008/diff/120001/chrome/browser/ui/webui/media_router/media_cast_mode.h#newcode30 ...
5 years, 8 months ago (2015-04-22 21:49:15 UTC) #7
mark a. foltz
Thanks https://codereview.chromium.org/1066683008/diff/120001/chrome/app/media_router_strings.grdp File chrome/app/media_router_strings.grdp (right): https://codereview.chromium.org/1066683008/diff/120001/chrome/app/media_router_strings.grdp#newcode34 chrome/app/media_router_strings.grdp:34: On 2015/04/22 21:49:15, apacible wrote: > nit: remove ...
5 years, 8 months ago (2015-04-23 04:57:58 UTC) #8
apacible
https://codereview.chromium.org/1066683008/diff/120001/chrome/browser/ui/webui/media_router/media_cast_mode.h File chrome/browser/ui/webui/media_router/media_cast_mode.h (right): https://codereview.chromium.org/1066683008/diff/120001/chrome/browser/ui/webui/media_router/media_cast_mode.h#newcode30 chrome/browser/ui/webui/media_router/media_cast_mode.h:30: NUM_CAST_MODES, On 2015/04/23 04:57:58, mark a. foltz wrote: > ...
5 years, 8 months ago (2015-04-23 17:47:20 UTC) #9
mark a. foltz
Sorry, somehow the changes got dropped from that patchset. PTAL at PS#9.
5 years, 8 months ago (2015-04-23 18:17:08 UTC) #10
apacible
lgtm, thanks
5 years, 8 months ago (2015-04-23 20:14:40 UTC) #11
mark a. foltz
On 2015/04/23 20:14:40, apacible wrote: > lgtm, thanks Thanks. @jhawkins - ping for reviewing webui/ ...
5 years, 8 months ago (2015-04-23 23:06:41 UTC) #12
mark a. foltz
On 2015/04/23 20:14:40, apacible wrote: > lgtm, thanks Thanks. @jhawkins - ping for reviewing webui/ ...
5 years, 8 months ago (2015-04-23 23:06:42 UTC) #13
James Hawkins
https://codereview.chromium.org/1066683008/diff/160001/chrome/browser/ui/webui/media_router/media_cast_mode.cc File chrome/browser/ui/webui/media_router/media_cast_mode.cc (right): https://codereview.chromium.org/1066683008/diff/160001/chrome/browser/ui/webui/media_router/media_cast_mode.cc#newcode61 chrome/browser/ui/webui/media_router/media_cast_mode.cc:61: CHECK(!cast_modes.empty()); Who calls this? https://codereview.chromium.org/1066683008/diff/160001/chrome/browser/ui/webui/media_router/media_cast_mode.h File chrome/browser/ui/webui/media_router/media_cast_mode.h (right): https://codereview.chromium.org/1066683008/diff/160001/chrome/browser/ui/webui/media_router/media_cast_mode.h#newcode14 ...
5 years, 8 months ago (2015-04-23 23:09:03 UTC) #14
mark a. foltz
https://codereview.chromium.org/1066683008/diff/160001/chrome/browser/ui/webui/media_router/media_cast_mode.cc File chrome/browser/ui/webui/media_router/media_cast_mode.cc (right): https://codereview.chromium.org/1066683008/diff/160001/chrome/browser/ui/webui/media_router/media_cast_mode.cc#newcode61 chrome/browser/ui/webui/media_router/media_cast_mode.cc:61: CHECK(!cast_modes.empty()); On 2015/04/23 23:09:03, James Hawkins wrote: > Who ...
5 years, 8 months ago (2015-04-24 18:29:14 UTC) #15
James Hawkins
lgtm
5 years, 8 months ago (2015-04-24 23:42:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1066683008/180001
5 years, 8 months ago (2015-04-25 05:04:46 UTC) #19
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 8 months ago (2015-04-25 06:15:01 UTC) #20
commit-bot: I haz the power
5 years, 8 months ago (2015-04-25 06:16:06 UTC) #21
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/d6185128f992fb93bde77718c36a1cd8aec58dd9
Cr-Commit-Position: refs/heads/master@{#326962}

Powered by Google App Engine
This is Rietveld 408576698