Confirmed users
146
edits
(→Implementation: add link to fixed in 57 but not 56) |
m (Add See Also section) |
||
(34 intermediate revisions by 6 users not shown) | |||
Line 6: | Line 6: | ||
* | * Chat Channel: [https://matrix.to/#/!mwXGiacuROcLToavBH:mozilla.org/$vCratOt4HM-zjhXNVSlMNsf-Eibn0aeclVlUfED0N4Q?via=mozilla.org&via=t2bot.io #form-autofill] | ||
* Mailing list: [mailto:autofill@lists.mozilla.org autofill@lists.mozilla.org] | * Mailing list: [mailto:autofill@lists.mozilla.org autofill@lists.mozilla.org] | ||
* Bugzilla Component: [https:// | * Bugzilla Component: [https://mzl.la/2zuJKyc Toolkit::Form Autofill] ([https://bugzilla.mozilla.org/enter_bug.cgi?product=Toolkit&component=Form%20Autofill new bug]) | ||
* Report website compatibility issues: [https://bugzilla.mozilla.org/show_bug.cgi?id=1405266 meta bug] | |||
* Preferences: <code>extensions.formautofill.*</code> | * Preferences: <code>extensions.formautofill.*</code> | ||
* Code: [https:// | * Code: [https://searchfox.org/mozilla-central/source/browser/extensions/formautofill/ browser/extensions/formautofill/] [https://firefox-source-docs.mozilla.org/browser/extensions/formautofill/docs/index.html Development documentation] | ||
* Test pages: https://luke-chang.github.io/autofill-demo/ | |||
== Planning == | == Planning == | ||
* [https://docs.google.com/document/d/1Rk6SIH_O_wab1CsphHhuwmvT8gXCG-D0B0ki0R3dmC4/edit?ts=577b1d52#heading=h.ifofy8kjhyvh Product Requirements] | * [https://docs.google.com/document/d/1Rk6SIH_O_wab1CsphHhuwmvT8gXCG-D0B0ki0R3dmC4/edit?ts=577b1d52#heading=h.ifofy8kjhyvh Product Requirements] | ||
* UX Specs: [https://mozilla.invisionapp.com/share/AP8TFZ22G Address Autofill] [https://mozilla.invisionapp.com/share/7ZA4WEK9W Credit Card Autofill] | * UX Specs: [https://mozilla.invisionapp.com/share/AP8TFZ22G Address Autofill] [https://mozilla.invisionapp.com/share/7ZA4WEK9W Credit Card Autofill] | ||
* [https://mozilla.invisionapp.com/share/MQ8J8K4CE#/screens/222029808 Visual Design Spec] | * [https://mozilla.invisionapp.com/share/MQ8J8K4CE#/screens/222029808 Old Visual Design Spec] | ||
* [https://wiki.mozilla.org/QA/form_autofill Test plan] | * [https://wiki.mozilla.org/QA/form_autofill Test plan] | ||
* [https://docs.google.com/document/d/1QtyaF0rGqTtqxl1hcIhD-X_i1vNCPJO9Xo10CosdLCg/edit Meeting Notes] | * [https://docs.google.com/document/d/1QtyaF0rGqTtqxl1hcIhD-X_i1vNCPJO9Xo10CosdLCg/edit Meeting Notes] | ||
Line 65: | Line 24: | ||
{{Special:PrefixIndex/{{{1|{{FULLPAGENAME}}}}}/|stripprefix=1}} | {{Special:PrefixIndex/{{{1|{{FULLPAGENAME}}}}}/|stripprefix=1}} | ||
== | == Feature Availability == | ||
=== Nightly === | |||
* | * Address Autofill: Available for all users in en-US builds (with US/CA/DE addresses [see <code>extensions.formautofill.addresses.supportedCountries</code>]). | ||
* Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR. | |||
=== | === Beta === | ||
* Address Autofill: Available for users using an en-US build and located in the US with US addresses. | |||
* Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR. | |||
* | === Release === | ||
* Address Autofill: Rolled out to users using an en-US build and located in the US with US addresses. | |||
* Credit Card Autofill: Available for all users in the following locales: US, CA, UK, DE, FR. | |||
=== | === For Testing === | ||
If you would like to test these features but don't meet the conditions above, you can manually turn them on by modifying the following prefs via about:config and then '''restart Firefox'''. | |||
* | * <code>extensions.formautofill.creditCards.supported</code>: on | ||
< | * <code>extensions.formautofill.creditCards.enabled</code>: true | ||
* <code>extensions.formautofill.creditCards.supportedCountries</code>: (add your country for GeoIP and the saved country) | |||
* <code>extensions.formautofill.addresses.supported</code>: on | |||
* <code>extensions.formautofill.addresses.enabled</code>: true | |||
* <code>extensions.formautofill.addresses.supportedCountries</code>: (add your country for GeoIP and the saved country) | |||
</ | |||
== | == Implementation == | ||
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%22%5Bform%20autofill%22 All open bugs] | |||
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20%22%5Bform%20autofill%22 All bugs] | |||
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch= | |||
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch= | |||
Releases: | |||
* [ | * [[Firefox/Features/Form Autofill/MVP]] | ||
* [[Firefox/Features/Form Autofill/V2]] | |||
* [[Firefox/Features/Form Autofill/Credit Cards | 2020 Credit card Autofill work]] | |||
=== Platform Dependencies === | === Platform Dependencies === | ||
Line 144: | Line 69: | ||
[[Category:Firefox]] | [[Category:Firefox]] | ||
== See Also == | |||
{{subpagelist}} |