[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
Wed Jun 2 22:28:42 PDT 2010


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





--- Comment #50 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-06-02 22:28:40 PST ---
(In reply to comment #49)
> How do you think of the naming? With this refactoring, BlobItem is the building block for both FormData and Blob. Probably it will be better to use a more generic name. I do not have a good name in mind. Maybe we can call it DataItem that has both BinaryDataItem and FileDataItem.

I'm still somewhat confused by the desire to make FormData share code with Blob.  It seems to me that FormData should just be a list of strings and file paths (plus range and timestamp).  What is the advantage of making the internal representation of a Blob share code with FormData?

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