[Webkit-unassigned] [Bug 36568] Support BlobBuilder defined in FileAPI/FileWriter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 22:30:34 PDT 2010


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





--- Comment #8 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-03-30 22:30:34 PST ---
> Right.  Another option I came up with was to use xhr.send(blob) (which sends a
> WebString in this patch) and let the server script check the content.  This is
> also handy but how we should handle xhr.send(blob) for blobs created by
> BlobBuilder is a bit unclear for now.  How do you think?

Using xhr.send(blob) sounds like a good way to solve the testing problem.  It
would mean having to make these tests be http tests, but I guess that's OK.  It
is nice when layout tests can also run in a normal browser using normal
features of the web platform.

Under http/tests, you should see perl and php scripts that are used to provide
for dynamic content.  You can probably just create a script like that which
will echo the HTTP request body.  There may already be a script in http/tests
that does that :)

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