[Webkit-unassigned] [Bug 54118] XMLHttpRequest::abort() should call clearResponse()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 15:07:33 PST 2011


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





--- Comment #10 from Jarred Nicholls <jarred.nicholls at gmail.com>  2011-02-09 15:07:33 PST ---
You are right, that behavior is changed.  But the current behavior of status is against the W3 standard as it is.  Resetting the ResourceResponse is the appropriate action, because status should return 0 when the error flag is true, which abort sets.  See http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-abort-method and http://dev.w3.org/2006/webapi/XMLHttpRequest-2/#the-status-attribute.  We are actually fixing two things at once here...

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