aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testinit.js
Commit message (Collapse)AuthorAgeFilesLines
...
* fixes #10693, generalizes the "test something in an iframe" code when a ↵Mike Sherov2012-02-231-0/+32
| | | | callback isn't needed
* fixes #10901, PHP required for unit tests, but still allow the tests to runMike Sherov2012-02-161-1/+2
|
* Fix #10691. Remove all instances of equals() and same(), as these are ↵Mike Sherov2011-11-061-5/+5
| | | | deprecated in QUnit.
* Add a way to fire native events using dispatchEvent/fireEvent in ↵timmywil2011-10-281-1/+15
| | | | testinit.js; fixes failing click test in FF3.6
* Landing pull request 331. Add support for registering jQuery as an AMD ↵jrburke2011-09-191-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 ↵jrburke2011-04-161-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, ↵timmywil2011-09-191-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 Snover2011-01-091-0/+49
| | | | globals and fix all leaks in the tests.
* Revert "Register as a CommonJS async module if in that kind of environment. ↵wycats2011-01-051-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.jrburke2010-12-271-1/+6
|
* Fixed the q() method to use same instead of isSet.John Resig2009-09-291-2/+2
|
* Moved some jQuery-specific test methods into the core module.John Resig2009-09-291-0/+43
|
* Moved the init test script off into a separate file.John Resig2009-09-291-0/+4