Remove some remaining pref-related plugin cruft
Categories
(Core :: General, task)
Tracking
()
People
(Reporter: mccr8, Assigned: jimm)
References
Details
I came across a few things related to plugins that don't seem to do anything any more, and can probably be removed. There are a few places setting prefs that don't do anything more.
The prefs I found are
- dom.ipc.plugins.sandbox-level.flash
- dom.ipc.plugins.sandbox-level.default
- dom.ipc.plugins.enabled
- plugin.disable
Reporter | ||
Comment 1•4 years ago
|
||
There's also a bunch of other dom.ipc.plugins.* stuff that maybe could be removed: https://searchfox.org/mozilla-central/search?q=dom.ipc.plugins&path=
Comment 2•4 years ago
|
||
from Bug 1714549 (which I'll close as a duplicate)
AFAICT these do nothing anymore
dom.ipc.plugins.flash.subprocess.crashreporter.enabled
dom.ipc.plugins.reportCrashURL
- see Bug 1554089plugin.state.flash
security.mixed_content.block_object_subrequest
? was this flash only?
Not sure on these ones, there may be others
dom.ipc.plugins.flash.disable-protected-mode
?plugins.flashBlock.enabled
?urlclassifier.flash*
?
Updated•4 years ago
|
Comment 4•4 years ago
|
||
There are also some browser.flash-protected-mode-flip.*
prefs (and a _handleFlashHang()
function in BrowserGlue.jsm) that can probably be removed:
And unused strings for flashHang
and flashActivate
notifications:
Comment 5•4 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #4)
There are also ...
and can someone close Bug 372097 , thanks :)
Comment 6•4 years ago
•
|
||
The plugins.favorfallback
were also related to flash and don't seem used anymore: https://searchfox.org/mozilla-central/search?q=plugins.favorfallback&path=&case=true®exp=false
![]() |
Assignee | |
Comment 7•3 years ago
|
||
This needs to get broken out into individual bugs based on where the code is. Moving to core general for now to keep it around. The Plug-Ins component is going away.
![]() |
Assignee | |
Updated•3 years ago
|
![]() |
Assignee | |
Comment 8•3 years ago
|
||
dom.ipc.plugins.* -
Bug 1769601 - Remove obsolete dom.ipc.plugin.* related pref breadcrumbs
flashPluginState -
Bug 1769602 - Remove old Flash references in netwerk code
browser -
Bug 1769603 - Remove old plugin / flash references from browser code
Description
•