aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Handles HEAD requests as if they always were 204. Fixes #13922.Julian Aubourg2013-05-231-0/+23
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-18/+19
* Move size() test to deprecated.js and avoid in other tests. Close gh-1237.Michał Gołębiowski2013-04-081-2/+1
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-1/+0
* bind/unbind changed to on/off in unit tests; refs #13554Michał Gołębiowski2013-03-251-3/+3
* Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.Michał Z. Gołębiowski2013-03-121-1/+1
* Fix typos. Close gh-1186.dmitrygusev2013-02-281-3/+3
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-281-0/+22
* Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ...byroot2013-01-241-0/+20
* Fixes #13276. Unit test is enough since the 2.x XHR transport already dismiss...jaubourg2013-01-211-0/+16
* strengthens and dries 304 unit testsjaubourg2013-01-081-52/+34
* Tweaks the logic in the 304-related unit tests so that they pass for versions...jaubourg2013-01-081-41/+10
* Adds the abort on unload trick back in since IE9 still exhibits the bugjaubourg2013-01-071-0/+5
* 2.0: reduced xhr transportjaubourg2013-01-071-18/+20
* Remove invalid test "jQuery.getJSON() - Using Native JSON" from test/unit/aja...Rick Waldron2012-12-311-31/+12
* Revert "Organizes the php scripts used for testing better, so that the whole ...jaubourg2012-12-051-694/+771
* Revert "228ab3d followup 1: fix test failures. Close gh-1056."jaubourg2012-12-051-82/+85
* 228ab3d followup 1: fix test failures. Close gh-1056.Richard Gibson2012-12-051-85/+82
* Organizes the php scripts used for testing better, so that the whole logic of...jaubourg2012-12-041-771/+694
* No ticket: improve global variable/ajax request trackingRichard Gibson2012-12-021-7/+26
* Don't really want to expect any global events here.Dave Methvin2012-12-021-1/+1
* Followup to #12989 fix, improve unit test resiliency.Dave Methvin2012-12-021-27/+16
* Fix #12989. Remove ajax "global" event behavior.Dave Methvin2012-12-011-116/+32
* Unit test for #12004jaubourg2012-11-291-0/+34
* Use strictEqual rather than equaljaubourg2012-11-271-2/+2
* Removes unnecessary closure and applyjaubourg2012-11-261-3/+1
* Total revamping of the ajax unit testsjaubourg2012-11-261-2178/+1286
* No ticket: speedup test suite. Close gh-1020.Richard Gibson2012-11-081-6/+3
* No ticket: update test suite to pass QUnit globals check in most environments...Richard Gibson2012-11-051-15/+112
* No ticket: remove test suite external dependenciesRichard Gibson2012-11-011-3/+4
* Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo...James Huston2012-10-171-0/+14
* Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos...Ben Truyman2012-10-161-2/+36
* enforce double quotes via JSHint. Closes gh-975Mike Sherov2012-10-161-1/+1
* fixes problematic JSONP test (gotta learn to count)jaubourg2012-10-161-4/+4
* comments out some problematic JSONP test until we figure out what the problem isjaubourg2012-10-161-4/+3
* Breakout JSONP domain-related testsRick Waldron2012-10-151-86/+142
* Split failing cross domain tests into two separate test bodies.Rick Waldron2012-10-151-9/+11
* Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit...Erick Ruiz2012-10-151-1989/+2201
* Enforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/...James Huston2012-10-151-0/+11
* Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.Richard Gibson2012-10-031-1/+11
* Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD...Dave Methvin2012-09-301-12/+1
* Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request...Dave Methvin2012-09-111-1/+12
* Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."Dave Methvin2012-08-241-15/+0
* Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL.Dave Methvin2012-08-231-0/+15
* Calling load with null as the data parameter now properly issues a GET reques...jaubourg2012-08-161-1/+35
* Loosen the ajax statusText check so Safari AND Chrome pass.Dave Methvin2012-07-251-1/+1
* Extracts the serialization code from the ajax module so that alternative ajax...jaubourg2012-07-131-132/+0
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-65/+66
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-251-13/+18
* Unit tests are linted and passing.Rick Waldron2012-06-211-18/+44