Firefox/Features/Form Autofill: Difference between revisions

Jump to navigation Jump to search
→‎Implementation: Moved MVP and V2 to their own pages
(→‎For Testing: need to restart for prefs)
(→‎Implementation: Moved MVP and V2 to their own pages)
Line 94: Line 94:
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20%22%5Bform%20autofill%22 All bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20%22%5Bform%20autofill%22 All bugs]


=== MVP ===
Releases:
Tentatively targeting Black Friday 2017 as a system extension for most UI/logic. Non-extension code targeting Fx56.
* [[Firefox/Features/Form Autofill/MVP]]
 
* [[Firefox/Features/Form Autofill/V2]]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20sw:%22%5Bform%20autofill:M%22 All MVP bugs]
* [[Firefox/Features/Form Autofill/Credit Cards | 2020 Credit card Autofill work]]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%5D%22 Bugs without a milestone]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=FIXE%20sw%3A%22%5Bform%20autofill%22%20cf_status_firefox56%21%3Dfixed%20%20cf_status_firefox56%21%3Dunaffected%20cf_status_firefox57%3Dfixed&list_id=13744008 Fixed in 57 but not 56]
 
'''Milestones'''
* [https://mzl.la/2iAWNGm Milestone 1]: Basic Form Autofill setting in Preference and the Form Autofill profile management. Also includes the support of autocomplete attribute for input type
* [https://mzl.la/2iACjxG Milestone 2]: (3/20 - 4/18)
* [https://mzl.la/2iBAsIZ Milestone 3]: (4/19 - 6/23) Enable heuristics, support name fields, previewing/highlighting, section-* DOM support, pref edit subdialog
* [https://mzl.la/2iBqxmD Milestone 4]: (6/26 - 7/31) Credit card heuristics, management and doorhanger; telemetry; Sync support
* [https://mzl.la/2jcAEPh Remaining bugs]: Bugs, follow-ups, enhancement
 
=== V2 ===
===== L10N Support =====
<bugzilla>
{
"blocks": "1415079",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>
===== Clear Button =====
<bugzilla>
{
"blocks": "1404768",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>
===== Additional Countries(DE/CA) Support =====
<bugzilla>
{
"blocks": "1415112",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>
===== Section Mechanism Support =====
<bugzilla>
{
"blocks": "1411877",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>
===== Misc. Bugs =====
<bugzilla>
{
"whiteboard": "[form autofill:V2][Misc.]",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>


=== Platform Dependencies ===
=== Platform Dependencies ===
Confirmed users
933

edits

Navigation menu