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)

enhancement

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.
Component: Audio/Video → Audio/Video: Playback
Priority: -- → P3
Assignee: nobody → jacheng
Assignee: ayumiqmazaky → bvandyk
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.
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
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: