Closed
Bug 1497637
Opened 6 years ago
Closed 6 years ago
Pull and display all settings into the new "about:config" page
Categories
(Toolkit :: Preferences, enhancement, P1)
Toolkit
Preferences
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: vcote, Assigned: vcote, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Add HTML and Javascript code to extract all current settings and display them as a list on the new "about:config" page, no styling or functionality required.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → vincent.cote
Comment 1•6 years ago
|
||
This should also gather information about whether the preference is...
- locked
- modified
- what type (boolean, int, string)
- user-created (e.g. is there a default value)
Comment 2•6 years ago
|
||
Also the "old" about:config has real-time support (scans for new prefs without need to reload)
Comment 3•6 years ago
|
||
(In reply to :Matthias Kammüller from comment #2)
> Also the "old" about:config has real-time support (scans for new prefs
> without need to reload)
Yes, this is something we can add in a separate bug, to keep individual patches smaller.
Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Priority: P3 → P2
Updated•6 years ago
|
Status: NEW → ASSIGNED
Priority: P2 → P1
Pushed by paolo.mozmail@amadzone.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/02072f94342e
Pull and display all settings into the new "about:config" page. r=paolo
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•