Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Move all external libraries to external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | Closes gh-1593 | ||||
* | Manage bower dependencies with grunt-bowercopy | Timmy Willison | 2013-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Use grunt and bower packages as local dependencies. Close gh-1433. | Timmy Willison | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | Ref 71b2ac52: Disallow 2.x bypass of environmental helper methods | Richard Gibson | 2013-11-12 | 1 | -13/+0 |
| | |||||
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 1 | -1/+2 |
| | | | | | | | | (cherry picked from commit 60a6178131afec97b68c9a45bc24459f7b8bd905) Conflicts: src/ajax/parseJSON.js | ||||
* | Woops, lint grunt file | Timmy Willison | 2013-09-10 | 1 | -1/+1 |
| | |||||
* | Map Sizzle to a path with config to allow users to put Sizzle wherever they want | Timmy Willison | 2013-09-10 | 1 | -1/+6 |
| | |||||
* | Convert testrunner to an AMD module and ensure jQuery is on the page when ↵ | Timmy Willison | 2013-09-06 | 1 | -4/+2 |
| | | | | executing the testrunner (another race condition amplified by swarm) | ||||
* | Pass all tests (and load Sizzle fixture correctly) when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -27/+14 |
| | |||||
* | Use window.QUnit to detect the top window when loading with AMD | Timmy Willison | 2013-08-29 | 1 | -1/+3 |
| | |||||
* | Fix tests for testswarm | Timmy Willison | 2013-08-19 | 1 | -2/+1 |
| | |||||
* | Correct QUnit check, this might fix swarm failures | Oleg | 2013-08-19 | 1 | -2/+2 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -5/+77 |
| | |||||
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -0/+5 |