Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13d1709c2ffe886e469ecad874d12c06b91b2428
https://github.com/WebKit/WebKit/commit/13d1709c2ffe886e469ecad874d12c06b91b2428
Author: Marcos Caceres <[email protected]>
Date: 2025-06-29 (Sun, 29 Jun 2025)
Changed paths:
M
LayoutTests/http/wpt/identity/formats/ISO18013/mobiledocument.https-expected.txt
M LayoutTests/http/wpt/identity/formats/ISO18013/mobiledocument.https.html
M LayoutTests/http/wpt/identity/idl.https-expected.txt
M LayoutTests/http/wpt/identity/idl.https.html
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/META.yml
M
LayoutTests/imported/w3c/web-platform-tests/digital-credentials/dc-types.ts
A
LayoutTests/imported/w3c/web-platform-tests/digital-credentials/digital-credential-user-agent-allows-protocol.https-expected.txt
A
LayoutTests/imported/w3c/web-platform-tests/digital-credentials/digital-credential-user-agent-allows-protocol.https.html
M
LayoutTests/imported/w3c/web-platform-tests/digital-credentials/w3c-import.log
M Source/WebCore/Modules/identity/DigitalCredential.h
M Source/WebCore/Modules/identity/DigitalCredential.idl
Log Message:
-----------
Digital Credentials: implement userAgentAllowsProtocol()
rdar://153776127
https://bugs.webkit.org/show_bug.cgi?id=294352
Reviewed by Anne van Kesteren.
This implements the userAgentAllowsProtocol() method, which allows
user agents to indicate whether they support a given protocol for
digital credentials. This is useful for sites to determine if they can
request a digital credential with a specific protocol.
Spec:
https://w3c-fedid.github.io/digital-credentials/#dom-digitalcredential-useragentallowsprotocol
WebKit only supports the "org-iso-mdoc" protocol, so this method
returns true only for that protocol.
Imports relevent Web Platform Tests. Upstream commit:
https://github.com/web-platform-tests/wpt/commit/c7fd2ce174cbc79b1e8d9b86c448d709a0e3f427
Canonical link: https://commits.webkit.org/296786@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes