| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Ref 80cf965e02e71dc1b11bf8c1b3d216b9ab4e99ac
Ref #14848
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Android 2.3 is happy with returnValue already used for oldIE;
the getPreventDefault() fallback is not needed.
Closes gh-1546
|
|
|
|
|
|
|
|
|
| |
Fixes #14848
Closes gh-1548
(cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
|
|
| |
Fixes #14750
Closes gh-1509
(cherry picked from commit 5a8f76933288396b915800a18240aa17d3414201)
Conflicts:
src/css.js
|
|
|
|
|
|
| |
Fixes #14858
Ref #14686
Closes gh-1531
|
|
|
|
|
|
| |
Fixes #14736
Closes gh-1501
(cherry picked from commit 51910ba8a5aff4cd1a811f1fdb76a6c62a09a666)
|
|
|
|
|
| |
Closes gh-1547
(cherry picked from commit ca0086b55a158d8a4347f94254878d6dc5dd90ed)
|
|
|
|
|
|
| |
Ref #14741
Ref gh-1503
(cherry picked from commit e06f428f6ed99e0fafb2e21c456eafc570e3e5ba)
|
|
|
|
|
|
| |
Fixes #14888
Closes gh-1536
(cherry picked from commit c29e9c4db18738f7bfeb6b4a8019121a9079beb6)
|
|
|
|
|
|
|
|
|
| |
Fixes #14687
Closes gh-1478
(cherry picked from commit 19220c0f29fa60d80a2beb76f048ffc8b972ba35)
Conflicts:
AUTHORS.txt
|
|
|
|
|
| |
Fixes #13997
(cherry picked from commit 6a89db86ed817f6a7498076e2a06b90f9fce0831)
|
|
|
|
| |
Don't require body in the support.boxSizing test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The workaround to be able to change !important styles broke the browser
keeping the old CSS value if the new one was rejected. Patching it would
involve a significant perf hit (~33%) so the initial patch needs to be
reverted instead.
Tests by m_gol & gibson042.
(cherry-picked from 10e654218a65ec9a0ffc875137cea945389c69f1)
Fixes #14836
Closes gh-1532
|
|
|
|
| |
Followup to a4b9bc57, #14773
|
|
|
|
|
| |
Fixes #14802
(cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
|
|
|
|
|
| |
Fixes #14792
(cherry picked from commit f4b37d89820535d6c7503925aa8872645681a865)
|
|
|
|
|
|
|
|
| |
Fixes #14791
(cherry picked from commit 06adf7c95d93507908181995a9ea15fe2729595a)
Conflicts:
src/event.js
|
|
|
|
|
|
|
|
| |
Fixes #14773
(cherry picked from commit 3a68c114e3a30af86dc261c9d62ce2ae4144d420)
Conflicts:
src/ajax/load.js
|
|
|
|
|
| |
Fixes #14179
(cherry picked from commit 10efa1f5b44046aab6bcc8423322a41923faa290)
|
|
|
|
|
|
| |
(cherry-picked from 279913c71b63da721fa2f118cdce150effbf773e)
Fixes #14794
|
|
|
|
|
| |
Ref badcd1b6f301e6253405f17759c1270549a34e12
Closes gh-1518
|
|
|
|
|
|
| |
Fixes #14785
Ref #13754
Ref badcd1b6f301e6253405f17759c1270549a34e12
|
| |
|
| |
|
|
|
|
| |
(cherry-picked from a74ad04bc9c4c7203303b2547e94f1cc53c2a460)
|
| |
|
|
|
|
| |
This fixes an error introduced by the previous commit.
|
|
|
|
| |
Fixes #14731
|
|
|
|
|
|
|
|
|
|
| |
IE11 fixed the checkbox defaultValue issue but not textarea. Rather than
creating a new detect name I'm reusing the old one to protect anyone who
is unwisely using this externally. Re-fixing the defaultValue when it
doesn't need to be done is not a problem, so leave that code for IE11.
Fixes #14716
Closes gh-1495
|
|
|
|
| |
Thanks @gibson042
|
|
|
|
|
|
|
|
|
| |
When new option element is added to select box we need to force reflow
of newly added node in order to workaround delay of initialization props.
try...catch statment is required for bug isolation
Fixes #2252
|
|
|
|
| |
Fixes #14686
|
| |
|
|
|
|
|
| |
Closes gh-1466
Fixes #13240
|
|
|
|
|
|
|
| |
(cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4)
Fixes #14623
Closes gh-1473
|
|
|
|
|
| |
Closes gh-1476
(cherry picked from commit 6de1d973a436282af7dfe3072924016c3cdc1984)
|
|
|
|
|
|
| |
(cherry picked from commit 3118f58c465286d538404669d09026b882b2149e)
Closes gh-1477
|
|
|
|
|
|
| |
(cherry picked from commit b39ee05b69336d5a6230287ab8bd48c48e5b206f)
Closes gh-1430
|
|
|
|
|
|
|
| |
For CommonJS environments where the global already has a document, it is expected
that if a global is needed, the user can attach the global.
Fixes #14645.
|
|
|
|
|
| |
Fix #14584
(cherry picked from commit 29c8003347e8768e26077c6d040203d662009220)
|
|
|
|
|
|
|
|
| |
Ref #14016
Conflicts:
build/tasks/build.js
src/core.js
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tracked bower dependencies are located at "src/sizzle" and "test/libs".
The source-destination mapping is in the Gruntfile.
When updating a bower dependency, update the version in bower.json, run
`grunt bower`, and then commit the result. When adding a dependency,
update the bowercopy task accordingly.
Fixes #14615.
Closes gh-1452.
Conflicts:
bower.json
test/index.html
|
|
|
|
|
|
|
|
|
| |
from dc649a33e081c7beb083b04956731aa410eb6b3f)
In the most outer IIFE it’s not yet known if the global is window or not.
Using the window variable to denote the global was misleading in that case,
especially that the code didn’t make such assumption, requiring to provide
a Web-like window separately. Renaming window to global clears the confusion.
|
|
|
|
| |
browser.
|
| |
|
|
|
|
|
|
|
| |
(cherry picked from commit c2aca17d457d302cb1683f925b9e5ee93f0984ea)
Conflicts:
src/event.js
|
|
|
|
| |
We don't seem to have test cases for local file access.
|
|
|
|
| |
(cherry picked from commit eb1a2afc9fb1d990d10358aab0e17bc0ce1d1db3)
|