aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Docs: Update Frequently Reported Issues in the GitHub issue templateMichał Gołębiowski-Owczarek2020-06-081-1/+1
* Build:Event: Make sure all source modules' exports are used (#4648)Michał Gołębiowski-Owczarek2020-06-027-9/+5
* Deprecated: Remove jQuery.trimMichał Gołębiowski-Owczarek2020-05-183-28/+0
* Release: Remove an unused chalk dependencyMichał Gołębiowski-Owczarek2020-05-181-2/+1
* Build: Update eslint-config-jquery, fix linting violationsMichał Gołębiowski-Owczarek2020-05-1811-11/+11
* Tests: Remove remaining obsolete jQuery.cache referencesMichał Gołębiowski-Owczarek2020-05-182-36/+3
* Docs: Change JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2020-05-185-6/+6
* Docs: add SECURITY.md, show security email addressTimmy Willison2020-05-121-0/+12
* Build: Followups after introducing ES modules compiled via RollupMichał Gołębiowski-Owczarek2020-05-056-17/+9
* CSS: Include `show`, `hide` & `toggle` methods in the jQuery slim buildMichał Gołębiowski-Owczarek2020-05-052-5/+1
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-0516-42/+60
* Tests: Workaround failures in recent XSS tests in iOS 8 - 12Michał Gołębiowski-Owczarek2020-04-301-7/+15
* Docs: Fix typosPierre Grimaud2020-04-292-3/+3
* Tests: Add tests for recently fixed manipulation XSS issuesMichał Gołębiowski-Owczarek2020-04-291-0/+49
* Build: Reduce the slim build header comment & jQuery.fn.jqueryMichał Gołębiowski-Owczarek2020-04-271-21/+36
* Tests: Use only one focusin/out handler per matching window & documentMichał Gołębiowski-Owczarek2020-04-271-9/+54
* Build: Move ESLint max-len disable-directive to dist/.eslintrc.jsonEd S2020-04-272-2/+3
* Tests: Fix flakiness in the "jQuery.ajax() - JSONP - Same Domain" testMichał Gołębiowski-Owczarek2020-04-271-1/+3
* Docs: Update the link to the jsdom repositoryMichał Gołębiowski-Owczarek2020-04-251-1/+1
* Build: Test on Node.js 14, stop testing on Node.js 8 & 13Michał Gołębiowski-Owczarek2020-04-231-2/+1
* Build: Enable reportUnusedDisableDirectives in ESLintEd S2020-04-202-0/+4
* Docs: Use https for hyperlinks in READMEJonathan2020-04-171-4/+4
* Ajax: Overwrite s.contentType with content-type header value, if anyChristian Wenz2020-04-062-0/+55
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-1618-262/+255
* Build: Resolve Travis config warningsMichał Gołębiowski-Owczarek2020-03-131-2/+2
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-026-9/+69
* Release: Use an in-repository dist README fixtureMichał Gołębiowski-Owczarek2020-03-023-63/+132
* Build: Enable ESLint one-var rule for var declarations in browser codeMichał Gołębiowski-Owczarek2020-03-025-6/+10
* Tests: Pass a number of necessary done() calls to assert.async()Michał Gołębiowski-Owczarek2020-03-022-10/+10
* Build: Add Christian Oliff to .mailmap & AUTHORS.txtMichał Gołębiowski-Owczarek2020-02-242-0/+3
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-108-10/+74
* Event: remove jQuery.event.globalMichał Gołębiowski-Owczarek2020-02-102-6/+0
* Docs: Remove a mention of the event/alias.js module from READMEMichał Gołębiowski-Owczarek2020-01-271-1/+1
* Build: Lint the minified jQuery file as well - a Gruntfile fixMichał Gołębiowski-Owczarek2020-01-271-1/+1
* Ajax: Deprecate AJAX event aliases, inline event/alias into deprecatedMichał Gołębiowski-Owczarek2020-01-217-52/+50
* CSS: Remove the opacity CSS hookMichał Gołębiowski-Owczarek2020-01-211-12/+1
* Build: Lint the minified jQuery file as wellMichał Gołębiowski-Owczarek2020-01-212-8/+14
* Build: Add intuitive names to Travis jobsMichał Gołębiowski-Owczarek2020-01-201-12/+12
* Core: Exclude callbacks & deferred modules in the slim build as wellMichał Gołębiowski-Owczarek2020-01-201-1/+1
* Attributes: Refactor val(): don't strip carriage return, isolate IE workaroundsMichał Gołębiowski-Owczarek2020-01-132-22/+70