[Webkit-unassigned] [Bug 13141] XMLHttpRequest should set readyState to 0 after abort()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 30 10:52:06 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13141
------- Comment #3 from eric at webkit.org 2007-09-30 10:52 PDT -------
(From update of attachment 16423)
The patch in general looks fine. Two things though.
1. I don't understand why you're removing the state change in open() I can see
that affecting behavior (a second open call on a completed xhr? what about a
call which fails due to a domain check?) Maybe I'm being over cautious, but if
we're to remove that call, I think there should be a test to show that desired
result.
2. I'm not sure I fully understand your test case, and why it needs to be
recursive as such. Perhaps it's just to clever for me...
--
Configure bugmail: http://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