jquery/test
jaubourg 01c360f963 Ajax: Protect against exceptions thrown synchronously by xhr.send
When xhr.send throws an exception synchronously, the onerror handler may have
been called already which, unchecked, makes the exception bubble up outside of
jQuery.ajax.

We now catch the exception pre-emptively and only rethrow if we know it hasn't
already been notified through the onerror handler.

Fixes #14683
2014-01-29 14:18:58 +01:00
..
data Tests: Remove one of the checks for memory leak 2014-01-14 22:01:39 +04:00
libs Manage bower dependencies with grunt-bowercopy 2013-12-06 16:04:35 -05:00
unit Ajax: Protect against exceptions thrown synchronously by xhr.send 2014-01-29 14:18:58 +01:00
.jshintrc Effects: Integrate sinon fake timers into tests. Close gh-1377. 2013-11-24 15:22:09 -05:00
delegatetest.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
hovertest.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
index.html Tests: Remove html5 shiv 2014-01-09 22:36:07 -05:00
jquery.js Manage bower dependencies with grunt-bowercopy 2013-12-06 16:04:35 -05:00
localfile.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
networkerror.html Fix typos. Close gh-1186. 2013-02-28 15:45:10 -05:00
readywait.html Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. 2013-02-07 15:16:28 -05:00
xhtml.php Added a way to run the test suite as an XHTML page. 2009-01-19 18:14:51 +00:00