Split UrlbarInputHistoryProvider from UnifiedComplete
Categories
(Firefox :: Address Bar, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox91 | --- | fixed |
People
(Reporter: mak, Assigned: bugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
InputHistory (aka AdaptiveHistory) results appear before normal frecency bookmarks/history results, and are completely indipendent from them, so it should be possible to split out their provider.
It may be one of the first time where we split general results, thus it may require some grouping/sorting changes in the muxer.
This would allow also to experiment with shifting their position (Verdi at a certain point said we could evaluate showing them at top results, before search suggestions, in their own group).
Another complexity is currently we run it twice, with MATCH_BOUNDARY and later with MATCH_ANYWHERE if we didn't find enough results, though it doesn't seem necessary, we're already comparing the search string with the stored input string, and limiting the number of results (currently to 1/4 of the results...), we could just match anywhere.
| Reporter | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
Depends on D114896
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D115735
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D115736
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
| Assignee | ||
Comment 5•5 years ago
|
||
| Assignee | ||
Comment 6•5 years ago
|
||
Comment 8•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/851eb09fedaa
https://hg.mozilla.org/mozilla-central/rev/089db3ee29cc
https://hg.mozilla.org/mozilla-central/rev/74f4ea0db472
https://hg.mozilla.org/mozilla-central/rev/6af229948e19
Description
•