aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-0816-271/+293
* 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
* Tests: do not create data cache when fetching single propertyJason Bedard2015-09-081-0/+16
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-085-51/+33
* Tests: lower the PHP sleep time in unreleasedXHR.htmlMichał Gołębiowski2015-09-081-1/+1
* Serialize: Fix object detectionMichał Gołębiowski2015-09-081-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-14/+7
* Build: space between curly and paren is optionalTimmy Willison2015-09-071-2/+2
* Tests: Do not define two modules with the same nameOleg Gaidarenko2015-09-071-1/+1
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-0724-6122/+6646
* Ajax: do not quote "throws" option - use dot notation insteadOleg Gaidarenko2015-09-071-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-07135-8084/+8857
* 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