| Commit message (Expand) | Author | Age | Files | Lines |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 16 | -21/+21 |
* | Fix #11724, $(document).height() in Firefox 12. Closes gh-802. | Mike Sherov | 2012-05-31 | 1 | -0/+10 |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -1/+1 |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -5/+6 |
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 1 | -1/+1 |
* | Minor test suite adjustments | timmywil | 2012-05-28 | 1 | -9/+13 |
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 4 | -12/+12 |
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 1 | -9/+0 |
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ... | jaubourg | 2012-05-06 | 1 | -0/+10 |
* | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready... | jaubourg | 2012-05-06 | 1 | -0/+17 |
* | reduce complexity of ready further, and try manipulating DOM to make sure we'... | Mike Sherov | 2012-05-04 | 2 | -0/+2 |
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 4 | -64/+32 |
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 9 | -15/+113 |
* | Enforce 20s timeout for all unit tests. | Timo Tijhof | 2012-04-20 | 1 | -4/+20 |
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 1 | -1/+50 |
* | Revert "No more php/js logic duplication..." on a hunch. | Dave Methvin | 2012-03-07 | 1 | -59/+103 |
* | Makes sure start is always called with default context and no arguments. Shou... | jaubourg | 2012-03-07 | 1 | -1/+9 |
* | Fixes #11264 or rather seriously limits the risk of global ajaxSettings screw... | jaubourg | 2012-03-07 | 1 | -0/+1 |
* | Fixes #11426: getting the responseText of an xhr should be tried/caught becau... | jaubourg | 2012-03-07 | 1 | -0/+0 |
* | Not testing his code properly makes Julian a silly coder. | jaubourg | 2012-03-07 | 1 | -2/+2 |
* | No more php/js logic duplication. Ensures modules are still loaded separately... | jaubourg | 2012-03-07 | 1 | -103/+59 |
* | Fix #3838, $(document).height() incorrect in IE6 | Mike Sherov | 2012-03-02 | 2 | -0/+28 |
* | Fix #7986. $.support.boxModel shan't be fooled by page-level CSS. | Mike Sherov | 2012-02-24 | 1 | -0/+7 |
* | fixes #10693, generalizes the "test something in an iframe" code when a callb... | Mike Sherov | 2012-02-23 | 1 | -0/+32 |
* | fixes #10901, PHP required for unit tests, but still allow the tests to run | Mike Sherov | 2012-02-16 | 2 | -4/+10 |
* | Fix #11257. Correct path to source files. | Rick Waldron | 2012-01-30 | 1 | -3/+2 |
* | Fix #10931: Make unit tests work without web access. | Richard Gibson | 2012-01-12 | 1 | -2/+2 |
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 14 | -186/+114 |
* | Remove the invisible body in support; Add temporary tests to verify correct s... | timmywil | 2011-11-17 | 1 | -1/+1 |
* | Fix error in test suite from testElementCrash.html; did not have callbacks.js | timmywil | 2011-11-16 | 1 | -0/+1 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 2 | -11/+5 |
* | Pass iframe support tests at doc ready. Fixes support fail in FF7 | timmywil | 2011-10-31 | 1 | -1/+3 |
* | Add a way to fire native events using dispatchEvent/fireEvent in testinit.js;... | timmywil | 2011-10-28 | 1 | -1/+15 |
* | Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown el... | timmywil | 2011-10-23 | 1 | -0/+3 |
* | Run ajax tests in swarm | timmywil | 2011-10-13 | 1 | -1/+1 |
* | Update sizzle; Add sizzle cache collision iframe test. Fixes #8539. | timmywil | 2011-10-13 | 2 | -22/+62 |
* | Landing pull request 331. Add support for registering jQuery as an AMD module... | jrburke | 2011-09-19 | 1 | -1/+13 |
|\ |
|
| * | Add support for registering jQuery as an AMD module. Only does so if the AMD ... | jrburke | 2011-04-16 | 1 | -1/+13 |
* | | Removing topic.js as it will be a plugin | timmywil | 2011-09-19 | 11 | -10/+1 |
* | | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 10 | -0/+20 |
* | | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92... | timmywil | 2011-09-19 | 2 | -2/+133 |
* | | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385" | timmywil | 2011-08-26 | 1 | -2/+2 |
* | | Revert "Updated version numbers; Fixes #9385" | timmywil | 2011-08-26 | 1 | -2/+2 |
* | | Add test page for crashing IE8 when the testElement in support has a backgrou... | timmywil | 2011-08-04 | 1 | -0/+19 |
* | | Merge pull request #416 from gnarf37/ticket_6652 | Dave Methvin | 2011-08-04 | 1 | -0/+2 |
|\ \ |
|
| * | | Unit test for #6652 | Corey Frang | 2011-07-13 | 1 | -0/+2 |
* | | | Merge pull request #417 from rwldrn/9385 | Dave Methvin | 2011-08-04 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Updated version numbers; Fixes #9385 | rwldrn | 2011-06-23 | 1 | -2/+2 |
| * | | | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385 | rwldrn | 2011-06-20 | 1 | -2/+2 |
| |/ / |
|
* | | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i... | jaubourg | 2011-07-23 | 1 | -0/+5 |