RESOLVED FIXED 227092
IndexedDB prints error log about blob files when there is no error
https://bugs.webkit.org/show_bug.cgi?id=227092
Summary IndexedDB prints error log about blob files when there is no error
Sihui Liu
Reported 2021-06-16 14:03:55 PDT
...
Attachments
Patch (11.93 KB, patch)
2021-06-16 16:28 PDT, Sihui Liu
no flags
Patch (9.72 KB, patch)
2021-06-16 16:30 PDT, Sihui Liu
no flags
Patch for landing (9.63 KB, patch)
2021-06-24 09:19 PDT, Sihui Liu
no flags
Sihui Liu
Comment 1 2021-06-16 16:28:34 PDT
Sihui Liu
Comment 2 2021-06-16 16:30:53 PDT
Chris Dumez
Comment 3 2021-06-21 10:58:31 PDT
Comment on attachment 431620 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=431620&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/StoreBlobThenDelete.mm:132 > + RetainPtr<StoreBlobMessageHandler> handler = adoptNS([[StoreBlobMessageHandler alloc] init]); auto > Tools/TestWebKitAPI/Tests/WebKitCocoa/StoreBlobThenDelete.mm:133 > + RetainPtr<WKWebViewConfiguration> configuration = adoptNS([[WKWebViewConfiguration alloc] init]); auto > Tools/TestWebKitAPI/Tests/WebKitCocoa/StoreBlobThenDelete.mm:135 > + RetainPtr<WKWebView> webView = adoptNS([[WKWebView alloc] initWithFrame:NSMakeRect(0, 0, 800, 600) configuration:configuration.get()]); auto
Radar WebKit Bug Importer
Comment 4 2021-06-23 14:04:21 PDT
Sihui Liu
Comment 5 2021-06-24 09:19:42 PDT
Created attachment 432172 [details] Patch for landing
EWS
Comment 6 2021-06-24 10:49:42 PDT
Committed r279237 (239122@main): <https://commits.webkit.org/239122@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 432172 [details].
Note You need to log in before you can comment on or make changes to this bug.