[webkit-changes] [WebKit/WebKit] 8dc19b: Credential Management: use InvalidStateError for n...

Marcos Cáceres noreply at github.com
Mon Jul 29 18:31:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8dc19b669f6f22440c479ad7a1e1274640b3d2f3
      https://github.com/WebKit/WebKit/commit/8dc19b669f6f22440c479ad7a1e1274640b3d2f3
  Author: Marcos Caceres <marcosc at apple.com>
  Date:   2024-07-29 (Mon, 29 Jul 2024)

  Changed paths:
    M LayoutTests/imported/w3c/web-platform-tests/credential-management/non-fully-active.https.html
    M LayoutTests/imported/w3c/web-platform-tests/digital-credentials/non-fully-active.https.html
    M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp

  Log Message:
  -----------
  Credential Management: use InvalidStateError for non-fully active docs
https://bugs.webkit.org/show_bug.cgi?id=277125
rdar://132552299

Reviewed by Pascoe.

Switched from NotAllowedError to InvalidStateError for non-fully active documents.
Spec change:
https://github.com/w3c/webappsec-credential-management/pull/245

* LayoutTests/imported/w3c/web-platform-tests/credential-management/non-fully-active.https.html:
* LayoutTests/imported/w3c/web-platform-tests/digital-credentials/non-fully-active.https.html:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
(WebCore::CredentialsContainer::preventSilentAccess const):
(WebCore::CredentialsContainer::performCommonChecks):

Canonical link: https://commits.webkit.org/281535@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