Closed
Bug 679083
Opened 13 years ago
Closed 12 years ago
"false" browser.enable_automatic_image_resizing not shown in about:support
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
INVALID
People
(Reporter: leeoniya, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:8.0a1) Gecko/20110815 Firefox/8.0a1
Build ID: 20110815030738
Steps to reproduce:
set browser.enable_automatic_image_resizing = false
Actual results:
the non-default setting was not listed under "Modified Preferences" in about:support
Expected results:
should have been listed
Comment 1•13 years ago
|
||
I can confirm this issue on the latest nightly:
Mozilla/5.0 (Windows NT 6.1; rv:9.0a1) Gecko/20110817 Firefox/9.0a1
Issue is reproducible ever since Firefox 3.6.16:
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•13 years ago
|
||
I'm not sure that this is a bug or whether it is intended behavior. In about:support we choose to not necessarily show every modified config. The way it works now, there is a white list of config prefixes which we do check for changes (i.e. browser.fixup.*) but not all of browser.* in general. Ccing Gavin Sharp for opin.
OS: Windows 7 → All
Hardware: x86 → All
Comment 3•13 years ago
|
||
Felix is right - we won't show prefs unless they're added to the whitelist, and this pref isn't on the whitelist. We can add it if it's somehow useful to help debug common issues, but otherwise there's nothing to do here.
Comment 4•12 years ago
|
||
Marking invalid, meaning this is the intended behavior, as Gavin says. If people would find it useful, we could certainly whitelist this preference and reopen this bug to do that.
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Preferences → General
Product: Firefox → Toolkit
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•