Closed
Bug 1876086
Opened 1 year ago
Closed 1 year ago
Call `getAdaptedProfiles` inside `autofillFields`
Categories
(Toolkit :: Form Autofill, task, P3)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: issammani, Assigned: issammani)
Details
Attachments
(1 file)
In iOS, the main entry point when filling data is autofillFormFields. We never call getAdaptedProfiles for address to apply transforms ( and match select options ... ). Ideally, we should call getAdaptedProfiles inside autofillFormFields for both addresses and credit cards.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by imani@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0cf883e31f24
Call `getAdaptedProfiles` for address profiles when autofilling. r=dimi
Comment 3•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•