Closed
Bug 663187
Opened 14 years ago
Closed 14 years ago
about:support should display plugins preferences
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: BenWa, Assigned: BenWa)
Details
Attachments
(1 file, 2 obsolete files)
797 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
I spent a long time investigating the difference between two profile. Turns out one profile had a new preference (rather then an added preference). These should show up in about:support.
Assignee | ||
Updated•14 years ago
|
Summary: about:support does not shows added preferences → about:support does not show added preferences
Comment 1•14 years ago
|
||
I believe that there's a whitelist of preferences that show up on about:support, instead of a general free for all of non-default values.
Assignee | ||
Comment 2•14 years ago
|
||
I would like to know why this decision was made because this process is very error prone, like in my case. Does any one know for sure?
Comment 3•14 years ago
|
||
Assignee | ||
Comment 4•14 years ago
|
||
Thanks for the info Josh, I'll add a patch with the relevant prefs we are missing. It's not ideal but I can see why privacy trumps it.
Summary: about:support does not show added preferences → about:support should display layers & plugins preferences
Assignee | ||
Comment 5•14 years ago
|
||
Assignee: nobody → bgirard
Assignee | ||
Updated•14 years ago
|
Summary: about:support should display layers & plugins preferences → about:support should display plugins preferences
Assignee | ||
Comment 6•14 years ago
|
||
This unhides the properties we care about for plugins.
Attachment #538326 -
Attachment is obsolete: true
Attachment #539603 -
Flags: review?(gavin.sharp)
Comment 7•14 years ago
|
||
Comment on attachment 539603 [details] [diff] [review]
Add plugin prefs to about:support
I don't see any existing prefs under "mozilla.plugins.", why did you add that?
With the possible exception of "plugin.override_internal_types", I don't see which relevant prefs are covered by the "plugin[s]." rules. Which pref caused you to file this bug?
Assignee | ||
Comment 8•14 years ago
|
||
I just checked with mxr and the only use of 'mozilla.plugins.' is 'mozilla.plugins.use_layers'. I could be convinced to rename that preference instead.
With plugin[s] I'm just hoping to catch anything unusual that sometimes makes debugging easier.
Assignee | ||
Comment 9•14 years ago
|
||
Comment 10•14 years ago
|
||
(In reply to comment #8)
> I just checked with mxr and the only use of 'mozilla.plugins.' is
> 'mozilla.plugins.use_layers'. I could be convinced to rename that preference
> instead.
Oh, weird - didn't notice it because it has no default. It's an odd pref name ("mozilla" is redundant, and we already had prefs under plugin.*). I think it should be changed, assuming no one would have come to rely on it?
Comment 11•14 years ago
|
||
Comment on attachment 539603 [details] [diff] [review]
Add plugin prefs to about:support
Let's rename the pref and just add "plugin" to the whitelist.
Attachment #539603 -
Flags: review?(gavin.sharp) → review-
Assignee | ||
Comment 12•14 years ago
|
||
(In reply to comment #11)
> Let's rename the pref and just add "plugin" to the whitelist.
I renamed the pref. I'm also suggesting we add 'plugins'.
Attachment #543252 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•14 years ago
|
Attachment #539603 -
Attachment is obsolete: true
Comment 13•14 years ago
|
||
Comment on attachment 543252 [details] [diff] [review]
Add 'plugin', 'plugins' prefs to about:support
I was suggesting that you just add "plugin" (without the dot) to cover both, but I suppose this might be clearer.
Attachment #543252 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 14•14 years ago
|
||
Comment 15•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•