aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-282-0/+20
* 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
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-205-7/+10
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-11/+21
* Tests: Remove a trailing comma for compatibility with the compat branchMichał Gołębiowski2015-07-081-1/+1
* CSS: Add an integration test for issue gh-1764Michał Gołębiowski2015-07-084-0/+172
* CSS: Make .css("width") & .css("height") return fractional valuesMichał Gołębiowski2015-07-072-16/+69
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+36
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-262-0/+231
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-264-4/+305
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-162-1/+15
* 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 test/data/ua.txtMichał Gołębiowski2015-06-161-272/+0
* 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/+22
* Tests: Correct a typo in the regex matching Safari 8Michał Gołębiowski2015-06-141-1/+1
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-135-0/+67
* Build: Refactor Node smoke testsMichał Gołębiowski2015-06-136-38/+34
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-131-0/+1
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-0/+80
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-16/+49
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-292-0/+59
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-8/+1
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-191-10/+10
* 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
* Data: remove the expando when there's no more dataTimmy Willison2015-05-122-2/+40
* 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-220/+228
* 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-5/+31
* Data: do not include digits when camelCasingTimmy Willison2015-05-032-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
* Core: Test all factory use cases from intro.jsMichał Gołębiowski2015-04-276-5/+88
* Tests: Increase QUnit timeoutMichał Gołębiowski2015-04-271-1/+1