Closed
Bug 1431153
Opened 7 years ago
Closed 6 years ago
Unused "cdm-insufficient-version" EME notification and string
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: Gijs, Assigned: bryce)
References
Details
Attachments
(1 file)
browser-media.js has:
case "cdm-insufficient-version":
notificationId = "drmContentCDMInsufficientVersion";
this is the only use of that string, which was removed from browser.properties in bug 1314445, but we left this `case` block around by accident. I don't think platform will ever call it anymore, but we should probably tidy it up.
Updated•7 years ago
|
Component: Audio/Video → Audio/Video: Playback
Priority: -- → P3
Updated•7 years ago
|
Assignee: nobody → jacheng
Assignee | ||
Updated•6 years ago
|
Assignee: ayumiqmazaky → bvandyk
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Bug 1314445 removed GMPService::GetPluginVersionForAPI and cleaned up code paths
around this that would notify users if the content decryption module (CDM) did
not satisfy version requirements. Some dead code appears to have been overlooked
and is removed by this patch.
Reporter | ||
Comment 3•6 years ago
|
||
Comment on attachment 9003121 [details]
Bug 1431153 - Remove unused CDM version check path from browser-media.js
:Gijs (he/him) has approved the revision.
Attachment #9003121 -
Flags: review+
Pushed by bvandyk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0f52720def84
Remove unused CDM version check path from browser-media.js r=Gijs
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•6 years ago
|
status-firefox59:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•