[webkit-changes] [WebKit/WebKit] 7758af: Resync web-platform-tests/digital-credentials from...
Marcos Cáceres
noreply at github.com
Thu Aug 22 02:09:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7758af84802a72abd0c902c620952704c80d2137
https://github.com/WebKit/WebKit/commit/7758af84802a72abd0c902c620952704c80d2137
Author: Marcos Caceres <marcosc at apple.com>
Date: 2024-08-22 (Thu, 22 Aug 2024)
Changed paths:
M LayoutTests/imported/w3c/resources/import-expectations.json
M LayoutTests/imported/w3c/resources/resource-files.json
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/META.yml
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/allow-attribute.https-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/allow-attribute.https.html
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/dc-types.ts
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/default-permissions-policy.https.sub.html
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/digital-credentials-static-methods.tentative.https-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/digital-credentials-static-methods.tentative.https.html
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub.html
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/get-user-activation.https.html
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-create.tentative.https-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-create.tentative.https.html
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https.html
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/non-fully-active.https.html
R LayoutTests/imported/w3c/web-platform-tests/digital-credentials/override-permissions-policy.https.sub-expected.txt
R LayoutTests/imported/w3c/web-platform-tests/digital-credentials/override-permissions-policy.https.sub.html
R LayoutTests/imported/w3c/web-platform-tests/digital-credentials/override-permissions-policy.https.sub.html.headers
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/helper.js
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/iframe.html
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/w3c-import.log
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/tsconfig.json
A LayoutTests/imported/w3c/web-platform-tests/digital-credentials/w3c-import.log
A LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt
A LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt
M Source/WebKit/UIProcess/DigitalCredentials/DigitalCredentialsCoordinatorProxy.cpp
Log Message:
-----------
Resync web-platform-tests/digital-credentials from upstream
https://bugs.webkit.org/show_bug.cgi?id=276707
rdar://problem/131904467
Reviewed by Abrar Rahman Protyasha.
Resync web-platform-tests/digital-credentials from Web Platform Tests.
Fixed DigitalCredentialsCoordinatorProxy.cpp to prevent an ASSERT crash when responding without an error message.
Upstream commit: https://github.com/web-platform-tests/wpt/commit/b6341be345c433eee87d7e1ae04778a5e87c2f75
* LayoutTests/imported/w3c/resources/import-expectations.json:
* LayoutTests/imported/w3c/resources/resource-files.json:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/META.yml: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/allow-attribute.https-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/allow-attribute.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/dc-types.ts: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/default-permissions-policy.https.sub.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/digital-credentials-static-methods.tentative.https-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/digital-credentials-static-methods.tentative.https.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/get-user-activation.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-create.tentative.https-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-create.tentative.https.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https.html: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/non-fully-active.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/override-permissions-policy.https.sub-expected.txt: Removed.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/override-permissions-policy.https.sub.html: Removed.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/override-permissions-policy.https.sub.html.headers: Removed.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/helper.js: Added.
(export.makeGetOptions):
(makeIdentityRequestProvider):
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/iframe.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/support/w3c-import.log: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/tsconfig.json: Added.
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/w3c-import.log: Added.
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt: Copied from LayoutTests/imported/w3c/web-platform-tests/digital-credentials/disabled-by-permissions-policy.https.sub-expected.txt.
* LayoutTests/platform/ios/imported/w3c/web-platform-tests/digital-credentials/identity-get.tentative.https-expected.txt: Added.
* Source/WebKit/UIProcess/DigitalCredentials/DigitalCredentialsCoordinatorProxy.cpp:
(WebKit::DigitalCredentialsCoordinatorProxy::requestDigitalCredential):
Canonical link: https://commits.webkit.org/282612@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