WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110867
XHR should fire 'abort' event when navigation interrupts a request.
https://bugs.webkit.org/show_bug.cgi?id=110867
Summary
XHR should fire 'abort' event when navigation interrupts a request.
Mike West
Reported
2013-02-26 03:50:45 PST
https://code.google.com/p/chromium/issues/detail?id=162817
and
http://bugs.jquery.com/ticket/12964
report that interrupting an XHR request via navigation fires an 'error' event when an 'abort' event should be thrown.
Attachments
Patch
(2.69 KB, patch)
2013-02-26 03:54 PST
,
Mike West
no flags
Details
Formatted Diff
Diff
Patch for landing
(2.44 KB, patch)
2013-02-27 01:50 PST
,
Mike West
no flags
Details
Formatted Diff
Diff
Patch for landing
(2.51 KB, patch)
2013-02-27 01:53 PST
,
Mike West
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Mike West
Comment 1
2013-02-26 03:54:19 PST
Created
attachment 190255
[details]
Patch
Mike West
Comment 2
2013-02-26 03:55:17 PST
The trivial layout test seems to show that the behavior is already correct. Asking upstream for either confirmation that the current behavior is correct, or a better test case.
Alexey Proskuryakov
Comment 3
2013-02-26 19:40:30 PST
Comment on
attachment 190255
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=190255&action=review
> LayoutTests/http/tests/xmlhttprequest/navigation-should-abort-expected.txt:2 > +This is just a minimal page that we navigate to as part of testing back/forward.
This is not accurate. I suggest using a different page, that also says something helpful when opened in a browser manually.
> LayoutTests/http/tests/xmlhttprequest/navigation-should-abort.html:7 > + testRunner.dumpBackForwardList();
I do not understand why dumping b/f list is helpful.
> LayoutTests/http/tests/xmlhttprequest/navigation-should-abort.html:11 > + req.open("GET", "/xmlhttprequest/resources/endlessxml.php");
I'd have used a relative path here.
> LayoutTests/http/tests/xmlhttprequest/navigation-should-abort.html:21 > + testRunner.queueLoad("/navigation/resources/otherpage.html");
Ditto (or maybe just a data: URL).
Mike West
Comment 4
2013-02-27 01:50:15 PST
(In reply to
comment #3
)
> (From update of
attachment 190255
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=190255&action=review
> > > LayoutTests/http/tests/xmlhttprequest/navigation-should-abort-expected.txt:2 > > +This is just a minimal page that we navigate to as part of testing back/forward. > > This is not accurate. I suggest using a different page, that also says something helpful when opened in a browser manually.
Swapped out with a `data:` URL as you suggested below.
> > LayoutTests/http/tests/xmlhttprequest/navigation-should-abort.html:7 > > + testRunner.dumpBackForwardList(); > > I do not understand why dumping b/f list is helpful.
The idea was to prove to myself that we're navigating. You're right though, it's likely unnecessary since we get the text of the second page in the expectation file. I'll drop it.
> > LayoutTests/http/tests/xmlhttprequest/navigation-should-abort.html:11 > > + req.open("GET", "/xmlhttprequest/resources/endlessxml.php"); > > I'd have used a relative path here.
Alright.
> > LayoutTests/http/tests/xmlhttprequest/navigation-should-abort.html:21 > > + testRunner.queueLoad("/navigation/resources/otherpage.html"); > > Ditto (or maybe just a data: URL).
Done. Thanks!
Mike West
Comment 5
2013-02-27 01:50:55 PST
Created
attachment 190468
[details]
Patch for landing
Mike West
Comment 6
2013-02-27 01:51:31 PST
Comment on
attachment 190468
[details]
Patch for landing CQ- for a formatting error. Bleh.
Mike West
Comment 7
2013-02-27 01:53:48 PST
Created
attachment 190470
[details]
Patch for landing
WebKit Review Bot
Comment 8
2013-02-27 02:55:24 PST
Comment on
attachment 190470
[details]
Patch for landing Clearing flags on attachment: 190470 Committed
r144163
: <
http://trac.webkit.org/changeset/144163
>
WebKit Review Bot
Comment 9
2013-02-27 02:55:28 PST
All reviewed patches have been landed. Closing bug.
Ryosuke Niwa
Comment 10
2013-02-28 01:28:39 PST
This test is failing on Mac WK1:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&showExpectations=true&tests=http%2Ftests%2Fxmlhttprequest%2Fnavigation-should-abort.html
Roger Fong
Comment 11
2013-02-28 17:42:23 PST
And Windows:
http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r144386%20(32973)/http/tests/xmlhttprequest/navigation-should-abort-pretty-diff.html
Mike West
Comment 12
2013-03-01 01:25:33 PST
(In reply to
comment #11
)
> And Windows: >
http://build.webkit.org/results/Apple%20Win%207%20Release%20(Tests)/r144386%20(32973)/http/tests/xmlhttprequest/navigation-should-abort-pretty-diff.html
These should be fixed with the patch in
https://bugs.webkit.org/show_bug.cgi?id=111052
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug