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
*
Use grunt and bower packages as local dependencies. Close gh-1433.
Timmy Willison
2013-11-14
3
-5
/
+7
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-11-12
2
-0
/
+51
*
Ref 71b2ac52: Disallow 2.x bypass of environmental helper methods
Richard Gibson
2013-11-12
1
-13
/
+0
*
Fix #14492: More correct jQuery.parseJSON. Close gh-1419.
Richard Gibson
2013-11-12
2
-7
/
+71
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
10
-131
/
+56
*
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.
Michał Gołębiowski
2013-11-10
1
-5
/
+8
*
Don't execute focus tests in Firefox
Oleg
2013-11-08
1
-72
/
+75
*
Use full version of jQuery 1.9.1
Oleg
2013-11-08
4
-7
/
+9602
*
Add more thorough check for CSP violations
Oleg
2013-11-07
5
-22
/
+27
*
Fix #14074: element id="nodeName". Close gh-1389.
Richard Gibson
2013-11-07
3
-3
/
+50
*
Fix #14101: $().data() should be undefined, not null
Corey Frang
2013-11-06
1
-0
/
+6
*
Fix #11809: Update text without creating DOM nodes. Close gh-1412.
Chris Antaki
2013-11-05
1
-2
/
+20
*
Ref f9d41ac6: Opera-compatible form target
Richard Gibson
2013-11-04
1
-1
/
+1
*
Fix #14379: AJAX requests on unload
Richard Gibson
2013-10-28
2
-0
/
+35
*
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
2
-45
/
+0
*
Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.
Dave Methvin
2013-10-22
2
-0
/
+45
*
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
*
No ticket: Fix subproject iframe tests
Richard Gibson
2013-10-11
3
-9
/
+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
-22
/
+21
*
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
*
No ticket: Improve line-height animation test stability
Richard Gibson
2013-09-17
1
-23
/
+31
*
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
*
Small adjustment to prefilter test. Follow the right path for prefixes.
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
*
Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.
Michał Gołębiowski
2013-09-11
1
-3
/
+21
*
Woops, lint grunt file
Timmy Willison
2013-09-10
1
-1
/
+1
*
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
Timmy Willison
2013-09-10
1
-1
/
+6
*
Ensure display: inline-block when animating width/height on inline elements. ...
Timmy Willison
2013-09-10
1
-3
/
+7
*
No ticket. Update support comments to reflect current state of affairs.
Michał Gołębiowski
2013-09-07
1
-1
/
+0
*
No ticket. Restore support for Safari 5.1 in test/unit/support.js for now.
Michał Gołębiowski
2013-09-07
1
-7
/
+13
*
Convert testrunner to an AMD module and ensure jQuery is on the page when exe...
Timmy Willison
2013-09-06
5
-293
/
+303
*
No ticket: link testinit
Timmy Willison
2013-09-06
1
-1
/
+1
*
Move test loader to testinit.js. Fix race condition with dependency loading.
Timmy Willison
2013-09-06
3
-69
/
+68
*
Use requirejs to load the testswarm inject script
Timmy Willison
2013-09-06
2
-16
/
+15
*
Fix #10814. Make support tests lazy and broken out to components.
Michał Gołębiowski
2013-09-06
15
-246
/
+135
*
Fix #14084: attach the test div to documentElement, not body.
Michał Gołębiowski
2013-09-05
2
-0
/
+31
*
No ticket: Hide the testing-support jQuery from tests
Richard Gibson
2013-09-03
6
-32
/
+41
*
Ref #14313: Further code and test improvements
Richard Gibson
2013-09-03
1
-12
/
+52
*
Fix #14318: Cherry-pick interrupted animation fix from master ea5c22ec12e6a54...
Richard Gibson
2013-08-30
1
-7
/
+12
[next]