Firefox/Features/Form Autofill: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Implementation: Moved MVP and V2 to their own pages)
Line 13: Line 13:
* Code: [https://dxr.mozilla.org/mozilla-central/source/browser/extensions/formautofill/ browser/extensions/formautofill/]
* Code: [https://dxr.mozilla.org/mozilla-central/source/browser/extensions/formautofill/ browser/extensions/formautofill/]
* Test pages: https://luke-chang.github.io/autofill-demo/
* Test pages: https://luke-chang.github.io/autofill-demo/
== Team Members ==
{| class="wikitable"
|-
! Department !! Members
|-
| Product Management (PM) || Joe Cheng
|-
| Engineering || Matthew Noorenberghe (Tech Lead)
Luke Chang (TPE Lead; Storage)
Steve Chung (Integration; Telemetry; Saving form data)
Sean Lee (Heuristics; Sync)
Scott Wu (Preferences)
Ray Lin (Autocomplete; Preview/Highlighting)
John Dai (DOM)
|-
| User Experience (UX) || Juwei Huang
Mark Liang
|-
| Visual Design (UI) || Fang Shih
|-
| Engineering Program Management (EPM) || Vance Chen
Lauren Fu
|-
| Quality Assurance || Adrian Florinescu
Ovidiu Boca
|-
| Legal || Elvin Lee
|-
| Security || François Marier
Daniel Veditz
Wennie Leung
|}
Sync (engine and UI) support is being worked on with the Firefox Sync team.


== Planning ==
== Planning ==

Revision as of 21:48, 3 June 2020

Introduction

Form Autofill saves users time and effort when making online purchases by storing their personal information in a profile and automatically populating form fields when the user requires it.

Our objective is to increase user engagement, satisfaction and retention for frequent online shoppers (those who make an online purchase at least once per month). We believe this can be achieved by enabling users to complete forms and “check out” in e-commerce flows as quickly and securely as possible.


Planning

Child Pages

Feature Availability

Nightly

  • Address Autofill: Available for all users in en-US builds (with US/CA/DE addresses [see extensions.formautofill.supportedCountries]).
  • Credit Card Autofill: Disabled by default as it's not a priority for 2019 (bug 1521194). bug 1527746 tracks the remaining blockers.

Beta

  • Address Autofill: Available for users using an en-US build and located in the US with US addresses.
  • Credit Card Autofill: Not available.

Release

  • Address Autofill: Rolled out to users using an en-US build and located in the US with US addresses.
  • Credit Card Autofill: Not available.

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.

  • extensions.formautofill.available: on
  • extensions.formautofill.creditCards.available: true
  • extensions.formautofill.supportedCountries: (add your country for GeoIP and the saved country)

Implementation

Releases:

Platform Dependencies

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);