Commits
User selector
Commit History
Commits on Sep 2, 2021
Gracefully recover from WebAuthnProcess crashes
Show description for 84e2484authored andcommitted
Commits on Aug 3, 2021
Remove unused processDidTransitionTo{Foreground,Background} IPC
Show description for 0849900committed
Commits on Jun 17, 2021
Passkeys don't work in Simulator
Show description for c62ba8aauthored andcommitted
Commits on Jun 2, 2021
[Cocoa] _WKAuthenticatorAssertionResponse should specify the attachment type used
Show description for 2332ed9authored andcommitted
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on May 18, 2021
Add nil checks for LAContexts before inserting them in the dictionaries.
Show description for 4d7aa35authored andcommitted
Commits on May 4, 2021
REGRESSION: [ iOS ] 11 http/wpt/webauthn/ tests are crashing
Show description for 41edf44committed
Jiewen Tan
Commits on Apr 30, 2021
_WKWebAuthenticationPanelDelegate registration and assertion SPI doesn't work without an LAContext
Show description for 7a16b4acommitted
Jiewen Tan
Commits on Apr 27, 2021
Consistently include headers with <Framework/Header.h>
Show description for 4429516committed
Commits on Apr 20, 2021
Platform Key registration does not prompt for user password when in biometric lockout
Show description for f3be0abcommitted
Jiewen Tan
Commits on Apr 17, 2021
Pass credential name to the WebAuthn UI during registration
Show description for 9a13a72committed
Jiewen Tan
Commits on Apr 16, 2021
Allow using the platform authenticator on non-Touch ID Macs according to Internal requirements
Show description for c75034acommitted
Jiewen Tan
Commits on Apr 15, 2021
6 http/wpt/webauthn layout-tests are constantly timing out
Show description for 749daf0committed
Jiewen Tan
Commits on Apr 14, 2021
Unreviewed, a comment fix after r275847
Show description for a0751edcommitted
Jiewen Tan
Commits on Apr 12, 2021
Force the WebAuthn compatible mode to always show UI
Show description for 622d37dcommitted
Jiewen Tan
Commits on Apr 11, 2021
Crash under WebProcessProxy::shouldSendPendingMessage()
Show description for 6dfdbd7committed
Commits on Apr 6, 2021
Allow the WebAuthn UI to inform users about BiometryLockout
Show description for 81577c1committed
Jiewen Tan
Commits on Apr 1, 2021
Allow ASCWebKitSPISupport to be used on macOS
Show description for 1d0891acommitted
Jiewen Tan
Commits on Mar 23, 2021
Provide a way to specify platform vs security key when requesting an assertion in the SPI
Show description for 5731fc1committed
Jiewen Tan
Commits on Mar 18, 2021
Update Keychain queries according to internal needs
Show description for d257056committed
Jiewen Tan
Commits on Mar 16, 2021
Add internal additions for WebAuthn compatibility
Show description for 6d6dccccommitted
Commits on Mar 9, 2021
[IPC Hardening] Protect against bad input in WebProcessProxy::createSpeechRecognitionServer() and MessageReceiverMap
Show description for dbeff8fcommitted
Commits on Feb 22, 2021
Use adoptNS() as soon as we [[ObjcClass alloc] init] to avoid leaks
Show description for 9db1009committed
Commits on Feb 18, 2021
Reduce explicit usage of [objC autorelease] in WebKit even further
Show description for 40a7807committedAdd additions to LocalConnection.mm
Show description for 2b64e67committed
Commits on Feb 11, 2021
[WebAuthn] Update - [ASCAppleIDCredential initWithUser:...] to match the latest SPI
Show description for af66734committed
Jiewen Tan
Commits on Feb 3, 2021
[WebAuthn] Allow one user gesture free prompt for each navigation
Show description for 8f3f1fbcommitted
Jiewen Tan
Commits on Feb 2, 2021
WKASCAuthorizationPresenterDelegate needs to import RunLoop.h and BlockPtr.h
Show description for 40f3970committed[WebAuthn] Optimize _WKWebAuthenticationPanelDelegate for native API
Show description for 9090914committed
Jiewen Tan
Commits on Jan 29, 2021
[WebAuthn] Adopt new SPI to show no credentials error for the platform authenticator
Show description for 655503fcommitted
Jiewen Tan
Commits on Jan 26, 2021
Unreviewed, add missing header includes to address build issues.
Show description for 2f6cde8committed
Commits on Jan 22, 2021
[WebAuthn] No error is visible after user enters the incorrect PIN
Show description for 9a58964committed
Jiewen Tan