aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-1168/+1103
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-477/+482
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-5/+15
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-281-0/+9
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-3/+32
* Ajax: Use the native XHR for all non-local requests in IE9+Michał Gołębiowski2015-05-181-2/+4
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-171-6/+6
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-1/+12
* Ajax: Run the PATCH test only in IE8 on TestSwarmMichał Gołębiowski2015-01-291-10/+13
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-0/+20
* Ajax: Fix cross-domain detection test for non-default portVictor Homyakov2015-01-061-1/+1
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-1/+5
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-47/+9
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+17
* Build: Move test to appropriate moduleOleg Gaidarenko2014-06-161-0/+4
* Ajax: Always use script injection in globalEvalOleg Gaidarenko2014-06-161-18/+12
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-021-0/+16
* Ajax, Manipulation: don't test cross-document manip in Android 2.3Michał Gołębiowski2014-05-071-0/+6
* Tests: Fix failing ajax tests in oldIEOleg Gaidarenko2014-04-151-9/+13
* 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