aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Effects: First step() call should match :animated selectorDave Methvin2014-01-091-0/+15
* Tests: Fix test broken by previous cherry-pickDave Methvin2014-01-091-3/+5
* Effects: Integrate sinon fake timers into testsJohn Paul2014-01-091-288/+204
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-036-216/+555
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-301-27/+111
* Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31Michał Gołębiowski2013-12-181-4/+11
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
* Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.Michał Gołębiowski2013-11-152-2/+2
* Ref 27b22f4e: Remove oldIE-unfriendly trailing commaRichard Gibson2013-11-151-1/+1
* Ref 27b22f4e: Don't try to outsmart ApacheRichard Gibson2013-11-141-1/+3
* Fix #14503: Cast to string before setting XHR header. Close gh-1427.hongymagic2013-11-141-5/+13
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-0/+13
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-121-0/+33
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-6/+69
* No ticket. Remove version sniffing from test/unit/support.js, browsers got up...Michał Gołębiowski2013-11-111-5/+3
* No ticket. Restore some parsing tests in core. (cherry-picked from 650f325d8e...Michał Gołębiowski2013-11-101-5/+8
* Don't execute focus tests in FirefoxOleg2013-11-081-72/+75
* Fix #14422 and add more thorough check for CSP violationsOleg2013-11-071-14/+18
* Ref c66a5e70: Synchronize unit tests with masterRichard Gibson2013-11-071-1/+2
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-072-9/+20
* Ref fb2e0a0c: Synchronize unit tests with masterChris Antaki2013-11-071-2/+20
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-0/+6
* Fix #14379: AJAX requests on unloadRichard Gibson2013-11-041-0/+5
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-12/+2
* Add tests for class manipulation on jQuery object containing more than one el...Michał Gołębiowski2013-10-251-0/+43
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-27/+0
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-0/+27
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-12/+45
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-0/+6
* No ticket: Test cleanupRichard Gibson2013-10-151-21/+9
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-0/+18
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-0/+8
* Add setup function for the event moduleOleg2013-09-301-3/+6
* Focus on the body before running focus testOleg2013-09-301-10/+4
* Try to fix focus test againOleg2013-09-301-20/+25
* Run focus test only if document has focusOleg2013-09-231-21/+21
* No ticket: Fix IE focus test failuresRichard Gibson2013-09-231-2/+5
* Correct test assertion of #10227 ticket for IE8Oleg2013-09-171-7/+6
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
* Fix memory leaks in tests for css moduleOleg2013-09-171-1/+8
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-10/+14
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-7/+8
* Use charAt instead of string indexing for oldIE's sake. Fixes #14356.Timmy Willison2013-09-121-1/+2
* Adjust prefilter test to error on string indexing in oldIETimmy Willison2013-09-121-1/+2
* Add unit tests for jQuery.grep. Close gh-1345.Amey Sakhadeo2013-09-121-0/+20
* Fix more support tests (support.input should only be false in IE8 and checkCl...Timmy Willison2013-09-111-4/+6
* Set the input type for firefox. Fix a support test.Timmy Willison2013-09-111-2/+2
* Restore support for Firefox < 23, Chrome < 28 and Safari 5.1.Michał Gołębiowski2013-09-111-3/+41
* Ensure display: inline-block when animating width/height on inline elements. ...Timmy Willison2013-09-101-3/+7
* No ticket. Restore support for Safari 5.1 in test/unit/support.js for now. (c...Michał Gołębiowski2013-09-071-7/+13