aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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-122-1/+108
* Event: fix incorrect testOleg Gaidarenko2015-10-122-8/+2
* Tests:Docs: Fix various typosGary Ye2015-10-124-5/+5
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-122-0/+41
* Tests: Add .extend test for defined accessor propertiesConnor Atherton2015-10-121-0/+23
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+48
* Tests: Use QUnit URL parameter parsingRichard Gibson2015-10-081-6/+3
* Tests: Add dummy modules when running basic testsRichard Gibson2015-10-081-13/+16
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-48/+10
* Tests: Account for Edge in originalEvent UA-sniffsMichał Gołębiowski2015-09-141-6/+4
* Tests: Provide equal() arguments in correct order (actual, expected)Richard Gibson2015-09-081-12/+13
* Data: avoid using delete on DOM nodesJason Bedard2015-09-083-5/+25
* 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: Add simple tests for Android 2.3Michał Gołębiowski2015-09-082-0/+270
* Tests: more style correctionsOleg Gaidarenko2015-09-083-3/+3
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-0816-272/+294
* Effects: Finish should call progressThomas Tortorini2015-09-082-4/+46
* Data: do not create data cache when fetching single propertyJason Bedard2015-09-081-0/+16
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-15/+14
* 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-6/+2
* Build: correct style tests files which could be automatically correctedOleg Gaidarenko2015-09-074-16/+18
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0726-7289/+7807
* 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-101-0/+11
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-3011-65/+193
* Docs: Fix various spelling mistakesBruno Pérel2015-07-305-5/+5
* Data: remove user data in cleanDataJason Bedard2015-07-281-1/+23
* Ajax: Account for Android 2.3 not firing window.onerror on script errorsMichał Gołębiowski2015-07-282-0/+20
* 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
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-205-7/+10
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-11/+21
* 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-072-16/+69
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+36
* 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/+305
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-162-1/+15
* Offset: return zeros for disconnected/hidden elementsTimmy Willison2015-06-161-14/+8