aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Tests: Skip module tests in EdgeMichał Gołębiowski-Owczarek2018-07-301-1/+7
* Tests: Make support tests pass in Firefox 52Michał Gołębiowski-Owczarek2018-07-301-1/+1
* Docs: add gitter badge to README.mdTimmy Willison2018-07-271-0/+2
* Manipulation: Properly detect HTML elements with single-character namesRichard Gibson2018-07-133-2/+21
* Tests: Add support test results for Firefox 61+Michał Gołębiowski-Owczarek2018-07-091-1/+20
* Dimensions: fix computing outerWidth on SVGsJason Bedard2018-06-202-1/+64
* Serialize: jQuery.param: return empty string when given null/undefinedTimmy Willison2018-06-202-1/+8
* Update node dependencies (sans jsdom, qunit, and sinon)Timmy Willison2018-06-201-15/+15
* Build: Remove unnecessary ESLint exceptionEd S2018-06-181-3/+0
* Test: enable a spec testing CSS whitespace preserving in Edge 17Michał Gołębiowski-Owczarek2018-06-181-2/+2
* Misc: Add config for lockbotDave Methvin2018-06-171-0/+13