[Webkit-unassigned] [Bug 49633] Add .responseType and .response to XMLHttpRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 19 13:30:11 PST 2010


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





--- Comment #7 from Chris Rogers <crogers at google.com>  2010-11-19 13:30:10 PST ---
Alexey, I've addressed your comments, except the one about markChildren().  Can you please give me a few more details of what actual code I should add there - thanks!

I've added two layout tests:

xmlhttprequest-responsetype-arraybuffer.html
Does basic sanity checking on .responseType and .response behavior, exception throwing, etc.
Loads a moderately large binary file and verifies it's able to get a correct ArrayBuffer from it.

xmlhttprequest-responsetype-text.html
This is a simpler test which simply verifies that setting .responseType to "text" and later accessing .response (instead of .responseText) will get the correct text.

* still need to add the actual binary test file for the above test

* still need to add the custom bindings for V8

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