Title: [283519] trunk/Source/WebKit
- Revision
- 283519
- Author
- [email protected]
- Date
- 2021-10-04 15:45:15 -0700 (Mon, 04 Oct 2021)
Log Message
Unreviewed build fix after r283431.
* UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
(+[_WKWebAuthenticationPanel setUsernameForLocalCredentialWithID:username:]):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (283518 => 283519)
--- trunk/Source/WebKit/ChangeLog 2021-10-04 22:42:16 UTC (rev 283518)
+++ trunk/Source/WebKit/ChangeLog 2021-10-04 22:45:15 UTC (rev 283519)
@@ -5,6 +5,13 @@
* UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
(+[_WKWebAuthenticationPanel setUsernameForLocalCredentialWithID:username:]):
+2021-10-04 Chris Dumez <[email protected]>
+
+ Unreviewed build fix after r283431.
+
+ * UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:
+ (+[_WKWebAuthenticationPanel setUsernameForLocalCredentialWithID:username:]):
+
2021-10-04 John Pascoe <[email protected]>
[WebAuthn] Prefer internal user verification if available over pin entry.
Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm (283518 => 283519)
--- trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm 2021-10-04 22:42:16 UTC (rev 283518)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm 2021-10-04 22:45:15 UTC (rev 283519)
@@ -290,7 +290,6 @@
(__bridge id)kSecAttrApplicationLabel: credentialID,
(__bridge id)kSecReturnPersistentRef : (__bridge id)kCFBooleanTrue,
(__bridge id)kSecUseDataProtectionKeychain: @YES
-#endif
};
CFTypeRef attributesArrayRef = nullptr;
OSStatus status = SecItemCopyMatching((__bridge CFDictionaryRef)query, &attributesArrayRef);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes