aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Tests: Add tests for arary data in ajaxMichał Gołębiowski-Owczarek2023-03-211-67/+201
* Tests: Skip jQuery.Deferred.exceptionHook tests in IE 9Michał Gołębiowski-Owczarek2023-03-152-1/+5
* Tests: Test AJAX deprecated event aliases properlyMichał Gołębiowski-Owczarek2023-03-151-5/+5
* Deferred: Rename `getStackHook` to `getErrorHook` (3.x version)Michał Gołębiowski-Owczarek2023-03-142-5/+41
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-141-55/+57
* Tests: Fix selector tests in ChromeMichał Gołębiowski-Owczarek2023-01-242-8/+12
* Build: Run GitHub Action browser tests on Playwright WebKitMichał Gołębiowski-Owczarek2023-01-244-9/+54
* Build: Migrate middleware-mockserver to modern JSMichał Gołębiowski-Owczarek2023-01-232-49/+65
* Tests: Skip the native :valid tests in IE 9Michał Gołębiowski-Owczarek2022-12-191-1/+5
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-191-1/+21
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-12-141-24/+58
* Selector: Inline Sizzle into the selector module: 3.x version (#5113)Michał Gołębiowski-Owczarek2022-12-1414-426/+2607
* Selector:Manipulation: Fix DOM manip within template contentsMichał Gołębiowski-Owczarek2022-11-161-0/+43
* Tests: Remove a workaround for a Firefox XML parsing issueMichał Gołębiowski-Owczarek2022-10-031-7/+1
* CSS: Return `undefined` for whitespace-only CSS variable values (#5120)Michał Gołębiowski-Owczarek2022-10-031-1/+3
* Tests: Make Ajax tests pass in iOS 9Michał Gołębiowski-Owczarek2022-09-211-1/+7
* CSS: Don’t trim whitespace of undefined custom propertyAnders Kaseorg2022-09-191-1/+4
* Tests: Exclude tests based on compilation flags, not API presence (3.x version)Michał Gołębiowski-Owczarek2022-07-1222-74/+153
* Tests: Workaround an XML parsing bug in FirefoxMichał Gołębiowski-Owczarek2022-02-281-1/+7
* CSS: Skip falsy values in `addClass( array )`, compress codeMichał Gołębiowski-Owczarek2022-01-251-0/+38
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-1229-352/+352
* Docs: remove expired links from old jquery sourceTimmy Willison2022-01-071-2/+0
* 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: Disable CSS Custom Properties tests in old Safari/iOSMichał Gołębiowski-Owczarek2021-11-151-1/+11
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-10-181-25/+28
* Tests: Don't remove csp.log in the cspClean action of mock.phpMichał Gołębiowski-Owczarek2021-09-301-1/+0
* Tests: Load the TestSwarm listener via HTTPSMichał Gołębiowski-Owczarek2021-09-291-1/+1
* Manipulation: Don't remove HTML comments from scriptsMichał Gołębiowski-Owczarek2021-07-191-1/+12
* Tests: Switch background image from online file to local 1x1.jpgTimo Tijhof2021-05-242-19/+9
* Event: Don't break focus triggering after `.on(focus).off(focus)`Michał Gołębiowski-Owczarek2021-05-101-0/+16
* Build: Take core-js from the external directory as wellMichał Gołębiowski-Owczarek2021-04-141-1/+1
* Tests: Strip untypical callback parameter characters from mock.phpMichał Gołębiowski-Owczarek2021-04-132-11/+21
* Build: Rename master to main across the repositoryMichał Gołębiowski-Owczarek2021-02-051-3/+3
* Tests: Fix tests for not auto-executing scripts without dataTypeMichał Gołębiowski-Owczarek2021-01-112-2/+2
* Dimensions: Modify reliableTrDimensions support test to account for FFTimmy Willison2021-01-112-8/+2
* Tests: Skip the jQuery.parseXML error reporting test in Legacy EdgeMichał Gołębiowski-Owczarek2020-12-081-3/+6
* Tests: Fix the jQuery.parseXML error reporting testMichał Gołębiowski-Owczarek2020-12-081-2/+4
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-081-2/+25
* Event: Make focus re-triggering not focus the original element backMichał Gołębiowski-Owczarek2020-12-071-0/+34
* Event: Don't crash if an element is removed on blurMichał Gołębiowski-Owczarek2020-10-191-0/+27
* Tests: Recognize callbacks with dots in the Node.js mock serverMichał Gołębiowski-Owczarek2020-09-021-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
* Tests: Remove an unused local variableWonhyoung Park2020-08-131-2/+1
* Tests: Remove remaining obsolete jQuery.cache referencesMichał Gołębiowski-Owczarek2020-05-182-36/+5
* Tests: Remove obsolete jQuery data testsMichał Gołębiowski-Owczarek2020-05-184-115/+0
* Tests: Workaround failures in recent XSS tests in iOS 8 - 12Michał Gołębiowski-Owczarek2020-04-301-7/+15
* Docs: Fix typosPierre Grimaud2020-04-291-2/+2
* Tests: Add tests for recently fixed manipulation XSS issuesMichał Gołębiowski-Owczarek2020-04-291-0/+49