| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
(cherry-picked from a2250b0f4c157745b8cd8ac1247c6084882c500f)
|
|
|
|
| |
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
|
|
|
|
|
| |
This check is redundant since jQuery.fragments object does not exist anymore
(cherry-picked from 38c122a73a843a0d117d4f962cc94fda6f553086)
|
| |
|
| |
|
|
|
|
|
| |
Closes gh-1466
Fixes #13240
|
| |
|
|
|
|
|
| |
Fixes #14657
(cherry picked from commit 9ac88dea494b0b79d1e1d1d26f8d9f5eb670cf62)
|
|
|
|
|
| |
* Cherry-pick took the wrong lines for a couple of things.
* Update and commit dependencies after `grunt bower`
|
|
|
|
|
|
|
| |
(cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4)
Fixes #14623
Closes gh-1473
|
| |
|
|
|
|
|
|
| |
(cherry picked from commit b407bddea2ae65200df0802bef7cf06c16b5e524)
Closes gh-1377
|
|
|
|
|
| |
Closes gh-1476
(cherry picked from commit 6de1d973a436282af7dfe3072924016c3cdc1984)
|
|
|
|
|
|
| |
(cherry picked from commit 3118f58c465286d538404669d09026b882b2149e)
Closes gh-1477
|
|
|
|
|
|
|
| |
Instead of duplicating the supported browsers matrix, just link to
the browser support page on jquery.com.
(cherry-picked from 5801c3a29a3c9a0d43f36c1d844f7cc7c24b3376)
|
| |
|
|
|
|
|
| |
Closes gh-1470
Ref #1457
|
| |
|
|
|
|
| |
(cherry picked from commit e1a4329d78a5bae18d19fb94c1c3714ad45258ef)
|
|
|
|
|
|
| |
(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.
|
| |
|
| |
|
|
|
|
|
| |
Conflicts:
build/release.js
|
|
|
|
|
|
|
|
|
| |
- It is intentionally invalid semver as pre versions should never be released
- UI and Mobile already do this
Conflicts:
bower.json
package.json
|
| |
|
|
|
|
|
| |
Fix #14584
(cherry picked from commit 29c8003347e8768e26077c6d040203d662009220)
|
|
|
|
| |
Fixes #14016.
|
|
|
|
|
|
|
|
| |
Ref #14016
Conflicts:
build/tasks/build.js
src/core.js
|
|
|
|
|
|
| |
And remove unused "which" package
Cherry picked from the commit 09ede3d33b1a43c399bc9549c634af634513a81d
|
| |
|
|
|
|
| |
(cherry picked from commit 84190105c0f2acb39f33810678c36e4536bd1692)
|
|
|
|
|
|
|
|
|
|
|
| |
grunt-contrib-jshint 0.7.1 allows the jshintrc option to be set to true to have
it read the appropriate config file based on the file being checked. The only
place where we can’t use it is the check for dist/jquery.js that has the onevar
option removed.
(cherry-picked from 7deee6af72bfcf328fa09a28a1e68159cc58513f)
Fixes #14504
|
|
|
|
|
|
|
| |
.gitignore/.npmignore treat all its paths as relative to *every*
directory in the repository. In most cases that’s not what’s desired.
(cherry-picked from 2d7315051193212fca6e7d64a3de87d96977c418)
|
|
|
|
|
|
|
|
|
| |
Chrome 31 doesn't fire Ajax requests in beforeunload event handler.
There is no way for us to workaround it and it's been fixed in Chrome 32
so let's just blacklist Chrome 31 as long as it's in TestSwarm.
See https://code.google.com/p/chromium/issues/detail?id=321241
(cherry-picked from fd0bce07584b73fb755574c4d462e0b175d1c6b6)
|
|
|
|
| |
(cherry-picked from 846771081c038f523612087d76deb3c853e252fd)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
(cherry picked from commit ed20e7c645064822f4070a0c60195e4bcdaba683)
|
|
|
|
|
|
|
| |
See http://en.wikipedia.org/wiki/HTTP_ETag#Strong_and_weak_validation
Close gh-1448
(cherry picked from commit d2aa969206aa1b7738b911cdaf29038f249b5066)
|
|
|
|
| |
(cherry picked from commit ed291938c287d34fe1183e588e12372e540eb5e7)
|
|
|
|
| |
(cherry picked from commit c389c2e6ba698e95c683ad113d728e757a4da29a)
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Conflicts:
package.json
|
| |
|
| |
|
|
|
|
| |
with a small diff
|