Closed
Bug 1628079
Opened 1 year ago
Closed 1 year ago
Use URIFixup to determine if we should show search suggestions
Categories
(Firefox :: Address Bar, task, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 79
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: harry, Assigned: harry)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Attachments
(1 file)
Originally suggested by Marco here.
This is to replace this safety check in UnifiedComplete that is being removed in bug 1623637.
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Points: --- → 3
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → htwyford
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Currently we run a looksLikeUrl check on each token of the typed query. If any look like a URL, we don't show results. We spoke with Product, and we're instead going to show suggestions in all cases except when URIFixup identifies the full query as a URI. This should offer suggestions for all the examples in bug 1551049 comment 0.
We are also going to run an experiment (bug 1643386) to see if users find suggestions based on short queries useful, to potentially not fetch suggestions for those queries to improve user privacy.
Pushed by htwyford@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/378fffbba8cf Use URIFixup to determine if we should show search suggestions. r=mak
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
You need to log in
before you can comment on or make changes to this bug.
Description
•