Firefox/Features/Form Autofill

< Firefox‎ | Features
Revision as of 07:04, 13 June 2017 by Mnoorenberghe (talk | contribs) (→‎Team Members: add qa, legal and security)

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.


Team Members

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
Visual Design (UI) Fang Shih
Engineering Program Management (EPM) Vance Chen
Quality Assurance Adrian Florinescu
Legal Elvin Lee
Security Wennie Leung, Daniel Veditz

Sync (engine and UI) support is being worked on with the Firefox Sync team.

Planning

Child Pages

Implementation

Tentatively targeting Black Friday 2017 as a system extension for most UI/logic. Non-extension code targeting Fx56.

Milestone 1

Basic Form Autofill setting in Preference and the Form Autofill profile management. Also includes the support of autocomplete attribute for input type

Full Query
ID Summary Status Priority Assigned to Last resolved
990229 Story Breakdown - [Form Autofill] Allow users to opt out of form autofill RESOLVED P3 2017-02-08T07:48:44Z
1016733 Implement form auto-fill profile storage RESOLVED P3 Luke Chang [:lchang] (inactive) 2016-11-04T19:15:56Z
1019471 Dialog to add/edit/view an autofill profile RESOLVED P3 Scott Wu [:scottwu] 2017-03-09T10:26:57Z
1019483 Interface to manage autofill profiles RESOLVED P3 Scott Wu [:scottwu] 2017-04-01T11:14:42Z
1019531 Allow deleting autofill profiles from the management interface RESOLVED P3 Scott Wu [:scottwu] 2017-03-27T03:55:50Z
1019536 Allow manually adding an autofill profile from the management interface RESOLVED P3 Scott Wu [:scottwu] 2017-03-27T03:55:22Z
1300988 Implement an API in the content process to fill a form with a specific form autofill profile using @autocomplete RESOLVED P3 Steve Chung [:steveck] 2016-10-20T14:50:39Z
1300989 Fill the selected autofill profile when an autocomplete entry is chosen RESOLVED P3 Sean Lee [:seanlee][:weilonge] 2017-02-14T21:16:07Z
1300990 Implement an API in the parent process to decide which values of an autofill profile would be filled in which field RESOLVED P3 Luke Chang [:lchang] (inactive) 2016-11-09T15:39:46Z
1300992 Fill the autocomplete result with real profile by using profile storage API RESOLVED P3 Steve Chung [:steveck] 2017-01-27T09:57:03Z
1300993 Connect satchel autocomplete to form autofill results instead of form history when appropriate RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-01-06T16:10:19Z
1304306 Need to have a place in the Preference -> Setting for users to launch the profile list add/edit/remove dialog RESOLVED P3 Scott Wu [:scottwu] 2017-02-12T01:53:27Z
1304322 Refactor LoginStore.jsm to make it reusable for Form Autofill RESOLVED P3 Luke Chang [:lchang] (inactive) 2016-10-11T11:00:13Z
1304634 Support populating autocomplete results from form autofill code RESOLVED P3 Steve Chung [:steveck] 2016-12-28T04:34:21Z
1309481 Remove leftover code specific to Logins from JSONFile.jsm and add tests RESOLVED -- Luke Chang [:lchang] (inactive) 2016-10-20T14:50:45Z
1319995 Set the substituting handler of the resources of "formautofill" in xpcshell tests RESOLVED P3 Luke Chang [:lchang] (inactive) 2016-11-28T15:41:22Z
1322622 Load the content script when add-on bootstraps RESOLVED P3 Matthew N. [:MattN] 2016-12-17T22:04:23Z
1324631 Support multiple column autocomplete popup rich list for form autofill feature VERIFIED P3 Ray Lin[:ralin] 2017-03-14T08:55:10Z
1325724 Fallback to form history if there is no form autofill profile saved VERIFIED P3 Steve Chung [:steveck] 2017-02-17T01:14:12Z
1326138 add a new profile item <binding> and make rich-result-popup append item accordingly RESOLVED -- Ray Lin[:ralin] 2017-02-16T17:29:29Z
1326139 Implement two column layout for profile item binding RESOLVED -- Ray Lin[:ralin] 2017-02-24T10:51:36Z
1326141 Make adjustHeight method adapt profile item list RESOLVED -- Ray Lin[:ralin] 2017-02-25T00:43:03Z
1326153 [Form Autofill] Change the feature flag to browser.formautofill.experimental RESOLVED P3 Scott Wu [:scottwu] 2017-01-06T16:10:55Z
1328778 Implement ProfileAutoCompleteResult for Profile Form Fill usage only RESOLVED P3 Sean Lee [:seanlee][:weilonge] 2017-01-10T00:31:58Z
1330567 Fallback to form history if form autofill pref is disabled RESOLVED -- Steve Chung [:steveck] 2017-02-12T01:53:39Z
1333353 Implement getAutocompleteInfo() for <select> RESOLVED P3 John Dai[:jdai] 2017-03-15T12:16:43Z
1333682 [Form Autofill] Prevent duplicate autocomplete search registration RESOLVED -- Matthew N. [:MattN] 2017-02-14T21:16:29Z
1338075 Cleanup browser/extensions/formautofill/.eslintrc.js RESOLVED -- Matthew N. [:MattN] 2017-02-10T13:02:53Z
1338420 Fallback to form history if whole profiles doesn't have any data for the specific fields RESOLVED P1 Steve Chung [:steveck] 2017-03-15T21:07:47Z
1338482 Fallback to form history if the target field doesn't have data in selected profile RESOLVED P1 Steve Chung [:steveck] 2017-03-16T14:39:05Z
1339007 Replace async getEnabledStatus with initialProcessData for content process init RESOLVED -- Steve Chung [:steveck] 2017-02-22T22:58:00Z
1339515 [Form Autofill] Add built-in debug logging to ease debugging RESOLVED P3 Matthew N. [:MattN] 2017-02-15T23:29:06Z
1339721 Use FormAutofillHandler.autofillFormFields to fill in fields RESOLVED P3 Sean Lee [:seanlee][:weilonge] 2017-03-02T13:06:29Z
1340104 Hide the result without primary label in ProfileAutoCompleteResult RESOLVED P3 Sean Lee [:seanlee][:weilonge] 2017-02-22T22:58:03Z
1341582 Form autofill popup won't apply to an auto-focused input until it's refocused RESOLVED -- Luke Chang [:lchang] (inactive) 2017-02-25T00:43:46Z
1344630 Display parsed value in the corresponding column instead of showing JSON string RESOLVED P3 Ray Lin[:ralin] 2017-03-08T13:28:35Z
1350208 Specify text color of selected profile item instead of inheriting from global autocomplete style RESOLVED P3 Ray Lin[:ralin] 2017-03-29T13:53:19Z

