Closed
Bug 1819713
Opened 2 years ago
Closed 1 years ago
Remove PublicKeyCredential::IsExternalCTAP2SecurityKeySupported
Categories
(Core :: DOM: Web Authentication, task, P3)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Once CTAP2 support is available on all platforms, we can remove the non-standard PublicKeyCredential::IsExternalCTAP2SecurityKeySupported
method from Bug 1526023.
Updated•1 years ago
|
Type: enhancement → task
Assignee | ||
Comment 1•1 years ago
|
||
Telemetry shows no use of this method since it was deprecated in 121.
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a4086f45142
remove PublicKeyCredential::IsExternalCTAP2SecurityKeySupported. r=keeler,webidl,smaug
Comment 3•1 years ago
|
||
Backed out for causing mochitest failures on test_webauthn_isexternalctap2securitykeysupported.html
Flags: needinfo?(jschanck)
Assignee | ||
Updated•1 years ago
|
Flags: needinfo?(jschanck)
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a7253f658c6d
remove PublicKeyCredential::IsExternalCTAP2SecurityKeySupported. r=keeler,webidl,smaug
Comment 5•1 years ago
|
||
Hi! There are other files that reference https://searchfox.org/mozilla-central/search?q=IsExternalCTAP2SecurityKeySupported shouldn't those be cleaned up, too?
Flags: needinfo?(jschanck)
Comment 6•1 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Assignee | ||
Comment 7•1 years ago
|
||
Ah, yes, I missed those. Thanks.
Status: RESOLVED → REOPENED
Flags: needinfo?(jschanck)
Resolution: FIXED → ---
Assignee | ||
Comment 8•1 years ago
|
||
Updated•1 years ago
|
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1273b0849db2
remove stray references to IsExternalCTAP2SecurityKeySupported. r=tschuster
Comment 10•1 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 years ago → 1 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•