Add a browser.urlbar.showSearchSuggestionsFirst pref
Categories
(Firefox :: Address Bar, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox87 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
Attachments
(1 file)
In https://phabricator.services.mozilla.com/D99281 (bug 1676469), Marco suggested it would be a good idea to add a shouldShowSuggestionsBeforeGeneralResults pref so that we uncouple that behavior from matchBuckets/resultBuckets. See:
| Assignee | ||
Comment 1•5 years ago
|
||
Introduce a new browser.urlbar.showSuggestionsBeforeGeneral boolean pref that
determines whether search suggestions are shown before general results.
This keeps the matchBuckets pref. I could have removed it since the only thing
we're using it for right now is to tell whether suggestions are shown first. The
reason I didn't remove it is because ultimately we do want a matchBuckets or
resultBuckets pref so we can experiment with different results compositions
using simple pref-flip studies. Hopefully bug 1676469 will land soon and we'll
replace matchBuckets with resultBuckets, but in the meantime I think we
should keep matchBuckets around.
This also removes some browser.urlbar.matchBuckets assignments in tests that
don't actually depend on it. For tests that do depend on it, I changed them so
they set showSuggestionsBeforeGeneral now.
| Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
| Assignee | ||
Comment 3•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
| bugherder | ||
Description
•