aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: Account for Edge in originalEvent UA-sniffsMichał Gołębiowski2015-09-141-6/+4
* Tests: Fix the expando-removal test failure in IE 8Michał Gołębiowski2015-09-141-1/+4
* Tests: Provide equal() arguments in correct order (actual, expected)Richard Gibson2015-09-081-1/+1
* Data: test that delete is not used on DOM nodesJason Bedard2015-09-081-0/+24
* Tests: Really fix tests in IE 8 this timeMichał Gołębiowski2015-09-082-2/+2
* Tests: Make basic tests work in IE 8Michał Gołębiowski2015-09-081-5/+43
* Tests: Don't load non-basic tests when basic module is selectedMichał Gołębiowski2015-09-081-29/+37
* Tests: Backport basic tests from masterMichał Gołębiowski2015-09-082-0/+270
* Tests: more style correctionsOleg Gaidarenko2015-09-086-19/+18
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-0816-271/+293
* Effects: Finish should call progressThomas Tortorini2015-09-082-4/+46
* Tests: do not create data cache when fetching single propertyJason Bedard2015-09-081-0/+16
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-35/+19
* Tests: lower the PHP sleep time in unreleasedXHR.htmlMichał Gołębiowski2015-09-081-1/+1
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-071-1/+4
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-4/+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
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0731-7373/+7878
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-1610-0/+148
* Event: Reduce differences from masterRichard Gibson2015-08-101-3/+3
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-3011-64/+191
* Docs: Fix various spelling mistakesBruno Pérel2015-07-304-4/+4
* 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
* 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: 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-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-262-0/+231
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-264-4/+310
* Core: Change support.ownLast to support.ownFirstMichał Gołębiowski2015-06-231-12/+12
* 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/+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-132-0/+21
* Build: Update grunt-contrib-jshintMichał Gołębiowski2015-06-131-0/+2
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-0/+80
* Event: improve originalEvent hackOleg Gaidarenko2015-05-291-0/+129