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

Issue 568243002: Adds initial key systems support for Chromecast. (Closed)

Created:
6 years, 3 months ago by gunsch
Modified:
6 years, 3 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, lcwu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Adds initial key systems support for Chromecast. R=lcwu@chromium.org,byungchul@chromium.org BUG=400914 Committed: https://crrev.com/b50a4e3f22e64129176a9dccd4d280b9aba2f700 Cr-Commit-Position: refs/heads/master@{#295226}

Patch Set 1 #

Total comments: 32

Patch Set 2 : address ddorwin/lcwu feedback #

Total comments: 8

Patch Set 3 : removed non-CC playready strings, unprefixed clearkey hack #

Total comments: 6

Patch Set 4 : address last comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -10 lines) Patch
M build/common.gypi View 2 chunks +6 lines, -0 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 chunks +5 lines, -0 lines 0 comments Download
M chromecast/media/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
A chromecast/media/base/key_systems_common.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A chromecast/media/base/key_systems_common.cc View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
A + chromecast/media/base/key_systems_common_simple.cc View 1 2 1 chunk +3 lines, -5 lines 0 comments Download
M chromecast/media/media.gyp View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M chromecast/shell/renderer/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/shell/renderer/cast_content_renderer_client.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A chromecast/shell/renderer/key_systems_cast.h View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A chromecast/shell/renderer/key_systems_cast.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A + chromecast/shell/renderer/key_systems_cast_simple.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 16 (3 generated)
gunsch
6 years, 3 months ago (2014-09-13 02:12:35 UTC) #1
gunsch
On 2014/09/13 02:12:35, gunsch wrote: +ddorwin to review per crbug/393397 : can you comment on ...
6 years, 3 months ago (2014-09-13 02:15:01 UTC) #4
ddorwin
I don't think I have the full context, but here are some general comments. https://codereview.chromium.org/568243002/diff/1/chromecast/chromecast.gyp ...
6 years, 3 months ago (2014-09-13 03:27:07 UTC) #5
lcwu1
https://codereview.chromium.org/568243002/diff/1/chromecast/media/base/key_systems_common.cc File chromecast/media/base/key_systems_common.cc (right): https://codereview.chromium.org/568243002/diff/1/chromecast/media/base/key_systems_common.cc#newcode11 chromecast/media/base/key_systems_common.cc:11: namespace media { s/media/chromecast https://codereview.chromium.org/568243002/diff/1/chromecast/media/base/key_systems_common.h File chromecast/media/base/key_systems_common.h (right): https://codereview.chromium.org/568243002/diff/1/chromecast/media/base/key_systems_common.h#newcode10 ...
6 years, 3 months ago (2014-09-15 18:09:50 UTC) #6
gunsch
David: thanks for the thoughtful feedback. PTAL. https://codereview.chromium.org/568243002/diff/1/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/568243002/diff/1/chromecast/chromecast.gyp#newcode208 chromecast/chromecast.gyp:208: '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', On ...
6 years, 3 months ago (2014-09-15 21:43:38 UTC) #7
ddorwin
https://codereview.chromium.org/568243002/diff/1/chromecast/media/base/key_systems_common.cc File chromecast/media/base/key_systems_common.cc (right): https://codereview.chromium.org/568243002/diff/1/chromecast/media/base/key_systems_common.cc#newcode30 chromecast/media/base/key_systems_common.cc:30: if (key_system_name.compare(kPlayreadyKeySystems[i]) == 0) { On 2014/09/15 21:43:38, gunsch ...
6 years, 3 months ago (2014-09-15 22:50:54 UTC) #8
gunsch
Pulled out all of (AFAICT) the objectionable parts and delegated to platform-specific internal implementations. I ...
6 years, 3 months ago (2014-09-16 16:58:00 UTC) #9
ddorwin
LGTM % comments. Thanks! https://codereview.chromium.org/568243002/diff/40001/chromecast/media/base/key_systems_common.h File chromecast/media/base/key_systems_common.h (right): https://codereview.chromium.org/568243002/diff/40001/chromecast/media/base/key_systems_common.h#newcode23 chromecast/media/base/key_systems_common.h:23: // platform for known key ...
6 years, 3 months ago (2014-09-16 18:15:00 UTC) #10
gunsch
https://codereview.chromium.org/568243002/diff/40001/chromecast/media/base/key_systems_common.h File chromecast/media/base/key_systems_common.h (right): https://codereview.chromium.org/568243002/diff/40001/chromecast/media/base/key_systems_common.h#newcode23 chromecast/media/base/key_systems_common.h:23: // platform for known key systems if needed. On ...
6 years, 3 months ago (2014-09-16 18:55:34 UTC) #11
lcwu1
lgtm
6 years, 3 months ago (2014-09-17 01:44:22 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/568243002/60001
6 years, 3 months ago (2014-09-17 03:00:11 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001) as c0910999fe6e88f502e2494ddbecf1fa9d8a9c37
6 years, 3 months ago (2014-09-17 04:05:35 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-17 04:06:26 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b50a4e3f22e64129176a9dccd4d280b9aba2f700
Cr-Commit-Position: refs/heads/master@{#295226}

Powered by Google App Engine
This is Rietveld 408576698