[Webkit-unassigned] [Bug 46012] New: XMLHttpRequest: readystatechange event is not dispatched when open() is called.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 17 16:20:12 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=46012
Summary: XMLHttpRequest: readystatechange event is not
dispatched when open() is called.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jianli at chromium.org
CC: fishd at chromium.org, dimich at chromium.org,
levin at chromium.org, jianli at chromium.org
XMLHttpRequest: readystatechange event is not dispatched when open() is called.
Per the XHR spec, readystatechange event should be dispatch when we finish processing open().
TESTS:
http://tc.labs.opera.com/apis/XMLHttpRequest/abort-after-send.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-after-abort.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-open-send.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-open-sync-send.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-send-open.htm
http://tc.labs.opera.com/apis/XMLHttpRequest/open-open-sync-send.htm
--
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