| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
* Remove third argument from "addEventListener"
* Remove third argument from "removeEventListener"
* Remove second argument from "getComputedStyle"
Ref gh-2047
Ref 85577a348a72ae765e0d7330b9e82985d23c94b7
|
|
|
|
|
|
|
|
|
| |
jQuery.swap was an undocumented API used only internally. With the modular
AMD system we currently have it's not necessary to expose this function
publicly under the jQuery object.
Fixes gh-2058
Closes gh-2182
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1711
Closes gh-2011
(cherry picked from commit 9b03f6df88a8d9dbda3f7893cdd84e3a3c70da17)
Conflicts:
src/css.js
src/effects.js
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This hack turns out to be needed by Android 4.0-4.3.
Add a support test so that the hack is invoked only where needed.
Refs 3747cc642a48d2a5a8ac83069f66bddd33bea301
Refs gh-1815
Refs gh-1820
Refs gh-1842
Closes gh-2061
|
|
|
|
| |
Ref gh-1906
|
|
|
|
|
| |
Ref 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278
Ref gh-1961
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1795
Closes gh-1893
Thanks for the report flexphperia!
(cherry picked from commit 7d15b4d1f181de8868c375c545a51e4dfc28a611)
Conflicts:
src/css/support.js
|
| |
|
|
|
|
|
|
| |
Ref 60f546acb1c7136092b4fd01cccff052e468cc72
Ref 274feb53cc9a99633dfac785d8b3b837d192c43c
Ref a7724186c98734529b06bebb8f2dc7fc2b641011
|
|
|
|
|
|
| |
Remove optimization to make jQuery compatible with Google's Polymer project
Ref 274feb53cc9a99633dfac785d8b3b837d192c43c
|
|
|
|
|
|
|
|
|
|
| |
- Note: this is a breaking change that has been delayed for several versions.
Fixes #10406
Fixes #13132
Conflicts:
src/css/hiddenVisibleSelectors.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IE9-10 throws on elements created in popups (see #14150), FF meanwhile throws
on frame elements through "defaultView.getComputedStyle" (see #15098)
Use "defaultView" if in the popup which would fix IE issue,
use "window.getComputedStyle" which would fix FF issue.
And everybody wins, except performance, but who cares right?
Fixes #15098
Ref e488d985cfb10ab8c684bbc6a9b8ff3eae23bf83
|
|
|
|
|
|
|
|
| |
Change boxSizingReliable test value to false in all IE versions.
Modify support comments to argument getComputedStyle guards
with oldIE support and not node.js which is not supported in 1.x.
Closes gh-1498
|
|
|
|
|
|
| |
Fixes #14736
Closes gh-1501
(cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)
|
|
|
|
| |
Don't require body in the support.boxSizing test.
|
|
|
|
|
| |
Ref badcd1b6f301e6253405f17759c1270549a34e12
Closes gh-1518
|
|
|
|
|
|
| |
Fixes #14785
Ref #13754
Ref badcd1b6f301e6253405f17759c1270549a34e12
|
| |
|
| |
|
|
|
|
| |
This fixes an error introduced by the previous commit.
|
|
|
|
| |
Fixes #14731
|
| |
|
|
|
|
|
|
|
|
| |
(cherry picked from commit a339096d6a9d0313c2184de0d626e2c7e127955b)
Conflicts:
src/css/curCSS.js
|
|
|
|
|
|
|
|
| |
(cherry picked from commit 5ce4b06c285bd8cf52eaff0f39e0b9192a927873)
Conflicts:
src/css/curCSS.js
|
| |
|
|
|
|
| |
(cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4)
|
| |
|
|
|
|
|
| |
Conflicts:
src/css.js
|
|
|
|
|
| |
Conflicts:
src/css/curCSS.js
|
| |
|
|
|
|
| |
module.
|
| |
|
|
|
|
| |
prettier builds). No functionality changes.
|
| |
|
| |
|
| |
|
|
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
|