aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Core: expose noConflict in AMD modeTimmy Willison2016-08-155-32/+24
| | | | | | | | - For compability reasons, we had already added the global in AMD mode, but without noConflict. This adds back noConflict to AMD (which fixes noConflict mode in the tests). Fixes gh-2930
* Traversing: Let .not(arraylike) pass non-element nodesDave Methvin2016-08-102-7/+26
| | | | | Fixes gh-3226 Closes gh-3261
* Build: Update Sizzle to 2.3.3Richard Gibson2016-08-084-6/+6
| | | | Fixes gh-3263
* Build: Update Sizzle to 2.3.2Richard Gibson2016-08-083-3/+3
|
* Ajax: Don't mangle the URL when removing the anti-cache paramDave Methvin2016-08-082-12/+22
| | | | | Fixes gh-3229 Closes gh-3253
* Build: Update Sizzle to 2.3.1Richard Gibson2016-08-084-36/+91
| | | | Fixes gh-3224
* Event: Optimize delegated event processingRichard Gibson2016-08-041-17/+24
| | | | Closes gh-3255
* Build: .eslintrc -> .eslintrc.jsonOleg Gaidarenko2016-08-028-7/+7
| | | | | | | | `.eslintrc` format is deprecated - http://eslint.org/docs/user-guide/configuring#configuration-file-formats Fixes gh-3248 Closes gh-3247
* Build: Simplify Gruntfile constructionsOleg Gaidarenko2016-08-025-31/+41
| | | | Fixes gh-3246
* Build: add new email to mailmapTimmy Willison2016-08-021-2/+3
|
* Build: Don't lint every file in dist/ (#3245)Michał Gołębiowski2016-07-261-3/+4
| | | | | Currently the "all" target for the eslint task includes way more than the "dev" & "dist" targets combined and those 2 tasks are the one run in `npm test`.
* Build: use commitplease via husky, prohibit #NNNN github-style ticketsAlexander Lisianoi2016-07-251-3/+7
| | | | Closes gh-3176
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-1515-73/+135
|
* Build: Upgrade ESLint to 3.x againMichał Gołębiowski2016-07-131-1/+1
| | | | | | ESLint is now skipped in Node older than 4.x so we're safe. Refs gh-3222
* Build: Skip running ESLint on Node.js 0.xMichał Gołębiowski2016-07-131-13/+35
| | | | | | | | | ESLint 3.0 drops support for Node.js older than 4.x. To be able to update to this version and yet not block our contributors from building jQuery on older Node.js (at least until it's supported by upstream) this commit makes ESLint skipped on older Node; a proper message is displayed then. Fixes gh-3222
* Build: Fix the regex removing the ESLint comment from wrapper.jsMichał Gołębiowski2016-07-132-2/+2
| | | | | | | The new regex from after the switch from JSHint to ESLint wasn't catching the ESLint pragma correctly. Also, the spacing of the pragma comment was updated to match other comments.
* Build: Don't use ESLint 3.xOleg Gaidarenko2016-07-091-1/+1
| | | | Since it is not supported by older node versions :/
* Build: More ESLint related changesOleg Gaidarenko2016-07-097-4/+16
|
* Build: Updating the master version to 3.1.1-pre.Timmy Willison2016-07-071-1/+1
|
* Build: ignore cdn and slim files when lintingTimmy Willison2016-07-071-1/+1
|
* Build: Updating the master version to 3.1.0-pre.Timmy Willison2016-07-071-1/+1
|
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-073-2/+74
| | | | | | | | Also, expose jQuery.readyException that allows to overwrite the default ready error handler. Fixes gh-3174 Closes gh-3210
* Build: Improve ESLint configuration (#3188)Oleg Gaidarenko2016-06-223-3/+7
| | | | | | | | | * Bump eslint-config-jquery package to 0.1.4 version * Add subtask "dist" to "eslint" task and add it to the build task list * Make gitignore globs more flexible for the "dist" folder Fixes gh-3169
* Build: ESLint detailsOleg Gaidarenko2016-06-1146-457/+349
| | | | | | Use eslint pragmas, fix new errors, etc Closes gh-3148
* Tests: Move promise/A+ adapters for tests to dedicated folderOleg Gaidarenko2016-06-115-13/+19
|
* Build: Switch from jscs+jshint to eslintOleg Gaidarenko2016-06-1114-160/+261
|
* Build: Updating the master version to 3.0.1-pre.Timmy Willison2016-06-091-1/+1
|
* Event: Add the most commonly used pointer event propertiesScott González2016-06-091-0/+2
| | | | | Ref gh-3104 Close gh-3152
* Deferred: Propagate progress correctly from unwrapped promisesMichał Gołębiowski2016-06-092-1/+31
| | | | | | | | | | | Progress parameters are now correctly propagated from a deferred to which another deferred resolved unwrapping it. Thanks to @gibson042 for the report and a clear description of the problem and the needed fix. Fixes gh-3062 Closes gh-3150
* Attributes: Avoid infinite recursion on non-lowercase attribute gettersMichał Gołębiowski2016-06-032-5/+26
| | | | | | | | | | | | Attribute hooks are determined for the lowercase versions of attribute names but this has not been reflected in the bool attribute hooks. The code that temporarily removed a handler to avoid an infinite loop was removing an incorrect handler causing stack overflow. Fixes gh-3133 Refs gh-2914 Refs gh-2916 Closes gh-3134
* Docs: Fix an incorrect comment in the attributes moduleMichał Gołębiowski2016-06-031-1/+1
| | | | | Attributes are no longer always treated as lowercase, although hooks for them are. This commit fixes a no longer correct comment.
* Tests: Remove side-effects of one attributes testMichał Gołębiowski2016-06-031-1/+10
| | | | | | One test in the attribute module was overwriting jQuery.expr.attrHandle.checked and wasn't restoring the original state after it finished. It started causing issues for another checked-related test.
* Event: Allow constructing a jQuery.Event without a targetDave Methvin2016-06-022-1/+10
| | | | | Fixes gh-3139 Closes gh-3140
* Build: Drop testing on Node.js 5Michał Gołębiowski2016-05-291-1/+0
| | | | | Node.js 5's upstream support ends in about a month, there is not much point in testing it when we're releasing a new major version of jQuery
* Docs: Use HTTPS URLs for jsfiddle & jsbinMichał Gołębiowski2016-05-201-1/+1
|
* Docs: Tweak formatting of ISSUE_TEMPLATE.mdMichał Gołębiowski2016-05-201-2/+2
|
* Release: update AUTHORS.txtTimmy Willison2016-05-201-0/+1
|
* Events: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-193-27/+95
| | | | | | In Firefox, called `stop(Immediate)Propagation` methods, in capturing phase prevents receiving focus Fixes gh-3111
* CSS: Remove units from a 0 width/height elementChristophe Tafani-Dereeper2016-05-161-2/+2
| | | | Close gh-3122
* Release: remove extraneous files from dist during releaseTimmy Willison2016-05-132-2/+17
| | | | | Fixes gh-3094 Close gh-3116
* Release: copy sizzle separately into an 'external' folderTimmy Willison2016-05-131-2/+7
| | | | Fixes gh-2945
* Deferred: Give better stack diagnostics on exceptionsDave Methvin2016-05-112-10/+17
| | | | | | | | Ref gh-2736 The exception stack has the name of the immediately outer function where the exception occurred, which can be very handy for tracing errors. Since we already have the exception object we might as well use it.
* Release: update AUTHORS.txtTimmy Willison2016-05-111-0/+5
|
* Event: Add touch event properties, eliminates need for a pluginDave Methvin2016-05-091-0/+3
| | | | | | | | | | | Fixes gh-3104 Closes gh-3108 See https://github.com/aarongloege/jquery.touchHooks Other properties are already present thanks to mouse events. squash! Add targetTouches
* Deferred: Make jQuery.when synchronous when possibleRichard Gibson2016-05-092-8/+47
| | | | | | Closes gh-3102 Fixes gh-3100 Closes gh-3105
* Event: Cover invalid delegation selector edge casesRichard Gibson2016-05-062-11/+15
| | | | Ref 7fd36ea145a11d5896de6d064b546b1c57a83f34
* Event: Evaluate delegate selectors at add timeFelipe Sateler2016-05-062-0/+18
| | | | | | | This ensures that invalid selectors throw right away. Fixes gh-3071 Closes gh-3097
* Event: Remove pageX/pageY fill for event objectDave Methvin2016-05-061-34/+2
| | | | | | | Fixes gh-3092 CLoses gh-3106 IE8 was the last major browser missing these.
* Event: Remove fixHooks, propHooks; switch to ES5 getter with addPropJason Bedard2016-05-042-96/+122
| | | | | | | | | | | Fixes gh-3103 Fixes gh-1746 Closes gh-2860 - Removes the copy loop in jQuery.event.fix - Avoids accessing properties such as client/offset/page/screen X/Y which may cause style recalc or layouts - Simplifies adding property hooks to event object
* Tests: Make the regex catching Safari 9.0/9.1 more resilientMichał Gołębiowski2016-05-021-1/+1
| | | | The word boundary character will prevent iOS from being a false positive.