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

Issue 641433002: Implement MediaKeySession.load() (Closed)

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

Description

Implement MediaKeySession.load() BUG=338830 TEST=updated EME tests pass Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183765

Patch Set 1 #

Total comments: 10

Patch Set 2 : renames #

Total comments: 13

Patch Set 3 : Changes #

Total comments: 4

Patch Set 4 : updates #

Patch Set 5 : rebase #

Patch Set 6 : initialize variable for Windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -20 lines) Patch
M LayoutTests/media/encrypted-media/encrypted-media-v2-syntax.html View 1 2 3 4 1 chunk +95 lines, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.h View 1 2 3 4 4 chunks +7 lines, -1 line 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.cpp View 1 2 3 4 5 12 chunks +262 lines, -8 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.idl View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeys.cpp View 1 2 3 4 2 chunks +1 line, -11 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
jrummell
PTAL.
6 years, 2 months ago (2014-10-08 00:34:39 UTC) #2
sandersd (OOO until July 31)
https://codereview.chromium.org/641433002/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/641433002/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode56 Source/modules/encryptedmedia/MediaKeySession.cpp:56: // TODO Remove once close/remove CL landed. More specifically? ...
6 years, 2 months ago (2014-10-08 18:18:22 UTC) #3
jrummell
Updated. https://codereview.chromium.org/641433002/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/641433002/diff/1/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode56 Source/modules/encryptedmedia/MediaKeySession.cpp:56: // TODO Remove once close/remove CL landed. On ...
6 years, 2 months ago (2014-10-08 21:13:21 UTC) #4
sandersd (OOO until July 31)
lgtm
6 years, 2 months ago (2014-10-08 21:38:44 UTC) #5
ddorwin
https://codereview.chromium.org/641433002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/641433002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode56 Source/modules/encryptedmedia/MediaKeySession.cpp:56: const char* kPersistent = "persistent"; Do we have this ...
6 years, 2 months ago (2014-10-08 21:48:27 UTC) #6
jrummell
Updated. https://codereview.chromium.org/641433002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/641433002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode56 Source/modules/encryptedmedia/MediaKeySession.cpp:56: const char* kPersistent = "persistent"; On 2014/10/08 21:48:26, ...
6 years, 2 months ago (2014-10-08 22:57:01 UTC) #7
ddorwin
LGTM % comments. https://codereview.chromium.org/641433002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/641433002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode56 Source/modules/encryptedmedia/MediaKeySession.cpp:56: const char* kPersistent = "persistent"; On ...
6 years, 2 months ago (2014-10-08 23:08:49 UTC) #8
jrummell
Updated. https://codereview.chromium.org/641433002/diff/40001/Source/modules/encryptedmedia/MediaKeySession.cpp File Source/modules/encryptedmedia/MediaKeySession.cpp (right): https://codereview.chromium.org/641433002/diff/40001/Source/modules/encryptedmedia/MediaKeySession.cpp#newcode87 Source/modules/encryptedmedia/MediaKeySession.cpp:87: // Returns whether |sessionId| looks correct. Returns true ...
6 years, 2 months ago (2014-10-08 23:52:55 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/641433002/80001
6 years, 2 months ago (2014-10-15 18:50:18 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_compile_dbg/builds/22900)
6 years, 2 months ago (2014-10-15 19:14:46 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/641433002/100001
6 years, 2 months ago (2014-10-15 21:21:19 UTC) #15
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 21:25:37 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as 183765

Powered by Google App Engine
This is Rietveld 408576698