RESOLVED FIXED 215187
Add a createWebArchiveData from a custom scheme API test
https://bugs.webkit.org/show_bug.cgi?id=215187
Summary Add a createWebArchiveData from a custom scheme API test
Brady Eidson
Reported 2020-08-05 13:36:43 PDT
Add a createWebArchiveData from a custom scheme API test
Attachments
Patch (9.93 KB, patch)
2020-08-05 13:40 PDT, Brady Eidson
no flags
Patch (8.54 KB, patch)
2020-08-05 14:39 PDT, Brady Eidson
no flags
Patch (8.54 KB, patch)
2020-08-05 14:47 PDT, Brady Eidson
no flags
Patch (8.63 KB, patch)
2020-08-05 14:53 PDT, Brady Eidson
no flags
Patch (8.62 KB, patch)
2020-08-05 15:02 PDT, Brady Eidson
no flags
Patch (8.72 KB, patch)
2020-08-05 15:23 PDT, Brady Eidson
no flags
Brady Eidson
Comment 1 2020-08-05 13:40:44 PDT
Tim Horton
Comment 2 2020-08-05 13:42:44 PDT
Comment on attachment 406034 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406034&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/CreateWebArchive.mm:72 > + static bool done = false; __block instead of static?
Brady Eidson
Comment 3 2020-08-05 14:39:41 PDT
Brady Eidson
Comment 4 2020-08-05 14:47:45 PDT
Brady Eidson
Comment 5 2020-08-05 14:53:12 PDT
Brady Eidson
Comment 6 2020-08-05 15:02:34 PDT
Brady Eidson
Comment 7 2020-08-05 15:23:18 PDT
EWS
Comment 8 2020-08-05 16:20:03 PDT
Committed r265310: <https://trac.webkit.org/changeset/265310> All reviewed patches have been landed. Closing bug and clearing flags on attachment 406049 [details].
Radar WebKit Bug Importer
Comment 9 2020-08-05 16:21:18 PDT
Darin Adler
Comment 10 2020-08-08 11:47:25 PDT
Comment on attachment 406046 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=406046&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/CreateWebArchive.mm:93 > + [webView loadData:archiveData.get() MIMEType:(NSString *)kUTTypeArchive characterEncodingName:@"utf-8" baseURL:[NSURL URLWithString:@"about:blank"]]; iOS build says: CreateWebArchive.mm:93:62: error: use of undeclared identifier 'kUTTypeArchive'
Note You need to log in before you can comment on or make changes to this bug.