aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Core: Bump timeouts to stabilize doc ready testMichał Gołębiowski2014-03-132-2/+2
* Event: Call underlying stopImmediatePropagation when presentDave Methvin2014-03-121-2/+13
* 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
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-7/+20
* Ajax, Effects: Disable Chrome 31 workaroundsMichał Gołębiowski2014-03-102-27/+7
* 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
* Tests: remove all the empty line whitespaceRick Waldron2014-02-112-28/+28
* Support: Document box-sizing was unprefixed in Firefox 29Michał Gołębiowski2014-02-052-2/+2
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-056-636/+705
* Build: Switch to explicit dependencies versions in bower.jsonMichał Gołębiowski2014-02-022-99/+147
* Ajax: Protect against exceptions thrown synchronously by xhr.sendjaubourg2014-01-291-0/+30
* Support: Add iOS6 support tests resultsMichał Gołębiowski2014-01-271-0/+16
* Tests: Blacklist beforeunload test in iOSMichał Gołębiowski2014-01-261-1/+4
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-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/+32
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-3/+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
* Tests: Add assertion for the jQuery#val methodOleg2014-01-161-2/+7
* Attrs: Remove outdated valHook for option elementOleg2014-01-161-0/+9
* Tests: Remove one of the checks for memory leakOleg2014-01-141-12/+0
* Tests: Remove html5 shivDave Methvin2014-01-091-7/+0
* Effects: First step() call should match :animated selectorDave Methvin2014-01-071-0/+15
* traversing: Optimise .add by not using makeArrayTimo Tijhof2013-12-301-27/+111
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2013-12-237-225/+544
* 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-067-6/+4867
* Ajax: Use weak ETag header in testsCorey Frang2013-11-261-2/+5
* Add unit tests for .html( number ). Close gh-1447.Jakob Stoeck2013-11-261-3/+6
* Effects: Integrate sinon fake timers into tests. Close gh-1377.John Paul2013-11-243-290/+206
* Ref #14503: Cherry-pick tests.hongymagic2013-11-152-6/+21
* Ref #14180, let focusin/out work on non-element targets.Dave Methvin2013-11-141-0/+13
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-143-5/+7
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-11-122-0/+51
* Ref 71b2ac52: Disallow 2.x bypass of environmental helper methodsRichard Gibson2013-11-121-13/+0
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-122-7/+71
* Fix #14340. Remove remnants of oldIE from unit tests. Close gh-1425.Michał Gołębiowski2013-11-1110-131/+56
* 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.Michał Gołębiowski2013-11-101-5/+8
* Don't execute focus tests in FirefoxOleg2013-11-081-72/+75
* Use full version of jQuery 1.9.1Oleg2013-11-084-7/+9602