[webkit-changes] [WebKit/WebKit] 402947: Fixes navigator.credentials.preventSilentAccess()

Luke Warlow noreply at github.com
Mon May 22 12:37:31 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 40294715d0c0e48bf27775eadfe7b76ec2e62250
      https://github.com/WebKit/WebKit/commit/40294715d0c0e48bf27775eadfe7b76ec2e62250
  Author: Luke Warlow <luke at warlow.dev>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M LayoutTests/http/wpt/credential-management/credentialscontainer-preventSilentAccess-basics.https.html
    M Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp

  Log Message:
  -----------
  Fixes navigator.credentials.preventSilentAccess()
https://bugs.webkit.org/show_bug.cgi?id=242002

Reviewed by J Pascoe.

This change makes the function resolve rather than throw matching the spec.

* LayoutTests/http/wpt/credential-management/credentialscontainer-preventSilentAccess-basics.https.html:
* Source/WebCore/Modules/credentialmanagement/CredentialsContainer.cpp:
 (WebCore::CredentialsContainer::preventSilentAccess const):

Canonical link: https://commits.webkit.org/264345@main




More information about the webkit-changes mailing list