[webkit-reviews] review requested: [Bug 12194] Trying to access XMLHttpRequest.responseText or responseXML when they are not available should raise an exception : [Attachment 17309] Patch + test cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 19:09:34 PST 2007


Julien Chaffraix <julien.chaffraix at gmail.com> has asked  for review:
Bug 12194: Trying to access XMLHttpRequest.responseText or responseXML when
they are not available should raise an exception
http://bugs.webkit.org/show_bug.cgi?id=12194

Attachment 17309: Patch + test cases
http://bugs.webkit.org/attachment.cgi?id=17309&action=edit

------- Additional Comments from Julien Chaffraix <julien.chaffraix at gmail.com>
Tested other browsers' behaviour :

IE 7:
raises an exception if readyState is not Loaded in both tests

Firefox:
does not raise any exception in both tests

Opera:
Fully implements the standard.

Judging from the results, I have sided with the specification (which is close
to IE behaviour) and fully implemented it.

Patch tested on mac without any regression.


More information about the webkit-reviews mailing list