[webkit-changes] [WebKit/WebKit] 0864a3: Credential Management API shouldn't allow method c...
Marcos Cáceres
noreply at github.com
Fri May 24 21:18:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0864a389355ba989dff35cd5012e4a5caed4c292
https://github.com/WebKit/WebKit/commit/0864a389355ba989dff35cd5012e4a5caed4c292
Author: Marcos Caceres <marcosc at apple.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
A LayoutTests/imported/w3c/web-platform-tests/credential-management/non-fully-active.https-expected.txt
A LayoutTests/imported/w3c/web-platform-tests/credential-management/non-fully-active.https.html
M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp
Log Message:
-----------
Credential Management API shouldn't allow method calls on non-fully active docs
https://bugs.webkit.org/show_bug.cgi?id=274444
rdar://128595290
Reviewed by Pascoe.
Adds fully active checks specified in:
https://github.com/w3c/webappsec-credential-management/pull/230
* LayoutTests/imported/w3c/web-platform-tests/credential-management/non-fully-active.https-expected.txt: Added.
* LayoutTests/imported/w3c/web-platform-tests/credential-management/non-fully-active.https.html: Added.
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
(WebCore::CredentialsContainer::preventSilentAccess const):
(WebCore::CredentialsContainer::performCommonChecks):
Canonical link: https://commits.webkit.org/279309@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