Closed
Bug 1016707
Opened 11 years ago
Closed 11 years ago
[EME] Don't load from <source> elements if they have an unsupported keySystem attribute
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
2.99 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
As per Bug 1016162 comment 2, if we have a <source keysystem="whatever"> child of a <media> element we should not load from that resource if we know we don't support that keySystem.
Assignee | ||
Comment 1•11 years ago
|
||
The keysystem attribute has been removed from HTMLSourceElement.
Assignee | ||
Comment 2•11 years ago
|
||
.... In the W3C Draft EME spec.
Assignee | ||
Comment 3•11 years ago
|
||
Remove HTMLSourceElement.keySystem, since it's been remove from the w3c EME draft spec.
Attachment #8477148 -
Flags: review?(bzbarsky)
![]() |
||
Comment 4•11 years ago
|
||
Comment on attachment 8477148 [details] [diff] [review]
Patch
r=me
Attachment #8477148 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•