aboutsummaryrefslogtreecommitdiffstats
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-132-1/+14
* 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-124-5/+112
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
* Event: fix incorrect testOleg Gaidarenko2015-10-122-8/+2
* Build: Fixed issue with base path that contain 'var'Martin Naumann2015-10-121-1/+1
* Tests:Docs: Fix various typosGary Ye2015-10-126-7/+7
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-124-18/+63
* Tests: Add .extend test for defined accessor propertiesOleg Gaidarenko2015-10-121-0/+30
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-122-0/+55
* Docs: "npm run build" was missing from the contributing guidesRichard Kraaijenhagen2015-10-121-0/+6
* Tests: Use QUnit URL parameter parsingRichard Gibson2015-10-081-6/+3
* Tests: Add dummy modules when running basic testsRichard Gibson2015-10-081-13/+16
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+5
* Event: Use form prop so that a propHook can be usedAdrian Olek2015-09-141-1/+6
* 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
* Build: Remove a double empty line at the end of .travis.ymlMichał Gołębiowski2015-09-111-1/+0
* Build: Use double quotes in .travis.ymlMichał Gołębiowski2015-09-111-3/+4
* Build: Drop io.js testing, test on latest Node.jsMichał Gołębiowski2015-09-081-1/+1
* 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
* Manipulation: Switch rnoInnerhtml to a version more performant in IESean Henderson2015-09-081-1/+5
* 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-084-4/+286
* Build: Don't install jsdom 3 on Node.js 0.10 & 0.12 by defaultMichał Gołębiowski2015-09-085-35/+41
* Traversing: Don't expose jQuery.dir & jQuery.siblingMichał Gołębiowski2015-09-083-38/+46
* 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-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