jquery/test/unit
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
..
ajax.js Ajax: Protect against exceptions thrown synchronously by xhr.send 2014-01-29 14:18:58 +01:00
attributes.js Tests: Fix code style issues 2014-01-16 07:04:14 +04:00
callbacks.js Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. 2013-04-09 11:59:31 -04:00
core.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2013-12-23 17:21:22 -05:00
css.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2013-12-23 17:21:22 -05:00
data.js Fix #14074: element id="nodeName". Close gh-1389. 2013-11-07 11:57:41 -05:00
deferred.js No ticket: add assertions for jQuery.when( array ). Close gh-1312. 2013-08-19 18:25:42 +02:00
deprecated.js Move size() test to deprecated.js and avoid in other tests. Close gh-1237. 2013-04-08 20:38:20 -04:00
dimensions.js Fix #10814. Make support tests lazy and broken out to components. 2013-09-06 03:38:22 +02:00
effects.js Tests: Blacklist one effects test in Chrome 31 2014-01-21 12:02:09 +01:00
event.js Tests: Blacklist beforeunload test in iOS 2014-01-26 04:07:27 +01:00
exports.js Landing pull request 586. Create exports.js for exporting jQuery to window and AMD. Fixes #10687. 2011-11-14 12:13:25 -05:00
manipulation.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2013-12-23 17:21:22 -05:00
offset.js Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. 2013-11-11 00:43:27 +01:00
queue.js Correct spacing. 2013-04-15 19:26:34 +02:00
ready.js Pass all tests (and load Sizzle fixture correctly) when loading with AMD 2013-08-29 16:18:17 -04:00
selector.js Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425. 2013-11-11 00:43:27 +01:00
serialize.js Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755. 2013-04-09 11:59:31 -04:00
support.js Support: Add iOS6 support tests results 2014-01-27 21:17:53 +01:00
traversing.js Traversing: Check all pairwise element combinations for .find( els ) 2014-01-17 00:38:56 -05:00
wrap.js Tests: Avoid use of QUnit.reset() in tests by splitting them 2013-12-23 17:21:22 -05:00