Closed
Bug 1770012
Opened 2 years ago
Closed 2 years ago
Adaptive history use counts aren't bumped when adaptive history autofill is picked
Categories
(Firefox :: Address Bar, task, P1)
Firefox
Address Bar
Tracking
()
VERIFIED
FIXED
102 Branch
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [snt-triaged])
Attachments
(1 file)
Adaptive history use counts are not incremented for the heuristic result. That's a problem for adaptive history autofill because it means if the user is actually using it and finding it helpful, use counts will never be incremented, and at some point they'll be decayed and stop autofilling.
It shouldn't be too hard to modify that logic to call UrlbarUtils.addToInputHistory()
when the heuristic is an adaptive history autofill.
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNT-138
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → adw
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Pushed by dwillcoxon@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/eefb811b0f67 Update adaptive history when an adaptive history autofill result is picked. r=daisuke
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox102:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Comment 5•2 years ago
|
||
This was verified as part of the preliminary sign off for the adaptive autofill feature. Use count for adaptive history autofill are correctly increased when picked.
You need to log in
before you can comment on or make changes to this bug.
Description
•