Firefox/Features/Form Autofill: Difference between revisions

→‎Implementation: Hide the full bug list of M1 ~ M4 as all bugs were resolved.
(→‎Implementation: Hide the full bug list of M1 ~ M4 as all bugs were resolved.)
Line 69: Line 69:
== Implementation ==
== Implementation ==
Tentatively targeting Black Friday 2017 as a system extension for most UI/logic. Non-extension code targeting Fx56.
Tentatively targeting Black Friday 2017 as a system extension for most UI/logic. Non-extension code targeting Fx56.
* [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=ALL%20sw:%22%5Bform%20autofill:M%22 All MVP bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=%22%5Bform%20autofill%22 All open bugs]
[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]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20%22%5Bform%20autofill%22 All bugs]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20sw:%22%5Bform%20autofill:M%22 All MVP bugs]
* [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]
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%5D%22 Bugs without a milestone]


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


* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%3AM1%5D%22&list_id=13204103 Bug List]
* [https://mzl.la/2iAWNGm Bug List]
<bugzilla>
{
"whiteboard": "[form autofill:M1]",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>


=== Milestone 2 ===
=== Milestone 2 ===
3/20 - 4/18
(3/20 - 4/18)
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%3AM2%5D%22&list_id=13501029 Bug List]
 
<bugzilla>
* [https://mzl.la/2iACjxG Bug List]
{
"whiteboard": "[form autofill:M2]",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>


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


* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%3AM3%5D%22&list_id=13555581 Bug List]
* [https://mzl.la/2iBAsIZ Bug List]
<bugzilla>
{
"whiteboard": "[form autofill:M3]",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>


=== Milestone 4 ===
=== Milestone 4 ===
(6/26 - 7/31)
(6/26 - 7/31)
Credit card heuristics, management and doorhanger; telemetry; Sync support
Credit card heuristics, management and doorhanger; telemetry; Sync support
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%3AM4%5D%22&list_id=13623483 Bug List]
 
<bugzilla>
* [https://mzl.la/2iBqxmD Bug List]
{
"whiteboard": "[form autofill:M4]",
"include_fields": "id, summary, status, resolution, assigned_to, whiteboard, cf_last_resolved",
"order": "resolution, cf_last_resolved"
}
</bugzilla>


=== MVP ===
=== MVP ===
Line 141: Line 118:
}
}
</bugzilla>
</bugzilla>
=== Bugs without a milestone ===
* [https://bugzilla.mozilla.org/buglist.cgi?quicksearch=sw%3A%22%5Bform%20autofill%5D%22 Bug List]


=== Platform Dependencies ===
=== Platform Dependencies ===
Confirmed users
133

edits