Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bf4f370ebe89015a09b7c588390817438281a20c
https://github.com/WebKit/WebKit/commit/bf4f370ebe89015a09b7c588390817438281a20c
Author: Marcos Caceres <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Source/WebCore/Modules/identity/CredentialRequestCoordinator.cpp
M Source/WebCore/Modules/identity/CredentialRequestCoordinator.h
Log Message:
-----------
Digital Credentials: abort signal's algorithm should be cleared
https://bugs.webkit.org/show_bug.cgi?id=306907
rdar://169572382
Reviewed by Pascoe.
* Adds clearAbortAlgorithm() method, which removes abort algorithms using
stored a identifier.
* Calls clearAbortAlgorithm() from dismissPickerAndSettle, abortPicker, and
destructor.
* Added abort check after signal handler setup to handle timing issues.
* Source/WebCore/Modules/identity/CredentialRequestCoordinator.cpp:
(WebCore::CredentialRequestCoordinator::prepareCredentialRequest):
(WebCore::CredentialRequestCoordinator::handleDigitalCredentialsPickerResult):
(WebCore::CredentialRequestCoordinator::dismissPickerAndSettle):
(WebCore::CredentialRequestCoordinator::clearAbortAlgorithm):
(WebCore::CredentialRequestCoordinator::abortPicker):
(WebCore::CredentialRequestCoordinator::~CredentialRequestCoordinator):
* Source/WebCore/Modules/identity/CredentialRequestCoordinator.h:
Canonical link: https://commits.webkit.org/307191@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications