| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Fix tests for `jQuery.get( String, null-ish, null-ish, String )` | Michał Gołębiowski-Owczarek | 2025-05-12 | 1 | -1/+1 |
* | Tests: Add tests for `jQuery.get( String, null-ish, null-ish, String )` | Michał Gołębiowski-Owczarek | 2025-03-31 | 2 | -3/+34 |
* | Tests: Backport the `hidden="until-found"` attr tests from 3.x-stable | Michał Gołębiowski-Owczarek | 2025-02-24 | 1 | -0/+18 |
* | CSS: Fix dimensions of table `<col>` elements | Michał Gołębiowski-Owczarek | 2025-02-24 | 3 | -8/+91 |
* | Core: Remove obsolete workarounds, update support comments | Michał Gołębiowski-Owczarek | 2025-02-24 | 7 | -86/+26 |
* | Tests: migrate test runner to jquery-test-runner | Timmy Willison | 2025-01-13 | 20 | -1992/+0 |
* | Tests: Add custom attribute getter tests to the selector module | Michał Gołębiowski-Owczarek | 2024-12-16 | 1 | -0/+31 |
* | CSS: Drop the cache in finalPropName | Michał Gołębiowski-Owczarek | 2024-11-26 | 1 | -10/+24 |
* | Build: Make middleware-mockserver not crash on reading nonexistent files | Michał Gołębiowski-Owczarek | 2024-11-05 | 1 | -9/+25 |
* | Selector: Properly deprecate `jQuery.expr[ ":" ]`/`jQuery.expr.filters` | Michał Gołębiowski-Owczarek | 2024-11-04 | 2 | -8/+21 |
* | Manipulation: Make jQuery.cleanData not skip elements during cleanup | ac-mmi | 2024-09-11 | 1 | -0/+40 |
* | Tests: Run tests in Edge in IE mode in GitHub Actions | Michał Gołębiowski-Owczarek | 2024-09-09 | 1 | -3/+16 |
* | Tests: align mock.php spacing with 3.x-stable branch | Timmy Willison | 2024-08-25 | 1 | -4/+4 |
* | Tests: replace dead links in qunit fixture | Timmy Willison | 2024-08-12 | 8 | -138/+138 |
* | Tests: replace express with basic Node server | Timmy Willison | 2024-08-08 | 3 | -60/+171 |
* | Build: upgrade dependencies; fix bundler tests on windows | Timmy Willison | 2024-06-15 | 1 | -6/+1 |
* | Tests: remove unnecessary scroll feature test | Timmy Willison | 2024-06-10 | 1 | -30/+11 |
* | Build: improve specificity of eslint config; add ecma versions | Timmy Willison | 2024-06-06 | 14 | -40/+20 |
* | CSS:Tests: Fix tests & support tests under CSS Zoom | Michał Gołębiowski-Owczarek | 2024-06-03 | 3 | -2/+40 |
* | Tests: Align `:has` selector tests with `3.x-stable` | Michał Gołębiowski-Owczarek | 2024-05-29 | 1 | -2/+2 |
* | Event: Increase robustness of an inner native event in leverageNative | Michał Gołębiowski-Owczarek | 2024-05-20 | 1 | -0/+58 |
* | Tests: Make the beforeunload event tests work regardless of extensions | Michał Gołębiowski-Owczarek | 2024-04-25 | 2 | -10/+20 |
* | Offset: Increase search depth when finding the 'real' offset parent | Liam James | 2024-04-19 | 1 | -1/+4 |
* | Tests: share queue/browser handling for all worker types | Timmy Willison | 2024-04-01 | 13 | -446/+336 |
* | Tests: improve diffing for values of different types | Timmy Willison | 2024-03-27 | 2 | -26/+58 |
* | Attributes: Make `.attr( name, false )` remove for all non-ARIA attrs | Michał Gołębiowski-Owczarek | 2024-03-20 | 2 | -18/+76 |
* | Tests: show any and all actual/expected values | Timmy Willison | 2024-03-15 | 1 | -2/+11 |
* | Tests: add diffing to test reporter | Timmy Willison | 2024-03-14 | 1 | -2/+49 |
* | Tests: add actual and expected messages to test reporter | Timmy Willison | 2024-03-14 | 1 | -12/+12 |
* | Core: Fix the exports setup to make bundlers work with ESM & CommonJS | Michał Gołębiowski-Owczarek | 2024-03-12 | 24 | -9/+331 |
* | Tests: fix worker restarts for failed browser acknowledgements | Timmy Willison | 2024-03-11 | 1 | -1/+1 |
* | Build: migrate more uses of fs.promises; use node: protocol | Timmy Willison | 2024-03-11 | 1 | -1/+1 |
* | Tests: add --hard-retries option to test runner | Timmy Willison | 2024-03-11 | 5 | -37/+93 |
* | Tests: fix cleanup in cases where server doesn't stop | Timmy Willison | 2024-03-09 | 1 | -4/+4 |
* | Build: drop support for Node 10 | Timmy Willison | 2024-03-09 | 2 | -5/+5 |
* | Tests: fix flakey message logs; ignore delete worker failures | Timmy Willison | 2024-03-05 | 3 | -20/+29 |
* | Tests: reuse browser workers in BrowserStack tests (#5428) | Timmy Willison | 2024-03-05 | 15 | -414/+496 |
* | Tests: Use allowlist instead of whitelist | J.Son | 2024-03-01 | 1 | -5/+5 |
* | Tests: migrate testing infrastructure to minimal dependencies | Timmy Willison | 2024-02-26 | 38 | -10212/+12504 |
* | Tests: Fix Karma tests on Node.js 20 | Michał Gołębiowski-Owczarek | 2024-02-08 | 1 | -9/+5 |
* | Manipulation: Generalize a test to support IE | Richard Gibson | 2024-01-13 | 1 | -3/+17 |
* | Manipulation: Support $el.html(selfRemovingScript) (#5378) | Richard Gibson | 2024-01-08 | 1 | -0/+15 |
* | CSS: Fix reliableTrDimensions support test for initially hidden iframes | Michał Gołębiowski-Owczarek | 2023-11-07 | 3 | -1/+81 |
* | CSS:Selector: Align with 3.x, remove the outer `selector.js` wrapper | Michał Gołębiowski-Owczarek | 2023-09-20 | 2 | -3/+12 |
* | Core: Simplify code post browser support reduction | Michał Gołębiowski-Owczarek | 2023-09-20 | 7 | -157/+94 |
* | Core: Move the factory to separate exports | Michał Gołębiowski-Owczarek | 2023-09-19 | 15 | -60/+62 |
* | Build: migrate most grunt tasks off of grunt | Timmy Willison | 2023-09-18 | 28 | -456/+571 |
* | Core: Use named exports in `src/` | Michał Gołębiowski-Owczarek | 2023-09-12 | 1 | -1/+1 |
* | Build: Add `exports` to package.json, export slim & esm builds | Michał Gołębiowski-Owczarek | 2023-07-10 | 28 | -89/+258 |
* | CSS: Make the reliableTrDimensions support test work with Bootstrap CSS | Michał Gołębiowski-Owczarek | 2023-07-10 | 2 | -0/+32 |