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

Issue 946503003: Add HTMLMediaElement.waitingforkey event (Closed)

Created:
5 years, 10 months ago by jrummell
Modified:
5 years, 10 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 HTMLMediaElement.waitingforkey event Spec: https://w3c.github.io/encrypted-media/#queue-waitingforkey BUG=337975 TEST=none yet, need Chromium changes to call it. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190611

Patch Set 1 #

Total comments: 6

Patch Set 2 : rename #

Total comments: 3

Patch Set 3 : rename again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -0 lines) Patch
M Source/core/events/EventTypeNames.in View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp View 1 2 2 chunks +39 lines, -0 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M public/platform/WebMediaPlayerClient.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (4 generated)
jrummell
PTAL.
5 years, 10 months ago (2015-02-20 04:31:02 UTC) #2
ddorwin
Really just a naming question. LG other than that. https://codereview.chromium.org/946503003/diff/1/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h File Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h (right): https://codereview.chromium.org/946503003/diff/1/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h#newcode43 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h:43: ...
5 years, 10 months ago (2015-02-20 04:45:29 UTC) #3
jrummell
Updated. +dcheng@ for OWNERS review. https://codereview.chromium.org/946503003/diff/1/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h File Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h (right): https://codereview.chromium.org/946503003/diff/1/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h#newcode43 Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h:43: DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(waitingforkey); On 2015/02/20 04:45:28, ...
5 years, 10 months ago (2015-02-20 17:45:06 UTC) #5
dcheng
https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h File public/platform/WebMediaPlayerClient.h (right): https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h#newcode86 public/platform/WebMediaPlayerClient.h:86: virtual void noLongerWaitingForKey() = 0; I feel like these ...
5 years, 10 months ago (2015-02-20 18:19:20 UTC) #6
sandersd (OOO until July 31)
https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h File public/platform/WebMediaPlayerClient.h (right): https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h#newcode86 public/platform/WebMediaPlayerClient.h:86: virtual void noLongerWaitingForKey() = 0; On 2015/02/20 18:19:20, dcheng ...
5 years, 10 months ago (2015-02-20 20:17:04 UTC) #7
dcheng
On 2015/02/20 at 20:17:04, sandersd wrote: > https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h > File public/platform/WebMediaPlayerClient.h (right): > > https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h#newcode86 ...
5 years, 10 months ago (2015-02-20 21:01:06 UTC) #8
ddorwin
lgtm https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h File public/platform/WebMediaPlayerClient.h (right): https://codereview.chromium.org/946503003/diff/20001/public/platform/WebMediaPlayerClient.h#newcode86 public/platform/WebMediaPlayerClient.h:86: virtual void noLongerWaitingForKey() = 0; On 2015/02/20 20:17:04, ...
5 years, 10 months ago (2015-02-20 21:05:37 UTC) #9
ddorwin
On 2015/02/20 21:01:06, dcheng wrote: > On 2015/02/20 at 20:17:04, sandersd wrote: > > > ...
5 years, 10 months ago (2015-02-20 21:11:24 UTC) #10
dcheng
On 2015/02/20 at 21:11:24, ddorwin wrote: > On 2015/02/20 21:01:06, dcheng wrote: > > On ...
5 years, 10 months ago (2015-02-20 21:21:02 UTC) #11
ddorwin
On 2015/02/20 21:21:02, dcheng wrote: > On 2015/02/20 at 21:11:24, ddorwin wrote: > > On ...
5 years, 10 months ago (2015-02-20 21:33:56 UTC) #12
dcheng
On 2015/02/20 at 21:33:56, ddorwin wrote: > On 2015/02/20 21:21:02, dcheng wrote: > > On ...
5 years, 10 months ago (2015-02-20 21:39:17 UTC) #13
jrummell
Methods renamed to didBlockPlaybackWaitingForKey() and didResumePlaybackBlockedForKey().
5 years, 10 months ago (2015-02-20 22:23:18 UTC) #15
ddorwin
lgtm
5 years, 10 months ago (2015-02-20 22:28:55 UTC) #16
dcheng
lgtm
5 years, 10 months ago (2015-02-20 22:36:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/946503003/40001
5 years, 10 months ago (2015-02-20 22:42:24 UTC) #19
commit-bot: I haz the power
5 years, 10 months ago (2015-02-21 02:54:44 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190611

Powered by Google App Engine
This is Rietveld 408576698