Closed
Bug 1264832
Opened 9 years ago
Closed 9 years ago
[EME] Delay resolution of navigator.requestMediaKeySystemAccess promise until Widevine CDM is downloaded
Categories
(Core :: Audio/Video: Playback, defect, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
mozbugz
:
review+
ritu
:
approval-mozilla-aurora+
|
Details |
If the Adobe GMP isn't downloaded, we'll delay the resolution of the navigator.requestMediaKeySystemAccess() promise until the Adobe GMP is downloaded, or 60 seconds has passed. We don't do this for the Widevine CDM, but we should.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/46621/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46621/
Attachment #8741598 -
Flags: review?(gsquelart)
Attachment #8741598 -
Flags: review?(gsquelart) → review+
Comment on attachment 8741598 [details]
MozReview Request: Bug 1264832 - Delay resolution of navigator.requestMediaKeySystemAccess promise until Widevine CDM is downloaded. r?gerald
https://reviewboard.mozilla.org/r/46621/#review43461
Comment 4•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Assignee | ||
Updated•9 years ago
|
Blocks: widevine-uplift
Assignee | ||
Comment 6•9 years ago
|
||
bugherder uplift |
status-firefox47:
--- → fixed
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8741598 [details]
MozReview Request: Bug 1264832 - Delay resolution of navigator.requestMediaKeySystemAccess promise until Widevine CDM is downloaded. r?gerald
Requesting uplift for Firefox 47.
Approval Request Comment
[Feature/regressing bug #]: Widevine EME support
[User impact if declined]: Widevine CDM will not be downloaded upon request if it's not already been downloaded.
[Describe test coverage new/current, TreeHerder]: Don't think we have a test for this feature, but we have test covering the other functionality of the code it touches.
[Risks and why]: Low.
[String/UUID change made/needed]: None.
Attachment #8741598 -
Flags: approval-mozilla-aurora?
Comment on attachment 8741598 [details]
MozReview Request: Bug 1264832 - Delay resolution of navigator.requestMediaKeySystemAccess promise until Widevine CDM is downloaded. r?gerald
Widevine related uplifts were pre-approved.
Attachment #8741598 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
You need to log in
before you can comment on or make changes to this bug.
Description
•