| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
|
| |
|
| |
|
|
|
|
| |
This reverts commit 37f0f7f42cd158e36665066d88708ca4aa0713ac.
|
|
|
|
| |
This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1.
|
|
|
|
| |
This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585.
|
|
|
|
| |
This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86.
|
|
|
|
|
|
|
| |
(cherry-picked from 3dd3d1357d027a487559516fcdd9064cc792edab)
Fixes gh-2283
Closes gh-2292
|
|
|
|
|
| |
Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7
Fixes gh-2056
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-2133
Fixes gh-2501
Closes gh-2504
Refs gh-1950
Refs gh-1949
Refs gh-2397
Refs gh-1537
Refs gh-2504
Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3
|
|
|
|
|
|
| |
Introduced in 6b10f9d7e9fb6d062d2bbda49196544cd059b05c originally.
Had a rebase conflict that I fixed but forgot to ⌘-s. ☹
|
|
|
|
|
|
|
|
|
| |
Closes gh-2340
(cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Fixes gh-2219
Close gh-2218
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1711
Closes gh-2011
(cherry picked from commit 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17)
Conflicts:
src/css.js
src/effects.js
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
|
|
|
|
|
|
|
|
| |
* Make animation behave as if jQuery.fx.off = true if document is hidden
* Use cancelAnimationFrame in jQuery.fx.stop
Ref 708764f47b0c8de152bbb444d0f608db558b76ed
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
Take "olddisplay" value into the account
Fixes #14824
Closes gh-1566
Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66
(cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4)
Conflicts:
src/effects.js
|
|
|
|
|
| |
Ref 80cf965e02e71dc1b11bf8c1b3d216b9ab4e99ac
Ref #14848
|
|
|
|
|
|
|
|
|
| |
Fixes #14848
Closes gh-1548
(cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
| |
(cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4)
Fixes #14623
Closes gh-1473
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments.
Conflicts:
src/core.js
src/css.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
|
|
|
|
| |
Fixes #14344.
|
|
|
|
|
|
|
|
|
|
| |
across all modules). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
|
|
|
|
| |
functions > jQuery.extend > jQuery.fn.extend.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
Conflicts:
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/traversing.js
|
|
|
|
|
|
|
| |
Conflicts:
src/attributes.js
src/data.js
src/manipulation.js
|
| |
|
|
|
|
| |
ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
|
|
|
|
| |
Thanks @gnarf37. Close gh-1279.
|
| |
|
|
|
|
| |
(cherry picked from commit 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f)
|
| |
|
|
|
|
|
| |
Change uglify-js options for compressor
Change variables initialization sequence for some declarations
|
|
|
|
| |
(Cherry picked from a6c358d)
|
| |
|
| |
|
|
|
|
| |
b6abb31df4d5be80dc13844d9988fb0c990ae5ae.
|
|
|
|
|
|
| |
way for the css array signature
Also, simplify the jQuery.css numeric coercion signature
|
| |
|
| |
|
| |
|
|
|
|
| |
@curiousdannii - Closes gh-1019
|
|
|
|
| |
Closes gh-1018
|
|
|
|
|
| |
Closes gh-1022
Closes gh-1021
|