aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Event: don't execute native stop(Immediate)Propagation from simulationOleg Gaidarenko2016-05-192-20/+5
| | | | | | | | In Firefox, called `stop(Immediate)Propagation` methods, in capturing phase prevents receiving focus Cherry-picked from 94efb7992911b6698f900f5b816d043b468bc277 Fixes gh-3111
* CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issuesMichał Gołębiowski2016-04-261-13/+0
| | | | | | | | | | | | | | | | | | IE 11 used to have an issue where if an element inside an iframe was put in fullscreen mode, the element dimensions started being 100 times too small; we've added a workaround that would multiply them by 100. However, the IE 11 issue has been unexpectedly fixed and since our detection was really detecting the browser and not a bug, we've started breaking the browser instead of fixing it. Since there's no good way to detect if the bug exists, we have to back the workaround out completely. Refs ff1a0822f72d2b39fac691dfcceab6ede5623b90 Fixes gh-3041 Refs gh-1764 Refs gh-2401 Refs 90d828bad0d6d318d73d6cf6209d9dc7ac13878c
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-1/+1
| | | | | | | Thanks @blq (Fredrik Blomqvist) Fixes gh-3035 Close gh-3039
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-5/+12
| | | | | Fixes gh-2978 Close gh-3002
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-141-1/+3
| | | | | | | - Guard isPlainObject against inherited scalar constructors Fixes gh-2982 Close gh-2985
* Attributes: remove redundant parent checkTimmy Willison2016-03-071-1/+1
|
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-03-071-0/+16
| | | | | Fixes gh-2732 Close gh-2840
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-3/+6
| | | | | Fixes gh-2968 Close gh-2970
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-022-29/+3
| | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941
* CSS: fix for disconnected elems on doc fragments in Opera 12Timmy Willison2016-02-221-5/+8
|
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-221-1/+1
| | | | Fixes gh-2898
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-5/+2
| | | | | | | | | | | | This reverts commit 2d715940b9b6fdeed005cd006c8bf63951cf7fb2. This commit provoked new issues: gh-2836, gh-2828. At the meeting, we decided to revert offending commit (in all three branches - 2.2-stable, 1.12-stable and master) and tackle this issue in 3.x. Fixes gh-2828
* Revert "Manipulation: don't auto-insert tbody"Timmy Willison2016-01-271-6/+6
| | | | | | This reverts commit e984d1c79cc476062818e03df04a366baa13d197. Fixes gh-2861
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
| | | | | Fixes gh-2866 Close gh-2867
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-151-1/+1
| | | | | Fixes gh-2812 Close gh-2825
* Event: compat -> 1.x in commentsMichał Gołębiowski2016-01-111-1/+1
| | | | Ref 3c56eac50725c2548c3abc0159841c3354936ac4
* Manipulation: re-expose domManip until 3.0Timmy Willison2016-01-081-0/+4
| | | | Fixes gh-2225
* Data: find hyphenated data with camelCased keyTimmy Willison2016-01-071-1/+6
| | | | Fixes gh-2779
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-0/+1
| | | | | Fixes gh-2792 Closes gh-2793
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-17/+52
| | | | This reverts commit 53f798cf4d783bb813b4d1ba97411bc752b275f3.
* Revert "Core: make isNumeric limited to strings and numbers"Oleg Gaidarenko2015-12-091-6/+6
| | | | This reverts commit 15ac848868e993dfe5ccd7751a94f5c8edc288bc.
* Revert "Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support"Michał Gołębiowski2015-11-165-2/+50
| | | | This reverts commit ce3b4a62427c5a3a6669dcb8bf8e27a6287990d5.
* Misc: Fix the tests, revert some unneeded/broken revertsMichał Gołębiowski2015-11-164-18/+14
| | | | Refs 65d71843b7c37dbdba2cfcb1bc7055cb522c5af6
* Revert "Misc: Drop support for older browsers; update support comments"Michał Gołębiowski2015-11-1611-22/+40
| | | | This reverts commit 740e190223d19a114d5373758127285d14d6b71e.
* Release: fix revert artefactsOleg Gaidarenko2015-11-133-6/+23
|
* Effects: manually revert two `requestAnimationFrame` commitsOleg Gaidarenko2015-11-131-24/+4
| | | | 72119e0023dcc0d9807caf6d988598b74abdc937 and bbdfbb4ee859fe9319b348d88120ddc2c9efbd63
* Revert "Manipulation: execute scripts from iframe in the iframe's context"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 22449eb968622c2e14d6c8d8de2cf1e1ba4adccd.
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-11-131-6/+20
| | | | This reverts commit bbdfbb4ee859fe9319b348d88120ddc2c9efbd63.
* Callbacks: bring back size reductionOleg Gaidarenko2015-11-131-87/+71
| | | | Ref 4cbf02df84dbcaa44b75a64ed832f7dbff2231dd
* Release: fix revert artefactsOleg Gaidarenko2015-11-132-5/+3
|
* Revert "Deprecated: Drop size and andSelf methods"Oleg Gaidarenko2015-11-131-0/+8
| | | | This reverts commit f110360f65a268e959ae892ca36e85da3d91e606.
* Revert "Manipulation: support data-URI scripts insertion"Oleg Gaidarenko2015-11-131-1/+0
| | | | This reverts commit 15f4dec7894f1e00adbfb9bce4f870441a527bd6.
* Revert "Core: Throw an error on $("#") rather than returning 0-length ↵Oleg Gaidarenko2015-11-131-2/+1
| | | | | | collection" This reverts commit 80022c81ce4a07a232afd3c580b0977555a2daec.
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-11-131-3/+6
| | | | This reverts commit 359b03cac74d7336676a6992f14b7ccab9b28659.
* Release: remove revert artefactsOleg Gaidarenko2015-11-131-2/+2
|
* Revert "Callbacks: Don't abort execution on .lock()"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 32bf9178cace8c52a31c468a28adde9a4fdc4671.
* Revert "Callbacks: Reduce size"Oleg Gaidarenko2015-11-131-71/+87
| | | | This reverts commit 4cbf02df84dbcaa44b75a64ed832f7dbff2231dd.
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-11-133-3/+18
| | | | This reverts commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8.
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-11-131-2/+2
| | | | This reverts commit 4116914dcac32868c2c822366785e3dd2ccc69d4.
* Revert "Ajax: remove deprecated extensions from ajax promise"Oleg Gaidarenko2015-11-132-6/+13
| | | | This reverts commit 9d1b989f20b550af3590691723b0620f6914626e.
* Release: remove revert artefactsOleg Gaidarenko2015-11-135-24/+39
|
* Revert "Deferred: Backwards-compatible standards interoperability"Oleg Gaidarenko2015-11-131-243/+36
| | | | This reverts commit 555a50d340706e3e1e0de09231050493d0ad841e.
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-11-131-5/+6
| | | | This reverts commit 7b09235ceed57bbcc26fc2c76147eb4e95ebdb92.
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Oleg Gaidarenko2015-11-131-1/+2
| | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f.
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 2862a07af640be42711f72ad4abe532349985824.
* Revert "Data: always camelCase keys in .data()"Oleg Gaidarenko2015-11-132-35/+89
| | | | This reverts commit 0e790985a76fd813a6e56696c87abeed5a6cf63b.
* Revert "Data: camelCasing should not ignore case"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 172cad80ac635d8900aa6a3504c89f38b320488e.
* Revert "Offset: Fix .offset() to correctly work with ShadowDOM"Oleg Gaidarenko2015-11-131-24/+16
| | | | This reverts commit 1617479fcf7cbdaf33dc9334ed10a0f30bf14687.
* Revert "Offset: allow offset setter to throw for disconnected elements"Oleg Gaidarenko2015-11-131-1/+1
| | | | This reverts commit 0d11c1182f2012cd6eb06ce1e3fa5a495af9bee3.
* Revert "Offset: remove ownerDocument check in offset getter"Oleg Gaidarenko2015-11-131-7/+5
| | | | This reverts commit 6176567361e9d05d4f5eb7e98735a678f2cd7ea9.