[Webkit-unassigned] [Bug 54313] DocumentThreadableLoader doesn't support WebURLLoader usage.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 15 15:52:43 PST 2011


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





--- Comment #22 from David Levin <levin at chromium.org>  2011-02-15 15:52:43 PST ---
(In reply to comment #21)
> I will be adding didReceiveCachedMetadata and didDownloadData methods, and modify the signature of didFinishLoading. I'm unclear about how clients want to handle didReceiveCachedMetadata - for example EventSource has the following code:
> 
> 
>     append(m_receiveBuf, m_decoder->decode(data, length));
>     parseEventStream();
> 
> What should happen in the didReceiveCachedMetadata method?

Why should they implement it at all?  (Just modify the appropriate signatures but don't add the new method. They don't care about this information now so let them continue not to care about it.)

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