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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 12:36:54 PDT 2011


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





--- Comment #21 from Alexey Proskuryakov <ap at webkit.org>  2011-09-02 12:36:54 PST ---
Data arrays are not conceptually different from what every port uses. It's just a different data format for efficiency, but you are still getting response data as normal.

WillCache/ShouldCache are a bit more unusual, but they still don't go beyond what every low level network loading API is concerned with.

I'm not exactly sure what your proposal is. Is it just like Bill's latest patch, but with part of implementation being in .cpp files, I'm not sure if it's much progress over the first version. Anyone refactoring resource loading would still have the alien concept of "downloading" in mind unless they are allowed to ignore it and break Chromium.

-- 
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