index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tests: Make the beforeunload event tests work regardless of extensions
Michał Gołębiowski-Owczarek
2024-04-25
2
-10
/
+20
*
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
*
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
*
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: migrate testing infrastructure to minimal dependencies
Timmy Willison
2024-03-05
42
-10246
/
+12596
*
Tests: Align `middleware-mockerver.js` with the `main` branch
Michał Gołębiowski-Owczarek
2024-02-09
1
-7
/
+1
*
Manipulation: Generalize a test to support IE
Richard Gibson
2024-01-13
1
-3
/
+17
*
Manipulation: Support $el.html(selfRemovingScript)
Richard Gibson
2024-01-08
1
-0
/
+15
*
Tests: Workaround a tr width test issue in old iOS
Michał Gołębiowski-Owczarek
2023-11-13
1
-3
/
+7
*
CSS: Fix reliableTrDimensions test for initially hidden iframes (3.x)
Michał Gołębiowski-Owczarek
2023-11-07
2
-15
/
+50
*
CSS: Fix support test results for initially hidden iframes
Stephen Sigwart
2023-11-02
3
-1
/
+46
*
Build: migrate most grunt tasks off of grunt (3.x)
Timmy Willison
2023-09-20
26
-449
/
+592
*
Core: Simplify code post browser support reduction
Michał Gołębiowski-Owczarek
2023-09-20
7
-157
/
+94
*
Build: Generate the slim build on `grunt` & run `compare_size` on it
Michał Gołębiowski-Owczarek
2023-07-10
10
-39
/
+71
*
CSS: Make the reliableTrDimensions support test work with Bootstrap CSS (3.x ...
Michał Gołębiowski-Owczarek
2023-07-10
2
-0
/
+32
*
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
2023-06-28
3
-6
/
+6
*
Tests: Disable the ":lang respects escaped backslashes" test
Michał Gołębiowski-Owczarek
2023-06-27
1
-3
/
+13
*
Tests: Skip a new `.text()` test in IE 9
Michał Gołębiowski-Owczarek
2023-06-12
1
-2
/
+6
*
Core: Fix regression in jQuery.text() on HTMLDocument objects
Timo Tijhof
2023-06-12
1
-2
/
+5
*
Selector: Re-expose jQuery.find.tokenize (3.x version)
Michał Gołębiowski-Owczarek
2023-06-12
1
-0
/
+229
*
Tests: Indicate Chrome 112 & Safari 16.4 pass the cssHas support test (3.x ve...
Michał Gołębiowski-Owczarek
2023-04-05
1
-26
/
+76
*
CSS: Make `offsetHeight( true )`, etc. include negative margins
Michał Gołębiowski-Owczarek
2023-04-04
1
-1
/
+6
*
Tests: Fix tests added in gh-5233
Michał Gołębiowski-Owczarek
2023-03-27
1
-4
/
+6
*
CSS: Add missing jQuery.cssNumber entries
Michał Gołębiowski-Owczarek
2023-03-27
1
-13
/
+83
*
Event: Make trigger(focus/blur/click) work with native handlers
Michał Gołębiowski-Owczarek
2023-03-27
1
-2
/
+61
*
Event: Simulate focus/blur in IE via focusin/focusout (3.x version)
Michał Gołębiowski-Owczarek
2023-03-27
2
-79
/
+158
*
Tests: Add tests for arary data in ajax
Michał Gołębiowski-Owczarek
2023-03-21
1
-67
/
+201
*
Tests: Skip jQuery.Deferred.exceptionHook tests in IE 9
Michał Gołębiowski-Owczarek
2023-03-15
2
-1
/
+5
*
Tests: Test AJAX deprecated event aliases properly
Michał Gołębiowski-Owczarek
2023-03-15
1
-5
/
+5
*
Deferred: Rename `getStackHook` to `getErrorHook` (3.x version)
Michał Gołębiowski-Owczarek
2023-03-14
2
-5
/
+41
*
Selector: Stop relying on CSS.supports( "selector(...)" )
Michał Gołębiowski-Owczarek
2023-02-14
1
-55
/
+57
*
Tests: Fix selector tests in Chrome
Michał Gołębiowski-Owczarek
2023-01-24
2
-8
/
+12
*
Build: Run GitHub Action browser tests on Playwright WebKit
Michał Gołębiowski-Owczarek
2023-01-24
4
-9
/
+54
*
Build: Migrate middleware-mockserver to modern JS
Michał Gołębiowski-Owczarek
2023-01-23
2
-49
/
+65
*
Tests: Skip the native :valid tests in IE 9
Michał Gołębiowski-Owczarek
2022-12-19
1
-1
/
+5
*
Selector: Make selector lists work with `qSA` again
Michał Gołębiowski-Owczarek
2022-12-19
1
-1
/
+21
*
Selector: Implement the `uniqueSort` chainable method
Michał Gołębiowski-Owczarek
2022-12-14
1
-24
/
+58
*
Selector: Inline Sizzle into the selector module: 3.x version (#5113)
Michał Gołębiowski-Owczarek
2022-12-14
14
-426
/
+2607
*
Selector:Manipulation: Fix DOM manip within template contents
Michał Gołębiowski-Owczarek
2022-11-16
1
-0
/
+43
*
Tests: Remove a workaround for a Firefox XML parsing issue
Michał Gołębiowski-Owczarek
2022-10-03
1
-7
/
+1
*
CSS: Return `undefined` for whitespace-only CSS variable values (#5120)
Michał Gołębiowski-Owczarek
2022-10-03
1
-1
/
+3
*
Tests: Make Ajax tests pass in iOS 9
Michał Gołębiowski-Owczarek
2022-09-21
1
-1
/
+7
[next]