aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-0813-247/+282
* Effects: Finish should call progressThomas Tortorini2015-09-081-4/+45
* Tests: do not create data cache when fetching single propertyJason Bedard2015-09-081-0/+16
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-35/+19
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-071-1/+4
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-4/+2
* Tests: Do not define two modules with the same nameOleg Gaidarenko2015-09-071-1/+1
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-0723-6089/+6607
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0721-6531/+6740
* Event: Reduce differences from masterRichard Gibson2015-08-101-3/+3
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-3011-64/+191
* Docs: Fix various spelling mistakesBruno Pérel2015-07-303-3/+3
* Data: backport cleanData tests from gh-2480Jason Bedard2015-07-281-0/+39
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-282-0/+19
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-272-2/+2
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-271-0/+12
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-3/+32
* Effects: fix failing tests in IE8Timmy Willison2015-07-082-5/+7
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-073-16/+82
* Deferred: pass lint in new catch testsTimmy Willison2015-07-061-4/+4
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+36
* Effects: Fix testsMichał Gołębiowski2015-06-281-1/+0
* Tests: Fix merge conflictCorey Frang2015-06-261-4/+0
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-261-0/+230
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-262-1/+306
* Core: Change support.ownLast to support.ownFirstMichał Gołębiowski2015-06-231-12/+12
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-1/+13
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-161-14/+8
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-161-1/+9
* Tests: Remove Edge version from the user agentMichał Gołębiowski2015-06-161-1/+1
* Tests: Add Microsoft Edge results (from Windows 10 build 10130)Michał Gołębiowski2015-06-141-4/+36
* Tests: Correct a typo in the regex matching Safari 8Michał Gołębiowski2015-06-141-1/+1
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+20
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-0/+80
* Event: improve originalEvent hackOleg Gaidarenko2015-05-291-0/+129
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-8/+1
* Attributes: don't test SVG CSS-class manipulation in IE8Oleg Gaidarenko2015-05-191-0/+12
* Event: provide verbose info for focus(in | out) & rename support propsOleg Gaidarenko2015-05-191-33/+33
* Ajax: Use the native XHR for all non-local requests in IE9+Michał Gołębiowski2015-05-181-2/+4
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-121-1/+12
* Core: remove custom ready eventTimmy Willison2015-05-121-33/+30
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-0/+28
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-122-5/+7
* CSS: fix :visible/:hidden selectors for inline element w/ contentTimmy Willison2015-05-121-7/+13
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-113-231/+244
* Effects: add tests for jQuery.easing._default in Animation and TweenTimmy Willison2015-05-051-25/+80
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-051-15/+35
* Offset: allow offset setter to throw for disconnected elementsTimmy Willison2015-05-051-9/+1
* Offset: remove ownerDocument check in offset getterTimmy Willison2015-05-051-10/+1