Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dafa992c342e2dc8013708c56750c8b966954bbf
https://github.com/WebKit/WebKit/commit/dafa992c342e2dc8013708c56750c8b966954bbf
Author: Marcos Caceres <[email protected]>
Date: 2024-02-13 (Tue, 13 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
A Source/WebCore/Modules/identity/Navigator+Identity.idl
A Source/WebCore/Modules/identity/NavigatorIdentity.cpp
A Source/WebCore/Modules/identity/NavigatorIdentity.h
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/bindings/js/WebCoreBuiltinNames.h
Log Message:
-----------
[Digital Identity]: implement navigator.identity attribute
https://bugs.webkit.org/show_bug.cgi?id=268726
rdar://122291807
Reviewed by Chris Dumez.
The spec was updated to drop the navigator.credential.requestIdentity() method
in favor of having an independent CredentialsContainer for navigator.identity.
See:
https://wicg.github.io/digital-identities/#extensions-to-the-navigator-interface
We will need to implement a new CredentialsContainer specifically for
navigator.identity as a follow up.
*
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/identity/Navigator+Identity.idl: Added.
* Source/WebCore/Modules/identity/NavigatorIdentity.cpp: Added.
(WebCore::NavigatorIdentity::supplementName):
(WebCore::NavigatorIdentity::identity):
(WebCore::NavigatorIdentity::from):
* Source/WebCore/Modules/identity/NavigatorIdentity.h: Added.
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/WebCoreBuiltinNames.h:
Canonical link: https://commits.webkit.org/274567@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes