[Webkit-unassigned] [Bug 11450] REGRESSION: XMLHttpRequest::didFinishLoading() should immediately return if the request has already been aborted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 7 23:54:12 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11450


beidson at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION: Assertion       |REGRESSION:
                   |failure in                  |XMLHttpRequest::didFinishLoa
                   |XMLHttpRequest::didFinishLoa|ding() should immediately
                   |ding (loader == m_loader)   |return if the request has
                   |when clicking a search      |already been aborted
                   |result in Google            |




------- Comment #7 from beidson at apple.com  2006-11-07 23:54 PDT -------
Mitz and I think that if XMLHttpRequest::didFinishLoading() is called after an
abort that the method should immediately bail and not do any state change (and
therefore notifications)

With the fix I have and the layout test I've constructed, that is the case. 
However, running my layout test with shipping safari shows we *do* get the
state change notifcation from 1 to 4 (loading to complete)

It may be a problem in my layout-testing methodology, I'll double check that
now...


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