aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Improve jsonp testsOleg Gaidarenko2014-04-151-2/+2
* Ajax, Effects: Disable Chrome 31 workaroundsMichał Gołębiowski2014-03-101-11/+4
* Ajax: .load() should trim its selectorDave Methvin2014-03-041-0/+8
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-1/+1
* Ajax: support non-RFC2616 methods for oldIEOleg2014-01-141-0/+11
* Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31Michał Gołębiowski2013-12-181-4/+11
* Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.Michał Gołębiowski2013-11-151-1/+1
* Ref 27b22f4e: Remove oldIE-unfriendly trailing commaRichard Gibson2013-11-151-1/+1
* Ref 27b22f4e: Don't try to outsmart ApacheRichard Gibson2013-11-141-1/+3
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-141-5/+13
* Fix #14379: AJAX requests on unloadRichard Gibson2013-11-041-0/+5
* Use charAt instead of string indexing for oldIE's sake. Fixes #14356.Timmy Willison2013-09-121-1/+2
* Adjust prefilter test to error on string indexing in oldIETimmy Willison2013-09-121-1/+2
* 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-21/+21
* Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.Michał Gołębiowski2013-04-071-3/+3
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-13/+13
* 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
* Never use the XML as parsed by the XHR instance. Use raw text instead and let...jaubourg2013-01-211-0/+16
* 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