Closed
Bug 481776
Opened 16 years ago
Closed 15 years ago
plugins.enabled pref is confusing
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Gavin, Unassigned)
References
Details
This pref doesn't actually control whether plugins are disabled directly, we just use it to store the state of plugins after we've programmatically disabled them. This means that changing its value outside of the prefs UI has no effect, and it can get out of sync with the actual plugin state (say if you add a new plugin).
Ideally, if we want the same behavior the current code has (disable all plugins), we should just fix bug 189378 and then use that.
Comment 1•15 years ago
|
||
bug 189378 landed
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•