Bug 271257 - [WebAuthn] Unable to submit new requests after cancelling conditional mediation via abortSignal
Summary: [WebAuthn] Unable to submit new requests after cancelling conditional mediati...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: pascoe@apple.com
URL:
Keywords: InRadar
Depends on: 257176
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-19 11:20 PDT by pascoe@apple.com
Modified: 2024-03-19 14:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pascoe@apple.com 2024-03-19 11:20:45 PDT
In https://bugs.webkit.org/show_bug.cgi?id=257176, functionality was introduced to wait for a previous request's cancel to complete before submitting a subsequent one. However, there's currently a bug that does not set the cancel flag to false if there's no subsequent request. This bug is to fix that.
Comment 1 pascoe@apple.com 2024-03-19 11:21:04 PDT
rdar://124727713
Comment 2 EWS 2024-03-19 14:52:14 PDT
Committed 276368@main (80b0cc5927c7): <https://commits.webkit.org/276368@main>

Reviewed commits have been landed. Closing PR #26134 and removing active labels.