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

Issue 858693002: Add MediaKeySession.keystatuseschange event (Closed)

Created:
5 years, 11 months ago by jrummell
Modified:
5 years, 11 months ago
CC:
blink-reviews, dglazkov+blink, eric.carlson_apple.com, feature-media-reviews_chromium.org, philipj_slow
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add MediaKeySession.keysstatuseschange event Adds support so Chromium can send the event and the set of key information over to blink. BUG=432671 TEST=functionality not used yet (not called by Chromium) Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188758

Patch Set 1 #

Total comments: 14

Patch Set 2 : Changes #

Total comments: 4

Patch Set 3 : reorder params #

Total comments: 6

Patch Set 4 : WebData #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -0 lines) Patch
M Source/core/events/EventTypeNames.in View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.cpp View 1 2 2 chunks +16 lines, -0 lines 0 comments Download
M Source/platform/blink_platform.gypi View 1 chunk +1 line, -0 lines 0 comments Download
A Source/platform/exported/WebEncryptedMediaKeyInformation.cpp View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
M public/platform/WebContentDecryptionModuleSession.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
A public/platform/WebEncryptedMediaKeyInformation.h View 1 2 3 1 chunk +42 lines, -0 lines 1 comment Download

Messages

Total messages: 19 (5 generated)
jrummell
PTAL.
5 years, 11 months ago (2015-01-17 00:12:34 UTC) #2
sandersd (OOO until July 31)
lgtm
5 years, 11 months ago (2015-01-17 00:29:01 UTC) #3
ddorwin
LG https://codereview.chromium.org/858693002/diff/1/Source/core/events/EventTypeNames.in File Source/core/events/EventTypeNames.in (right): https://codereview.chromium.org/858693002/diff/1/Source/core/events/EventTypeNames.in#newcode114 Source/core/events/EventTypeNames.in:114: keyschange Note that this name may change: https://www.w3.org/Bugs/Public/show_bug.cgi?id=27739 ...
5 years, 11 months ago (2015-01-17 00:34:56 UTC) #4
jrummell
Updated. https://codereview.chromium.org/858693002/diff/1/Source/core/events/EventTypeNames.in File Source/core/events/EventTypeNames.in (right): https://codereview.chromium.org/858693002/diff/1/Source/core/events/EventTypeNames.in#newcode114 Source/core/events/EventTypeNames.in:114: keyschange On 2015/01/17 00:34:56, ddorwin wrote: > Note ...
5 years, 11 months ago (2015-01-20 19:46:35 UTC) #5
ddorwin
LGTM % comments. Thanks. https://codereview.chromium.org/858693002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.h File Source/modules/encryptedmedia/MediaKeySession.h (right): https://codereview.chromium.org/858693002/diff/20001/Source/modules/encryptedmedia/MediaKeySession.h#newcode104 Source/modules/encryptedmedia/MediaKeySession.h:104: virtual void expirationChanged(double updatedExpiryTimeInMS) override; ...
5 years, 11 months ago (2015-01-20 20:04:16 UTC) #6
jrummell
Updated. +dcheng@ for OWNERS review of public/platform and Source/core/events +haraken@ for OWNERS review of Source/platform ...
5 years, 11 months ago (2015-01-20 22:06:45 UTC) #8
dcheng
https://codereview.chromium.org/858693002/diff/40001/public/platform/WebContentDecryptionModuleSession.h File public/platform/WebContentDecryptionModuleSession.h (right): https://codereview.chromium.org/858693002/diff/40001/public/platform/WebContentDecryptionModuleSession.h#newcode70 public/platform/WebContentDecryptionModuleSession.h:70: virtual void keysStatusesChange(const WebVector<WebEncryptedMediaKeyInformation>&, bool hasAdditionalUsableKey) = 0; Minor ...
5 years, 11 months ago (2015-01-20 22:11:49 UTC) #9
jrummell
Updated. https://codereview.chromium.org/858693002/diff/40001/public/platform/WebContentDecryptionModuleSession.h File public/platform/WebContentDecryptionModuleSession.h (right): https://codereview.chromium.org/858693002/diff/40001/public/platform/WebContentDecryptionModuleSession.h#newcode70 public/platform/WebContentDecryptionModuleSession.h:70: virtual void keysStatusesChange(const WebVector<WebEncryptedMediaKeyInformation>&, bool hasAdditionalUsableKey) = 0; ...
5 years, 11 months ago (2015-01-20 23:03:10 UTC) #10
dcheng
lgtm https://codereview.chromium.org/858693002/diff/60001/public/platform/WebEncryptedMediaKeyInformation.h File public/platform/WebEncryptedMediaKeyInformation.h (right): https://codereview.chromium.org/858693002/diff/60001/public/platform/WebEncryptedMediaKeyInformation.h#newcode25 public/platform/WebEncryptedMediaKeyInformation.h:25: WebData id() const; I think it's OK to ...
5 years, 11 months ago (2015-01-20 23:15:31 UTC) #11
haraken
Source/platform/ LGTM
5 years, 11 months ago (2015-01-21 01:07:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858693002/60001
5 years, 11 months ago (2015-01-21 01:13:39 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/96746)
5 years, 11 months ago (2015-01-21 05:09:38 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/858693002/60001
5 years, 11 months ago (2015-01-21 17:27:14 UTC) #18
commit-bot: I haz the power
5 years, 11 months ago (2015-01-21 18:32:27 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188758

Powered by Google App Engine
This is Rietveld 408576698