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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 11:17:51 PDT 2011


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





--- Comment #11 from Bill Budge <bbudge at gmail.com>  2011-08-31 11:17:50 PST ---
Another solution would be to generalize this solution to make it potentially useful to all ports. What if we instead add a new 'didSendEvent' method:

void didSendEvent(const ResourceEvent&);

where ResourceEvent is like ResourceError, a simple base that can be customized by the ports.

This would let us do what we need, and provide a useful mechanism for other ports to communicate up through the loader code, without having to constantly touch this code.

I would prefer this to creating a bunch of platform-specific code here.

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