Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build:Tests: Fix custom build tests, verify on Travis; name Travis jobs | Michał Gołębiowski-Owczarek | 2020-01-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | This commit fixes unit tests for the following builds: 1. The no-deprecated build: `custom:-deprecated` 2. The current slim build: `custom:-ajax,-effects` 3. The 4.0 (#4553) slim build: `custom:-ajax,-callbacks,-deferred,-effects` It also adds separate Travis jobs for the no-deprecated & slim builds. Apart from that, add intuitive names to Travis jobs. Otherwise it's hard to see at a glance that a particular job is running on Firefox ESR, for example. Ref gh-4577 Ref gh-4596 Closes gh-4600 | ||||
* | Ajax: Deprecate AJAX event aliases, inline event/alias into deprecated | Michał Gołębiowski-Owczarek | 2020-01-21 | 1 | -1/+0 |
| | | | | | | | | | | | A new `src/deprecated` directory makes it possible to exclude some deprecated APIs from a custom build when their respective "parent" module is excluded without keeping that module outside of the `src/deprecated` directory or the `src/deprecated.js` file. Closes gh-4572 (cherry picked from 23d53928f383b0e7440bf4b08b7524e6af232fad) | ||||
* | Event: Move event aliases to deprecated | Dave Methvin | 2018-01-15 | 1 | -1/+0 |
| | | | | Fixes gh-3214 | ||||
* | Core: expose noConflict in AMD mode | Timmy Willison | 2016-08-15 | 1 | -2/+3 |
| | | | | | | | | - For compability reasons, we had already added the global in AMD mode, but without noConflict. This adds back noConflict to AMD (which fixes noConflict mode in the tests). Fixes gh-2930 | ||||
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
| | | | | Fixes gh-3073 | ||||
* | Deferred: Warn on exceptions that are likely programming errors | Dave Methvin | 2016-01-13 | 1 | -0/+1 |
| | | | | | Fixes gh-2736 Closes gh-2737 | ||||
* | Event: Separate trigger/simulate into its own module | Dave Methvin | 2015-11-06 | 1 | -0/+1 |
| | | | | | | | | Fixes gh-1864 Closes gh-2692 This also pulls the focusin/out special event into its own module, since that depends on simulate(). NB: The ajax module triggers events pretty heavily. | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -3/+3 |
| | | | | Fixes gh-2056 | ||||
* | Build: fix tests in AMD mode | Timmy Willison | 2014-12-09 | 1 | -3/+2 |
| | |||||
* | Ajax: move ajax event aliases to their own file | Timmy Willison | 2014-06-02 | 1 | -0/+1 |
| | | | | Fixes #15126 | ||||
* | Build: Add the ability to remove global exposure. | Timmy Willison | 2013-12-19 | 1 | -5/+3 |
| | | | | Ref #14016 | ||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -3/+2 |
| | |||||
* | When converting the source to AMD, don't forget to AMD | Timmy Willison | 2013-08-16 | 1 | -1/+2 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -2/+2 |
| | | | | to save 15 bytes. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+38 |
| | |||||
* | Finished up some of the reorganization. | John Resig | 2007-09-08 | 1 | -1014/+0 |
| | |||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -0/+1014 |