aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Tests: Add tests for `jQuery.get( String, null-ish, null-ish, String )`Michał Gołębiowski-Owczarek2025-03-311-1/+32
* Tests: Backport the `hidden="until-found"` attr tests from 3.x-stableMichał Gołębiowski-Owczarek2025-02-241-0/+18
* CSS: Fix dimensions of table `<col>` elementsMichał Gołębiowski-Owczarek2025-02-243-8/+91
* Core: Remove obsolete workarounds, update support commentsMichał Gołębiowski-Owczarek2025-02-247-86/+26
* Tests: Add custom attribute getter tests to the selector moduleMichał Gołębiowski-Owczarek2024-12-161-0/+31
* CSS: Drop the cache in finalPropNameMichał Gołębiowski-Owczarek2024-11-261-10/+24
* Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters`Michał Gołębiowski-Owczarek2024-11-042-8/+21
* Manipulation: Make jQuery.cleanData not skip elements during cleanupac-mmi2024-09-111-0/+40
* Tests: replace dead links in qunit fixtureTimmy Willison2024-08-127-134/+134
* Tests: remove unnecessary scroll feature testTimmy Willison2024-06-101-30/+11
* Build: improve specificity of eslint config; add ecma versionsTimmy Willison2024-06-069-31/+19
* CSS:Tests: Fix tests & support tests under CSS ZoomMichał Gołębiowski-Owczarek2024-06-032-2/+16
* Tests: Align `:has` selector tests with `3.x-stable`Michał Gołębiowski-Owczarek2024-05-291-2/+2
* Event: Increase robustness of an inner native event in leverageNativeMichał Gołębiowski-Owczarek2024-05-201-0/+58
* Tests: Make the beforeunload event tests work regardless of extensionsMichał Gołębiowski-Owczarek2024-04-251-5/+14
* Offset: Increase search depth when finding the 'real' offset parentLiam James2024-04-191-1/+4
* Attributes: Make `.attr( name, false )` remove for all non-ARIA attrsMichał Gołębiowski-Owczarek2024-03-202-18/+76
* Tests: Use allowlist instead of whitelistJ.Son2024-03-011-5/+5
* Tests: migrate testing infrastructure to minimal dependenciesTimmy Willison2024-02-266-94/+15
* Manipulation: Generalize a test to support IERichard Gibson2024-01-131-3/+17
* Manipulation: Support $el.html(selfRemovingScript) (#5378)Richard Gibson2024-01-081-0/+15
* CSS: Fix reliableTrDimensions support test for initially hidden iframesMichał Gołębiowski-Owczarek2023-11-071-0/+41
* CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapperMichał Gołębiowski-Owczarek2023-09-202-3/+12
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-204-3/+27
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-1816-298/+483
* CSS: Make the reliableTrDimensions support test work with Bootstrap CSSMichał Gołębiowski-Owczarek2023-07-101-0/+12
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-283-6/+6
* Tests: Disable the ":lang respects escaped backslashes" testMichał Gołębiowski-Owczarek2023-06-271-3/+13
* Core: Fix regression in jQuery.text() on HTMLDocument objectsTimo Tijhof2023-06-121-2/+5
* Selector: Re-expose jQuery.find.{tokenize,select,compile,setDocument}Michał Gołębiowski-Owczarek2023-06-121-0/+229
* Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support testMichał Gołębiowski-Owczarek2023-04-051-13/+25
* CSS: Make `offsetHeight( true )`, etc. include negative marginsMichał Gołębiowski-Owczarek2023-04-041-1/+6
* Event: Avoid collisions between jQuery.event.special & Object.prototypeMichał Gołębiowski-Owczarek2023-04-031-0/+20
* Event: Make trigger(focus/blur/click) work with native handlersMichał Gołębiowski-Owczarek2023-03-271-2/+61
* Event: Simulate focus/blur in IE via focusin/focusoutMichał Gołębiowski-Owczarek2023-03-271-120/+202
* 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
* Tests: Test AJAX deprecated event aliases properlyMichał Gołębiowski-Owczarek2023-03-151-5/+5
* Deferred: Rename `getStackHook` to `getErrorHook`Michał Gołębiowski-Owczarek2023-03-141-6/+6
* Selector: Stop relying on CSS.supports( "selector(...)" )Michał Gołębiowski-Owczarek2023-02-141-8/+14
* Selector: Backport jQuery selection context logic to selector-nativeMichał Gołębiowski-Owczarek2023-02-133-79/+51
* Ajax: Support binary data (including FormData)Michał Gołębiowski-Owczarek2023-02-011-0/+43
* Deferred: Respect source maps in jQuery.Deferred.exceptionHookMichał Gołębiowski-Owczarek2023-02-011-3/+3
* 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-234-7/+28
* Selector: Make selector lists work with `qSA` againMichał Gołębiowski-Owczarek2022-12-191-1/+21
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-122-55/+56
* Selector: Implement the `uniqueSort` chainable methodMichał Gołębiowski-Owczarek2022-11-281-22/+56
* Tests: Indicate Firefox 106+ passes the `cssSupportsSelector` testMichał Gołębiowski-Owczarek2022-11-251-1/+7
* Selector: Re-introduce selector-native.jsMichał Gołębiowski-Owczarek2022-11-212-3/+25