[webkit-changes] [WebKit/WebKit] 7bc206: Credential Management: more explicitly disallow mu...
Marcos Cáceres
noreply at github.com
Mon Jul 29 18:07:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7bc20669060f916510721ead93752f24e7092753
https://github.com/WebKit/WebKit/commit/7bc20669060f916510721ead93752f24e7092753
Author: Marcos Caceres <marcosc at apple.com>
Date: 2024-07-29 (Mon, 29 Jul 2024)
Changed paths:
M LayoutTests/http/wpt/credential-management/credentialscontainer-get-basics.https-expected.txt
M LayoutTests/http/wpt/credential-management/credentialscontainer-get-basics.https.html
M LayoutTests/http/wpt/identity/identitycredentialscontainer-get-hidden.https.html
M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/get-user-activation.https.html
M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp
Log Message:
-----------
Credential Management: more explicitly disallow multiple simultaneous requests.
https://bugs.webkit.org/show_bug.cgi?id=277129
rdar://132556068
Reviewed by Pascoe.
Now more explicitly disallows empty requests and simultaneous requests.
This just continues to return a NotAllowedError as before, but now is more clear as to why.
* LayoutTests/http/wpt/credential-management/credentialscontainer-get-basics.https-expected.txt:
* LayoutTests/http/wpt/credential-management/credentialscontainer-get-basics.https.html:
* LayoutTests/http/wpt/identity/identitycredentialscontainer-get-hidden.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/get-user-activation.https.html:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
(WebCore::CredentialsContainer::performCommonChecks):
Canonical link: https://commits.webkit.org/281534@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