[Webkit-unassigned] [Bug 12194] Trying to access XMLHttpRequest.responseText or responseXML when they are not available should raise an exception

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


http://bugs.webkit.org/show_bug.cgi?id=12194


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17309|                            |review?
               Flag|                            |




------- Comment #1 from julien.chaffraix at gmail.com  2007-11-15 19:09 PDT -------
Created an attachment (id=17309)
 --> (http://bugs.webkit.org/attachment.cgi?id=17309&action=view)
Patch + test cases

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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list