Closed
Bug 1840584
Opened 1 year ago
Closed 1 year ago
Support autofilling `first name` and `last name` field in a credit card form
Categories
(Toolkit :: Form Autofill, task, P2)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
(Whiteboard: [fxcm-cc-new-geo])
Attachments
(1 file)
Bug 1840584 - Support autofilling `first name` and `last name` field in a credit card form r=sgalich
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
This patch add a heursitic that when we see a name field (-name), we check the
previous field, if the previous field is a credit card field, we change
the field to "cc--name".
Note. We don't check whether the "next" field is a cc field now. We can
extend the support in the future.
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5ce299ca9581
Support autofilling `first name` and `last name` field in a credit card form r=credential-management-reviewers,sgalich
Comment 3•1 year ago
|
||
Backed out for causing bc failures on browser_OfficeDepot.js
Flags: needinfo?(dlee)
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f2d5c6c6d0cd
Support autofilling `first name` and `last name` field in a credit card form r=credential-management-reviewers,sgalich
Comment 5•1 year ago
|
||
Backed out changeset f2d5c6c6d0cd (Bug 1840584) for causing failures in browser_capture_name.js CLOSED TREE
Log: https://treeherder.mozilla.org/logviewer?job_id=421879262&repo=autoland&lineNumber=12156
Backout: https://hg.mozilla.org/integration/autoland/rev/2c9ff676895b0ed34177f796f93711d70e1fc2ac
Updated•1 year ago
|
Attachment #9341506 -
Attachment description: Bug 1840584 - Support autofilling `first name` and `last name` field in a credit card form r=#credential-management-reviewers → Bug 1840584 - Support autofilling `first name` and `last name` field in a credit card form r=sgalich
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f717622688d2
Support autofilling `first name` and `last name` field in a credit card form r=credential-management-reviewers,sgalich
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(dlee)
Comment 7•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•