Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -16/+0 |
| | |||||
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 1 | -1/+4 |
| | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -1/+1 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 1 | -19/+1 |
| | |||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+1 |
| | | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). | ||||
* | Add another tweak for handling CSP - we need to make sure that we don't ↵ | John Resig | 2011-01-18 | 1 | -0/+30 |
trigger any eval on load (not sure if it's the best tweak, definitely not ideal). Add a test page as well so that it's easier to catch problem. |