37 Total; 0 Open (0%); 35 Resolved (94.59%); 2 Verified (5.41%);


Milestone 2

3/20 - 4/18

Full Query
ID Summary Status Priority Assigned to Last resolved
990219 [Form Autofill] Auto-create new profiles based off submitted form data RESOLVED -- Steve Chung [:steveck] 2017-05-25T20:39:21Z
1303511 [Form Autofill] A link in the door hanger to lead users to form autofill settings RESOLVED P3 2017-06-05T10:29:32Z
1325538 Add mochitest for form autofill feature RESOLVED P3 Steve Chung [:steveck] 2017-05-03T08:28:25Z
1334037 [Form Autofill] Support name fields in profiles RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-04-27T19:47:08Z
1339747 Add mochitest for verifying the form filling value and its relative events RESOLVED P3 2017-04-18T07:23:33Z
1340466 [Form Autofill] Delete the saved profile and disable the profile autofill feature when a user click "never save form data" RESOLVED P3 2017-06-05T10:31:11Z
1340468 Notify formautofill add-on of which item is being hovered in the suggestion dropdown RESOLVED P3 Ray Lin[:ralin] 2017-03-30T19:27:02Z
1340483 Add a chrome-only API to preview the text to be auto-filled in an <input> RESOLVED -- Ray Lin[:ralin] 2017-04-19T08:38:43Z
1340987 Improve subdialog.js to support multiple dialogs RESOLVED -- Scott Wu [:scottwu] 2017-06-06T23:19:45Z
1347176 Implement label element extraction logic of an input field for filling form RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-04-15T18:14:52Z
1347426 Implement section-* for autocomplete attribute RESOLVED P2 John Dai[:jdai] 2017-04-20T00:13:26Z
1348193 [Form Autofill] Listen for form submissions in autofill code RESOLVED -- Steve Chung [:steveck] 2017-04-14T22:16:00Z
1348224 Don't do _adjustAcItem() if the type of item that about to attach is different from the previous item's type. RESOLVED -- Ray Lin[:ralin] 2017-03-29T13:52:53Z
1348751 [Form Autofill] A utility library for handling full name and separated names RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-04-27T19:47:40Z
1349489 Implement the test fixtures for the top 12 web sites. RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-04-30T18:28:10Z
1349490 Implement the first version of heuristic algorithm. RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-05-31T09:48:57Z
1352325 [Form Autofill] Profiles in the manage dialog should sort by last modified VERIFIED P3 Scott Wu [:scottwu] 2017-04-25T20:03:43Z
1352331 [Form Autofill] Edit profile dialog's cancel and save buttons should depend on OS VERIFIED P1 Scott Wu [:scottwu] 2017-04-20T21:47:24Z
1355438 [Form Autofill] Implement an internal-only pseudo-class for highlighting elements with an autofilled value RESOLVED -- Luke Chang [:lchang] (inactive) 2017-04-21T09:27:04Z
1357690 [Form Autofill] Polish profile item UI in dropdown menu RESOLVED P3 Ray Lin[:ralin] 2017-04-24T13:56:10Z
1358943 [Form Autofill] Support "address-line*" fields RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-04-28T22:59:18Z
1359696 [Form Autofill] Move form autofill preference to Forms & Passwords group RESOLVED -- Scott Wu [:scottwu] 2017-05-05T20:25:35Z
1359892 [Form Autofill] Support full-name fields RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-04-29T09:16:55Z
1361560 Enable Form Autofill by default on Nightly RESOLVED -- Matthew N. [:MattN] 2017-05-11T15:21:25Z
1362583 [Form Autofill] Autofill preferences should appear before the master password ones RESOLVED -- Matthew N. [:MattN] 2017-05-08T03:17:38Z
1362584 Add autofill name fields to the management/preferences UI RESOLVED -- Matthew N. [:MattN] 2017-05-08T03:17:42Z
1364334 Rename formautofill preference prefix and address pref suffix RESOLVED -- Matthew N. [:MattN] 2017-05-12T12:46:38Z

