Closed
Bug 1844136
Opened 2 years ago
Closed 2 years ago
Avoid authenticator-rs `Manager` type
Categories
(Core :: DOM: Web Authentication, enhancement, P1)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
Details
Attachments
(1 file)
Bug 1838894 adds a XPCOM service that owns an AuthrsTransport
. Previously, our AuthrsTransport
s were created and destroyed within the scope of a single WebAuthn transaction, and the existing implementation of AuthrsTransport
has a run loop that polls for WebAuthn commands every 50 ms. We need to re-work AuthrsTransport
so that it does not do this polling.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3f9e8ad9d84d
avoid the AuthenticatorService and Manager types from auth-rs. r=keeler
Comment 3•2 years ago
|
||
Backed out for bustages on command.rs
Backout link: https://hg.mozilla.org/integration/autoland/rev/5954ce91542de618e7ccfc10bdfc5368b9160cb2
Log link: https://treeherder.mozilla.org/logviewer?job_id=425235238&repo=autoland&lineNumber=5933
Flags: needinfo?(jschanck)
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(jschanck)
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0fd66a02d9ef
avoid the AuthenticatorService and Manager types from auth-rs. r=keeler
Comment 5•2 years ago
|
||
Backed out for causing wpt failures in response.py
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | /webdriver/tests/classic/new_session/response.py | test_capability_type[webauthn:extension:credBlob-bool] - AssertionError: assert 'webauthn:extension:credBlob' in {'acceptInsecureCerts': False, 'browserName': 'firefox', 'browserVersion': '118.0a1', 'moz:accessibilityChecks': False, ...}
Flags: needinfo?(dkeeler)
![]() |
||
Updated•2 years ago
|
Flags: needinfo?(dkeeler)
Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0ad99fc04c9b
avoid the AuthenticatorService and Manager types from auth-rs. r=keeler
Comment 7•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•