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

Issue 1023863002: Create an interface for KeySystems, migrate WebEncryptedMediaClientImpl. (Closed)

Created:
5 years, 9 months ago by sandersd (OOO until July 31)
Modified:
5 years, 9 months ago
Reviewers:
jrummell, ddorwin
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, qsr+mojo_chromium.org, Aaron Boodman, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, feature-media-reviews_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org, darin (slow to review), ben+mojo_chromium.org, viettrungluu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@robustness
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create an interface for KeySystems, migrate WebEncryptedMediaClientImpl. This does not move all of the previously static methods into the interface yet, just those used by WebEncryptedMediaClientImpl. The rest can be migrated as necessary. This CL also includes a fixes for 457384 and 374751 (containers and codecs must match media type), because it was convenient along with the new interface for checking codec support. BUG=468912, 457384, 374751 Committed: https://crrev.com/574df66641c3663eb27428fa48e940e4358a27f8 Cr-Commit-Position: refs/heads/master@{#322248}

Patch Set 1 #

Patch Set 2 : Rebase. #

Total comments: 17

Patch Set 3 : #

Patch Set 4 : Move |media_type| checking into KeySystems. #

Total comments: 4

Patch Set 5 : Rebase. #

Patch Set 6 : Comment nit. #

Patch Set 7 : Rebase. #

Patch Set 8 : Strict codec checking. #

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -200 lines) Patch
M media/base/eme_constants.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M media/base/key_systems.h View 1 2 3 4 5 6 2 chunks +52 lines, -27 lines 0 comments Download
M media/base/key_systems.cc View 1 2 3 4 5 6 7 8 30 chunks +165 lines, -136 lines 0 comments Download
M media/blink/webencryptedmediaclient_impl.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M media/blink/webencryptedmediaclient_impl.cc View 1 2 3 4 5 6 7 15 chunks +44 lines, -35 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
sandersd (OOO until July 31)
5 years, 9 months ago (2015-03-19 22:53:07 UTC) #2
ddorwin
https://codereview.chromium.org/1023863002/diff/20001/media/base/key_systems.cc File media/base/key_systems.cc (right): https://codereview.chromium.org/1023863002/diff/20001/media/base/key_systems.cc#newcode187 media/base/key_systems.cc:187: bool IsConcreteSupportedKeySystem(const std::string& key_system); const on most of these? ...
5 years, 9 months ago (2015-03-20 00:55:04 UTC) #3
sandersd (OOO until July 31)
https://codereview.chromium.org/1023863002/diff/20001/media/base/key_systems.cc File media/base/key_systems.cc (right): https://codereview.chromium.org/1023863002/diff/20001/media/base/key_systems.cc#newcode187 media/base/key_systems.cc:187: bool IsConcreteSupportedKeySystem(const std::string& key_system); On 2015/03/20 00:55:03, ddorwin wrote: ...
5 years, 9 months ago (2015-03-20 22:53:20 UTC) #4
ddorwin
LGTM % comments https://codereview.chromium.org/1023863002/diff/60001/media/base/key_systems.cc File media/base/key_systems.cc (right): https://codereview.chromium.org/1023863002/diff/60001/media/base/key_systems.cc#newcode713 media/base/key_systems.cc:713: // TODO(sandersd): Make sure that the ...
5 years, 9 months ago (2015-03-23 17:22:14 UTC) #5
sandersd (OOO until July 31)
https://codereview.chromium.org/1023863002/diff/60001/media/base/key_systems.cc File media/base/key_systems.cc (right): https://codereview.chromium.org/1023863002/diff/60001/media/base/key_systems.cc#newcode713 media/base/key_systems.cc:713: // TODO(sandersd): Make sure that the codecs also match ...
5 years, 9 months ago (2015-03-23 22:27:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1023863002/290001
5 years, 9 months ago (2015-03-25 20:17:59 UTC) #16
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/47355)
5 years, 9 months ago (2015-03-25 21:30:36 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1023863002/290001
5 years, 9 months ago (2015-03-25 21:31:47 UTC) #20
commit-bot: I haz the power
Committed patchset #9 (id:290001)
5 years, 9 months ago (2015-03-25 22:22:42 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-25 22:23:17 UTC) #22
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/574df66641c3663eb27428fa48e940e4358a27f8
Cr-Commit-Position: refs/heads/master@{#322248}

Powered by Google App Engine
This is Rietveld 408576698