aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Strip untypical callback parameter characters from PHP files2.2-stableMichał Gołębiowski-Owczarek2021-04-291-8/+14
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-0/+19
* Release: fix revert artefactsOleg Gaidarenko2015-11-131-2/+2
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-11-131-3/+11
* Release: remove revert artefactsOleg Gaidarenko2015-11-131-3/+3
* Revert "Ajax: Mitigate possible XSS vulnerability"Oleg Gaidarenko2015-11-111-48/+0
* Revert "Ajax: don't expect cross-origin tests run in envs which not support it"Oleg Gaidarenko2015-11-111-20/+31
* Revert "Ajax: Only form-encode requests with a body"Oleg Gaidarenko2015-11-111-42/+0
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-0/+24
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-1/+20
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-021-0/+42
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
* Ajax: don't expect cross-origin tests run in envs which not support itOleg Gaidarenko2015-10-131-31/+20
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-1/+103
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+48
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-30/+44
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-467/+471
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-1112/+1250
* 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-11/+21
* 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: $.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-11-031-12/+3
* 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-9/+1
* 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-051-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
* Ajax: Protect against exceptions thrown synchronously by xhr.sendjaubourg2014-01-291-0/+30
* Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31Michał Gołębiowski2013-12-181-4/+11
* Ref #14503: Cherry-pick tests.hongymagic2013-11-151-5/+15
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-281-0/+5
* Small adjustment to prefilter test. Follow the right path for prefixes.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-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