aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-201-0/+13
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-201-0/+10
* Attributes: Trim whitespace from option text when returned as a valueJohn Hoven2014-03-201-0/+13
* Core: Change the sleep time in dont_return.php from 100s to 30sMichał Gołębiowski2014-03-191-1/+1
* Event: Don't test stopImmediatePropagation in Android 2.3Michał Gołębiowski2014-03-181-2/+5
* Core: Change the sleep time in dont_return.php to a sane valueMichał Gołębiowski2014-03-181-1/+1
* Core: Blacklist the ready test on async-loaded jQuery in iOS7Michał Gołębiowski2014-03-171-4/+9
* Event: Unit test for #14741 fixDave Methvin2014-03-161-0/+14
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-121-2/+17
* Core: Add test for jQuery.ready.promise fallback loadMichał Gołębiowski2014-03-133-0/+43
* Support: Make the support matrix for iOS 6 match iOS 7 as wellMichał Gołębiowski2014-03-131-1/+1
* Css: Fix testsMichał Gołębiowski2014-03-101-6/+9
* Support: Simplify the box-sizing testMichał Gołębiowski2014-03-102-24/+0
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-7/+20
* Ajax, Effects: Disable Chrome 31 workaroundsMichał Gołębiowski2014-03-102-30/+11
* Core: Do not run window.onready when readyDave Methvin2014-03-042-0/+31
* CSS: Return values should be numbersDave Methvin2014-03-041-1/+2
* Event: Allow triggerHandler(beforeunload)Dave Methvin2014-03-042-0/+23
* Ajax: .load() should trim its selectorDave Methvin2014-03-042-0/+9
* Core: Arrays like [42] should fail .isNumeric()Dave Methvin2014-03-041-1/+3
* Effects: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
* Event: Blacklist the onbeforeunload test in Android 2.3Michał Gołębiowski2014-02-131-3/+4
* Css: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
* Docs: Add support comments for prefixed box-sizingMichał Gołębiowski2014-02-052-0/+2
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-057-638/+707
* Build: Switch to explicit dependencies versions in bower.jsonMichał Gołębiowski2014-02-022-4/+42
* Support: Add iOS6 support tests resultsMichał Gołębiowski2014-01-271-0/+37
* Tests: Blacklist beforeunload test in iOSMichał Gołębiowski2014-01-271-1/+4
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-1/+1
* Tests: Fix appendChecked support value for Safari 5.1Michał Gołębiowski2014-01-221-1/+1
* Tests: fix Safari userAgent detectionMichał Gołębiowski2014-01-221-3/+3
* Support: Add expected support results for Safari 7 & IE11Michał Gołębiowski2014-01-221-0/+74
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-4/+17
* Traversing: Check all pairwise element combinations for .find( els )Richard Gibson2014-01-171-2/+4
* Tests: Fix code style issuesOleg2014-01-161-4/+4
* Attrs: Restore ability to pass array to jQuery#valOleg2014-01-161-2/+7
* Attrs: Fix valHook for option elementOleg2014-01-161-0/+9
* Tests: Remove one of the checks for memory leakOleg2014-01-141-12/+0
* Tests: Fix another issue with sinon timersOleg2014-01-141-10/+1
* Ajax: support non-RFC2616 methods for oldIEOleg2014-01-141-0/+11
* Tests: Fix sinon timers for oldIEOleg2014-01-133-3/+34
* Tests: Straighten out sinon dependenciesDave Methvin2014-01-103-97/+461
* 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-093-288/+206
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-037-225/+563
* 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
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-066-5/+4516