aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-1529-237/+268
* Build: Remove CRLF line endings to fix builds on WindowsDave Methvin2018-01-091-1/+1
* Tests: fix function reference for unbindingTimmy Willison2018-01-081-4/+4
* Build: Fix UglifyJS output in Android 4.0; update uglifyTimmy Willison2018-01-082-2/+7
* Tests: only run ontimeout test if ontimeout existsTimmy Willison2018-01-081-16/+20
* Ajax: add unit test for getScript(Object)Timmy Willison2018-01-081-0/+18
* Attributes: allow array param in add/remove/toggleClassTimmy Willison2018-01-082-8/+69
* Manipulation: use `.children` to select tbody elementsTimmy Willison2018-01-081-1/+1
* Core: deprecate jQuery.proxy (not slated for removal)Timmy Willison2018-01-086-87/+91
* Core: deprecate jQuery.nowTimmy Willison2018-01-0810-17/+15
* Core: adjust data tests to ensure proper camelCasingTimmy Willison2018-01-082-30/+99
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-089-58/+66
* Build: Only run browser tests in one Node version on TravisMichał Gołębiowski-Owczarek2018-01-032-2/+13
* Tests: Add support for running unit tests via grunt with karmaTimo Tijhof2017-12-1860-1859/+2566
* Docs: Create CODE_OF_CONDUCT.mdTimmy Willison2017-12-111-0/+3
* CSS: Correctly set support properties with non-default zoomSaptak Sengupta2017-12-053-3/+42
* Manipulation: Reduce size by eliminating single-use variableRichard Gibson2017-11-221-5/+2
* Tests: Add iOS 11 support test resultsMichał Gołębiowski-Owczarek2017-11-201-0/+18
* Build: Test on Node.js 9Michał Gołębiowski-Owczarek2017-11-061-0/+1
* Tests: Add Safari 11 support test resultsMichał Gołębiowski-Owczarek2017-10-181-0/+18
* Tests: Make Node tests work for paths with spaces in themMichał Gołębiowski-Owczarek2017-10-182-3/+3
* Build: Remove package-lock.json, add it to .gitignoreMichał Gołębiowski-Owczarek2017-09-252-5624/+1
* Build: increase timeout in Promises/A+ tests 10 timesMichał Gołębiowski-Owczarek2017-09-251-3/+6
* Build: Drop cross-spawn, use child_process.spawn shell optionMichał Gołębiowski-Owczarek2017-09-255-58/+11
* Build: Update to Babel 7, use for-of plugin instead of preset-es2015Henry Zhu2017-09-254-767/+341
* CSS: Detect more WebKit styles erroneously reported as percentagesRichard Gibson2017-09-186-29/+30
* Tests: Update lineHeight adjustments to give Android more slopRichard Gibson2017-09-081-9/+9
* CSS: Avoid unit-conversion interference from CSS upper boundsRichard Gibson2017-08-283-18/+37
* Tests: Update path calculationJordan Beland2017-08-161-1/+2
* Build: Update my name in ATHORS.txtMichał Gołębiowski-Owczarek2017-08-121-1/+1
* Build: Update my name in .mailmapMichał Gołębiowski-Owczarek2017-08-121-2/+2
* Build: Fix comment typoMatan Kotler-Berkowitz2017-08-081-1/+1
* Dimensions: Don't trust non-pixel computed width/heightRichard Gibson2017-08-072-2/+29
* Tests: Replace non-ASCII whitespace in source codeRichard Gibson2017-07-311-1/+1
* Dimensions: Improve offsetWidth/offsetHeight fallbackRichard Gibson2017-07-312-2/+28
* Ajax: add an ontimeout handler to all requestsErik Lax2017-07-242-2/+20
* Tests: Account for TestSwarm focus issuesRichard Gibson2017-07-201-89/+98
* Tests: Simulate events when CI hinders use of native onesRichard Gibson2017-07-202-125/+107
* Tests: Reduce the abort timeout for simple focus testingRichard Gibson2017-07-192-8/+4
* Tests: Abort focus tests when the environment doesn't cooperateRichard Gibson2017-07-181-1/+10
* Tests: Try extra hard to control focusRichard Gibson2017-07-181-12/+21
* Support: Properly check for IE9 absolute scrollbox mishandlingRichard Gibson2017-07-184-67/+91
* Dimensions: Detect and account for content-box dimension mishandlingRichard Gibson2017-07-103-16/+44
* Offset: fix error from bad merge in #3695Jason Bedard2017-07-101-2/+2
* Revert "Offset: Resolve strict mode ClientRect "no setter" exception"Jason Bedard2017-07-101-4/+2
* Test: ensure position/offset return mutable objectsJason Bedard2017-07-101-5/+31
* Core: Deprecate jQuery.isWindowShashanka Nataraj2017-07-109-40/+45
* Event: `stopPropagation()` on native event-handlerPierre Spring2017-07-102-4/+58
* Build: fix uglify options for uglify updateTimmy Willison2017-07-103-1293/+1918
* Build: Update sinon, husky, and qunitjsTimmy Willison2017-07-102-406/+2047