Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: add back support.shrinkWrapBlocks() for ie6 | Timmy Willison | 2016-01-06 | 1 | -15/+22 |
| | |||||
* | Revert "Misc: Drop support for older browsers; update support comments" | Timmy Willison | 2016-01-06 | 1 | -161/+195 |
| | | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278. | ||||
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 1 | -622/+639 |
| | |||||
* | 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 "CSS: Ignore the CSS cascade in show()/hide()/etc." | Oleg Gaidarenko | 2015-12-22 | 1 | -1136/+954 |
| | | | | This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86. | ||||
* | Tests: more style corrections | Oleg Gaidarenko | 2015-09-08 | 1 | -2/+2 |
| | | | | | | Provocated by jscs-dev/node-jscs@2de68c0 Ref c161eecce09fc66ce252d4adf64b565f726bb6d2 | ||||
* | Tests: further improvements QUnit 2.0 migration | Oleg Gaidarenko | 2015-09-08 | 1 | -3/+3 |
| | | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb Ref c8d15a2f9f108e90d3651c31e4abf45415a30fde | ||||
* | Effects: Finish should call progress | Thomas Tortorini | 2015-09-08 | 1 | -4/+45 |
| | | | | | | | (cherry-picked from 3dd3d1357d027a487559516fcdd9064cc792edab) Fixes gh-2283 Closes gh-2292 | ||||
* | Tests: Partially use new qunit interface | Oleg Gaidarenko | 2015-09-07 | 1 | -452/+452 |
| | | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -660/+679 |
| | | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056 | ||||
* | Tests: don't use deprecated argument in test declaration | Oleg Gaidarenko | 2015-07-30 | 1 | -25/+75 |
| | | | | Ref aabe94edb4880c75eeebc5b5b5d66a9ad17008fe | ||||
* | Effects: Fix tests | Michał Gołębiowski | 2015-06-28 | 1 | -1/+0 |
| | | | | | Refs 6b10f9d7e9fb6d062d2bbda49196544cd059b05c Refs gh-2340 | ||||
* | Tests: Fix merge conflict | Corey Frang | 2015-06-26 | 1 | -4/+0 |
| | | | | | | Introduced in 6b10f9d7e9fb6d062d2bbda49196544cd059b05c originally. Had a rebase conflict that I fixed but forgot to ⌘-s. ☹ | ||||
* | Effects: Add tests for jQuery.Tween | Corey Frang | 2015-06-26 | 1 | -1/+8 |
| | | | | | | | Conflicts: src/selector-native.js test/index.html test/unit/effects.js | ||||
* | Tests: fix tests in accordance with new :visible behavior | Timmy Willison | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | CSS: Ignore the CSS cascade in show()/hide()/etc. | Richard Gibson | 2015-05-11 | 1 | -102/+178 |
| | | | | | | | | | | | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 (cherry picked from commit 86419b10bfa5e3b71a7d416288ab806d47a31d1f) Conflicts: src/css.js src/css/defaultDisplay.js src/effects.js test/data/testsuite.css test/unit/css.js test/unit/effects.js | ||||
* | Effects: add tests for jQuery.easing._default in Animation and Tween | Timmy Willison | 2015-05-05 | 1 | -25/+80 |
| | | | | Ref gh-2219 | ||||
* | Effects: set default easing using jQuery.easing._default | Timmy Willison | 2015-05-05 | 1 | -15/+35 |
| | | | | | Fixes gh-2219 Close gh-2218 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-12-08 | 1 | -96/+55 |
| | | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820 | ||||
* | Tests: Minor updates for QUnit 1.16 compatibility | Richard Gibson | 2014-12-05 | 1 | -10/+12 |
| | | | | More to come later. | ||||
* | Test: Switch leftover andSelf to addBack | Michał Gołębiowski | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Css: Fix the "sanity check" test | Michał Gołębiowski | 2014-07-28 | 1 | -1/+1 |
| | | | | | | | The #dl element has 0 height so it's now considered hidden regardless of its width. (cherry-picked from 995f70777ac6c0f988a44807ef1399e73937b2ee) | ||||
* | Effects: Improve raf logic | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+28 |
| | | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Ref 708764f47b0c8de152bbb444d0f608db558b76ed | ||||
* | Effects: Reintroduce use of requestAnimationFrame | Oleg Gaidarenko | 2014-06-16 | 1 | -0/+4 |
| | | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 Ref 72119e0023dcc0d9807caf6d988598b74abdc937 | ||||
* | Effects: Remove needless operations in tests | Oleg Gaidarenko | 2014-06-16 | 1 | -3/+0 |
| | | | | Ref 10024c25820f08139f11d924cec552a26dfbba18 | ||||
* | Effects: Respect display value on inline elements | Oleg Gaidarenko | 2014-04-30 | 1 | -0/+24 |
| | | | | | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4) Conflicts: src/effects.js | ||||
* | Effects: Don't overwrite display:none when .hide()ing hidden elements | Richard Gibson | 2014-03-20 | 1 | -0/+13 |
| | | | | | | | | | Fixes #14848 Closes gh-1548 (cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759) Conflicts: src/effects.js | ||||
* | Ajax, Effects: Disable Chrome 31 workarounds | Michał Gołębiowski | 2014-03-10 | 1 | -19/+7 |
| | |||||
* | Effects: Don't check fill-opacity in Android 2.3, it's not supported | Michał Gołębiowski | 2014-02-13 | 1 | -1/+6 |
| | | | | (cherry-picked from 70ac4485f30633074696fa28ca29b0325459f228) | ||||
* | Build: Upgrade QUnit to 1.14.0 | Michał Gołębiowski | 2014-02-05 | 1 | -1/+1 |
| | | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68) | ||||
* | Tests: Blacklist one effects test in Chrome 31 | Michał Gołębiowski | 2014-01-21 | 1 | -4/+17 |
| | | | | | | | | Chrome 31 reports incorrect offsetWidth on a table cell with fixed width. This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31. See https://code.google.com/p/chromium/issues/detail?id=290399 (cherry-picked from c11becbb692f7707443eb2582543dfe96e8319e6) | ||||
* | Tests: Fix another issue with sinon timers | Oleg | 2014-01-14 | 1 | -10/+1 |
| | |||||
* | Tests: Fix sinon timers for oldIE | Oleg | 2014-01-13 | 1 | -3/+6 |
| | |||||
* | Effects: First step() call should match :animated selector | Dave Methvin | 2014-01-09 | 1 | -0/+15 |
| | | | | | | | (cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4) Fixes #14623 Closes gh-1473 | ||||
* | Tests: Fix test broken by previous cherry-pick | Dave Methvin | 2014-01-09 | 1 | -3/+5 |
| | |||||
* | Effects: Integrate sinon fake timers into tests | John Paul | 2014-01-09 | 1 | -288/+204 |
| | | | | | | (cherry picked from commit b407bddea2ae65200df0802bef7cf06c16b5e524) Closes gh-1377 | ||||
* | Tests: Avoid use of QUnit.reset() in tests by splitting them | cjqed | 2014-01-03 | 1 | -3/+3 |
| | | | | | Closes gh-1470 Ref #1457 | ||||
* | No ticket: Improve line-height animation test stability | Richard Gibson | 2013-09-17 | 1 | -23/+31 |
| | |||||
* | Ensure display: inline-block when animating width/height on inline elements. ↵ | Timmy Willison | 2013-09-10 | 1 | -3/+7 |
| | | | | Fixes #14344. | ||||
* | Fix #10814. Fix #14084. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | Fix #14318: Cherry-pick interrupted animation fix from master ↵ | Richard Gibson | 2013-08-30 | 1 | -7/+12 |
| | | | | ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd | ||||
* | No ticket: improve line-height animation test robustness | Richard Gibson | 2013-08-26 | 1 | -11/+26 |
| | |||||
* | Correct typos in the test assertion | Oleg | 2013-08-10 | 1 | -1/+1 |
| | |||||
* | Fix test of #13855 for Opera 12.1 and IE10 | Oleg | 2013-08-10 | 1 | -5/+5 |
| | |||||
* | Improve test stability for #13855 ticket. Close gh-1328. | Oleg | 2013-08-08 | 1 | -11/+8 |
| | |||||
* | Fix test for #13937 ticket. Close gh-1299 | Oleg | 2013-07-01 | 1 | -1/+5 |
| | | | | (cherry picked from commit 308980ee2a5c85ba1600446d093edc921f9a71de) | ||||
* | Fix #13937: Correctly scope .finish() following multi-element .animate(). ↵ | Richard Gibson | 2013-05-28 | 1 | -4/+30 |
| | | | | Thanks @gnarf37. Close gh-1279. | ||||
* | Fix #13939: Same-unit relative animations | Richard Gibson | 2013-05-26 | 1 | -0/+40 |
| | |||||
* | Fix #13855: line-height animations. Close gh-1265. | Richard Gibson | 2013-05-13 | 1 | -0/+38 |
| | | | | (cherry picked from commit 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f) |