aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-251-1/+1
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-251-0/+7
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-251-1/+5
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-251-24/+1
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-254-41/+53
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-251-0/+7
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+34
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-183-27/+58
* Tests: Account for array-like objects in jQuery.grepAurelio De Rosa2015-10-131-6/+73
* Tests: fix code style issuesOleg Gaidarenko2015-10-131-1/+1
* Core: Support Symbol wrapper objects in jQuery.typeChristian Grete2015-10-131-0/+13
* Ajax: don't expect cross-origin tests run in envs which not support itOleg Gaidarenko2015-10-131-31/+20
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-1/+103
* Event: fix incorrect testOleg Gaidarenko2015-10-121-7/+1
* Tests:Docs: Fix various typosGary Ye2015-10-122-2/+2
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-121-0/+40
* Tests: Add .extend test for defined accessor propertiesOleg Gaidarenko2015-10-121-0/+30
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+48
* 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-081-1/+1
* Tests: Make basic tests work in IE 8Michał Gołębiowski2015-09-081-5/+43
* Tests: Backport basic tests from masterMichał Gołębiowski2015-09-081-0/+264
* Tests: more style correctionsOleg Gaidarenko2015-09-086-19/+18
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-0813-247/+282
* Effects: Finish should call progressThomas Tortorini2015-09-081-4/+45
* 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
* 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-0723-6089/+6607
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0721-6531/+6740
* 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-303-3/+3
* 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: 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