aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Offset: Fix .offset() to correctly work with ShadowDOMArthur Stolyar2015-05-051-5/+23
* Selector: add test for jQuery.unique() aliasTimmy Willison2015-05-051-1/+3
* Selector: add jQuery.uniqueSort; deprecate jQuery.uniqueTimmy Willison2015-05-042-4/+4
* Data: camelCasing should not ignore caseTimmy Willison2015-05-041-0/+10
* Data: always camelCase keys in .data()Timmy Willison2015-05-041-6/+90
* Data: do not include digits when camelCasingTimmy Willison2015-05-042-5/+6
* Event: remove guard for falsy handler argument of jQuery#on methodOleg Gaidarenko2015-05-031-14/+0
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-302-48/+79
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-4/+20
* Core: add workaround for iOS JIT error in isArrayLikeTimmy Willison2015-04-291-0/+21
* Deferred: Always handle progress callbacks before done/failRichard Gibson2015-04-221-0/+48
* Attributes: revert returning null for non-existant attributesTimmy Willison2015-03-301-47/+38
* Wrap: Support .unwrap( selector) for selective unwrappingDave Methvin2015-03-301-0/+25