aboutsummaryrefslogtreecommitdiffstats
path: root/test/localfile.html
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Simplifies status normalization in xhr transport. Local file test modified ↵jaubourg2011-02-111-15/+29
| | | | for clarity.
* Makes local filesystem test for ajax more insightful.jaubourg2011-02-091-9/+31
|
* Stores jQuery.ajaxSettings.isLocal locally at load time so that any change ↵jaubourg2011-02-031-10/+26
| | | | to it won't affect the transport. Fixes the url parsing regexp to deal with empty domains. Adds informative text into test/localfile.html and handles Opera's failure. Revises the way xhr are created by doing all tests at load time and normalizes all the xhr creation functions so that none of them may throw an exception.
* Fixes #8125. Status is set to 200 for requests with status 0 when ↵jaubourg2011-02-011-0/+40
location.protocol if "file:". Added test/localfile.html to control it works.