27 Total; 0 Open (0%); 25 Resolved (92.59%); 2 Verified (7.41%);


Milestone 3

4/19 - 6/23 Enable heuristics, support name fields, previewing/highlighting, section-* DOM support, pref edit subdialog

Full Query
ID Summary Status Priority Assigned to Last resolved
556743 Implement the labels attribute RESOLVED -- John Dai[:jdai] 2017-06-17T01:07:59Z
1109188 Allow populating getAutocompleteInfo() when dom.forms.autocomplete.experimental is false RESOLVED P3 John Dai[:jdai] 2017-05-05T09:17:38Z
1300995 Implement the form autofill autocomplete footer RESOLVED P3 Ray Lin[:ralin] 2017-06-17T21:25:22Z
1300996 Show a preview of what would be filled when a form autofill autocomplete result is highlighted RESOLVED P3 Ray Lin[:ralin] 2017-06-09T11:02:20Z
1303510 [Form Autofill] Show a doorhanger to allow opting out of autofill saving when users submit a form for the first time RESOLVED P3 Steve Chung [:steveck] 2017-06-12T20:58:07Z
1303515 [Form Autofill] Display the updating door hanger to let users save a new address or update choosen address VERIFIED P3 Steve Chung [:steveck] 2017-07-02T00:38:06Z
1329628 Address phishing danger concerns about [Form Autofill] RESOLVED P3 Ray Lin[:ralin] 2017-07-05T03:32:51Z
1339740 Feedback the profile usage (e.g. last used time) to parent for the persistence in ProfileStorage when submitting a form RESOLVED P3 Steve Chung [:steveck] 2017-06-22T11:04:38Z
1339745 Sort the profile results for autocomplete popup by last used time RESOLVED P3 Steve Chung [:steveck] 2017-06-23T09:33:20Z
1340477 Support feature detection on autocomplete attribute RESOLVED P2 John Dai[:jdai] 2017-05-10T23:55:44Z
1340488 Add a chrome-only API to preview the option to be auto-selected in a <select> RESOLVED -- Ray Lin[:ralin] 2017-05-10T02:52:32Z
1347186 Add mochitest-browser-chrome to test adding and updating profiles from editProfile dialog RESOLVED P3 Scott Wu [:scottwu] 2017-05-05T20:25:15Z
1350264 [Form Autofill] Allow users to re-enable form autofill feature after all populated fields were cleared manually RESOLVED P3 Steve Chung [:steveck] 2017-06-16T07:58:51Z
1351368 [Form Autofill] remove max item number(height limit) of popup for profile results RESOLVED P3 2017-06-15T03:11:47Z
1352307 [Form Autofill] Open the edit profile dialog on top of the manage profiles dialog using gSubdialog RESOLVED P1 Scott Wu [:scottwu] 2017-06-09T14:09:55Z
1352324 Store phone numbers in E.164 format RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-07-17T12:10:20Z
1358944 [Form Autofill] Support "country-name" fields RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-06-26T11:28:45Z
1358960 Exclude "united" string when applying "address-level1" regular expression RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-08-08T21:07:51Z
1359978 [Form Autofill] Implement the credit-card storage RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-05-15T12:29:20Z
1360114 [Form Autofill] Should prevent the dataloss when computing "address-line*" from "street-address" with 4 lines or more RESOLVED P3 Sean Lee [:seanlee][:weilonge] 2017-06-29T13:55:12Z
1360370 Field Prediction Heuristics for select element. RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-05-31T09:49:13Z
1360374 Apply the field prediction heuristics for the elements added after DOMContentLoaded RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-05-08T20:46:32Z
1361244 [Form Autofill] Add a new pseudo class for preview which highlight and change text color of form elements. RESOLVED P3 Ray Lin[:ralin] 2017-05-08T03:16:59Z
1362911 [Form Autofill] Rename "profiles" to "addresses" in the storage RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-05-09T12:52:06Z
1362937 [Form Autofill] autofill's autocomplete popup filtering is broken RESOLVED -- Steve Chung [:steveck] 2017-05-10T22:29:02Z
1364818 [Form Autofill] popup won't apply to an auto-focused input until it's refocused RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-06-06T23:20:15Z
1364823 Populate select elements with form autofill profile data RESOLVED -- Scott Wu [:scottwu] 2017-06-06T09:36:16Z
1365143 Add SchemaVersion for each record in ProfileStorage RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-05-17T10:22:50Z
1365150 profileStorage.get should return null instead of throwing, and .add should return the newly created guid. RESOLVED -- Mark Hammond [:markh] [:mhammond] 2017-05-17T00:49:50Z
1365489 [Form Autofill] Show select element dropmark in edit profile dialog in preferences RESOLVED -- Scott Wu [:scottwu] 2017-06-09T14:10:15Z
1365544 Handle filling inexact matches for Form Autofill select elements on "address-level1" (states) RESOLVED -- Scott Wu [:scottwu] 2017-06-23T09:33:32Z
1365895 When a select element is autofilled, it should fire events properly RESOLVED -- Scott Wu [:scottwu] 2017-06-14T01:14:42Z
1367297 Helper functions for summarizing field names into groups in FormAutofillUtils. RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-05-26T19:52:54Z
1368008 [Form Autofill] Cache the computed fields in profileStorage RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-07-14T13:21:11Z
1368872 Enable Form Autofill Heuristics by default RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-06-08T14:08:28Z
1370429 [Form Autofill] Implement the infrastructure of Telephone parser to support the various combination of telephone fields RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-07-29T00:18:09Z
1370475 Use a country-specific join character for joining address lines together RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-06-28T11:28:29Z
1372076 [Form Autofill] Prevent Form Autofill dropdown from being applied to the dialog in Preferences RESOLVED P3 Scott Wu [:scottwu] 2017-06-21T23:56:57Z
1372077 [Form Autofill] Change the label "country" to "country or region" in Preferences VERIFIED P3 Scott Wu [:scottwu] 2017-07-29T00:18:11Z
1372495 [Form Autofill] The browser_manageProfilesDialog test fails locally on Mac RESOLVED -- Scott Wu [:scottwu] 2017-06-15T09:31:45Z
1374960 [Form Autofill] Manage Profiles and Edit Profile dialogs refinements RESOLVED -- Scott Wu [:scottwu] 2017-07-18T00:02:07Z
1375382 [Form Autofill] Handle filling in country field select element RESOLVED -- Luke Chang [:lchang] (inactive) 2017-08-11T00:37:47Z
1375799 [Form Autofill] Move the strings in manageProfiles and editProfile dialog to .properties file RESOLVED -- Scott Wu [:scottwu] 2017-07-29T00:18:14Z
1385179 Unhide addresses sync engine by default RESOLVED P1 Mark Hammond [:markh] [:mhammond] 2017-08-15T09:53:50Z
1385196 [Form Autofill] Enable the feature based on locale and geoip RESOLVED -- Luke Chang [:lchang] (inactive) 2017-08-11T19:49:24Z
1386959 [Form Autofill] Add probe for form autofill availability RESOLVED P1 Steve Chung [:steveck] 2017-08-17T11:18:24Z
1387611 Delay formautofill system add-on updates until the next restart RESOLVED -- Matthew N. [:MattN] 2017-08-07T10:58:06Z
1388078 3.08% ts_paint_webext (windows7-32) regression on push 347ea0d06092d7fcd6c34e2c7ade389b0b71ae31 (Mon Aug 7 2017) RESOLVED -- Matthew N. [:MattN] 2017-08-11T10:06:39Z
1388152 Duplicate addresses stored because of numeric state RESOLVED -- Ray Lin[:ralin] 2017-08-18T20:16:31Z
1391149 [Form Autofill] The hint message always shows "Also autofills name" even no name-related fields saved in storage RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-08-17T22:34:44Z

50 Total; 0 Open (0%); 48 Resolved (96%); 2 Verified (4%);


Milestone 4

(6/26 - 7/31) Credit card heuristics, management and doorhanger; telemetry; Sync support

Full Query
ID Summary Status Priority Assigned to Last resolved
990199 [Form Autofill] Collect information on how many people opt-out of Form Autofill RESOLVED P3 Steve Chung [:steveck] 2017-06-17T21:25:16Z
990200 [Form Autofill] Collect information about the count of autofill being applied in different scenario RESOLVED -- Steve Chung [:steveck] 2017-07-21T12:20:58Z
1333370 Show a preview of what would be filled in <select> when a form autofill autocomplete result is highlighted RESOLVED P3 Ray Lin[:ralin] 2017-07-24T08:09:26Z
1337314 [Form Autofill] Handle credit card number encryption while normalizing RESOLVED P1 Steve Chung [:steveck] 2017-08-17T00:03:41Z
1341569 [Form Autofill] Collect information on how much time users spent on page with forms (w/wo form autofill) RESOLVED -- Steve Chung [:steveck] 2017-09-11T09:23:03Z
1361237 [Form Autofill] Implement offline heuristics to determine Credit Card related fields RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-08-23T23:09:13Z
1362290 Support non-experimental autocomplete pref RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-07-28T13:30:55Z
1363995 Implement core reconciliation logic for formautofill engine RESOLVED P1 Lina Butler (ex-Mozilla) 2017-07-21T12:45:07Z
1363999 Add "sync tracker" support to ProfileStorage RESOLVED -- Thom Chiovoloni [:tcsc] (ex-moco) 2017-07-19T13:28:47Z
1367322 Form Autofill preferences should support search function RESOLVED -- Scott Wu [:scottwu] 2017-09-15T18:18:45Z
1370764 [Form Autofill] Dialog to add/edit/view a credit card profile RESOLVED P3 Scott Wu [:scottwu] 2017-08-25T00:23:06Z
1370766 [Form Autofill] Allow users to enable/disable credit card autofill and launch the list dialog in about:preferences RESOLVED P3 Scott Wu [:scottwu] 2017-08-25T21:29:00Z
1370768 [Form Autofill] Allow users to view the list of credit card profiles RESOLVED P3 Scott Wu [:scottwu] 2017-08-25T21:29:02Z
1371113 [Form Autofill] Prompt a door hanger to ask users whether to save a credit card profile when users submit a form RESOLVED P3 Steve Chung [:steveck] 2017-08-28T15:13:23Z
1371131 [Form Autofill] Extend ProfileAutoCompleteResult to support credit cards RESOLVED P3 Ray Lin[:ralin] 2017-07-25T12:29:50Z
1371139 [Form Autofill] Implement credit card dropdown style RESOLVED P3 Ray Lin[:ralin] 2017-08-21T21:31:47Z
1371145 [Form Autofill] Properly fill cc-exp/cc-exp-month/cc-exp-year into a select element RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-08-23T23:09:20Z
1371149 [Form Autofill] Warn users on credit card fields that are not secure RESOLVED P3 Ray Lin[:ralin] 2017-08-15T00:29:33Z
1371232 [Creditcard Autofill] Collect information on how many times did users apply credit card autofill RESOLVED -- Steve Chung [:steveck] 2017-09-01T22:01:39Z
1374508 [Form Autofill] Fine tune the first time saving doorhanger RESOLVED -- Steve Chung [:steveck] 2017-06-28T11:28:50Z
1375568 [meta] Form AutoFill overhead in Speedometer RESOLVED -- 2017-09-19T23:47:09Z
1376642 [Form Autofill] Replace the strings "profile" with "address" in preferences RESOLVED -- Scott Wu [:scottwu] 2017-07-27T01:04:56Z
1377360 [Form Autofill] Refine the warning message in preferences RESOLVED -- Scott Wu [:scottwu] 2017-07-31T23:45:11Z
1377636 Intermittent browser/extensions/formautofill/test/browser/browser_update_doorhanger.js | Uncaught exception - undefined - timed out after 50 tries. RESOLVED -- Steve Chung [:steveck] 2017-07-18T00:02:10Z
1378072 [Form Autofill] Update the locale of phishing warning note to align with the latest UX spec RESOLVED -- Ray Lin[:ralin] 2017-07-18T00:02:13Z
1378694 [Form Autofill] Autofill fails on some of the main shopping sites VERIFIED -- Sean Lee [:seanlee][:weilonge] 2017-07-13T01:05:25Z
1378754 Autofill doesn't work when using drag to new window VERIFIED -- Matthew N. [:MattN] 2017-07-26T09:13:28Z
1379533 [Form Autofill] Support two fieldDetails array for Address and Credit Card feature in FormAutofillHandler. RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-07-19T23:33:41Z
1379575 [Form Autofill] Make Phishing Warning consistent no matter hovering on items or not. RESOLVED P3 Ray Lin[:ralin] 2017-07-13T14:37:53Z
1379588 [Form Autofill] Implement credit card profile creation in FormAutofillHandler RESOLVED -- Steve Chung [:steveck] 2017-07-31T23:45:23Z
1379600 [Form Autofill] Support credit card record filling and previewing in FormAutofillHandler RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-08-23T23:09:25Z
1379869 [Form Autofill] The color of the doorhanger's anchor should align the other anchor icon RESOLVED -- Steve Chung [:steveck] 2017-07-13T01:05:50Z
1380279 [Form Autofill] Add the ability for "startSearch" to retrieve credit card profiles from storage RESOLVED P3 Ray Lin[:ralin] 2017-07-21T12:22:15Z
1380556 [Form Autofill] Darken the font color in the also fill notes based on the latest spec RESOLVED P3 Ray Lin[:ralin] 2017-07-13T14:38:38Z
1380910 [Form Autofill] Consider showing the intersection of results' categories and form's categories instead of the all categories in also fill note RESOLVED P3 Ray Lin[:ralin] 2017-08-16T01:52:57Z
1381404 [Form Autofill] Add l10n support for Form Autofill system addon RESOLVED -- Scott Wu [:scottwu] 2017-07-17T07:47:29Z
1382148 Cache the matching result of select elements so we don't need to calculate it every time when previewing and filling RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-08-01T09:30:01Z
1382189 [Form Autofill] Setting manuallyManagedState bit might trigger frame re-construction and erase the preview text while previewing RESOLVED P3 Ray Lin[:ralin] 2017-07-22T00:53:59Z
1382529 [Form Autofill] Exception occurs when saving a telephone number like "1234567" RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-07-29T00:18:34Z
1383058 [Form Autofill] Always adopt autocomplete attribute and the info should not be changed. RESOLVED P1 Sean Lee [:seanlee][:weilonge] 2017-08-17T00:04:04Z
1383065 [Form Autofill] Trigger autofill broken on 3 fields forms RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-07-25T00:59:11Z
1385753 [Form Autofill] Group tel-related fields when calculating the secondary label RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-07-31T23:46:21Z
1385813 [Form Autofill] Edit dialog should not show horizontal and vertical scroll bars RESOLVED -- Scott Wu [:scottwu] 2017-08-04T00:04:19Z
1387004 [Form Autofill] Collect information on how many people enable credit card Autofill RESOLVED -- Steve Chung [:steveck] 2017-08-04T17:41:06Z
1388238 Create MasterPassword.jsm to provide async wrappers around crypto-SDR and handle existing dialogs RESOLVED P1 Steve Chung [:steveck] 2017-08-17T00:04:20Z
1389413 [Form Autofill] Decrypt credit card number for filtering when MasterPassword is disabled RESOLVED P1 Steve Chung [:steveck] 2017-08-23T23:09:44Z
1390816 [Form Autofill] Add addresses sync checkbox in first time saving doorhanger RESOLVED P3 Steve Chung [:steveck] 2017-08-17T11:20:02Z
1393745 [Form Autofill] Wrap up masterpassword decrypt API in FormAutofillHandler RESOLVED -- Steve Chung [:steveck] 2017-08-28T15:14:53Z
1393756 [Form Autofill] Complete the rest of mochitest test cases for credit card doorhanger RESOLVED P3 Steve Chung [:steveck] 2017-09-29T11:41:42Z
1394075 [Form Autofill] Preview decrypted credit card numbers when MasterPassword isn't set RESOLVED -- Luke Chang [:lchang] (inactive) 2017-08-28T15:15:09Z
1395019 [Form Autofill] Support filling in "cc-given-name", "cc-additional-name" and "cc-family-name" RESOLVED -- Luke Chang [:lchang] (inactive) 2017-08-31T02:55:41Z
1395028 [Form Autofill] Add credit card sync checkbox in its doorhanger VERIFIED P3 Steve Chung [:steveck] 2017-10-26T22:04:13Z
1395122 [Form Autofill] Decrypt credit card numbers before syncing to server and re-encrypt them after syncing back RESOLVED -- Luke Chang [:lchang] (inactive) 2017-10-26T22:04:18Z
1395123 Unhide credit cards sync engine by default RESOLVED P1 Steve Chung [:steveck] 2017-11-06T23:07:47Z
1397088 [Form Autofill] Fix manage addresses / credit cards line height problem RESOLVED -- Scott Wu [:scottwu] 2017-09-13T11:43:26Z
1397090 [Form Autofill] Manage credit cards dialog should have the ability to mask card numbers again after they are shown VERIFIED -- Scott Wu [:scottwu] 2017-09-12T09:41:28Z
1397115 [Form Autofill] Fine tune the autofill doorhanger's anchor position RESOLVED P5 Steve Chung [:steveck] 2017-10-12T10:44:58Z
1397636 [Form Autofill] Collect information on how much time users spent on page with credit card forms RESOLVED P3 Steve Chung [:steveck] 2017-09-14T22:25:37Z
1399402 [Form Autofill] - "Never Save Credit Cards" text is displayed with small c for credit in the door hanger VERIFIED -- Steve Chung [:steveck] 2017-09-14T09:07:07Z
1403007 cc-exp regexp in heuristicsRegexp.js is missing the "iu" flags RESOLVED -- Sean Lee [:seanlee][:weilonge] 2017-09-29T11:42:55Z
1413487 [Form Autofill] Split "cc-exp" into "cc-exp-month" and "cc-exp-year" in the storage RESOLVED P3 Luke Chang [:lchang] (inactive) 2017-11-07T10:32:33Z

61 Total; 0 Open (0%); 56 Resolved (91.8%); 5 Verified (8.2%);


Platform Dependencies

Full Query
ID Summary Product Component Status Priority Assigned to
740979 implement :-moz-autofill pseudo-class on input elements with an autofilled value Core CSS Parsing and Computation NEW --
1340459 Implement getAutocompleteInfo() for <textarea> Core DOM: Core & HTML NEW P5
1340461 implement a pseudo-class to style <select> elements with an autofilled value Core CSS Parsing and Computation NEW P5
1340462 implement a pseudo-class to style <textarea> elements with an autofilled value Core CSS Parsing and Computation NEW P5
1413486 Child element with z-index: -1 and filter is hidden behind the parent element's background Core Web Painting NEW P3

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