Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -2/+2 |
| | |||||
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 1 | -26/+26 |
| | |||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 1 | -1/+1 |
| | |||||
* | Remove the relatedTarget adjustment for mouseenter/leave events, it's an ↵ | Dave Methvin | 2011-09-19 | 1 | -5/+19 |
| | | | | ambiguous case anyway and it is expensive to do. | ||||
* | Fix the special event handler for mouseover/out events. | Dave Methvin | 2011-09-19 | 1 | -1/+1 |
| | | | | And use the /dist version of jquery.js, willya? | ||||
* | Split out mouse hover/enter/leave tests into a separate file and add several ↵ | Dave Methvin | 2011-09-19 | 1 | -0/+144 |
more scenarios. |