Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Core: Use isAttached to check for attachment of element | Saptak Sengupta | 2018-03-05 | 5 | -14/+27 | |
| | | | | | | | This change replaces the use of contains to check for attachment by isAttached function Closes gh-3977 Ref gh-3504 | |||||
* | Build: Seasonal update of uglify and its options | Oleg Gaydarenko | 2018-03-05 | 2 | -2/+2 | |
| | | | | | | | | raw gz Compared to last run = = dist/jquery.js -294 -88 dist/jquery.min.js Closes gh-3994 | |||||
* | Tests: Fix Android 4.0 Deferred tests | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -1/+3 | |
| | | | Closes gh-3967 | |||||
* | Tests: Disable native abort test in Android 4.0 | Michał Gołębiowski-Owczarek | 2018-02-12 | 1 | -18/+20 | |
| | | | | | | The test works on its own when checked manually but mysteriously fails in TestSwarm only in Android 4.0. Let's just disable it there. Closes gh-3968 | |||||
* | Build: Updating the master version to 3.3.2-pre. | Timmy Willison | 2018-01-20 | 1 | -1/+1 | |
| | ||||||
* | Build: Updating the master version to 3.3.1-pre. | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Release: update version to 3.3.0-pre | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Release: add new authors to AUTHORS.txt | Timmy Willison | 2018-01-19 | 1 | -0/+12 | |
| | ||||||
* | Tests: skip test with invalid selector for selector-native tests | Timmy Willison | 2018-01-19 | 1 | -1/+1 | |
| | ||||||
* | Build: Add "-debug" suffix to name of karma debug tasks | Timo Tijhof | 2018-01-17 | 1 | -12/+15 | |
| | | | | | Ref gh-3922 Close gh-3936 | |||||
* | Filter: Use direct filter in winnow | Saptak Sengupta | 2018-01-17 | 1 | -12/+2 | |
| | | | | | | | for both simple and complex selectors Fixes gh-3272 Closes gh-3910 | |||||
* | Tests: ensure that module assertions run on supported browsers | Timmy Willison | 2018-01-16 | 3 | -9/+25 | |
| | | | | | | - Also fixes tests for karma, where the URL for the module is different Ref gh-3871 | |||||
* | Tests: fix tests in AMD mode | Timmy Willison | 2018-01-16 | 2 | -7/+7 | |
| | ||||||
* | Manipulation: Add support for scripts with module type | basil.belokon | 2018-01-16 | 6 | -5/+37 | |
| | | | | | Fixes gh-3871 Close gh-3869 | |||||
* | Tests: correctly set sudo in travis config, not karma config | Timmy Willison | 2018-01-16 | 2 | -8/+6 | |
| | ||||||
* | Tests: temporarily require sudo access for karma:main on travis | Timmy Willison | 2018-01-16 | 1 | -1/+7 | |
| | | | | | - This should fix the broken travis build on Node 8 - See https://github.com/travis-ci/travis-ci/issues/8836 | |||||
* | Tests: fix number of expected assertions in basic core | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | ||||||
* | Core: deprecate jQuery.type | Jason Bedard | 2018-01-16 | 12 | -87/+85 | |
| | | | | | Fixes gh-3605 Close gh-3895 | |||||
* | Tests: fix weird flaky attributes test in Edge 16 | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | | | | | Fixes gh-3867 Close gh-3931 | |||||
* | Tests: fix weird failure in Edge 16 CSS | Timmy Willison | 2018-01-16 | 1 | -1/+1 | |
| | | | | | Fixes gh-3866 Close gh-3932 | |||||
* | Core: deprecate jQuery.isNumeric | Jason Bedard | 2018-01-15 | 6 | -95/+92 | |
| | | | | | Fixes gh-2960 Closes gh-3888 | |||||
* | Ajax: Don't process non-string data property on no-entity-body requests | Dave Methvin | 2018-01-15 | 2 | -3/+34 | |
| | | | | | Fixes gh-3438 Closes gh-3781 | |||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 4 | -88/+79 | |
| | | | | Fixes gh-3214 | |||||
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 29 | -237/+268 | |
| | | | | Fixes gh-3609 | |||||
* | Build: Remove CRLF line endings to fix builds on Windows | Dave Methvin | 2018-01-09 | 1 | -1/+1 | |
| | | | Close gh-3929 | |||||
* | Tests: fix function reference for unbinding | Timmy Willison | 2018-01-08 | 1 | -4/+4 | |
| | | | | Ref gh-2958 | |||||
* | Build: Fix UglifyJS output in Android 4.0; update uglify | Timmy Willison | 2018-01-08 | 2 | -2/+7 | |
| | | | | | | | - Thanks to @mgol for first pass Fixes gh-3743 Close gh-3920 | |||||
* | Tests: only run ontimeout test if ontimeout exists | Timmy Willison | 2018-01-08 | 1 | -16/+20 | |
| | | | | | Fixes gh-3742 Close gh-3919 | |||||
* | Ajax: add unit test for getScript(Object) | Timmy Willison | 2018-01-08 | 1 | -0/+18 | |
| | | | | | Fixes gh-3736 Close gh-3918 | |||||
* | Attributes: allow array param in add/remove/toggleClass | Timmy Willison | 2018-01-08 | 2 | -8/+69 | |
| | | | | | | | | | +30 bytes instead of +182 Thanks to @faisaliyk for the first pass on this feature. Fixes gh-3532 Close gh-3917 | |||||
* | Manipulation: use `.children` to select tbody elements | Timmy Willison | 2018-01-08 | 1 | -1/+1 | |
| | | | | | - selectors beginning with a child combinator are not valid natively. This fixes the tests when using selector-native.js | |||||
* | Core: deprecate jQuery.proxy (not slated for removal) | Timmy Willison | 2018-01-08 | 6 | -87/+91 | |
| | | | | | Fixes gh-2958 Close gh-3885 | |||||
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 10 | -17/+15 | |
| | | | | | Fixes gh-2959 Close gh-3884 | |||||
* | Core: adjust data tests to ensure proper camelCasing | Timmy Willison | 2018-01-08 | 2 | -30/+99 | |
| | | | | | - Add back camelCase to the public object (deprecate not remove) Ref #3384 | |||||
* | Core: make camelCase function available only for internal usage | Nilton Cesar | 2018-01-08 | 9 | -58/+66 | |
| | | | | | Close gh-3604 Fixes gh-3384 | |||||
* | Build: Only run browser tests in one Node version on Travis | Michał Gołębiowski-Owczarek | 2018-01-03 | 2 | -2/+13 | |
| | | | | Ref gh-3744 Closes gh-3894 | |||||
* | Tests: Add support for running unit tests via grunt with karma | Timo Tijhof | 2017-12-18 | 60 | -1859/+2566 | |
| | | | | | | | | | | | | | - Update QUnit to 1.23.1 - Remove unused dl#dl from test/index.html - Remove unused map#imgmap from test/index.html - Ensure all urls to data use baseURI - Add the 'grunt karma:main' task - customContextFile & customDebugFile - Add 'npm run jenkins' script Close gh-3744 Fixes gh-1999 | |||||
* | Docs: Create CODE_OF_CONDUCT.md | Timmy Willison | 2017-12-11 | 1 | -0/+3 | |
| | | | | Close gh-3865 | |||||
* | CSS: Correctly set support properties with non-default zoom | Saptak Sengupta | 2017-12-05 | 3 | -3/+42 | |
| | | | | Fixes gh-3808 Closes gh-3872 | |||||
* | Manipulation: Reduce size by eliminating single-use variable | Richard Gibson | 2017-11-22 | 1 | -5/+2 | |
| | | | Closes gh-3851 | |||||
* | Tests: Add iOS 11 support test results | Michał Gołębiowski-Owczarek | 2017-11-20 | 1 | -0/+18 | |
| | ||||||
* | Build: Test on Node.js 9 | Michał Gołębiowski-Owczarek | 2017-11-06 | 1 | -0/+1 | |
| | | | Closes gh-3840 | |||||
* | Tests: Add Safari 11 support test results | Michał Gołębiowski-Owczarek | 2017-10-18 | 1 | -0/+18 | |
| | ||||||
* | Tests: Make Node tests work for paths with spaces in them | Michał Gołębiowski-Owczarek | 2017-10-18 | 2 | -3/+3 | |
| | | | | | | Without this patch Jenkins tests fail as jQuery job names there contain spaces, e.g. "jQuery Core". Closes gh-3821 | |||||
* | Build: Remove package-lock.json, add it to .gitignore | Michał Gołębiowski-Owczarek | 2017-09-25 | 2 | -5624/+1 | |
| | | | | | | | | | | | | | | | | | | npm 5, even the version included in the latest Node.js 8.5.0 re-generates `package-lock.json` on each install. And when it does on a system that doesn't support all the optional dependencies that are supported on the OS where the lockfile was generated, it removes those optional deps from the lockfile. The effect is that everyone firing `npm install` on our repo on any OS other than macOS will immediately get a dirty state of the repo as the `fsevents` dependency subtree gets removed from `package-lock.json`. That's a really bad experience. This commit removes package-lock.json from the repository and adds it to .gitignore. We'll start committing the file again once the issue is resolved on npm's part. Fixes gh-3792 | |||||
* | Build: increase timeout in Promises/A+ tests 10 times | Michał Gołębiowski-Owczarek | 2017-09-25 | 1 | -3/+6 | |
| | | | | | | | The promises-aplus-tests sets up a default 200 ms Mocha timeout. This makes our tests randomly fail on Jenkins. 2 seconds will be safer. Closes gh-3791 | |||||
* | Build: Drop cross-spawn, use child_process.spawn shell option | Michał Gołębiowski-Owczarek | 2017-09-25 | 5 | -58/+11 | |
| | ||||||
* | Build: Update to Babel 7, use for-of plugin instead of preset-es2015 | Henry Zhu | 2017-09-25 | 4 | -767/+341 | |
| | | | Closes gh-3786 | |||||
* | CSS: Detect more WebKit styles erroneously reported as percentages | Richard Gibson | 2017-09-18 | 6 | -29/+30 | |
| | | | | | Ref 692f9d4db30c9c6c4f6bc76005cf153586202fa6 Fixes gh-3777 Closes gh-3778 | |||||
* | Tests: Update lineHeight adjustments to give Android more slop | Richard Gibson | 2017-09-08 | 1 | -9/+9 | |
| |