| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
A bug in UglifyJS was causing function declarations to sometimes be put
in blocks which wasn't well specified in ES5 so it may break some browsers.
This bump will prevent the issue from occurring in any potential future
releae in this line.
(cherry-picked from b14ce54334a568eaaa107be4c441660a57c3db24)
Refs jquery/jquery#3153
Refs mishoo/UglifyJS2#1052
|
|
|
|
|
|
|
|
| |
`npm install package@version --save` sorts the dependencies alphabetically
so the next such run would fix the order anyway; it's better to not mix
concerns, though, so it's done now in a separate commit.
(cherry-picked from 4a8985f56a3622a8d0bd5ca545e18510d3f4821d)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This reverts commit 34f25631795e0641cc706012cfe5a88dacdedfec.
|
|
|
|
| |
(cherry picked from commit e271f665dd8fb617a5015051e1c9df8cebd6c97b)
|
|
|
|
|
|
|
|
|
|
| |
Ref #2644 - `selector` module in Edge - Waiting for Sizzle update
Fixes #2390
(cherry picked from commit 44f8239d3f9d09d81e2885e9ae7e044277b67341)
Conflicts:
package.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
jsdom 3 requires Python & Visual Studio on Windows which is a significant
barrier to contributors. Newer jsdom versions don't require pre-compiling
but work only on io.js. This commit installs the new jsdom everywhere (it
does install in old Node.js, it just won't work) and executes Node-related
tests only on newer Nodes or if a working jsdom version is installed. The
latter can be achieved by running the `old_jsdom` task.
Node.js is merging with io.js soon so this will become a smaller problem over
time.
One drawback is our Jenkins setup runs on Node 0.10 so it won't be running
Node tests anymore. We have Travis set up on io.js, though so all PRs
have those tests run. When the new LTS Node.js arrives (as it soon merges
with io.js) we should update our Jenkins infrastructure so that it runs on this
new version.
(cherry-picked from dbb2daa8c3a458e3525d310440f4365548edc138)
Fixes gh-2519
Closes gh-2526
|
|
|
|
|
|
|
| |
(cherry-picked from 3dd3d1357d027a487559516fcdd9064cc792edab)
Fixes gh-2283
Closes gh-2292
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update grunt-contrib-uglify dependency to v0.9.2 in order to
avoid a security issue fixed in uglify-js v2.4.24.
https://github.com/mishoo/UglifyJS2/issues/751
https://zyan.scripts.mit.edu/blog/backdooring-js/
(cherry-picked from 835e9218beef8f0c559da314fac01cb85dacb740)
Closes gh-2556
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
It might not be obvious to everyone that IE 9 & Android 4.0 are not
ES5-compliant browsers (by a large margin) so it's better to add a support
comment. This requires slight changes in parsing the config file
as it's not a pure JSON anymore. JSHint understands such files without
problems.
(cherry-picked from 669cb16d763cb5486dadd56ec15a17b2b0303571)
Closes gh-2520
|
|
|
|
|
|
|
| |
JSON needed to be added to JSHint globals as it's not implied by the es3
setting and yet all our supported browsers have it implemented.
(cherry-picked from 1556c4661af647e355a9a5c0a814012955e231bc)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
(cherry-picked from 8e92e1ea3c533f3be82c99bbafaaf74b5bdedecc)
Fixes gh-2331
Closes gh-2330
|
|
|
|
|
| |
Fixes gh-2290
Ref a644101ed04d0beacea864ce805e0c4f86ba1cd1
|
|
|
|
| |
Close gh-2254
|
|
|
|
|
|
| |
Fixes gh-2042
Fixes gh-1969
Closes gh-1709
|
|
|
|
|
|
| |
This should fix Android 4.0 jQuery.when tests issues, for reals this time.
(cherry-picked from f5aa89af7029ae6b9203c2d3e551a8554a0b4b89)
|
|
|
|
|
|
|
|
| |
This should fix Android 4.0 jQuery.when tests issues.
(cherry-picked from 0065e1f3e3021fc2bcb32e915177498bca034b34)
Closes gh-2159
|
|
|
|
|
|
|
| |
Fixes gh-1722
Closes gh-1996
(cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e)
|
|
|
|
|
| |
(cherry-picked from 2d5c5d213f09fa0205d07a2d60a36581058cc40a)
Closes gh-2038
|
|
|
|
| |
Fixes gh-1707
|
|
|
|
|
|
|
|
|
|
| |
Fixes gh-1869
Fixes gh-1673
Fixes gh-2045
Conflicts:
bower.json
build/release.js
|
|
|
|
| |
(cherry picked from commit a4133ffafa6ac43b3aa22bc4edb4444b09f5250c)
|
|
|
|
|
|
|
|
|
| |
Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Ref bb928bde7e7b85357fef3fedd450b04c03e965d7
Conflicts:
Gruntfile.js
package.json
|
|
|
|
|
|
| |
Closes gh-1909
(cherry picked from commit 0c9d018889944da3d60cac135dc38dfcc37ac14a)
|
| |
|
| |
|
|
|
|
| |
(cherry picked from commit 6748ba349650353c7bed6eec201a3192f6b2cae1)
|
| |
|
|
|
|
|
|
| |
(cherry-picked from 4f776e5ff91c48891f02d1ca3ba31132477d3972)
Closes gh-1587
|
| |
|
|
|
|
|
|
|
| |
commitplease now accepts "[tmp]:" and similar to temporary commits,
useful while updating pull requests that are squashed later.
(cherry picked from commit 5bc1ddc5cc96e509e0fadb0c1e3a70927de6ed1c)
|
|
|
|
|
|
|
| |
(cherry-picked from 3e89a53265bfdc992d7a97a01c5d1025e48e5906)
Fixes gh-1681
Closes gh-1716
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
Fixes #15186
Closes gh-1620
Conflicts:
bower.json
|
| |
|
| |
|
|
|
|
| |
Ref 39b76064d9400295a383291ab6e821e259b67832
|
|
|
|
| |
Fixes #14915
|
|
|
| |
The release script didn't go perfectly.
|
|
|
|
|
|
|
|
| |
* Use tabs instead of spaces in jscs config
* Always use spaces in package.json (really hope this is temporary)
(cherry-picked from bbace100a3ad51287cd2864eeb03ddebb381d44f)
|
|
|
|
| |
(cherry picked from commit 108428bcabb7027852ecd656b98f110a444039d0)
|