[Webkit-unassigned] [Bug 67229] ThreadableLoaderClient should support 'didDownloadData' updates

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 13:23:13 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67229





--- Comment #25 from Alexey Proskuryakov <ap at webkit.org>  2011-09-02 13:23:13 PST ---
While downloading is arguably a valuable thing for a network stack to implement, it's not a good thing for a platform network API wrapper to implement. Its goal is nothing more than to abstract away CFNetwork, NSURLConnection, Win32 APIs, etc.

Just like ResourceHandle does not have a method to render an HTTP response to a bitmap, it should not have other higher level engine functionality.

To proceed with this patch, I would really like to have Maciej weigh in. He is on vacation this week.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list