Closed
Bug 1334675
Opened 8 years ago
Closed 3 years ago
PluginContent.jsm calls addPseudoClassLock with invalid parameter
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Core Graveyard
Plug-ins
Tracking
(firefox51 unaffected, firefox52 wontfix, firefox53 affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | wontfix |
firefox53 | --- | affected |
People
(Reporter: jaws, Unassigned)
References
Details
At http://searchfox.org/mozilla-central/rev/8fa84ca6444e2e01fb405e078f6d2c8da0e55723/browser/modules/PluginContent.jsm#469, the pseudo-class should have a colon at the beginning.
I don't think this is doing anything as-is.
It should be:
inIDOMUtils.addPseudoClassLock(plugin, ":-moz-handler-clicktoplay");
Reporter | ||
Updated•8 years ago
|
status-firefox51:
--- → unaffected
status-firefox52:
--- → affected
status-firefox53:
--- → affected
Comment 1•8 years ago
|
||
Mass wontfix for bugs affecting firefox 52.
Updated•7 years ago
|
Priority: -- → P3
Comment 2•3 years ago
|
||
Resolving as wont fix, plugin support deprecated in Firefox 85.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•