[webkit-reviews] review requested: [Bug 13141] XMLHttpRequest should set readyState to 0 after abort() : [Attachment 16901] Updated patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 05:18:38 PDT 2007


Julien Chaffraix <julien.chaffraix at gmail.com> has asked  for review:
Bug 13141: XMLHttpRequest should set readyState to 0 after abort()
http://bugs.webkit.org/show_bug.cgi?id=13141

Attachment 16901: Updated patch
http://bugs.webkit.org/attachment.cgi?id=16901&action=edit

------- Additional Comments from Julien Chaffraix <julien.chaffraix at gmail.com>
The patch set readyState to 0 when abort() is called without dispatching an
event. It is the behaviour of IE and Opera (FF dispatch an event).

This patch will correct the behaviour until the new algorithm is implemented.


More information about the webkit-reviews mailing list