RESOLVED FIXED 162568
[WK2] BlobDownloadClient should use asynchronous IPC to decide destination path
https://bugs.webkit.org/show_bug.cgi?id=162568
Summary [WK2] BlobDownloadClient should use asynchronous IPC to decide destination path
Chris Dumez
Reported 2016-09-26 10:41:47 PDT
BlobDownloadClient should use asynchronous IPC to decide destination path. It currently uses a synchronous IPC to do so which leads to flakiness such as Bug 162543.
Attachments
WIP patch (17.87 KB, patch)
2016-09-26 13:16 PDT, Chris Dumez
no flags
WIP patch (21.99 KB, patch)
2016-09-26 13:38 PDT, Chris Dumez
no flags
Patch (28.06 KB, patch)
2016-09-26 14:19 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-09-26 13:16:43 PDT
Created attachment 289854 [details] WIP patch
Chris Dumez
Comment 2 2016-09-26 13:38:21 PDT
Created attachment 289862 [details] WIP patch
Chris Dumez
Comment 3 2016-09-26 14:19:13 PDT
Alex Christensen
Comment 4 2016-09-26 14:35:11 PDT
Comment on attachment 289866 [details] Patch We really need a BlobDataTask and have it and NetworkDataTask inherit from a common interface.
Chris Dumez
Comment 5 2016-09-26 15:22:47 PDT
Comment on attachment 289866 [details] Patch Clearing flags on attachment: 289866 Committed r206397: <http://trac.webkit.org/changeset/206397>
Chris Dumez
Comment 6 2016-09-26 15:22:54 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.