Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b09d78e4a2ec900e7cec947b4656bd4fb1111478
      
https://github.com/WebKit/WebKit/commit/b09d78e4a2ec900e7cec947b4656bd4fb1111478
  Author: Jason Lee <[email protected]>
  Date:   2024-11-08 (Fri, 08 Nov 2024)

  Changed paths:
    M Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h
    M 
Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm

  Log Message:
  -----------
  Passkey registration broken on Ventura
https://bugs.webkit.org/show_bug.cgi?id=282732
rdar://139368939

Reviewed by Brent Fulgham.

ASCPlatformPublicKeyCredentialRegistration.transports was changed from an array
of NSNumbers to NSStrings. This change was not reflected in the WebKit legacy
passkey code path.

This patch updates that code to properly convert the strings to enum values.

* Source/WebKit/Platform/spi/Cocoa/AuthenticationServicesCoreSPI.h:
* 
Source/WebKit/UIProcess/WebAuthentication/Cocoa/WebAuthenticatorCoordinatorProxy.mm:
(WebKit::toAuthenticatorTransports):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to