Implement the GV Autocomplete API for login autocomplete
Categories
(GeckoView :: General, task, P1)
Tracking
(firefox78 fixed)
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: MattN, Assigned: esawin)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [geckoview:m77][geckoview:m78])
Attachments
(5 files, 4 obsolete files)
To allow the user to fill in a login without typing when there is more than one saved for the site (e.g. or related subdomain), the user should be able to select from some "autocomplete" UI (using the term from desktop). The API could also return return results for password generation.
We can make the API generic so that it can handle autocomplete of future data such as form history, address profiles, and credit card profiles.
We may probably need to change https://searchfox.org/mozilla-central/rev/96f1457323cc598a36f5701f8e67aedaf97acfcf/toolkit/components/satchel/nsFormFillController.cpp#975-1001 as part of this.
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Depends on D73055
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D73056
| Assignee | ||
Comment 4•1 year ago
|
||
Depends on D73057
| Assignee | ||
Comment 5•1 year ago
|
||
Depends on D73058
| Assignee | ||
Comment 6•1 year ago
|
||
Depends on D73059
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 7•1 year ago
|
||
Depends on D73057
| Assignee | ||
Comment 8•1 year ago
|
||
Depends on D73753
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 9•1 year ago
|
||
Depends on D73060
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Comment 10•1 year ago
|
||
Pushed by esawin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e975470f4a8c [1.4] Add Autocomplete API for login autocomplete. r=geckoview-reviewers,snorp,agi https://hg.mozilla.org/integration/autoland/rev/70271922b7d4 [2.b.3] Refactor LoginStorage backend API to the Autocomplete backend API. r=geckoview-reviewers,droeh https://hg.mozilla.org/integration/autoland/rev/0929113893bd [2.c.7] Implement Autocomplete API backend. r=geckoview-reviewers,MattN,aklotz https://hg.mozilla.org/integration/autoland/rev/106285c88a85 [3.3] Rename and extend LoginStorage tests to Autocomplete tests. r=geckoview-reviewers,agi,snorp https://hg.mozilla.org/integration/autoland/rev/b02d2e7140bc [4.3] Update API changelog. r=geckoview-reviewers,agi
Comment 11•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e975470f4a8c
https://hg.mozilla.org/mozilla-central/rev/70271922b7d4
https://hg.mozilla.org/mozilla-central/rev/0929113893bd
https://hg.mozilla.org/mozilla-central/rev/106285c88a85
https://hg.mozilla.org/mozilla-central/rev/b02d2e7140bc
Description
•