Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 17 | -0/+32 |
| | | | | Fixes gh-3073 | ||||
* | Core: Simplify isPlainObject | Richard Gibson | 2016-04-04 | 3 | -0/+13 |
| | | | | | Fixes gh-2986 Close gh-2998 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 14 | -30/+32 |
| | | | | Fixes gh-2056 | ||||
* | Core: Switch from modules to just window.setTimeout etc. | Michał Gołębiowski | 2015-06-17 | 4 | -12/+0 |
| | | | | | | Using modules for window.setTimeout etc. made those functions cached and disabled Sinon mocking, making effects tests fail. Just writing window.setTimeout directly is smaller anyway. | ||||
* | Core: Use window.setTimeout & friends instead of global equivalents | Michał Gołębiowski | 2015-06-17 | 4 | -0/+12 |
| | | | | Fixes gh-2177 | ||||
* | CSS: Support relative adjustment in any applicable unit | Mr21 | 2015-03-09 | 1 | -0/+7 |
| | | | | | Fixes gh-1711 Closes gh-2011 | ||||
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 2 | -0/+8 |
| | | | | | Fixes gh-1950 Closes gh-1949 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+0 |
| | |||||
* | Core: Remove native String#trim usage to save size | Michał Gołębiowski | 2014-03-04 | 1 | -3/+0 |
| | | | | Fixes #14794 | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -4/+0 |
| | | | | across all modules) | ||||
* | Add AMD+CommonJS capabilities to the build script (for modules with long ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | unreadable dependency lists) | ||||
* | Move parsing methods to their own files (separates manipulation dependency ↵ | Timmy Willison | 2013-09-08 | 1 | -0/+4 |
| | | | | from core) | ||||
* | No ticket. Restore checking individual src/**/*.js files by jsHint. | Michał Gołębiowski | 2013-09-06 | 12 | -14/+14 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -0/+4 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 12 | -0/+48 |