index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support: Add Android support tests results
Michał Gołębiowski
2014-03-31
1
-11
/
+43
*
Effects: Don't overwrite display:none when .hide()ing hidden elements
Richard Gibson
2014-03-20
1
-0
/
+13
*
CSS: jQuery#hide should always save display value
Oleg Gaidarenko
2014-03-20
1
-0
/
+10
*
Attributes: Trim whitespace from option text when returned as a value
John Hoven
2014-03-20
1
-0
/
+13
*
Event: Simplify the logic behind blacklisting Android 2.3 on one test
Michał Gołębiowski
2014-03-18
1
-7
/
+4
*
Event: Don't test stopImmediatePropagation in Android 2.3
Michał Gołębiowski
2014-03-18
1
-8
/
+19
*
Core: Blacklist the ready test on async-loaded jQuery in iOS7
Michał Gołębiowski
2014-03-17
1
-4
/
+9
*
Event: Unit test for #14741 fix
Dave Methvin
2014-03-16
1
-0
/
+14
*
Event: Call underlying stopImmediatePropagation when present
Dave Methvin
2014-03-12
1
-2
/
+13
*
Support: Make the support matrix for iOS 6 match iOS 7 as well
Michał Gołębiowski
2014-03-13
1
-1
/
+1
*
Css: Fix tests
Michał Gołębiowski
2014-03-10
1
-6
/
+9
*
Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397
Michał Gołębiowski
2014-03-10
1
-7
/
+20
*
Ajax, Effects: Disable Chrome 31 workarounds
Michał Gołębiowski
2014-03-10
2
-27
/
+7
*
Core: Do not run window.onready when ready
Dave Methvin
2014-03-04
1
-0
/
+7
*
CSS: Return values should be numbers
Dave Methvin
2014-03-04
1
-1
/
+2
*
Event: Allow triggerHandler(beforeunload)
Dave Methvin
2014-03-04
1
-0
/
+5
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-0
/
+8
*
Core: Arrays like [42] should fail .isNumeric()
Dave Methvin
2014-03-04
1
-1
/
+3
*
Effects: Don't check fill-opacity in Android 2.3, it's not supported
Michał Gołębiowski
2014-02-13
1
-1
/
+6
*
Event: Blacklist the onbeforeunload test in Android 2.3
Michał Gołębiowski
2014-02-13
1
-3
/
+4
*
Css: Don't check fill-opacity in Android 2.3, it's not supported
Michał Gołębiowski
2014-02-13
1
-1
/
+6
*
Tests: remove all the empty line whitespace
Rick Waldron
2014-02-11
2
-28
/
+28
*
Support: Document box-sizing was unprefixed in Firefox 29
Michał Gołębiowski
2014-02-05
2
-2
/
+2
*
Build: Upgrade QUnit to 1.14.0
Michał Gołębiowski
2014-02-05
3
-16
/
+16
*
Ajax: Protect against exceptions thrown synchronously by xhr.send
jaubourg
2014-01-29
1
-0
/
+30
*
Support: Add iOS6 support tests results
Michał Gołębiowski
2014-01-27
1
-0
/
+16
*
Tests: Blacklist beforeunload test in iOS
Michał Gołębiowski
2014-01-26
1
-1
/
+4
*
Manipulation: Use textarea for missing IE defaultValue check
Dave Methvin
2014-01-23
1
-1
/
+1
*
Tests: fix Safari userAgent detection
Michał Gołębiowski
2014-01-22
1
-3
/
+3
*
Support: Add expected support results for Safari 7 & IE11
Michał Gołębiowski
2014-01-22
1
-0
/
+32
*
Tests: Blacklist one effects test in Chrome 31
Michał Gołębiowski
2014-01-21
1
-3
/
+17
*
Traversing: Check all pairwise element combinations for .find( els )
Richard Gibson
2014-01-17
1
-2
/
+4
*
Tests: Fix code style issues
Oleg
2014-01-16
1
-4
/
+4
*
Tests: Add assertion for the jQuery#val method
Oleg
2014-01-16
1
-2
/
+7
*
Attrs: Remove outdated valHook for option element
Oleg
2014-01-16
1
-0
/
+9
*
Effects: First step() call should match :animated selector
Dave Methvin
2014-01-07
1
-0
/
+15
*
traversing: Optimise .add by not using makeArray
Timo Tijhof
2013-12-30
1
-27
/
+111
*
Tests: Avoid use of QUnit.reset() in tests by splitting them
cjqed
2013-12-23
6
-214
/
+537
*
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
*
Effects: Integrate sinon fake timers into tests. Close gh-1377.
John Paul
2013-11-24
1
-290
/
+204
*
Ref #14503: Cherry-pick tests.
hongymagic
2013-11-15
1
-5
/
+15
*
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
*
Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.
Michał Gołębiowski
2013-11-11
9
-130
/
+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
1
-1
/
+0
[next]