Closed
Bug 1130906
Opened 10 years ago
Closed 10 years ago
[EME] Remove HTMLMediaElement.waitingFor
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: cpearce, Assigned: jwwang)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
4.47 KB,
patch
|
cpearce
:
review+
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
4.61 KB,
patch
|
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
HTMLMediaElement.waitingFor has been removed from the EME draft spec. We should remove it from our implementation before shipping.
http://w3c.github.io/encrypted-media/#htmlmediaelement-extensions
Assignee | ||
Comment 2•10 years ago
|
||
sure.
Assignee: nobody → jwwang
Status: NEW → ASSIGNED
Flags: needinfo?(jwwang)
Assignee | ||
Comment 3•10 years ago
|
||
remove MediaWaitingFor from HTMLMediaElement.webidl.
Attachment #8561170 -
Flags: review?(cpearce)
Reporter | ||
Comment 4•10 years ago
|
||
Comment on attachment 8561170 [details] [diff] [review]
1130906_remove_waitFor-v1.patch
Review of attachment 8561170 [details] [diff] [review]:
-----------------------------------------------------------------
Easy. You'll also need a DOM peer to r+ since you touched a WebIDL file.
Attachment #8561170 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Hi bz,
Can you review the change in HTMLMediaElement.webidl which remove the MediaWaitingFor enum? Thanks.
Flags: needinfo?(bzbarsky)
Assignee | ||
Comment 6•10 years ago
|
||
Try is green: https://tbpl.mozilla.org/?tree=Try&rev=8e962d3ef0d6
Comment 7•10 years ago
|
||
Comment on attachment 8561170 [details] [diff] [review]
1130906_remove_waitFor-v1.patch
r=me
Flags: needinfo?(bzbarsky)
Updated•10 years ago
|
Attachment #8561170 -
Flags: review+
Assignee | ||
Comment 8•10 years ago
|
||
Thanks!
Try is green: https://tbpl.mozilla.org/?tree=Try&rev=8e962d3ef0d6
inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/4298e517d29b
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Reporter | ||
Updated•10 years ago
|
Blocks: eme-platform-uplift
Reporter | ||
Comment 10•10 years ago
|
||
status-firefox37:
--- → fixed
Reporter | ||
Comment 11•10 years ago
|
||
Patch for beta branch as part of EME platform uplift.
Reporter | ||
Comment 12•10 years ago
|
||
Comment on attachment 8572357 [details] [diff] [review]
Beta patch
Requesting retroactive approval for Beta landing as part of EME platform uplift.
Attachment #8572357 -
Flags: approval-mozilla-beta?
Comment 13•10 years ago
|
||
Comment on attachment 8572357 [details] [diff] [review]
Beta patch
Approved for Beta as part of EME platform uplift.
Attachment #8572357 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
You need to log in
before you can comment on or make changes to this bug.
Description
•