aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: Exclude tests based on compilation flags, not API presence (3.x version)Michał Gołębiowski-Owczarek2022-07-121-1/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-121-31/+31
* Tests: Skip ETag AJAX tests on TestSwarmMichał Gołębiowski-Owczarek2021-12-011-5/+18
* Tests: Allow statusText to be "success" in AJAX testsMichał Gołębiowski-Owczarek2021-12-011-1/+2
* Tests: Fix tests for not auto-executing scripts without dataTypeMichał Gołębiowski-Owczarek2021-01-111-1/+1
* Tests: Skip the "jQuery.ajax() on unload" test in SafariMichał Gołębiowski-Owczarek2020-09-021-1/+4
* Ajax: Execute JSONP error script responsesDallas Fraser2020-08-251-0/+13
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2020-04-061-0/+115
* Ajax: Overwrite s.contentType with content-type header value, if anyChristian Wenz2020-04-061-0/+46
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-4/+4
* Build:Tests: Fix custom build tests, verify on Travis; name Travis jobsMichał Gołębiowski-Owczarek2020-01-271-8/+8
* Tests: Don't test synchronous XHR on unload in ChromeMichał Gołębiowski-Owczarek2019-10-281-8/+13
* 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