Using Fathom to recognize credit card name field
Categories
(Toolkit :: Form Autofill, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox107 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
(Whiteboard: [fxcm-fathom-cc-p3])
Attachments
(3 files, 1 obsolete file)
We use fathom to recognize credit card number field in Bug 1759418. We can also do the same to detect credit card name field.
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D158646
| Assignee | ||
Comment 3•3 years ago
|
||
This patch change the behavior of the following two cases:
-
Before this patch, if a form contains a cc-name field and a cc-exp
field that are both identified by regex-based heuristic, we consider
it a valid cc section in Nighty build.After this patch, the above case only consider a valud cc section when the cc-name field is
identified by fathom. This applys to all builds. -
Before this patch, a form contains only a cc-name field without
autocomplete attribute is never considered a valid cc section.After this patch, a form contains only a cc-name field is considered
a valid cc section when fathom is confident
Depends on D158647
| Assignee | ||
Comment 4•3 years ago
|
||
Depends on D158646
Updated•3 years ago
|
Comment 6•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0039108405c2
https://hg.mozilla.org/mozilla-central/rev/d74fda910a24
https://hg.mozilla.org/mozilla-central/rev/1a57d5dc1cf5
Description
•