aboutsummaryrefslogtreecommitdiffstats
path: root/test/networkerror.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-251-1/+1
| | | | | | Close gh-2339 (cherry picked from commit c577928d45bdcc3ee8f93da89ab7aadca21919f3)
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-1/+1
|
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-081-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-041-1/+1
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-2/+2
|
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-111-19/+1
|
* Moves Deferred-related code into a separate module. Context handling has ↵jaubourg2011-03-031-0/+1
| | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
* Fixes #8135. Makes sure any exception thrown by Firefox when trying to ↵jaubourg2011-02-021-0/+101
access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior.