[webkit-changes] [WebKit/WebKit] aed5c4: Refactor out webauthn specific stuff out of Creden...
Commit Queue
noreply at github.com
Tue Jul 30 13:51:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aed5c4c00c71cc2a3131be974845566f744bb2d6
https://github.com/WebKit/WebKit/commit/aed5c4c00c71cc2a3131be974845566f744bb2d6
Author: Pascoe <pascoe at apple.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp
M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.h
M Source/WebCore/Modules/webauthn/AuthenticatorCoordinator.cpp
M Source/WebCore/Modules/webauthn/AuthenticatorCoordinator.h
Log Message:
-----------
Refactor out webauthn specific stuff out of CredentialsContainer
rdar://132444158
https://bugs.webkit.org/show_bug.cgi?id=277050
Reviewed by Brent Fulgham.
This is some light cleanup work as we work towards supporting different
credential types.
Just moving code without behavior change, covered by existing tests.
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
(WebCore::CredentialsContainer::get):
(WebCore::CredentialsContainer::isCreate):
(WebCore::CredentialsContainer::scopeAndCrossOriginParent const): Deleted.
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.h:
* Source/WebCore/Modules/webauthn/AuthenticatorCoordinator.cpp:
(WebCore::AuthenticatorCoordinatorInternal::scopeAndCrossOriginParent):
(WebCore::AuthenticatorCoordinator::create):
(WebCore::AuthenticatorCoordinator::discoverFromExternalSource):
* Source/WebCore/Modules/webauthn/AuthenticatorCoordinator.h:
Canonical link: https://commits.webkit.org/281599@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list