Closed
Bug 1824215
Opened 2 years ago
Closed 2 years ago
Support non autofill credential type for autocomplete attribute
Categories
(Toolkit :: Form Autofill, defect, P2)
Toolkit
Form Autofill
Tracking
()
RESOLVED
FIXED
122 Branch
People
(Reporter: twisniewski, Assigned: jschanck)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
Safari 16.4 beta's release notes indicate that they are shipping this (implemented here), and so both Blink and WebKit will support this feature soon.
Reporter | ||
Updated•2 years ago
|
See Also: → https://github.com/whatwg/html/pull/8006
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jschanck
Status: NEW → ASSIGNED
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/55320a72238f
support non-autofill credential type for autocomplete attribute. r=sgalich,smaug
Comment 3•2 years ago
|
||
Backed out for causing build bustages in WinWebAuthnService.cpp
- Backout link
- Push with failures
- Failure Log
- Failure line: /builds/worker/checkouts/gecko/dom/webauthn/WinWebAuthnService.cpp(912,13): error: unknown type name 'WebAuthnAutoFillEntry'; did you mean 'nsIWebAuthnAutoFillEntry'?
Flags: needinfo?(jschanck)
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(jschanck)
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fbb330a006c0
support non-autofill credential type for autocomplete attribute. r=sgalich,smaug
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Updated•2 years ago
|
Comment 6•6 months ago
|
||
if I read https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#html.elements.form.autocomplete correctly, mdn indicates that we don't support autocomplete="webauth"
, though we have it implemented in this bug.
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•