Closed Bug 1844136 Opened 1 year ago Closed 11 months ago

Avoid authenticator-rs `Manager` type

Categories

(Core :: DOM: Web Authentication, enhancement, P1)

enhancement

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 AuthrsTransports 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.

Pushed by dkeeler@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3f9e8ad9d84d
avoid the AuthenticatorService and Manager types from auth-rs. r=keeler
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

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)
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
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: