RESOLVED FIXED Bug 217790
[WebAuthn] Move AppAttestInternal related code from WKA to OpenSource
https://bugs.webkit.org/show_bug.cgi?id=217790
Summary [WebAuthn] Move AppAttestInternal related code from WKA to OpenSource
Jiewen Tan
Reported 2020-10-15 15:53:04 PDT
Move AppAttestInternal related code from WKA to OpenSource.
Attachments
Patch (14.77 KB, patch)
2020-10-15 15:57 PDT, Jiewen Tan
bfulgham: review+
ews-feeder: commit-queue-
Patch for Landing (17.78 KB, patch)
2020-10-15 23:17 PDT, Jiewen Tan
no flags
Jiewen Tan
Comment 1 2020-10-15 15:53:29 PDT
Jiewen Tan
Comment 2 2020-10-15 15:57:32 PDT
Brent Fulgham
Comment 3 2020-10-15 16:20:49 PDT
Comment on attachment 411503 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411503&action=review r=mews > Source/WebKit/UIProcess/WebAuthentication/Cocoa/AppAttestInternalSoftLink.h:28 > +#import <wtf/SoftLinking.h> I wonder if you need this if APPLE_ATTESTATION is not defined? > Source/WebKit/UIProcess/WebAuthentication/Cocoa/AppAttestInternalSoftLink.mm:28 > +#import <wtf/SoftLinking.h> I wonder if you even need to include this if the build does not have APPLE_ATTESTATION defined?
Brent Fulgham
Comment 4 2020-10-15 16:21:03 PDT
Looks good, bug please wait for EWS to complete before landing.
Jiewen Tan
Comment 5 2020-10-15 16:54:43 PDT
(In reply to Brent Fulgham from comment #4) > Looks good, bug please wait for EWS to complete before landing. Forgot to add a SPI file. Will upload a patch with that... Thanks for r+!
Jiewen Tan
Comment 6 2020-10-15 23:14:42 PDT
Comment on attachment 411503 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=411503&action=review >> Source/WebKit/UIProcess/WebAuthentication/Cocoa/AppAttestInternalSoftLink.h:28 >> +#import <wtf/SoftLinking.h> > > I wonder if you need this if APPLE_ATTESTATION is not defined? Fixed. >> Source/WebKit/UIProcess/WebAuthentication/Cocoa/AppAttestInternalSoftLink.mm:28 >> +#import <wtf/SoftLinking.h> > > I wonder if you even need to include this if the build does not have APPLE_ATTESTATION defined? Fixed.
Jiewen Tan
Comment 7 2020-10-15 23:17:10 PDT
Created attachment 411537 [details] Patch for Landing
Jiewen Tan
Comment 8 2020-10-16 00:52:51 PDT
Note You need to log in before you can comment on or make changes to this bug.