[Webkit-unassigned] [Bug 77854] XMLHttpRequest status & statusText should be 0 & "" following an abort()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 18 06:17:04 PDT 2012


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


Mark Toller <mark.toller at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Gtk] XMLHttpRequest        |XMLHttpRequest status &
                   |modified during             |statusText should be 0 & ""
                   |onreadystatechange handler  |following an abort()
         OS/Version|Linux                       |All




--- Comment #10 from Mark Toller <mark.toller at samsung.com>  2012-10-18 06:17:58 PST ---
When I first reported this bug, it was from a 'user' point of view, and I could only reproduce on GTK.  Now I've had a chance to actually debug it, I've found the real cause, which is common to all platforms, I've updated the test and can now reproduce on all platforms.

I've also changed the title to reflect the actual problem.

The failing testcase (http/tests/xmlhttprequest/status-after-abort.html) was created in http://trac.webkit.org/changeset/30665 5 years ago. At that time the XHR spec did no require the status and statusText to return 0 & "" on error (i.e. after an abort()), and the change was made to align with Firefox behaviour (?) at the time.

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