| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #11542. document.body should not be special in .offset() and document.doc... | Daniel Gálvez | 2012-10-24 | 1 | -1/+3 |
* | Fix #12048. Set attributes for XML fragments. Close gh-965. | Sai Wong | 2012-10-20 | 1 | -0/+15 |
* | no ticket: fix jQuery suite failure on Android | Richard Gibson | 2012-10-17 | 1 | -1/+1 |
* | Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden ... | Mike Petrovich | 2012-10-16 | 1 | -0/+23 |
* | Remove duplicate expect. Add QUnit.config.requireExpects to testrunner.js QUn... | Rick Waldron | 2012-10-15 | 1 | -0/+3 |
* | Test: Clean up and fix misc issues | Timo Tijhof | 2012-10-09 | 2 | -7/+7 |
* | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 4 | -102/+0 |
* | Fix #12266. IE9/10 says document[0] is document.frames[0]? Close gh-903. | Elijah Manor | 2012-08-22 | 1 | -0/+36 |
* | Neuter the partialLoadReady test until it's ngnix-ready | Dave Methvin | 2012-08-22 | 1 | -3/+3 |
* | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 2 | -1/+41 |
* | Don't expect QUnit to clean up jQuery internal data. Close gh-883. | Dave Methvin | 2012-08-19 | 1 | -2/+9 |
* | Really support subproject tests in testswarm, closes gh-868 | Richard Gibson | 2012-07-22 | 1 | -61/+107 |
* | Let subproject tests use their own test fixture. Closes gh-867. | Dave Methvin | 2012-07-19 | 1 | -0/+74 |
* | Image location is relative to css file, not html file. | Dave Methvin | 2012-07-12 | 1 | -1/+1 |
* | Fix #11547. toLowerCase not work good on XML attributes. | Dave Methvin | 2012-07-11 | 1 | -1/+1 |
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 5 | -23/+57 |
* | Fix #11971: force numeric animation start to be numeric, closes gh-836. | Richard Gibson | 2012-07-05 | 1 | -1/+4 |
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue... | Rick Waldron | 2012-06-25 | 1 | -2/+2 |
* | Tweak test for #11743 in an attempt to placate Jenkins. | Dave Methvin | 2012-06-11 | 1 | -0/+1 |
* | Test: Remove unused file "include_js.php", closes gh-820. | Timo Tijhof | 2012-06-11 | 1 | -106/+0 |
* | Here is hoping everything works with the full build and the build without aja... | jaubourg | 2012-06-11 | 1 | -2/+2 |
* | Prevent total unit test meltdown ... and now over to @jaubourg! | Dave Methvin | 2012-06-11 | 1 | -1/+1 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -1/+1 |
* | Fix #11857. Modularize css.js, add dependency management. Closes gh-816. | Mike Sherov | 2012-06-10 | 1 | -3/+2 |
* | Relativize all urls pertaining to dist/jquery.js so users can run their serve... | timmywil | 2012-06-04 | 17 | -17/+21 |
* | 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 |