[wpt-sync] Sync PR 35695 - Reland "webauthn: Update abort handling to take an abort reason"
Categories
(Core :: DOM: Web Authentication, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
76.60 KB,
text/plain
|
Details |
Sync web-platform-tests PR 35695 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/35695
Details from upstream follow.
Amos Lim <eui-sang.lim@samsung.com> wrote:
Reland "webauthn: Update abort handling to take an abort reason"
This is a reland of 626cf945c1cb51b2b51cf145d5be7cdaf6e2879b.
Fix test failures in linux-bfcache-rel to pass isUserConsenting false
to fix a race between resolving it and aborting.Original change's description:
webauthn: Update abort handling to take an abort reason
AbortController now has a
reason
[1] parameter which
has been added to Web Authentication [2], Credential Management [3],
and Web OTP [4]. We should update CredentialsContainer to take
thisreason
to the promise then aborting a request.[1] https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal/reason
[2] https://github.com/w3c/webauthn/pull/1706
[3] https://github.com/w3c/webappsec-credential-management/pull/196
[4] https://github.com/WICG/web-otp/pull/57Bug: 1272541, 1329938
Change-Id: Idb9ef40d6a97ae240ae3a28892a426e4c0ffbfef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3715820
Commit-Queue: Euisang Lim \<eui-sang.lim@samsung.com>
Commit-Queue: Nina Satragno \<nsatragno@chromium.org>
Reviewed-by: Nina Satragno \<nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1039866}Bug: 1272541, 1329938, 1357621
Change-Id: I3861d5c2440519592e0438e8f4df774372a7c0ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3861890
Reviewed-by: Nina Satragno \<nsatragno@chromium.org>
Commit-Queue: Nina Satragno \<nsatragno@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1041601}
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6a72a028aa6b
https://hg.mozilla.org/mozilla-central/rev/43a411f46602
Description
•