Closed
Bug 1466233
Opened 6 years ago
Closed 2 years ago
Autofill should take adaptive history into account
Categories
(Firefox :: Address Bar, defect, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
DUPLICATE
of bug 1597791
People
(Reporter: adw, Unassigned)
Details
Autofill should take adaptive history into account.
(In reply to Marco Bonardo [::mak] from comment #10)
> I had an idea some time ago, but then I forgot to write it down. Adaptive
> history (moz_inputhistory) has data that could be used to autofill. For
> example
> SELECT input, url
> FROM moz_inputhistory i
> JOIN moz_places h ON h.id = i.place_id
> JOIN moz_origins o ON o.id = h.origin_id
> WHERE host BETWEEN input AND input || X'FFFF'
status-firefox63:
--- → affected
Updated•5 years ago
|
Blocks: qb-results-papercuts
Updated•5 years ago
|
Points: --- → 5
Comment 1•5 years ago
|
||
One initial step here may be to split urls in the table into 2 columns, a prefix (scheme://www) and the actual "fixed" (as we name that elsewhere) url. We have a fixup_url SQL function we can use. First check would be to verify splitting that field won't cause trouble to current consumers of it.
Updated•4 years ago
|
Priority: P3 → P2
Reporter | ||
Comment 2•2 years ago
|
||
We did this in bug 1597791, so I'll mark this as a dupe and move some of the related bugs over there.
You need to log in
before you can comment on or make changes to this bug.
Description
•