[webkit-changes] [WebKit/WebKit] 86a7cc: The DigitalIdentity interface should be renamed Di...
Marcos Cáceres
noreply at github.com
Wed Feb 28 05:42:40 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 86a7cc9223d3f1634215b1e48dac48b07407d79f
https://github.com/WebKit/WebKit/commit/86a7cc9223d3f1634215b1e48dac48b07407d79f
Author: Marcos Caceres <marcosc at apple.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M LayoutTests/http/wpt/credential-management/setDigitalIdentityEnable.https.html
M Source/WebCore/CMakeLists.txt
M Source/WebCore/DerivedSources-input.xcfilelist
M Source/WebCore/DerivedSources-output.xcfilelist
M Source/WebCore/DerivedSources.make
M Source/WebCore/Modules/credentialmanagement/BasicCredential.cpp
M Source/WebCore/Modules/credentialmanagement/BasicCredential.h
M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp
M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.h
A Source/WebCore/Modules/credentialmanagement/DigitalCredential.cpp
A Source/WebCore/Modules/credentialmanagement/DigitalCredential.h
A Source/WebCore/Modules/credentialmanagement/DigitalCredential.idl
R Source/WebCore/Modules/credentialmanagement/DigitalIdentity.cpp
R Source/WebCore/Modules/credentialmanagement/DigitalIdentity.h
R Source/WebCore/Modules/credentialmanagement/DigitalIdentity.idl
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/bindings/js/JSBasicCredentialCustom.cpp
M Source/WebCore/bindings/js/WebCoreBuiltinNames.h
Log Message:
-----------
The DigitalIdentity interface should be renamed DigitalCredential
https://bugs.webkit.org/show_bug.cgi?id=270197
rdar://123747961
Reviewed by Anne van Kesteren.
Renamed interface to reflect spec change:
https://github.com/WICG/digital-identities/pull/79/
* LayoutTests/http/wpt/credential-management/setDigitalIdentityEnable.https.html:
* Source/WebCore/CMakeLists.txt:
* Source/WebCore/DerivedSources-input.xcfilelist:
* Source/WebCore/DerivedSources-output.xcfilelist:
* Source/WebCore/DerivedSources.make:
* Source/WebCore/Modules/credentialmanagement/BasicCredential.cpp:
(WebCore::BasicCredential::type const):
* Source/WebCore/Modules/credentialmanagement/BasicCredential.h:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.h:
* Source/WebCore/Modules/credentialmanagement/DigitalCredential.cpp: Renamed from Source/WebCore/Modules/credentialmanagement/DigitalIdentity.cpp.
(WebCore::DigitalCredential::create):
(WebCore::DigitalCredential::DigitalCredential):
* Source/WebCore/Modules/credentialmanagement/DigitalCredential.h: Renamed from Source/WebCore/Modules/credentialmanagement/DigitalIdentity.h.
* Source/WebCore/Modules/credentialmanagement/DigitalCredential.idl: Renamed from Source/WebCore/Modules/credentialmanagement/DigitalIdentity.idl.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/JSBasicCredentialCustom.cpp:
(WebCore::toJSNewlyCreated):
* Source/WebCore/bindings/js/WebCoreBuiltinNames.h:
Canonical link: https://commits.webkit.org/275442@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