[Webkit-unassigned] [Bug 33222] Make text decoders and resource loaders read from segmented SharedBuffer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 5 12:16:23 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33222
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45914|review? |review-
Flag| |
--- Comment #3 from Eric Seidel <eric at webkit.org> 2010-01-05 12:16:23 PST ---
(From update of attachment 45914)
I think it woudl be better to write two new functions. One which does this
loop and calls didRecievData on a passed in subresourceloader, and the other
which does the loop and calls decode on a passed in decoder and returns the
final string. That saves us from any copy/paste code.
--
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