[Webkit-unassigned] [Bug 126575] New: Dispatch a progress event before dispatching abort, error or timeout event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 05:33:31 PST 2014


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

           Summary: Dispatch a progress event before dispatching abort,
                    error or timeout event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: youennf at gmail.com


According http://www.w3.org/TR/XMLHttpRequest/#request-error, a progress event should be fired before dispatching abort, error or tiemout events.
Corresponding WPT test case is XMLHttpRequest/send-response-event-order.htm
A progress event may also be needed between readystatechange and load event in the case of successful XHR exchange, although WPT test case does not seem to expect this behavior.

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