Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7fafcac702859ac8b8bb6bf827d21f6ba6397bbd
https://github.com/WebKit/WebKit/commit/7fafcac702859ac8b8bb6bf827d21f6ba6397bbd
Author: Marcos Caceres <[email protected]>
Date: 2026-06-26 (Fri, 26 Jun 2026)
Changed paths:
M Source/WebCore/Modules/identity/CredentialRequestCoordinator.cpp
Log Message:
-----------
Digital Credentials: user cancel should reject with NotAllowedError, not
AbortError
https://bugs.webkit.org/show_bug.cgi?id=313735
rdar://174895437
Reviewed by Abrar Rahman Protyasha.
Reject with NotAllowedError (not AbortError) when the user cancels the
credential chooser, per spec 'initiate the credential request' step 3c.
AbortError is reserved for AbortSignal-driven cancellation. Test coverage
requires mock credential provider (Bug 285651).
* Source/WebCore/Modules/identity/CredentialRequestCoordinator.cpp:
(WebCore::CredentialRequestCoordinator::processCredentialChooserResponse):
Canonical link: https://commits.webkit.org/315895@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications