Closed
Bug 1497725
Opened 7 years ago
Closed 7 years ago
Search & filter entries in the new "about:config" page
Categories
(Toolkit :: Preferences, enhancement, P1)
Toolkit
Preferences
Tracking
()
RESOLVED
FIXED
mozilla65
People
(Reporter: Kammueller, Assigned: lschwalf)
References
(Depends on 2 open bugs, Blocks 2 open bugs)
Details
Attachments
(1 file)
Support for regex and "normal" search for preferences.
Filtering after component and whether the pref is modified or at its default value.
Updated•7 years ago
|
Priority: P3 → P2
Comment 1•7 years ago
|
||
In the first version, we only need to search for a name that includes the typed string, when ENTER and maybe a Search button is pressed.
I'll split regular expression and modified to their own bugs, and for component search I guess you mean bug 1501422.
Comment 2•7 years ago
|
||
(In reply to :Paolo Amadini from comment #1)
> I'll split regular expression and modified to their own bugs
Actually, after looking at the ABOUT_CONFIG_FEATURES_USAGE probe, I don't think we need to implement the regular expression search any time soon. It's been used on 33 page loads, versus more than 7,260 for regular search, in the last week on Nightly, and exactly 1 time on Beta. Maybe favorites is something that might cover the only rare use case I can see of it, of showing multiple preferences for easy access without using multiple pinned tabs.
Sort by modified status is also similarly rare on Nightly, but stays higher on Beta. This is already not part of our Minimum Viable Product, but is something we can consider adding next.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → lschwalfenberg
Assignee | ||
Comment 3•7 years ago
|
||
Should this search/filter be able to filter entries by both their name and value similar to the current implementation in about:config?
Comment 4•7 years ago
|
||
(In reply to Luke Schwalfenberg [:lschwalf] from comment #3)
> Should this search/filter be able to filter entries by both their name and
> value similar to the current implementation in about:config?
Searching just the name seems fine to me. At the moment, the findbar can be used as well to look for specific values.
Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Luke Schwalfenberg [:lschwalf] from comment #3)
> Should this search/filter be able to filter entries by both their name and
> value similar to the current implementation in about:config?
We've got Bug 1501658 for that ;)
Assignee | ||
Comment 6•7 years ago
|
||
(In reply to :Matthias Kammüller from comment #5)
> (In reply to Luke Schwalfenberg [:lschwalf] from comment #3)
> > Should this search/filter be able to filter entries by both their name and
> > value similar to the current implementation in about:config?
>
> We've got Bug 1501658 for that ;)
Did not realize that. Thanks for pointing that out Matthias. I'll revise the scope of the patch that I submit for this bug accordingly.
Assignee | ||
Comment 7•7 years ago
|
||
Pushed by paolo.mozmail@amadzone.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4ef55dde9b93
Add a search field to the new "about:config" page. r=paolo
Comment 9•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Updated•7 years ago
|
Priority: P2 → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•