Closed
Bug 647118
Opened 14 years ago
Closed 14 years ago
Remove support for --disable-plugins
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla5
People
(Reporter: ehsan.akhgari, Assigned: Mitch)
References
()
Details
Attachments
(2 files)
1.42 KB,
patch
|
Details | Diff | Splinter Review | |
10.26 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
See the thread for the discussion behind this.
I'm in favor of removing the build-time option. People should be able to disable plugins via a runtime pref though.
Comment 2•14 years ago
|
||
For reference, this is what i've been using on Debian for a while, and that helps debugging some issues. The pluginsdisabled function could be enhanced to take a pref from the prefs service.
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #523531 -
Flags: review?(mh+mozilla)
Updated•14 years ago
|
Attachment #523531 -
Flags: review?(mh+mozilla) → review+
Comment 4•14 years ago
|
||
(In reply to comment #1)
> I'm in favor of removing the build-time option. People should be able to
> disable plugins via a runtime pref though.
...
(In reply to comment #2)
> For reference, this is what i've been using on Debian for a while, and that
> helps debugging some issues. The pluginsdisabled function could be enhanced to
> take a pref from the prefs service.
That's the very hidden plugin.disable preference.
http://mxr.mozilla.org/comm-central/source/mozilla/modules/plugin/base/src/nsPluginHost.cpp#395 (and line 2445).
Comment 5•14 years ago
|
||
Ah, that's something new to Gecko 2.0. Good to know.
Updated•14 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 6•14 years ago
|
||
Assignee: nobody → mitchell.field
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•