[Webkit-unassigned] [Bug 20179] New: XMLHttpRequest.abort()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 26 03:39:16 PDT 2008


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

           Summary: XMLHttpRequest.abort()
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
               URL: http://www.w3.org/TR/XMLHttpRequest/#abort
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lunter at interia.pl


1. http://www.w3.org/TR/XMLHttpRequest/#abort
2. browser doesn't switch the state to DONE (4) and doesn't dispatch a
readystatechange on XMLHttpRequest.abort() when:
   a) state is OPENED (1) and send() flag is "true";
   b) state is HEADERS_RECEIVED (2);
   c) state is LOADING (3).


-- 
Configure bugmail: https://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