| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
We'll officially support those APIs in jQuery 3.0 but we don't want to have to
support them in 1.12/2.2.
The code is left untouched, only tests (& official support) are removed.
Refs b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2
Refs cdaed15c7ea1bbfdde5a5bea691c583ce7961526
Cherry-picked from a5864aefdfadfee16522456c82139fa10360d8fc
|
| |
|
|
|
|
| |
This reverts commit 34f25631795e0641cc706012cfe5a88dacdedfec.
|
| |
|
|
|
|
| |
This reverts commit 3842246024475eafdc8a00a7ac4358d06d76cab2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unit test changes some uses of .show() and .hide() to .css( "display", ... ),
there was already an implicit assumption in several of the existing tests.
Fixes gh-2193
Close gh-2648
(cherry picked from commit 67d7a2eefee768b59eb3d51cb1fb2c671873e58a)
Conflicts:
Gruntfile.js
src/css.js
src/css/showHide.js
test/unit/css.js
|
|
|
|
|
|
|
| |
Ref #1740
Yeah.
(cherry picked from commit 1144e754a6a131bd4affec26fd85299e71bdab06)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Commit 2c7e9c9 added the basic test suite; these are the only tests that
are now run on Android 2.3 on master. On compat we're keeping full Android 2.3
support for now but the tests and the testswarm basic run mode have been
cherry-picked anyway to reduce the divergence between branches.
(cherry-picked from 2c7e9c934971500a746d012c529e13ec0b560a83)
Fixes gh-2505
Closes gh-2509
Refs gh-2483
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7
Fixes gh-2056
|
|
|
|
| |
Ref 99975c44abc8c1092764c7fca3ccfe89fc832b87
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Closes gh-2340
(cherry picked from commit b3b2d6c3dd51fbdc69e1942e9af75cc99a1834c2)
Conflicts:
src/effects.js
|
|
|
|
|
|
|
| |
Conflicts:
src/selector-native.js
test/index.html
test/unit/effects.js
|
|
|
|
|
| |
(Cherry-picked from 285cfbfccc4c61d50ee8e0fe6e23695dc663e166)
Ref 26eca143c2dd857b9e3d1c446a467fed16e903d2
|
|
|
|
|
|
|
| |
Fixes gh-1722
Closes gh-1996
(cherry picked from commit 555a50d340706e3e1e0de09231050493d0ad841e)
|
|
|
|
| |
Fixes gh-1707
|
|
|
|
|
|
|
|
|
| |
Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Ref bb928bde7e7b85357fef3fedd450b04c03e965d7
Conflicts:
Gruntfile.js
package.json
|
|
|
|
|
|
|
|
| |
Closes gh-1983
(cherry picked from commit 66e1b6b8d49812239b5712d65922ff94c60f7b02)
Conflicts:
Gruntfile.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
|
|
|
|
|
|
|
|
| |
Fixes #15186
Closes gh-1620
Conflicts:
bower.json
|
| |
|
|
|
|
|
|
|
|
| |
Closes gh-1593
Conflicts:
Gruntfile.js
test/index.html
|
| |
|
|
|
|
| |
Fixes #15126
|
| |
|
|
|
|
| |
(cherry-picked from 1514dca501fd383a9cdb6b42cce7c71fdad1ee38)
|
|
|
|
| |
(cherry-picked from d0131da70ed0144c36af3494e2f843f62d740b1a)
|
| |
|
|
|
|
|
|
|
| |
Also fix issues found by jscs
Conflicts:
test/data/testrunner.js
|
| |
|
| |
|
|
|
|
|
| |
* Cherry-pick took the wrong lines for a couple of things.
* Update and commit dependencies after `grunt bower`
|
|
|
|
|
|
| |
(cherry picked from commit 3118f58c465286d538404669d09026b882b2149e)
Closes gh-1477
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
6095be1260c5c0e7dfe88380501188d4c50975eb)
|
|
|
|
|
|
|
| |
source maps. (cherry-picked from d0fadbba9f1dbe2ee009be6586fbdf3cda4eff98)
The issue was fixed in grunt-contrib-uglify:
https://github.com/gruntjs/grunt-contrib-uglify/issues/22
|
|
|
|
| |
Cherry picked from 85d4c0133b5369b54bc9c4250989214bb2d45700 commit
|
|
|
|
| |
Cherry picked from abfa210adfaee28e2496d7749d675d157d8e6c9d commit
|
|
|
|
| |
Cherry picked from ab63e568f50b5b9823490eda9c184e48cc6440c4 commit
|
| |
|