aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build: correct jscs pathsOleg Gaidarenko2015-09-071-3/+2
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-1645-68/+363
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-163-26/+6
* Event: Reduce differences from masterRichard Gibson2015-08-101-3/+3
* Event: Reduce differences from masterRichard Gibson2015-08-101-7/+6
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-041-1/+1
* Build: Add a comment explaining why the es3 option is neededMichał Gołębiowski2015-08-033-2/+10
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-3011-64/+191
* Docs: Fix various spelling mistakesBruno Pérel2015-07-305-5/+5
* 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
* Event: Update support comments for mouseenter/mouseleave implementationMichał Gołębiowski2015-07-271-7/+4
* Core: Adjust comments & tests after dropping Safari 6 supportMichał Gołębiowski2015-07-274-3/+4
* Core: .each/.map should accept an undefined/null valueThomas Tortorini2015-07-272-11/+21
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
* Release: properly set the dist remote when it's a real releaseTimmy Willison2015-07-131-1/+1
* Build: just tack on +compat to versions that may include labelsTimmy Willison2015-07-131-2/+1
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-132-5/+40
* Build: add mailmap entryTimmy Willison2015-07-112-2/+2
* Build: update AUTHORS.txtTimmy Willison2015-07-081-0/+14
* Effects: fix failing tests in IE8Timmy Willison2015-07-082-5/+7
* 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-075-27/+117
* Deferred: pass lint in new catch testsTimmy Willison2015-07-061-4/+4
* Deferred: add .catch handlerTimmy Willison2015-07-062-0/+39
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Effects: Fix testsMichał Gołębiowski2015-06-281-1/+0
* Tests: Fix merge conflictCorey Frang2015-06-262-7/+0
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-264-20/+263
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-269-445/+6249
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+5
* Attributes: fix IE8 issuesGilad Peleg2015-06-252-24/+105
* Core: organize prop & attr code to be similarGilad Peleg2015-06-232-154/+81
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* Core: Change support.ownLast to support.ownFirstMichał Gołębiowski2015-06-233-14/+14
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-163-8/+28
* Offset: getBounding doesn't return width/height in IE8. Fixes test.Timmy Willison2015-06-161-14/+7
* Offset: no need to check for ownerDocumentTimmy Willison2015-06-161-4/+4
* Offset: revert to jQuery.contains for IE8's sake (compat only)Timmy Willison2015-06-161-7/+10
* Offset: return before getBoundingClientRect to avoid error in IE8-11Timmy Willison2015-06-161-2/+9
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-162-15/+12
* Revert "Offset: allow offset setter to throw for disconnected elements"Timmy Willison2015-06-162-2/+10
* 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/+36
* Tests: Correct a typo in the regex matching Safari 8Michał Gołębiowski2015-06-141-1/+1
* Manipulation: Remove an internal argument to the remove methodMichał Gołębiowski2015-06-141-26/+30
* Event: Remove an internal argument to the on methodMichał Gołębiowski2015-06-141-51/+55
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-133-0/+31