[Webkit-unassigned] [Bug 39083] Refactor FormData and Blob for better support of Blobs synthesized by BlobBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 16:30:34 PDT 2010


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





--- Comment #53 from Kinuko Yasuda <kinuko at chromium.org>  2010-06-03 16:30:30 PST ---
(In reply to comment #52)
> (In reply to comment #51)
> > Are you trying to avoid extra copies between a Blob and the network stack?
> 
> I think we're trying to avoid the similar internal representation and operations that are needed for BlobBuilder and FormData, i.e., append operations. This is what this patch is about.

Hmm, I think we can keep the network stack's FormData as a simple list of data or file (or WebHTTPBody::Element like structure) while utilizing BlobItem as one of the interfaces for passing blob-like data to the network stack.
At some point we need to convert opaque items to simple data at the network layer, and on the second thought making the network stack's FormData contain BlobItem may not make much sense.

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