Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -285/+16 |
| | |||||
* | Lint JSON manifests during development | Timmy Willison | 2013-07-19 | 1 | -7/+12 |
| | |||||
* | Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵ | Michał Gołębiowski | 2013-07-11 | 1 | -8/+4 |
| | | | | Close gh-1283. | ||||
* | Include Sizzle and Qunit with bower. Fixes #14118. | Timmy Willison | 2013-07-10 | 1 | -3/+2 |
| | |||||
* | Support CommonJS environments by accentuating the need for a window with a ↵ | Timmy Willison | 2013-07-04 | 1 | -2/+0 |
| | | | | document. Fixes #13768. | ||||
* | Revert "Fix #13983. Switch to //# for sourcemaps." | Dave Methvin | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | | Per the discussion here: https://code.google.com/p/chromium/issues/detail?id=256636 Thanks to the Chrome team for the quick response! This reverts commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99. | ||||
* | Fix #13983. Switch to //# for sourcemaps. | Dave Methvin | 2013-07-02 | 1 | -1/+1 |
| | | | | | Normally we'd avoid doing this on a patch release, but Chrome Canary is spewing deprecation warnings already and that's generating bug tickets. | ||||
* | Build: Update testswarm task to node-testswarm 1.x API | Jörn Zaefferer | 2013-06-05 | 1 | -14/+25 |
| | |||||
* | Fix #13793. Correct source map generation bugs. Close gh-1275. | Michał Gołębiowski | 2013-05-23 | 1 | -6/+50 |
| | |||||
* | Add release time to header on uncompressed file. | Dave Methvin | 2013-05-11 | 1 | -4/+2 |
| | | | | (cherry picked from commit 71f33cc7d949e3b5661754a9075aca990d71ba1f) | ||||
* | Use grunt option with grunt.util.spawn, close gh-1255. | Kyle Robinson Young | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | Fix #13776: Add banner before generating source map. Close gh-1246. | Richard Gibson | 2013-04-18 | 1 | -19/+50 |
| | |||||
* | Change uglify compression options, close gh-1245. | Oleg | 2013-04-18 | 1 | -0/+6 |
| | |||||
* | Tell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759. Close ↵ | Michał Gołębiowski | 2013-04-15 | 1 | -0/+4 |
| | | | | gh-1239. | ||||
* | Add onevar to jshintrc, but remove the option for linting the concatenated file | Timmy Willison | 2013-04-09 | 1 | -4/+7 |
| | |||||
* | Update jshintrc to conform to new style guide. Conform to onevar and unused ↵ | Timmy Willison | 2013-04-09 | 1 | -3/+3 |
| | | | | in tests. Fixes #13755. | ||||
* | Fix #13741. Make wrap/unwrap methods optional. Close gh-1222. | Dave Methvin | 2013-04-06 | 1 | -0/+1 |
| | |||||
* | Fix #13539: Utilize Sizzle hooks. Close gh-1215. | Richard Gibson | 2013-04-05 | 1 | -1/+1 |
| | | | | (cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1) | ||||
* | Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203. | Michał Gołębiowski | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | No ticket: fix build date formatting | Richard Gibson | 2013-04-01 | 1 | -7/+1 |
| | |||||
* | No ticker: grunt_compare_size options. Close gh-1210. | Tom Fuertes | 2013-03-26 | 1 | -1/+10 |
| | |||||
* | Build selector.js from built sizzle. Update Sizzle. | Timmy Willison | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | No ticket: compare_size returns! | Richard Gibson | 2013-03-11 | 1 | -1/+1 |
| | | | | (remember to `npm install`) | ||||
* | Fix #13434: native-API selector module | Richard Gibson | 2013-02-27 | 1 | -18/+26 |
| | | | | | | | | | | | | | | | | What's out: * 6 KB * attribute not equal selector * positional selectors (:first; :eq(n); :odd; etc.) * type selectors (:input; :checkbox; :button; etc.) * state-based selectors (:animated; :visible; :hidden; etc.) * :has(selector) * custom selectors * leading combinators (e.g., $collection.find("> *")) * reliable functionality on XML fragments * requiring all parts of a selector to match elements under context (e.g., $div.find("div > *") now matches children of $div) * matching against non-elements * reliable sorting of disconnected nodes | ||||
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 1 | -0/+1 |
| | |||||
* | Fix build until next grunt rc, disable compare_size. | Dave Methvin | 2013-01-26 | 1 | -43/+46 |
| | |||||
* | Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143. | Richard Gibson | 2013-01-25 | 1 | -2/+13 |
| | | | | (cherry picked from commit ac93559eb9f18fcaec95dfdc97358b1b85bfe234) | ||||
* | Leave out the web site, you know where to find us. | Dave Methvin | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Update copyrights used in file headers. | Dave Methvin | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Fix #12886. Fix map file reference in .min.js file. | Dave Methvin | 2013-01-10 | 1 | -1/+4 |
| | | | | Cherry picked from e348b4060848b46a6c4376661c093e0f0a3ef9e7 . | ||||
* | Allow build to continue with --force on bad line endings. | Dave Methvin | 2013-01-06 | 1 | -1/+0 |
| | |||||
* | Fix #12471. Use consistent line endings in jquery.js | Dave Methvin | 2013-01-06 | 1 | -5/+14 |
| | |||||
* | Set testswarm browsersets to "popular-no-old-ie" | Rick Waldron | 2012-12-31 | 1 | -1/+1 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Put .min.js file at the end so compare_size will work. | Dave Methvin | 2012-12-23 | 1 | -2/+2 |
| | |||||
* | Put the map in the dist directory. | Dave Methvin | 2012-12-22 | 1 | -1/+1 |
| | |||||
* | Post-process map file so it has the right path. | Dave Methvin | 2012-12-22 | 1 | -32/+29 |
| | |||||
* | Make sure Jenkins can grunt jQuery right from npm install | Mike Sherov | 2012-12-19 | 1 | -5/+3 |
| | |||||
* | Add comment about where to locate grunt TODO's | Mike Sherov | 2012-12-19 | 1 | -0/+1 |
| | |||||
* | Update to Grunt 0.4, and Uglify2 with Source Maps! | Mike Sherov | 2012-12-19 | 1 | -0/+468 |