Closed Bug 1466233 Opened 6 years ago Closed 2 years ago

Autofill should take adaptive history into account

Categories

(Firefox :: Address Bar, defect, P2)

defect
Points:
5

Tracking

()

RESOLVED DUPLICATE of bug 1597791
Tracking Status
firefox62 --- wontfix
firefox63 --- affected

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'
Blocks: 1464270
Blocks: 1425029
Blocks: 1597791
Points: --- → 5
Blocks: 1610718

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.

Priority: P3 → P2
Blocks: 1493543

We did this in bug 1597791, so I'll mark this as a dupe and move some of the related bugs over there.

Status: NEW → RESOLVED
Closed: 2 years ago
Component: Places → Address Bar
Product: Toolkit → Firefox
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.