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
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Build: Run the basic test suite in jsdom
Michał Gołębiowski-Owczarek
2019-03-11
1
-0
/
+40
*
Build: Remove manual QUnit fixture resetting
Michał Gołębiowski-Owczarek
2019-03-11
1
-2
/
+0
*
Build: Update QUnit from 1.23.1 to 2.9.2
Michał Gołębiowski-Owczarek
2019-03-04
2
-2
/
+2
*
Build: Update jsdom; migrate a test with Symbol polyfill to an iframe test
Michał Gołębiowski-Owczarek
2019-03-04
2
-0
/
+28
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
9
-17
/
+17
*
Core: Support passing nonce through jQuery.globalEval
Michał Gołębiowski-Owczarek
2019-01-21
3
-1
/
+20
*
Manipulation: Respect script nomodule attribute in DOM manipulation
Michał Gołębiowski-Owczarek
2019-01-21
2
-0
/
+2
*
Core: Preserve CSP nonce on scripts in DOM manipulation
Michał Gołębiowski-Owczarek
2019-01-14
3
-0
/
+29
*
Dimensions: fall back to offsetWidth/Height for border-box in IE
Timmy Willison
2018-11-27
1
-0
/
+4
*
Tests: fix ajax test failure; add to header instead of replace
Timmy Willison
2018-11-26
1
-1
/
+1
*
Ajax: Fix getResponseHeader(key) for IE11
Andrei Fangli
2018-11-26
1
-0
/
+3
*
Tests: Allow Karma to load unminfied source
Richard Gibson
2018-09-07
1
-14
/
+28
*
Traversing: $.fn.contents() support for object
Luis Emilio Velasco Sanchez
2018-05-14
2
-0
/
+15
*
CSS: Correctly detect scrollbox support with non-default zoom
Richard Gibson
2018-05-07
1
-1
/
+5
*
Tests: ensure that module assertions run on supported browsers
Timmy Willison
2018-01-16
2
-1
/
+11
*
Manipulation: Add support for scripts with module type
basil.belokon
2018-01-16
2
-0
/
+2
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-2
/
+2
*
Tests: Add support for running unit tests via grunt with karma
Timo Tijhof
2017-12-18
37
-242
/
+530
*
CSS: Correctly set support properties with non-default zoom
Saptak Sengupta
2017-12-05
1
-0
/
+26
*
Tests: Reduce the abort timeout for simple focus testing
Richard Gibson
2017-07-19
1
-1
/
+1
*
Tests: Revert some testIframe changes to fix dimensions tests
Richard Gibson
2017-04-29
1
-7
/
+2
*
Revert "Tests: Revert some testIframe changes to fix dimensions tests"
Richard Gibson
2017-04-29
1
-2
/
+7
*
Tests: Revert some testIframe changes to fix dimensions tests
Richard Gibson
2017-04-29
1
-7
/
+2
*
Tests: Clean up offset debugging
Richard Gibson
2017-04-29
1
-7
/
+1
*
Tests: Adjust by actual scroll position, rather than expected
Richard Gibson
2017-04-29
1
-1
/
+1
*
Tests: Keep iframes visible in TestSwarm
Richard Gibson
2017-04-28
1
-2
/
+13
*
Tests: Prepend test iframes for even *more* consistency
Richard Gibson
2017-04-25
1
-1
/
+1
*
Tests: Allow a mock QUnit.test for perfect testIframe fidelity
Richard Gibson
2017-04-25
1
-2
/
+5
*
Tests: Attach test iframes to the body for visibility-dependent code
Richard Gibson
2017-04-25
2
-6
/
+12
*
Tests: Be even more async for iOS
Richard Gibson
2017-04-24
1
-1
/
+1
*
Tests: Improve offset test setup and labels
Richard Gibson
2017-04-24
2
-1
/
+1
*
Offset: Use correct offset parents; include all border/scroll values
Richard Gibson
2017-04-24
1
-0
/
+99
*
Tests: move readywait to an iframe test
Steve Mao
2017-03-20
3
-26
/
+76
*
Core: Deprecate jQuery.isArray
Manoj Kumar
2016-11-30
2
-2
/
+2
*
Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse
Timmy Willison
2016-09-15
1
-0
/
+1
*
Core: expose noConflict in AMD mode
Timmy Willison
2016-08-15
1
-3
/
+1
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-29
/
+28
*
CSS: Remove units from a 0 width/height element
Christophe Tafani-Dereeper
2016-05-16
1
-2
/
+2
*
Tests: Refactor testIframe() to make it DRYer and more consistent
Dave Methvin
2016-04-11
31
-48
/
+72
*
Tests: Make iframe tests wait after checking isReady
Dave Methvin
2016-04-11
11
-31
/
+21
*
Tests: do not run IE9 effect tests if inside testswarm
Oleg Gaidarenko
2016-04-04
1
-4
/
+5
*
Docs:Tests: Remove legacy code & add support comments where needed
Michał Gołębiowski
2016-03-30
1
-1
/
+0
*
Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixture
Alexander Lisianoi
2016-03-09
1
-8
/
+32
*
Tests: test element position outside view
Oleg Gaidarenko
2016-02-11
1
-0
/
+12
*
CSS: Restore cascade-override behavior in .show
Richard Gibson
2016-01-13
1
-9
/
+5
*
Manipulation: execute scripts from iframe in the iframe's context
Timmy Willison
2015-11-09
1
-0
/
+18
*
Event: Make event aliases optional in unit tests
Dave Methvin
2015-11-06
1
-1
/
+1
*
Core: use interactive to evaluate dom ready, barring IE9-10
Timmy Willison
2015-10-29
1
-0
/
+23
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
1
-1
/
+2
*
Tests: Change quotes according to style guidelines
Julian Alexander Murillo
2015-10-18
7
-16
/
+16
[prev]
[next]