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.
Created attachment 289854 [details] WIP patch
Created attachment 289862 [details] WIP patch
Created attachment 289866 [details] Patch
Comment on attachment 289866 [details] Patch We really need a BlobDataTask and have it and NetworkDataTask inherit from a common interface.
Comment on attachment 289866 [details] Patch Clearing flags on attachment: 289866 Committed r206397: <http://trac.webkit.org/changeset/206397>
All reviewed patches have been landed. Closing bug.