[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
Fri May 14 12:40:40 PDT 2010


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





--- Comment #9 from Kinuko Yasuda <kinuko at chromium.org>  2010-05-14 12:40:38 PST ---
(In reply to comment #7)
> (From update of attachment 56034 [details])
> WebCore/platform/network/FormData.h:23
>  +  #include "Blob.h"
> stuff in platform/ should not depend on stuff in html/

Oh, I see... if that's true we need a bit more restructuring.

FormData seems to be already including a few html files:
  html/Blob.h
  html/DOMFormData.h"
  html/File.h  (we won't need this if we do this refactoring)

Where would be the recommended place to put those header files?

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