aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-071-8/+8
* Tests: Don't test synchronous XHR on unload in ChromeMichał Gołębiowski-Owczarek2019-10-281-8/+13
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-211-4/+4
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2019-09-261-0/+115
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-12/+7
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-64/+38
* Tests: Make Android Browser 4.0-4.3 AJAX tests greenMichał Gołębiowski-Owczarek2019-03-271-1/+9
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-68/+127
* Tests: Exclude Android 4.x from repeated header names testMichał Gołębiowski-Owczarek2018-12-141-1/+11
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-261-1/+4
* Tests: Allow Karma to load unminfied sourceRichard Gibson2018-09-071-11/+30
* squash! Set attributes all at once, src lastDave Methvin2018-05-141-5/+3
* Ajax: Allow custom attributes when script transport is usedDave Methvin2018-05-141-0/+23
* Tests: Disable native abort test in Android 4.0Michał Gołębiowski-Owczarek2018-02-121-18/+20
* Core: deprecate jQuery.typeJason Bedard2018-01-161-1/+1
* Ajax: Don't process non-string data property on no-entity-body requestsDave Methvin2018-01-151-1/+32
* Tests: only run ontimeout test if ontimeout existsTimmy Willison2018-01-081-16/+20
* Ajax: add unit test for getScript(Object)Timmy Willison2018-01-081-0/+18
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-179/+171
* Ajax: add an ontimeout handler to all requestsErik Lax2017-07-241-0/+17
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-151-1/+1
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-0/+11
* Ajax: Don't mangle the URL when removing the anti-cache paramDave Methvin2016-08-081-9/+19
* Build: ESLint detailsOleg Gaidarenko2016-06-111-4/+4
* Ajax: Ensure ajaxSettings.traditional is still honoredDave Methvin2016-04-271-0/+58
* Tests: Refactor testIframe() to make it DRYer and more consistentDave Methvin2016-04-111-3/+3
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-0/+19
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-19/+1
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-1/+1
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
* Ajax: Preserve URL hash on requestsDave Methvin2015-11-301-4/+18
* 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