Disable ML autofill for release build
Categories
(Toolkit :: Form Autofill, task, P2)
Tracking
()
People
(Reporter: dimi, Assigned: dimi)
Details
Attachments
(3 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
| Assignee | ||
Comment 1•8 days ago
|
||
Telemetry on 154 shows a regression in credit card expiry date detection
since ML field detection was enabled for all channels.
Gate the extensions.formautofill.useml default on the update channel so it
stays enabled on Nightly, Dev Edition and Beta, and is disabled on Release
and ESR.
| Assignee | ||
Comment 3•8 days ago
|
||
Telemetry on 154 shows a regression in credit card expiry date detection
since ML field detection was enabled for all channels.
Gate the extensions.formautofill.useml default on the update channel so it
stays enabled on Nightly, Dev Edition and Beta, and is disabled on Release
and ESR.
Original Revision: https://phabricator.services.mozilla.com/D318986
Updated•8 days ago
|
Comment 4•8 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: When filling a saved credit card, Firefox often fails to recognize the expiry date fields, so it leaves them blank and the user has to enter the month and year manually. Telemetry shows credit card expiry date detection down ~50% (https://sql.telemetry.mozilla.org/queries/124902/source?p_category=credit-card-expiry&p_channel=beta#302696).
Also the overall autofill rate down from 42% to 37% (https://sql.telemetry.mozilla.org/queries/123218/source#299530). - Code covered by automated testing?: yes
- Fix verified in Nightly?: no
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing:
- Risk associated with taking this patch: low
- Explanation of risk level: A single pref default, with no logic change. With the pref off, form field detection falls back to the regex heuristics that shipped in every release before 154.
- String changes made/needed?: None
- Is Android affected?: no
Comment 5•8 days ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: When filling a saved credit card, Firefox often fails to recognize the expiry date fields, so it leaves them blank and the user has to enter the month and year manually. Telemetry shows credit card expiry date detection down ~50% (https://sql.telemetry.mozilla.org/queries/124902/source?p_category=credit-card-expiry&p_channel=beta#302696).
Also the overall autofill rate down from 42% to 37% (https://sql.telemetry.mozilla.org/queries/123218/source#299530). - Code covered by automated testing?: yes
- Fix verified in Nightly?: no
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing:
- Risk associated with taking this patch: low
- Explanation of risk level: A single pref default, with no logic change. With the pref off, form field detection falls back to the regex heuristics that shipped in every release before 154.
- String changes made/needed?: None
- Is Android affected?: no
| Assignee | ||
Comment 6•8 days ago
|
||
Telemetry on 154 shows a regression in credit card expiry date detection
since ML field detection was enabled for all channels.
Gate the extensions.formautofill.useml default on the update channel so it
stays enabled on Nightly, Dev Edition and Beta, and is disabled on Release
and ESR.
Original Revision: https://phabricator.services.mozilla.com/D318986
Comment 7•7 days ago
|
||
| bugherder | ||
Updated•7 days ago
|
Updated•7 days ago
|
Updated•4 days ago
|
Updated•4 days ago
|
Updated•4 days ago
|
Updated•4 days ago
|
Updated•4 days ago
|
Description
•