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

Issue 563083002: Implement MediaKeys.setServerCertificate() (Closed)

Created:
6 years, 3 months ago by jrummell
Modified:
6 years, 2 months ago
CC:
blink-reviews, jamesr, philipj_slow, eric.carlson_apple.com, abarth-chromium, feature-media-reviews_chromium.org, dglazkov+blink, xhwang
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Implement MediaKeys.setServerCertificate() Add code and tests for setServerCertificate(). BUG=358271 TEST=new EME tests pass Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183692

Patch Set 1 #

Total comments: 10

Patch Set 2 : comments #

Patch Set 3 : rebase + remove success test #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -0 lines) Patch
M LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.h View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.cpp View 1 6 chunks +115 lines, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.idl View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
jrummell
PTAL. Requires https://codereview.chromium.org/555223004/ to be in first.
6 years, 3 months ago (2014-09-11 22:56:26 UTC) #2
ddorwin
Dan, please take the first look.
6 years, 3 months ago (2014-09-11 23:02:22 UTC) #5
sandersd (OOO until July 31)
LGTM, but could likely be simplified. https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp File Source/modules/encryptedmedia/MediaKeys.cpp (right): https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp#newcode294 Source/modules/encryptedmedia/MediaKeys.cpp:294: m_pendingActions.append(PendingAction::CreatePendingSetServerCertificate(result, serverCertificate)); If ...
6 years, 3 months ago (2014-09-11 23:37:14 UTC) #6
jrummell
Comments only. https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp File Source/modules/encryptedmedia/MediaKeys.cpp (right): https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp#newcode294 Source/modules/encryptedmedia/MediaKeys.cpp:294: m_pendingActions.append(PendingAction::CreatePendingSetServerCertificate(result, serverCertificate)); On 2014/09/11 23:37:13, sandersd wrote: ...
6 years, 3 months ago (2014-09-12 20:49:03 UTC) #7
ddorwin
LG % comments. Deferring to sandersd on details. https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp File Source/modules/encryptedmedia/MediaKeys.cpp (right): https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp#newcode294 Source/modules/encryptedmedia/MediaKeys.cpp:294: m_pendingActions.append(PendingAction::CreatePendingSetServerCertificate(result, ...
6 years, 3 months ago (2014-09-15 23:10:56 UTC) #8
jrummell
Updated. https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp File Source/modules/encryptedmedia/MediaKeys.cpp (right): https://codereview.chromium.org/563083002/diff/1/Source/modules/encryptedmedia/MediaKeys.cpp#newcode294 Source/modules/encryptedmedia/MediaKeys.cpp:294: m_pendingActions.append(PendingAction::CreatePendingSetServerCertificate(result, serverCertificate)); On 2014/09/15 23:10:56, ddorwin wrote: > ...
6 years, 3 months ago (2014-09-17 23:39:25 UTC) #9
ddorwin
LGTM. Thanks.
6 years, 3 months ago (2014-09-17 23:44:04 UTC) #10
jrummell
6 years, 3 months ago (2014-09-18 00:15:30 UTC) #12
jrummell
Updated. Note that the successful test of setServerCertificate() has been removed as ClearKey doesn't support ...
6 years, 2 months ago (2014-09-29 23:43:50 UTC) #13
wolenetz
On 2014/09/29 23:43:50, jrummell wrote: > Updated. Note that the successful test of setServerCertificate() has ...
6 years, 2 months ago (2014-10-02 00:35:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/563083002/60001
6 years, 2 months ago (2014-10-14 17:20:30 UTC) #16
commit-bot: I haz the power
6 years, 2 months ago (2014-10-14 18:46:17 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 183692

Powered by Google App Engine
This is Rietveld 408576698