aboutsummaryrefslogtreecommitdiffstats
path: root/test/middleware-mockserver.js
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Support binary data (including FormData)Michał Gołębiowski-Owczarek2023-02-011-0/+28
* Build: Migrate middleware-mockserver to modern JSMichał Gołębiowski-Owczarek2023-01-231-60/+72
* Attributes: Don't stringify attributes in the setterMichał Gołębiowski-Owczarek2021-11-011-0/+8
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-301-1/+9
* Tests: Strip untypical callback parameter characters from mock.phpMichał Gołębiowski-Owczarek2021-04-131-5/+10
* Tests: Fix tests for not auto-executing scripts without dataTypeMichał Gołębiowski-Owczarek2021-01-111-1/+1
* Manipulation: Respect script crossorigin attribute in DOM manipulation高灰2020-09-221-1/+12
* Tests: Recognize callbacks with dots in the Node.js mock serverMichał Gołębiowski-Owczarek2020-09-021-1/+1
* Ajax: Avoid CSP errors in the script transport for async requestsMichał Gołębiowski-Owczarek2020-08-251-0/+9
* Tests: Remove an unused local variableWonhyoung Park2020-08-131-2/+1
* Ajax: Drop the json to jsonp auto-promotion logicMichał Gołębiowski-Owczarek2020-07-271-0/+3
* Tests: Fix flakiness in the "jQuery.ajax() - JSONP - Same Domain" testMichał Gołębiowski-Owczarek2020-04-271-1/+3
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2019-09-261-0/+12
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-3/+3
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-211-1/+3
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-141-0/+8
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-261-1/+4
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-181-0/+284