aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Avoid CSP errors in the script transport for async requestsMichał Gołębiowski-Owczarek2020-08-254-4/+45
* Ajax: Drop the json to jsonp auto-promotion logicMichał Gołębiowski-Owczarek2020-07-271-0/+4
* Tests: Remove remaining obsolete jQuery.cache referencesMichał Gołębiowski-Owczarek2020-05-181-22/+2
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-1/+1
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-103-4/+33
* Event: remove jQuery.event.globalMichał Gołębiowski-Owczarek2020-02-101-1/+0
* Tests: Remove obsolete jQuery data testsMichał Gołębiowski-Owczarek2020-01-131-92/+0
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-079-46/+44
* Build: Make Karma work in ES modules modeMichał Gołębiowski-Owczarek2019-12-162-3/+22
* Build: Auto-convert sources to AMDMichał Gołębiowski-Owczarek2019-12-091-5/+7
* Selector: Make empty attribute selectors work in IE againMichał Gołębiowski-Owczarek2019-11-182-1/+6
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-1/+1
* Docs: Update most URLs to HTTPSMichał Gołębiowski-Owczarek2019-10-214-10/+10
* Tests: Stop using jQuery.find in testsMichał Gołębiowski-Owczarek2019-10-211-1/+1
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2019-09-261-0/+13
* Tests: Fix a comment in testinit.jsMichał Gołębiowski-Owczarek2019-08-191-1/+0
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-293-5/+16
* Selector: Port Sizzle tests to jQueryMichał Gołębiowski-Owczarek2019-06-264-15/+129
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-134-10/+10
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-293-63/+8
* Tests: Fix the core-js polyfill inclusion methodMichał Gołębiowski-Owczarek2019-04-041-1/+1
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-252-0/+18
* Build: Run the basic test suite in jsdomMichał Gołębiowski-Owczarek2019-03-111-0/+40
* Build: Remove manual QUnit fixture resettingMichał Gołębiowski-Owczarek2019-03-111-2/+0
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-042-2/+2
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-042-0/+28
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-189-17/+17
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-213-1/+20
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-212-0/+2
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-143-0/+29
* Dimensions: fall back to offsetWidth/Height for border-box in IETimmy Willison2018-11-271-0/+4
* Tests: fix ajax test failure; add to header instead of replaceTimmy Willison2018-11-261-1/+1
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-261-0/+3
* Tests: Allow Karma to load unminfied sourceRichard Gibson2018-09-071-14/+28
* Traversing: $.fn.contents() support for objectLuis Emilio Velasco Sanchez2018-05-142-0/+15
* CSS: Correctly detect scrollbox support with non-default zoomRichard Gibson2018-05-071-1/+5
* Tests: ensure that module assertions run on supported browsersTimmy Willison2018-01-162-1/+11
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-162-0/+2
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-2/+2
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-1837-242/+530
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-051-0/+26
* Tests: Reduce the abort timeout for simple focus testingRichard Gibson2017-07-191-1/+1
* Tests: Revert some testIframe changes to fix dimensions testsRichard Gibson2017-04-291-7/+2
* Revert "Tests: Revert some testIframe changes to fix dimensions tests"Richard Gibson2017-04-291-2/+7
* Tests: Revert some testIframe changes to fix dimensions testsRichard Gibson2017-04-291-7/+2
* Tests: Clean up offset debuggingRichard Gibson2017-04-291-7/+1
* Tests: Adjust by actual scroll position, rather than expectedRichard Gibson2017-04-291-1/+1
* Tests: Keep iframes visible in TestSwarmRichard Gibson2017-04-281-2/+13
* Tests: Prepend test iframes for even *more* consistencyRichard Gibson2017-04-251-1/+1
* Tests: Allow a mock QUnit.test for perfect testIframe fidelityRichard Gibson2017-04-251-2/+5