Closed
Bug 1805838
Opened 3 years ago
Closed 3 years ago
Remove unused pref `extensions.formautofill.creditCards.hideui`
Categories
(Toolkit :: Form Autofill, task, P1)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: dimi, Assigned: dimi)
References
Details
(Whiteboard: [fxcm-bugs-2023])
Attachments
(1 file, 1 obsolete file)
We add extensions.formautofill.creditCards.hideui in Bug 1658027. This preference is not used any more so I think we can remove it.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Whiteboard: [fxcm-bugs-2023]
Updated•3 years ago
|
| Assignee | ||
Comment 2•3 years ago
|
||
This patch changes the following:
- Use synthesizeKey instead of SynthesizeMouse
- Use
waitForConditionwhen testing the value of the test element - Call
promiseFocusto ensure the window is focused before
synthesizing key events
Updated•3 years ago
|
Attachment #9309099 -
Attachment is obsolete: true
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3711c719709e
Remove 'extensions.formautofill.creditCards.hideui' preference r=sgalich
Comment 4•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•