It's not possible to opt-out of historical search suggestions
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox82 | --- | wontfix |
firefox83 | + | verified |
firefox84 | --- | verified |
People
(Reporter: mak, Assigned: adw)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details |
See https://bugzilla.mozilla.org/show_bug.cgi?id=1513459#c9 and https://bugzilla.mozilla.org/show_bug.cgi?id=1513459#c10
In practice the code at https://searchfox.org/mozilla-central/rev/25d5a4443a7e13cfa58eff38f1faa5e69f0b170f/browser/components/urlbar/UrlbarProviderSearchSuggestions.jsm#447-456 should not be executed if maxHistoricalSearchSuggestions is set to 0, since that is an opt-out mechanism.
Reporter | ||
Comment 1•4 years ago
|
||
[Tracking Requested - why for this release]: Users can't opt-out of historical search suggestions in the urlbar.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Self-reminder to request uplift once this is on m-c
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Comment on attachment 9183307 [details]
Bug 1672643 - Do not show form history (search suggestions from history) at all when browser.urlbar.maxHistoricalSearchSuggestions == 0.
Beta/Release Uplift Approval Request
- User impact if declined: This fixes a regression where the user is not able to opt out of search suggestions from history.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. New profile
- Type
test1
in the urlbar and press enter - Type
test2
in the urlbar and press enter - Type
test3
in the urlbar and press enter - Set
browser.urlbar.maxHistoricalSearchSuggestions = 0
- Type
test
in the urlbar. None of the previoustest
searches should appear as suggestions in the results. Note that I'm referring to results with the clock icon. I'm not referring to the search results pages in history with the default engine's favicon, which may appear. - Type a space then type
test
again, and repeat until there are no more suggestions from the default search engine. None of the previoustest
searches should appear.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): One-line change, well understood, has tests.
- String changes made/needed:
Updated•4 years ago
|
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Comment on attachment 9183307 [details]
Bug 1672643 - Do not show form history (search suggestions from history) at all when browser.urlbar.maxHistoricalSearchSuggestions == 0.
No regression on nightly since it landed and the change is small, uplift approved for 83 beta 5, thanks.
Comment 8•4 years ago
|
||
bugherder uplift |
Comment 9•4 years ago
|
||
Hi,
I was able to reproduce this bug on Windows 10 on 83.0a1 (2020-09-27) (64-bit) (to make sure that I was able to see the bug) and then I verified on FF Nightly 84.0a1 (2020-10-30) (64-bit) and Beta 83.0b6 (64-bit) that the bug has been fixed.
Regards, Flor.
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Description
•