Implement quick suggest autofill results
Categories
(Firefox :: Address Bar, task, P2)
Tracking
()
People
(Reporter: adw, Assigned: adw)
References
Details
Attachments
(1 obsolete file)
| Assignee | ||
Comment 1•4 years ago
|
||
An important part of the Product spec is that quick suggest autofill results are
simply annotated regular autofill results. We don't do any new autofilling that
Firefox doesn't already do. Given that, this revision adds a new method to
UrlbarProviderQuickSuggest named maybeAnnotateAutofillResult, which is called
by UrlbarProviderAutofill.
Quick suggest autofill results are treated like both autofill and quick suggest
results. We want to record all the usual quick suggest telemetry that we do for
regular quick suggests.
Most of this revision is creating new tests that are very similar to existing
quick suggest tests except they test quick suggest autofills.
Depends on D127915
| Assignee | ||
Comment 2•4 years ago
•
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
Status update on this: It's blocked on discussions with adM.
| Assignee | ||
Comment 4•4 years ago
|
||
Bumping this down to P2 given the blocked status to get this off triage dashboards.
| Assignee | ||
Comment 5•4 years ago
|
||
The Jira ticket has been canceled and the feature request has morphed into the best-match concept, so I'll wontfix this.
Updated•4 years ago
|
Description
•