Add commit support for autofill
Categories
(GeckoView :: General, enhancement, P1)
Tracking
(firefox69 wontfix, firefox70 wontfix, firefox71 wontfix, firefox72 fixed)
People
(Reporter: snorp, Assigned: esawin)
References
Details
(Whiteboard: [geckoview:m1910] [geckoview:m1911])
Attachments
(5 files, 4 obsolete files)
We currently don't allow new or updated passwords to be saved via the autofill system. We should add that.
Comment 1•6 years ago
|
||
LoginManagerContent._onFormSubmit handles the various triggers for "form submission" (no actual <form> necessary). We could hook in there in the content process or you could listen for the "PasswordManager:onFormSubmit" message manager message which already tries to filter out things like CC fields.
Comment 2•6 years ago
|
||
We need this to make GeckoSession autofill API available to API levels 21-25.
Comment 3•6 years ago
|
||
Emily suggests login autofill be a top priority for October ([geckoview:m1910]).
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Do we want to include this bug in our October sprint?
Yes.
| Assignee | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
Depends on D49310
| Assignee | ||
Comment 8•6 years ago
|
||
Depends on D49311
| Reporter | ||
Updated•6 years ago
|
Comment 9•6 years ago
|
||
This bug is needed for Fenix issue https://github.com/mozilla-mobile/fenix/issues/5543 to save logins.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 10•6 years ago
|
||
Moving the refactoring work out into bug 1591462.
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 11•6 years ago
|
||
| Assignee | ||
Comment 12•6 years ago
|
||
Depends on D51185
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Rolling over to November sprint.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 14•6 years ago
|
||
Depends on D51186
| Assignee | ||
Comment 15•6 years ago
|
||
Depends on D51922
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/741f4a9a2f64
https://hg.mozilla.org/mozilla-central/rev/56bf24c7a31a
https://hg.mozilla.org/mozilla-central/rev/a69b9ff498cd
https://hg.mozilla.org/mozilla-central/rev/f1815ce6163a
| Assignee | ||
Comment 18•6 years ago
|
||
Depends on D51923
Updated•6 years ago
|
| Assignee | ||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
Comment 21•6 years ago
|
||
| bugherder | ||
Description
•