aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Core: Make isAttached work with iOS 10.0-10.2Michał Gołębiowski-Owczarek2019-04-293-5/+20
* Event: Prevent leverageNative from registering duplicate dummy handlersRichard Gibson2019-04-291-5/+5
* Event: Fix handling of multiple async focus eventsRichard Gibson2019-04-292-12/+61
* Build: Test on Node.js 12, stop testing on Node.js 6 & 11Michał Gołębiowski-Owczarek2019-04-231-2/+1
* Build: Fix unresolved jQuery reference in finalPropNameMichał Gołębiowski-Owczarek2019-04-172-4/+12
* Build: Updating the 3.4-stable version to 3.4.1-preTimmy Willison2019-04-101-1/+1
* Release: update AUTHORS.txtTimmy Willison2019-04-091-0/+8
* Release: update version to 3.4.0-preTimmy Willison2019-04-091-1/+1
* Build: Update Sizzle from 2.3.3 to 2.3.4Michał Gołębiowski-Owczarek2019-04-095-46/+56
* Update README.mdTimmy Willison2019-04-021-1/+1
* Tests: Make Android Browser 4.0-4.3 dimensions tests greenMichał Gołębiowski-Owczarek2019-03-271-2/+16
* Tests: Make Android Browser 4.0-4.3 AJAX tests greenMichał Gołębiowski-Owczarek2019-03-271-1/+9
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-255-3/+46
* Event: Prevent leverageNative from double-firing focusinRichard Gibson2019-03-252-93/+85
* Core: Prevent Object.prototype pollution for $.extend( true, ... )Michał Gołębiowski-Owczarek2019-03-252-1/+9
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-205-54/+294
* CSS: Avoid forcing a reflow in width/height getters unless necessaryMichał Gołębiowski-Owczarek2019-03-182-11/+20
* Build: Run the basic test suite in jsdomMichał Gołębiowski-Owczarek2019-03-115-4/+98
* Build: Remove manual QUnit fixture resettingMichał Gołębiowski-Owczarek2019-03-112-5/+1
* Build: Make Promises/A+ tests use the dot reporter instead of the defaultMichał Gołębiowski-Owczarek2019-03-111-5/+6
* Build: Update QUnit from 1.23.1 to 2.9.2Michał Gołębiowski-Owczarek2019-03-0415-4520/+6768
* Build: Run Karma browser tests on Node.js 10 instead of 8Michał Gołębiowski-Owczarek2019-03-041-1/+1
* Build: Update jsdom; migrate a test with Symbol polyfill to an iframe testMichał Gołębiowski-Owczarek2019-03-0419-131/+162
* Build: Remove obsolete globals from ESLint configurationMichał Gołębiowski-Owczarek2019-02-193-11/+6
* Build: Update most dependenciesabnud12019-02-193-20/+24
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-1838-5435/+10979
* Build: Advise to create test cases on JS Bin or CodePen, drop JSFiddleMichał Gołębiowski-Owczarek2019-01-291-1/+1
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-218-17/+64
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-214-2/+34
* Tests: Skip nonce tests in old iOS/Android as wellMichał Gołębiowski-Owczarek2019-01-141-2/+5
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-147-1/+68
* Tests: Exclude Android 4.x from repeated header names testMichał Gołębiowski-Owczarek2018-12-141-1/+11
* Manipulation: Restore _evalUrl jQuery.ajax calls to dataType: scriptRichard Gibson2018-12-131-4/+8
* Manipulation: Only evaluate HTTP-successful script srcRichard Gibson2018-12-122-2/+24
* Core: Tiny efficiency fix to jQuery.extend / jQuery.fn.extend (#4246)Marja Hölttä2018-12-121-6/+8
* Tests: fix dimensions tests in testswarmTimmy Willison2018-12-031-1/+5
* Dimensions: fall back to offsetWidth/Height for border-box in IETimmy Willison2018-11-273-20/+49
* Tests: add IE launcher for debugging IE11 on WindowsTimmy Willison2018-11-272-0/+5
* Tests: fix ajax test failure; add to header instead of replaceTimmy Willison2018-11-261-1/+1
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-264-5/+16
* Tests: Add Safari 12 & iOS 12 resultsMichał Gołębiowski-Owczarek2018-11-121-6/+6
* Tests: Move latest Firefox before Firefox 60 test resultsMichał Gołębiowski-Owczarek2018-11-121-4/+4
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-098-15/+138
* Build: Run tests on Node.js 11 as wellMichał Gołębiowski-Owczarek2018-10-311-0/+1
* CSS: Don't read styles.position in the width/height cssHook unless necessaryMichał Gołębiowski-Owczarek2018-10-083-5/+9
* Tests: Add tests for not auto-appending "px" to CSS Grid propertiesMichał Gołębiowski-Owczarek2018-10-031-0/+50
* Tests: Allow Karma to load unminfied sourceRichard Gibson2018-09-074-43/+79
* CSS: Don't auto-append "px" to possibly-unitless CSS grid propertiesBert Zhang2018-08-291-0/+7
* Tests: use width style instead of SVG width attribute (#4157)Jason Bedard2018-08-201-3/+3
* Tests: Account for the iPad with iOS 11.3 user agentMichał Gołębiowski-Owczarek2018-08-011-1/+1