Closed
Bug 1855048
Opened 1 year ago
Closed 1 year ago
Open WebAuthn prompts from authrs_bridge instead of WebAuthnController
Categories
(Core :: DOM: Web Authentication, enhancement, P2)
Core
DOM: Web Authentication
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: jschanck, Assigned: jschanck)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/372ab6682651
move webauthn prompt logic from WebAuthnController to authrs_bridge. r=keeler,fluent-reviewers,flod
Comment 4•1 year ago
|
||
Backed out for failures on test_webauthn_attestation_conveyance.html
- backout: https://hg.mozilla.org/integration/autoland/rev/f04db1640c70c3f136cfb524a5865c4d12eea2ef
- push: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&selectedTaskRun=J3Pt4jfjT_KXe7UQ-s-SPg.0&revision=372ab66826513f4f0a78cf27b4615123a1c96901
- failure log: https://treeherder.mozilla.org/logviewer?job_id=430422222&repo=autoland&lineNumber=4413
[task 2023-09-26T23:46:17.209Z] 23:46:17 INFO - TEST-PASS | dom/webauthn/tests/test_webauthn_attestation_conveyance.html | attStmt is empty
[task 2023-09-26T23:46:17.209Z] 23:46:17 INFO - Buffered messages finished
[task 2023-09-26T23:46:17.210Z] 23:46:17 WARNING - TEST-UNEXPECTED-FAIL | dom/webauthn/tests/test_webauthn_attestation_conveyance.html | Is a None Attestation - got "packed", expected "none"
[task 2023-09-26T23:46:17.210Z] 23:46:17 INFO - SimpleTest.is@https://example.com/tests/SimpleTest/SimpleTest.js:509:14
[task 2023-09-26T23:46:17.210Z] 23:46:17 INFO - verifyAnonymizedCertificate/<@https://example.com/tests/dom/webauthn/tests/test_webauthn_attestation_conveyance.html:33:11
[task 2023-09-26T23:46:17.210Z] 23:46:17 INFO - promise callback*verifyAnonymizedCertificate@https://example.com/tests/dom/webauthn/tests/test_webauthn_attestation_conveyance.html:32:8
[task 2023-09-26T23:46:17.210Z] 23:46:17 INFO - test_make_credential_success/<@https://example.com/tests/dom/webauthn/tests/test_webauthn_attestation_conveyance.html:95:20
[task 2023-09-26T23:46:17.210Z] 23:46:17 INFO - promise callback*test_make_credential_success@https://example.com/tests/dom/webauthn/tests/test_webauthn_attestation_conveyance.html:92:10
[task 2023-09-26T23:46:17.210Z] 23:46:17 INFO - async*nextTick/<@https://example.com/tests/SimpleTest/SimpleTest.js:2189:34
[task 2023-09-26T23:46:17.211Z] 23:46:17 INFO - async*nextTick@https://example.com/tests/SimpleTest/SimpleTest.js:2233:11
[task 2023-09-26T23:46:17.211Z] 23:46:17 INFO - setTimeout handler*SimpleTest_setTimeoutShim@https://example.com/tests/SimpleTest/SimpleTest.js:922:41
[task 2023-09-26T23:46:17.211Z] 23:46:17 INFO - add_task@https://example.com/tests/SimpleTest/SimpleTest.js:2137:17
[task 2023-09-26T23:46:17.211Z] 23:46:17 INFO - @https://example.com/tests/dom/webauthn/tests/test_webauthn_attestation_conveyance.html:23:13
[task 2023-09-26T23:46:17.211Z] 23:46:17 INFO - TEST-PASS | dom/webauthn/tests/test_webauthn_attestation_conveyance.html | attStmt is a map
Flags: needinfo?(jschanck)
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(jschanck)
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d33f18ce6efc
move webauthn prompt logic from WebAuthnController to authrs_bridge. r=keeler,fluent-reviewers,flod
Comment 6•1 year ago
|
||
Backed out for causing build bustages with is_some_and'
- Backout link
- Push with failures
- Failure Log
- Failure line: error[E0658]: use of unstable library feature 'is_some_and'
Flags: needinfo?(jschanck)
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(jschanck)
Pushed by jschanck@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/90445136a15d
move webauthn prompt logic from WebAuthnController to authrs_bridge. r=keeler,fluent-reviewers,flod
Comment 8•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•