aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-251-2/+2
* Tweak test for #11743 in an attempt to placate Jenkins.Dave Methvin2012-06-111-0/+1
* Test: Remove unused file "include_js.php", closes gh-820.Timo Tijhof2012-06-111-106/+0
* Here is hoping everything works with the full build and the build without aja...jaubourg2012-06-111-2/+2
* Prevent total unit test meltdown ... and now over to @jaubourg!Dave Methvin2012-06-111-1/+1
* Some work to modularize ajax later on.jaubourg2012-06-111-1/+1
* Fix #11857. Modularize css.js, add dependency management. Closes gh-816.Mike Sherov2012-06-101-3/+2
* Relativize all urls pertaining to dist/jquery.js so users can run their serve...timmywil2012-06-0417-17/+21
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-0416-21/+21
* Fix #11724, $(document).height() in Firefox 12. Closes gh-802.Mike Sherov2012-05-311-0/+10
* Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.Richard Gibson2012-05-311-1/+1
* Add quick-start documentation for testing with QUnit and using jQuery's helpe...timmywil2012-05-291-5/+6
* Fix #11767. Modularize build and unit tests for exluding effects.Richard Gibson2012-05-281-1/+1
* Minor test suite adjustmentstimmywil2012-05-281-9/+13
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-184-12/+12
* Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.Mike Sherov2012-05-151-9/+0
* Fixes #11402. domManip now also removes the closing part of HTML comments or ...jaubourg2012-05-061-0/+10
* Transform $.bindReady into $.ready.promise. It is now possible to use $.ready...jaubourg2012-05-061-0/+17
* reduce complexity of ready further, and try manipulating DOM to make sure we'...Mike Sherov2012-05-042-0/+2
* remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-044-64/+32
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-239-15/+113
* Enforce 20s timeout for all unit tests.Timo Tijhof2012-04-201-4/+20
* Remove Ajax requirement for simple XML testsYehuda Katz2012-04-151-1/+50
* Revert "No more php/js logic duplication..." on a hunch.Dave Methvin2012-03-071-59/+103
* Makes sure start is always called with default context and no arguments. Shou...jaubourg2012-03-071-1/+9
* Fixes #11264 or rather seriously limits the risk of global ajaxSettings screw...jaubourg2012-03-071-0/+1
* Fixes #11426: getting the responseText of an xhr should be tried/caught becau...jaubourg2012-03-071-0/+0
* Not testing his code properly makes Julian a silly coder.jaubourg2012-03-071-2/+2
* No more php/js logic duplication. Ensures modules are still loaded separately...jaubourg2012-03-071-103/+59
* Fix #3838, $(document).height() incorrect in IE6Mike Sherov2012-03-022-0/+28
* Fix #7986. $.support.boxModel shan't be fooled by page-level CSS.Mike Sherov2012-02-241-0/+7
* fixes #10693, generalizes the "test something in an iframe" code when a callb...Mike Sherov2012-02-231-0/+32
* fixes #10901, PHP required for unit tests, but still allow the tests to runMike Sherov2012-02-162-4/+10
* Fix #11257. Correct path to source files.Rick Waldron2012-01-301-3/+2
* Fix #10931: Make unit tests work without web access.Richard Gibson2012-01-121-2/+2
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-1114-186/+114
* Remove the invisible body in support; Add temporary tests to verify correct s...timmywil2011-11-171-1/+1
* Fix error in test suite from testElementCrash.html; did not have callbacks.jstimmywil2011-11-161-0/+1
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-062-11/+5
* Pass iframe support tests at doc ready. Fixes support fail in FF7timmywil2011-10-311-1/+3
* Add a way to fire native events using dispatchEvent/fireEvent in testinit.js;...timmywil2011-10-281-1/+15
* Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown el...timmywil2011-10-231-0/+3
* Run ajax tests in swarmtimmywil2011-10-131-1/+1
* Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.timmywil2011-10-132-22/+62
* Landing pull request 331. Add support for registering jQuery as an AMD module...jrburke2011-09-191-1/+13
|\
| * Add support for registering jQuery as an AMD module. Only does so if the AMD ...jrburke2011-04-161-1/+13
* | Removing topic.js as it will be a plugintimmywil2011-09-1911-10/+1
* | $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-1910-0/+20
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92...timmywil2011-09-192-2/+133
* | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-261-2/+2