Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Set Edge's expected support for clearCloneStyle to true | Zack Hall | 2016-02-13 | 1 | -2/+3 |
| | | | | | | | | | This is done for a version 13 or newer as the bug still exists in Edge 12. (cherry-picked from 28f0329a02c453ae26b6bc028b6aaeec578bef6f) Closes gh-2857 | ||||
* | Tests: use `jQuery` variable instead of `$` | Oleg Gaidarenko | 2016-02-13 | 1 | -1/+1 |
| | | | | | | For some reason that works with `amd` but not with builded version Fixes gh-2909 | ||||
* | Tests: test element position outside view | Oleg Gaidarenko | 2016-02-11 | 1 | -0/+30 |
| | | | | | | | Ref a0f5c357c4b256b03acdc57d5319ebfe4f25a69a Ref gh-2828 Ref gh-2836 Fixes gh-2909 | ||||
* | Revert "Offset: account for scroll when calculating position" | Oleg Gaidarenko | 2016-02-09 | 1 | -23/+4 |
| | | | | | | | | | | | | This reverts commit 0654711e0d929187249ca9507ae5881c72947843. 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 | ||||
* | CSS: Add test for gh-2867 | Timmy Willison | 2016-01-27 | 1 | -0/+10 |
| | |||||
* | Event: Add tests for chaining .on() with null handlers | Devin Wilson | 2016-01-15 | 1 | -1/+8 |
| | | | | | Fixes gh-2812 Close gh-2825 | ||||
* | Core: use interactive to evaluate dom ready, barring IE6-10 | Timmy Willison | 2016-01-14 | 1 | -0/+12 |
| | | | | | Fixes gh-2100 Close gh-2821 | ||||
* | Tests: compat -> 1.x in comments | Michał Gołębiowski | 2016-01-11 | 1 | -2/+2 |
| | | | | (cherry-picked from df31b88135f94f903c8a887085d30d085a9c62f6) | ||||
* | Tests: Disable/relax a few tests failing in Android 2.3 | Michał Gołębiowski | 2016-01-07 | 3 | -11/+33 |
| | | | | Fixes gh-1785 | ||||
* | CSS: Add animation-iteration-count to cssNumber, fix tests | Jun Sun | 2016-01-07 | 1 | -4/+13 |
| | | | | | | | (cherry-picked from df822caff079177d1840d67e03d6b24a93ea99a5) Fixes gh-2792 Closes gh-2793 | ||||
* | Tests: use assert syntax in restored test | Timmy Willison | 2016-01-07 | 1 | -2/+2 |
| | |||||
* | Revert "Event: remove guard for falsy handler argument of jQuery#on method" | Timmy Willison | 2016-01-07 | 1 | -1/+15 |
| | | | | This reverts commit fac67a984268ef8f7de952666fda6d8d32754f5f. | ||||
* | Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature" | Timmy Willison | 2016-01-07 | 1 | -1/+24 |
| | | | | This reverts commit f24726daa3760014b7283ad14a13117c72dd9474. | ||||
* | Revert "Deprecated: Drop size and andSelf methods" | Timmy Willison | 2016-01-07 | 1 | -0/+7 |
| | | | | This reverts commit f1913cf0316edbab77a081ae9c2ee218a61ce5a7. | ||||
* | Tests: fix support values for android | Timmy Willison | 2016-01-07 | 1 | -14/+14 |
| | |||||
* | Effects: add back support.shrinkWrapBlocks() for ie6 | Timmy Willison | 2016-01-06 | 3 | -17/+57 |
| | |||||
* | Tests: fix support tests in ie9 | Timmy Willison | 2016-01-06 | 1 | -5/+5 |
| | |||||
* | CSS: fix reliableHiddenOffsets support test for IE6-7 | Timmy Willison | 2016-01-06 | 1 | -8/+8 |
| | |||||
* | Revert "Manipulation: simplify html wrappers" | Timmy Willison | 2016-01-06 | 1 | -12/+0 |
| | | | | This reverts commit b744a50d472664a4d5aaa35d58e2215d48f70d3b. | ||||
* | Revert "Ajax: use anchor tag for parsing urls" | Timmy Willison | 2016-01-06 | 1 | -5/+1 |
| | | | | This reverts commit de7ae8cd17a22b0275217a6ca0345d9d5a97c6dd. | ||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 10 | -279/+703 |
| | | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278. | ||||
* | Wrap: correct tests length | Oleg Gaidarenko | 2015-12-22 | 1 | -22/+66 |
| | |||||
* | Revert "Wrap: Support .unwrap( selector) for selective unwrapping" | Oleg Gaidarenko | 2015-12-22 | 1 | -116/+26 |
| | | | | This reverts commit e38138af6ac3fa850a092adf09366a68850189a8. | ||||
* | Revert "Core: Return empty array instead of null for parseHTML("")" | Oleg Gaidarenko | 2015-12-22 | 1 | -16/+11 |
| | | | | This reverts commit 61bb61279ce51af189d40162dc62e44f04826051. | ||||
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 17 | -965/+984 |
| | |||||
* | Revert "Ajax: Always use script injection in globalEval" | Oleg Gaidarenko | 2015-12-22 | 3 | -68/+50 |
| | | | | This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac. | ||||
* | Revert "Effects: Reintroduce use of requestAnimationFrame" | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+0 |
| | | | | This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1. | ||||
* | Revert "Effects: Improve raf logic" | Oleg Gaidarenko | 2015-12-22 | 1 | -103/+0 |
| | | | | This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585. | ||||
* | Revert "Core: Remove deprecated context and selector properties" | Oleg Gaidarenko | 2015-12-22 | 2 | -9/+51 |
| | | | | This reverts commit e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60. | ||||
* | Revert "Core: Throw an error on $("#") rather than returning 0-length ↵ | Oleg Gaidarenko | 2015-12-22 | 1 | -12/+5 |
| | | | | | | collection" This reverts commit 93f95c966355f02b5695f50523f88687eadb4c81. | ||||
* | Offset: do not run tests which break without back-incompat change | Oleg Gaidarenko | 2015-12-22 | 1 | -3/+3 |
| | | | | See 9d1d4c272a58ced36242d90b3f0462c2bbb972a3 | ||||
* | Tests: correct revert artefact | Oleg Gaidarenko | 2015-12-22 | 1 | -4/+4 |
| | |||||
* | Revert "Manipulation: make wrapAll funarg execute only once" | Oleg Gaidarenko | 2015-12-22 | 1 | -100/+0 |
| | | | | This reverts commit 3dcee021603d5c25cd429cb25c2de5046044ca4c. | ||||
* | Revert "CSS: simplify hack of css getter for the computed values" | Oleg Gaidarenko | 2015-12-22 | 1 | -13/+2 |
| | | | | This reverts commit dac716ca65a83bab2449ffa35c43b4b52e26a0c1. | ||||
* | Revert "Callbacks: Don't abort execution on .lock()" | Oleg Gaidarenko | 2015-12-22 | 1 | -14/+4 |
| | | | | This reverts commit fc7477f4927100f23f83c22b5142a42d1eac8502. | ||||
* | Revert "Manipulation: don't auto-insert tbody" | Oleg Gaidarenko | 2015-12-22 | 1 | -78/+3 |
| | | | | This reverts commit 939e755163c9c9749fdd39ae9e60de7cb41eeb2c. | ||||
* | Revert "Deferred: Backwards-compatible standards interoperability" | Oleg Gaidarenko | 2015-12-22 | 1 | -636/+251 |
| | | | | This reverts commit 34f25631795e0641cc706012cfe5a88dacdedfec. | ||||
* | Revert "Data: do not include digits when camelCasing" | Oleg Gaidarenko | 2015-12-22 | 2 | -36/+15 |
| | | | | This reverts commit a254f22d7bb5b072a82087a448130ffadd70d698. | ||||
* | Revert "Data: always camelCase keys in .data()" | Oleg Gaidarenko | 2015-12-22 | 1 | -176/+50 |
| | | | | This reverts commit 0204c3089e7beee0306594605cc64d1e050ecd07. | ||||
* | Revert "Data: camelCasing should not ignore case" | Oleg Gaidarenko | 2015-12-22 | 1 | -19/+0 |
| | | | | This reverts commit cf16f860b05b7bffeb2382a0a55bb85c69b2abb5. | ||||
* | Revert "Offset: Fix .offset() to correctly work with ShadowDOM" | Oleg Gaidarenko | 2015-12-22 | 1 | -15/+0 |
| | | | | This reverts commit d4dd548acaf049d8e4dca9e4b879a51f26bb3d27. | ||||
* | Revert "Offset: remove ownerDocument check in offset getter" | Oleg Gaidarenko | 2015-12-22 | 1 | -5/+14 |
| | | | | This reverts commit a2386a8250c82e27680d21f7f6fd1eb9a8f7e938. | ||||
* | Revert "Offset: allow offset setter to throw for disconnected elements" | Oleg Gaidarenko | 2015-12-22 | 1 | -1/+9 |
| | | | | This reverts commit dc49f62f22a90ba95bbd1b659bfdae905adb4dd8. | ||||
* | Revert "CSS: Ignore the CSS cascade in show()/hide()/etc." | Oleg Gaidarenko | 2015-12-22 | 4 | -1223/+1116 |
| | | | | This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86. | ||||
* | Revert "Core: remove custom ready event" | Oleg Gaidarenko | 2015-12-22 | 1 | -25/+28 |
| | | | | This reverts commit b35bea14a9b1ff6b9ba96e0c51e21bfeecfc4c4a. | ||||
* | Revert "Event: remove deprecated event aliases" | Oleg Gaidarenko | 2015-12-22 | 1 | -1/+8 |
| | | | | This reverts commit ef30bdf4f1b361b6f2e99f5b7233b419f95a62f2. | ||||
* | Revert "Deferred: add .catch handler" | Oleg Gaidarenko | 2015-12-22 | 1 | -37/+0 |
| | | | | This reverts commit ef77f83db86b806425203d1e5ecbcc119d7b9c32. | ||||
* | Revert "CSS: Make .css("width") & .css("height") return fractional values" | Oleg Gaidarenko | 2015-12-22 | 3 | -84/+18 |
| | | | | This reverts commit 23212b34e690e857cbc46951dd8c018d181206cb. | ||||
* | Revert "Effects: Remove additional parameters of easings" | Oleg Gaidarenko | 2015-12-22 | 1 | -2/+4 |
| | | | | This reverts commit 41a04e59df5beac4ca61b3b5e3a6b078b6aee1ac. | ||||
* | Revert "CSS: Make show/hide/toggle methods a module" | Oleg Gaidarenko | 2015-12-22 | 4 | -53/+41 |
| | | | | This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2. |