aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Effects: Finish should call progressThomas Tortorini2015-09-087-4/+100
* Core: Remove unnecessary parameter to jQuery#constructorYongwoo Jeon2015-09-081-1/+1
* Build: Fix an email address of a contributorBatiste Bieler2015-09-082-2/+2
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-082-4/+18
* Build: put back "lint" command to the "dev" listOleg Gaidarenko2015-09-082-1/+2
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-085-33/+27
* Tests: lower the PHP sleep time in unreleasedXHR.htmlMichał Gołębiowski2015-09-081-1/+1
* Serialize: Fix object detectionMichał Gołębiowski2015-09-071-1/+1
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-072-2/+5
* Build: Update grunt-contrib-uglify because of a security issue in uglifyReed Loden2015-09-071-1/+1
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-072-16/+7
* Ajax: do not quote "throws" option - use dot notation insteadOleg Gaidarenko2015-09-071-1/+1
* Build: correct style tests files which could be automatically correctedOleg Gaidarenko2015-09-074-16/+18
* Build: correct jscs pathsOleg Gaidarenko2015-09-071-3/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-07129-7968/+8708
* Tests: do not define two modules with the same nameOleg Gaidarenko2015-08-161-1/+1
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-1624-5931/+6188
* Event: Only check elements for delegation matchesRichard Gibson2015-08-102-1/+13
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-031-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-65/+193
* Docs: Fix various spelling mistakesBruno Pérel2015-07-306-6/+6
* Data: remove user data in cleanDataJason Bedard2015-07-282-11/+38
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-282-0/+20
* 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-4/+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
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-206-7/+13
* Selector: Define jQuery.uniqueSort in selector-native tooMarek Lewandowski2015-07-141-22/+24
* Release: properly set the dist remote when it's a real releaseTimmy Willison2015-07-131-1/+1
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-132-13/+29
* Build: add mailmap entryTimmy Willison2015-07-112-2/+2
* Build: update AUTHORS.txtTimmy Willison2015-07-081-0/+15
* 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-073-25/+86
* Deferred: add .catch handlerTimmy Willison2015-07-062-0/+39
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* Tests: Lower the checks rounding errorCorey Frang2015-06-261-1/+1
* Effects: Adding unit tests for jQuery.AnimationCorey Frang2015-06-264-20/+260
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-2610-446/+6246
* CSS: make the getStyles function more readableThomas Tortorini2015-06-251-3/+6
* Core: organize prop & attr code to be similarGilad Peleg2015-06-232-54/+56
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* Build: space between curly and paren is optionalTimmy Willison2015-06-191-2/+2
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-179-37/+14
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-1710-9/+28
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-162-1/+15
* Offset: return before getBoundingClientRect to avoid error in IE8-11Timmy Willison2015-06-161-2/+9