aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Docs: Update the URL to the latest jQuery build in CONTRIBUTING.mdMichał Gołębiowski-Owczarek2021-11-181-1/+1
* Attributes: Don't stringify attributes in the setterMichał Gołębiowski-Owczarek2021-11-016-1/+97
* Tests: Make Karma browser timeout larger than the QUnit oneMichał Gołębiowski-Owczarek2021-10-301-0/+4
* Build: Update ESLint & eslint-plugin-import, fixing the buildMichał Gołębiowski-Owczarek2021-10-292-15/+34
* Docs: Remove the CLA checkbox in the pull request templateMichał Gołębiowski-Owczarek2021-10-181-1/+0
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-3012-46/+170
* Tests: Don't remove csp.log in the cspClean action of mock.phpMichał Gołębiowski-Owczarek2021-09-301-1/+0
* Tests: Load the TestSwarm listener via HTTPSMichał Gołębiowski-Owczarek2021-09-291-1/+1
* CSS: Trim whitespace surrounding CSS Custom Properties valuesfecore12021-09-238-13/+43
* Docs: update irc to Libera and fix LAMP dead linkfecore12021-09-051-2/+2
* Manipulation: Don't remove HTML comments from scriptsMichał Gołębiowski-Owczarek2021-07-193-12/+22
* Build: Test on Node.js 16 instead of 15Michał Gołębiowski-Owczarek2021-07-121-2/+2
* Tests: Switch background image from online file to local 1x1.jpgTimo Tijhof2021-05-242-19/+9
* Event: Don't break focus triggering after `.on(focus).off(focus)`Michał Gołębiowski-Owczarek2021-05-102-4/+20
* Tests: Strip untypical callback parameter characters from mock.phpMichał Gołębiowski-Owczarek2021-04-132-13/+24
* Tests: Make more tests run natively in Chrome & FirefoxMichał Gołębiowski-Owczarek2021-04-131-9/+9
* Build: Take core-js-bundle from the external directory as wellMichał Gołębiowski-Owczarek2021-04-132-1/+4
* Build: Restore the external directoryMichał Gołębiowski-Owczarek2021-03-247-11/+34
* Release: remove the need to install grunt globallyTimmy Willison2021-03-011-3/+3
* Release: upgrade release dependenciesTimmy Willison2021-03-011-4/+3
* Support: ensure display is set to block for the support divTimmy Willison2021-02-171-0/+9
* Build: Rename master to main across the repositoryMichał Gołębiowski-Owczarek2021-02-055-13/+13
* Ajax: Don't auto-execute scripts unless dataType providedMichał Gołębiowski-Owczarek2021-01-262-59/+25
* Deferred: Rename master to primaryMichał Gołębiowski-Owczarek2021-01-121-8/+8
* Tests: Fix tests for not auto-executing scripts without dataTypeMichał Gołębiowski-Owczarek2021-01-112-2/+2
* Dimensions: Add offset prop fallback to FF for unreliable TR dimensionsTimmy Willison2021-01-114-26/+84
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-082-8/+36
* Core: Make jQuery.isXMLDoc accept falsy inputMichał Gołębiowski-Owczarek2020-12-072-2/+12
* Event: Make focus re-triggering not focus the original element backMichał Gołębiowski-Owczarek2020-12-072-0/+40
* Build: Test on Node.js 15Michał Gołębiowski-Owczarek2020-11-111-6/+7
* Event: Don't crash if an element is removed on blurMichał Gołębiowski-Owczarek2020-10-192-1/+34
* Build: Explicitly exclude the queue module from the slim buildMichał Gołębiowski-Owczarek2020-09-281-1/+1
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-2224-244/+105
* Manipulation: Respect script crossorigin attribute in DOM manipulation高灰2020-09-225-3/+63
* Tests: Recognize callbacks with dots in the Node.js mock serverMichał Gołębiowski-Owczarek2020-09-021-1/+1
* Tests: Skip the "jQuery.ajax() on unload" test in SafariMichał Gołębiowski-Owczarek2020-09-021-1/+4
* Build: Make the import/no-unused-modules ESLint rule work in WebStormMichał Gołębiowski-Owczarek2020-09-021-1/+10
* Attributes: Drop the `toggleClass(boolean|undefined)` signatureMichał Gołębiowski-Owczarek2020-09-012-62/+15
* Ajax: Make responseJSON work for erroneous same-domain JSONP requestsMichał Gołębiowski-Owczarek2020-09-011-5/+18
* Event: Remove the event.which shimMichał Gołębiowski-Owczarek2020-08-261-32/+2
* Ajax: Execute JSONP error script responsesDallas Fraser2020-08-252-2/+17
* Ajax: Avoid CSP errors in the script transport for async requestsMichał Gołębiowski-Owczarek2020-08-257-9/+81
* Tests: Remove an unused local variableWonhyoung Park2020-08-131-2/+1
* Build: Append .eslintignore paths to grunt eslint pathsEd Sanders2020-07-271-5/+15
* Ajax: Drop the json to jsonp auto-promotion logicMichał Gołębiowski-Owczarek2020-07-274-52/+170
* Build: Use the US spelling of "favor"Necmettin Karakaya2020-07-223-3/+3
* Build: Fix commitplease husky configBeatriz Rezener2020-07-201-1/+1
* Build: Update dependenciesMichał Gołębiowski-Owczarek2020-07-151-24/+24
* build: set up periodic code scanning analysisTimmy Willison2020-06-251-0/+51
* Manipulation: Avoid concatenating strings in buildFragmentMichał Gołębiowski-Owczarek2020-06-103-13/+23