aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: Add .extend test for defined accessor propertiesConnor Atherton2015-10-121-0/+23
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+48
* 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-081-1/+1
* Tests: Make basic tests work in IE 8Michał Gołębiowski2015-09-081-5/+43
* Tests: Add simple tests for Android 2.3Michał Gołębiowski2015-09-081-0/+264
* Tests: more style correctionsOleg Gaidarenko2015-09-083-3/+3
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-0813-248/+283
* Effects: Finish should call progressThomas Tortorini2015-09-081-4/+45
* 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
* Serialize: Handle arrays with null valuesDaniel Nill2015-09-071-1/+4
* Effects: Remove additional parameters of easingsThomas Tortorini2015-09-071-6/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0721-6469/+6693
* Tests: do not define two modules with the same nameOleg Gaidarenko2015-08-161-1/+1
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-1623-5911/+6159
* 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-304-4/+4
* 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-204-7/+7
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-11/+21
* 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-261-0/+230
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-262-2/+302
* Offset: add tests for hidden elements + scrollTimmy Willison2015-06-161-1/+13
* 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 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/+22
* Tests: Correct a typo in the regex matching Safari 8Michał Gołębiowski2015-06-141-1/+1
* Core: Make jQuery objects iterableMichał Gołębiowski2015-06-131-0/+20
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-0/+80
* Event: remove outdated originalEvent hackOleg Gaidarenko2015-05-291-16/+49
* Event: Remove fake originalEvent from jQuery.Event.simulateGabriel Schulhof2015-05-291-0/+54
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-8/+1
* Event: provide verbose comment for focus(in | out) & rename support propOleg Gaidarenko2015-05-191-10/+10
* Offset: account for scroll when calculating positionRichard McDaniel2015-05-121-1/+12
* Core: remove custom ready eventTimmy Willison2015-05-121-33/+30
* Attributes: add SVG class manipulationTimmy Willison2015-05-121-0/+28
* Data: remove the expando when there's no more dataTimmy Willison2015-05-122-2/+40
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-122-5/+7