Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes #10693, generalizes the "test something in an iframe" code when a ↵ | Mike Sherov | 2012-02-23 | 1 | -0/+32 | |
| | | | | callback isn't needed | |||||
* | fixes #10901, PHP required for unit tests, but still allow the tests to run | Mike Sherov | 2012-02-16 | 1 | -1/+2 | |
| | ||||||
* | Fix #10691. Remove all instances of equals() and same(), as these are ↵ | Mike Sherov | 2011-11-06 | 1 | -5/+5 | |
| | | | | deprecated in QUnit. | |||||
* | Add a way to fire native events using dispatchEvent/fireEvent in ↵ | timmywil | 2011-10-28 | 1 | -1/+15 | |
| | | | | testinit.js; fixes failing click test in FF3.6 | |||||
* | Landing pull request 331. Add support for registering jQuery as an AMD ↵ | jrburke | 2011-09-19 | 1 | -1/+13 | |
|\ | | | | | | | | | | | | | | | module. Fixes #7102. More Details: - https://github.com/jquery/jquery/pull/331 - http://bugs.jquery.com/ticket/7102 | |||||
| * | Add support for registering jQuery as an AMD module. Only does so if the AMD ↵ | jrburke | 2011-04-16 | 1 | -1/+13 | |
| | | | | | | | | loader indicates it has special allowances for multiple versions of jQuery being loaded in a page. | |||||
* | | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, ↵ | timmywil | 2011-09-19 | 1 | -2/+1 | |
|/ | | | | | | #9261, #9570, #10178. Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178. | |||||
* | Update unit tests with a leak detection mechanism for the various jQuery ↵ | Colin Snover | 2011-01-09 | 1 | -0/+49 | |
| | | | | globals and fix all leaks in the tests. | |||||
* | Revert "Register as a CommonJS async module if in that kind of environment. ↵ | wycats | 2011-01-05 | 1 | -6/+1 | |
| | | | | | | | | | | Fixes #7102." This reverts commit 6ffa730721a8ebcd128f3dc202706e46d9cfe249. Conflicts: src/core.js | |||||
* | Register as a CommonJS async module if in that kind of environment. Fixes #7102. | jrburke | 2010-12-27 | 1 | -1/+6 | |
| | ||||||
* | Fixed the q() method to use same instead of isSet. | John Resig | 2009-09-29 | 1 | -2/+2 | |
| | ||||||
* | Moved some jQuery-specific test methods into the core module. | John Resig | 2009-09-29 | 1 | -0/+43 | |
| | ||||||
* | Moved the init test script off into a separate file. | John Resig | 2009-09-29 | 1 | -0/+4 | |