aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-02-261-11/+3
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-45/+52
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-281-1/+1
* Ajax: Don't treat array data as binaryMichał Gołębiowski-Owczarek2023-03-211-67/+201
* Ajax: Allow `processData: true` even for binary dataMichał Gołębiowski-Owczarek2023-03-201-0/+23
* Ajax: Support binary data (including FormData)Michał Gołębiowski-Owczarek2023-02-011-0/+43
* Ajax: Support `headers` for script transport even when cross-domainMichał Gołębiowski-Owczarek2023-02-011-24/+80
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-231-1/+1
* Ajax: Support `null` as success functions in `jQuery.get`Michał Gołębiowski-Owczarek2022-10-171-0/+20
* Manipulation: Extract domManip to a separate fileMichał Gołębiowski-Owczarek2022-10-101-3/+3
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-1/+1
* Docs: Fix incorrect `trac-NUMBER` referencesMichał Gołębiowski-Owczarek2022-01-121-2/+2
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-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
* Ajax: Don't auto-execute scripts unless dataType providedMichał Gołębiowski-Owczarek2021-01-261-48/+23
* Tests: Fix tests for not auto-executing scripts without dataTypeMichał Gołębiowski-Owczarek2021-01-111-1/+1
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-4/+2
* 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: Avoid CSP errors in the script transport for async requestsMichał Gołębiowski-Owczarek2020-08-251-2/+20
* Ajax: Drop the json to jsonp auto-promotion logicMichał Gołębiowski-Owczarek2020-07-271-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 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