RESOLVED FIXED Bug 209923
[WebAuthn] Cancel WebAuthn requests after users cancelling LocalAuthentication prompts
https://bugs.webkit.org/show_bug.cgi?id=209923
Summary [WebAuthn] Cancel WebAuthn requests after users cancelling LocalAuthenticatio...
Jiewen Tan
Reported 2020-04-02 13:29:21 PDT
Cancel WebAuthn requests after users cancelling LocalAuthentication prompts.
Attachments
Patch (42.52 KB, patch)
2020-04-02 13:44 PDT, Jiewen Tan
bfulgham: review+
bfulgham: commit-queue-
Patch for landing (41.90 KB, patch)
2020-04-07 15:14 PDT, Jiewen Tan
no flags
Radar WebKit Bug Importer
Comment 1 2020-04-02 13:30:16 PDT
Jiewen Tan
Comment 2 2020-04-02 13:44:26 PDT
Jiewen Tan
Comment 3 2020-04-02 17:56:02 PDT
Windows port failures don't seem to be related.
Brent Fulgham
Comment 4 2020-04-06 09:58:38 PDT
Comment on attachment 395295 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395295&action=review Very nice! r=me (but please include my suggested changes). > Source/WebCore/ChangeLog:3 > + [WebAuthn] Cancel WebAuthn requests after users cancelling LocalAuthentication prompts [WebAuthn] Cancel WebAuthn requests when users cancel LocalAuthentication prompts > Source/WebKit/ChangeLog:10 > + users cancellation on LocalAuthentication UI as it were on UI clients' WebAuthn UI. "Here, we should treat user cancellation of the LocalAuthentication UI as if it were being done on the UI Client's WebAuthn UI." > Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:-63 > - Please remove this whitespace change, which will remove this entire file from the patch.
Jiewen Tan
Comment 5 2020-04-07 15:12:31 PDT
Comment on attachment 395295 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=395295&action=review Thanks Brent for r+ this patch. >> Source/WebCore/ChangeLog:3 >> + [WebAuthn] Cancel WebAuthn requests after users cancelling LocalAuthentication prompts > > [WebAuthn] Cancel WebAuthn requests when users cancel LocalAuthentication prompts Fixed. >> Source/WebKit/ChangeLog:10 >> + users cancellation on LocalAuthentication UI as it were on UI clients' WebAuthn UI. > > "Here, we should treat user cancellation of the LocalAuthentication UI as if it were being done on the UI Client's WebAuthn UI." Fixed. >> Source/WebKit/UIProcess/API/Cocoa/_WKWebAuthenticationPanel.mm:-63 >> - > > Please remove this whitespace change, which will remove this entire file from the patch. Fixed.
Jiewen Tan
Comment 6 2020-04-07 15:14:52 PDT
Created attachment 395745 [details] Patch for landing
EWS
Comment 7 2020-04-07 16:01:27 PDT
Committed r259680: <https://trac.webkit.org/changeset/259680> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395745 [details].
Note You need to log in before you can comment on or make changes to this bug.