| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: migrate testing infrastructure to minimal dependencies | Timmy Willison | 2024-02-26 | 1 | -11/+3 |
* | Build: migrate most grunt tasks off of grunt | Timmy Willison | 2023-09-18 | 1 | -45/+52 |
* | Docs: Fix typos found by codespell | Dimitri Papadopoulos Orfanos | 2023-06-28 | 1 | -1/+1 |
* | Ajax: Don't treat array data as binary | Michał Gołębiowski-Owczarek | 2023-03-21 | 1 | -67/+201 |
* | Ajax: Allow `processData: true` even for binary data | Michał Gołębiowski-Owczarek | 2023-03-20 | 1 | -0/+23 |
* | Ajax: Support binary data (including FormData) | Michał Gołębiowski-Owczarek | 2023-02-01 | 1 | -0/+43 |
* | Ajax: Support `headers` for script transport even when cross-domain | Michał Gołębiowski-Owczarek | 2023-02-01 | 1 | -24/+80 |
* | Build: Run GitHub Action browser tests on Playwright WebKit | Michał Gołębiowski-Owczarek | 2023-01-23 | 1 | -1/+1 |
* | Ajax: Support `null` as success functions in `jQuery.get` | Michał Gołębiowski-Owczarek | 2022-10-17 | 1 | -0/+20 |
* | Manipulation: Extract domManip to a separate file | Michał Gołębiowski-Owczarek | 2022-10-10 | 1 | -3/+3 |
* | Tests: Exclude tests based on compilation flags, not API presence | Michał Gołębiowski-Owczarek | 2022-06-28 | 1 | -1/+1 |
* | Docs: Fix incorrect `trac-NUMBER` references | Michał Gołębiowski-Owczarek | 2022-01-12 | 1 | -2/+2 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -31/+31 |
* | Tests: Skip ETag AJAX tests on TestSwarm | Michał Gołębiowski-Owczarek | 2021-12-01 | 1 | -5/+18 |
* | Tests: Allow statusText to be "success" in AJAX tests | Michał Gołębiowski-Owczarek | 2021-12-01 | 1 | -1/+2 |
* | Ajax: Don't auto-execute scripts unless dataType provided | Michał Gołębiowski-Owczarek | 2021-01-26 | 1 | -48/+23 |
* | Tests: Fix tests for not auto-executing scripts without dataType | Michał Gołębiowski-Owczarek | 2021-01-11 | 1 | -1/+1 |
* | Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) | Michał Gołębiowski-Owczarek | 2020-09-22 | 1 | -4/+2 |
* | Tests: Skip the "jQuery.ajax() on unload" test in Safari | Michał Gołębiowski-Owczarek | 2020-09-02 | 1 | -1/+4 |
* | Ajax: Execute JSONP error script responses | Dallas Fraser | 2020-08-25 | 1 | -0/+13 |
* | Ajax: Avoid CSP errors in the script transport for async requests | Michał Gołębiowski-Owczarek | 2020-08-25 | 1 | -2/+20 |
* | Ajax: Drop the json to jsonp auto-promotion logic | Michał Gołębiowski-Owczarek | 2020-07-27 | 1 | -0/+115 |
* | Ajax: Overwrite s.contentType with content-type header value, if any | Christian Wenz | 2020-04-06 | 1 | -0/+46 |
* | Manipulation: Make jQuery.htmlPrefilter an identity function | Michał Gołębiowski-Owczarek | 2020-03-16 | 1 | -4/+4 |
* | Build:Tests: Fix custom build tests, verify on Travis | Michał Gołębiowski-Owczarek | 2020-01-07 | 1 | -8/+8 |
* | Tests: Don't test synchronous XHR on unload in Chrome | Michał Gołębiowski-Owczarek | 2019-10-28 | 1 | -8/+13 |
* | Docs: Update most URLs to HTTPS | Michał Gołębiowski-Owczarek | 2019-10-21 | 1 | -4/+4 |
* | Ajax: Do not execute scripts for unsuccessful HTTP responses | Sean Robinson | 2019-09-26 | 1 | -0/+115 |
* | Core: Remove IE-specific support tests, rely on document.documentMode | Michał Gołębiowski-Owczarek | 2019-05-13 | 1 | -12/+7 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -64/+38 |
* | Tests: Make Android Browser 4.0-4.3 AJAX tests green | Michał Gołębiowski-Owczarek | 2019-03-27 | 1 | -1/+9 |
* | Build: Update test code for compatibility with QUnit 2.x (#4297) | abnud1 | 2019-02-18 | 1 | -68/+127 |
* | Tests: Exclude Android 4.x from repeated header names test | Michał Gołębiowski-Owczarek | 2018-12-14 | 1 | -1/+11 |
* | Ajax: Fix getResponseHeader(key) for IE11 | Andrei Fangli | 2018-11-26 | 1 | -1/+4 |
* | Tests: Allow Karma to load unminfied source | Richard Gibson | 2018-09-07 | 1 | -11/+30 |
* | squash! Set attributes all at once, src last | Dave Methvin | 2018-05-14 | 1 | -5/+3 |
* | Ajax: Allow custom attributes when script transport is used | Dave Methvin | 2018-05-14 | 1 | -0/+23 |
* | Tests: Disable native abort test in Android 4.0 | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -18/+20 |
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 1 | -1/+1 |
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 1 | -1/+32 |
* | Tests: only run ontimeout test if ontimeout exists | Timmy Willison | 2018-01-08 | 1 | -16/+20 |
* | Ajax: add unit test for getScript(Object) | Timmy Willison | 2018-01-08 | 1 | -0/+18 |
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 1 | -179/+171 |
* | Ajax: add an ontimeout handler to all requests | Erik Lax | 2017-07-24 | 1 | -0/+17 |
* | Docs:Tests: Update IE/Edge-related support comments & tests | Michał Gołębiowski | 2017-05-15 | 1 | -1/+1 |
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 1 | -0/+11 |
* | Ajax: Don't mangle the URL when removing the anti-cache param | Dave Methvin | 2016-08-08 | 1 | -9/+19 |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -4/+4 |
* | Ajax: Ensure ajaxSettings.traditional is still honored | Dave Methvin | 2016-04-27 | 1 | -0/+58 |
* | Tests: Refactor testIframe() to make it DRYer and more consistent | Dave Methvin | 2016-04-11 | 1 | -3/+3 |