index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Effects: First step() call should match :animated selector
Dave Methvin
2014-01-09
1
-0
/
+15
*
Tests: Fix test broken by previous cherry-pick
Dave Methvin
2014-01-09
1
-3
/
+5
*
Effects: Integrate sinon fake timers into tests
John Paul
2014-01-09
1
-288
/
+204
*
Tests: Avoid use of QUnit.reset() in tests by splitting them
cjqed
2014-01-03
6
-216
/
+555
*
traversing: Optimise .add by not using makeArray
Timo Tijhof
2013-12-30
1
-27
/
+111
*
Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31
Michał Gołębiowski
2013-12-18
1
-4
/
+11
*
Add unit tests for .html( number ). Close gh-1447.
Jakob Stoeck
2013-11-26
1
-3
/
+6
*
Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.
Michał Gołębiowski
2013-11-15
2
-2
/
+2
*
Ref 27b22f4e: Remove oldIE-unfriendly trailing comma
Richard Gibson
2013-11-15
1
-1
/
+1
*
Ref 27b22f4e: Don't try to outsmart Apache
Richard Gibson
2013-11-14
1
-1
/
+3
*
Fix #14503: Cast to string before setting XHR header. Close gh-1427.
hongymagic
2013-11-14
1
-5
/
+13
*
Ref #14180, let focusin/out work on non-element targets.
Dave Methvin
2013-11-14
1
-0
/
+13
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-11-12
1
-0
/
+33
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
1
-6
/
+69
*
No ticket. Remove version sniffing from test/unit/support.js, browsers got up...
Michał Gołębiowski
2013-11-11
1
-5
/
+3
*
No ticket. Restore some parsing tests in core. (cherry-picked from 650f325d8e...
Michał Gołębiowski
2013-11-10
1
-5
/
+8
*
Don't execute focus tests in Firefox
Oleg
2013-11-08
1
-72
/
+75
*
Fix #14422 and add more thorough check for CSP violations
Oleg
2013-11-07
1
-14
/
+18
*
Ref c66a5e70: Synchronize unit tests with master
Richard Gibson
2013-11-07
1
-1
/
+2
*
Fix #14074: element id="nodeName". Close gh-1389.
Richard Gibson
2013-11-07
2
-9
/
+20
*
Ref fb2e0a0c: Synchronize unit tests with master
Chris Antaki
2013-11-07
1
-2
/
+20
*
Fix #14101: $().data() should be undefined, not null
Corey Frang
2013-11-06
1
-0
/
+6
*
Fix #14379: AJAX requests on unload
Richard Gibson
2013-11-04
1
-0
/
+5
*
Fix #14459: Use jQuery.parseJSON instead of JSON.parse
Richard Gibson
2013-10-28
1
-12
/
+2
*
Add tests for class manipulation on jQuery object containing more than one el...
Michał Gołębiowski
2013-10-25
1
-0
/
+43
*
Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."
Dave Methvin
2013-10-22
1
-27
/
+0
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-10-22
1
-0
/
+27
*
Ref 2263134b: Better identify potential JSON. Close gh-1401.
Ronny Springer
2013-10-16
1
-12
/
+45
*
Fix #14394: Changing style !important in webkit. Close gh-1385.
Lihan Li
2013-10-15
1
-0
/
+6
*
No ticket: Test cleanup
Richard Gibson
2013-10-15
1
-21
/
+9
*
Fix #14432: Always return string from .css("z-index"). Close gh-1395.
George Kats
2013-10-15
1
-0
/
+18
*
Fix #13993. Save result of native inline handlers. Close gh-1368.
Dave Methvin
2013-10-06
1
-0
/
+8
*
Add setup function for the event module
Oleg
2013-09-30
1
-3
/
+6
*
Focus on the body before running focus test
Oleg
2013-09-30
1
-10
/
+4
*
Try to fix focus test again
Oleg
2013-09-30
1
-20
/
+25
*
Run focus test only if document has focus
Oleg
2013-09-23
1
-21
/
+21
*
No ticket: Fix IE focus test failures
Richard Gibson
2013-09-23
1
-2
/
+5
*
Correct test assertion of #10227 ticket for IE8
Oleg
2013-09-17
1
-7
/
+6
*
No ticket: Improve line-height animation test stability
Richard Gibson
2013-09-17
1
-23
/
+31
*
Fix memory leaks in tests for css module
Oleg
2013-09-17
1
-1
/
+8
*
Fix #12723 and simplification and optmization of defaultDisplay helper
Oleg
2013-09-17
1
-10
/
+14
*
Simplify replaceWith method. Closes gh-1276
Oleg
2013-09-17
1
-7
/
+8
*
Use charAt instead of string indexing for oldIE's sake. Fixes #14356.
Timmy Willison
2013-09-12
1
-1
/
+2
*
Adjust prefilter test to error on string indexing in oldIE
Timmy Willison
2013-09-12
1
-1
/
+2
*
Add unit tests for jQuery.grep. Close gh-1345.
Amey Sakhadeo
2013-09-12
1
-0
/
+20
*
Fix more support tests (support.input should only be false in IE8 and checkCl...
Timmy Willison
2013-09-11
1
-4
/
+6
*
Set the input type for firefox. Fix a support test.
Timmy Willison
2013-09-11
1
-2
/
+2
*
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Michał Gołębiowski
2013-09-11
1
-3
/
+41
*
Ensure display: inline-block when animating width/height on inline elements. ...
Timmy Willison
2013-09-10
1
-3
/
+7
*
No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (c...
Michał Gołębiowski
2013-09-07
1
-7
/
+13
[prev]
[next]