| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #11736. Remove deprecated Deferred.isResolved/isRejected. | Dave Methvin | 2012-05-11 | 1 | -3/+1 |
* | Update qunit submodule from 1.3.0pre to 1.6.0pre, close gh-761 | Timo Tijhof | 2012-05-06 | 1 | -0/+0 |
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ... | jaubourg | 2012-05-06 | 2 | -0/+18 |
* | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready... | jaubourg | 2012-05-06 | 2 | -0/+22 |
* | 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 | 5 | -72/+37 |
* | Adds unit test to show order of parameters in the load callback are off for e... | jaubourg | 2012-05-02 | 1 | -0/+42 |
* | Makes test message more meaningful. | jaubourg | 2012-05-02 | 1 | -1/+1 |
* | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 1 | -1/+19 |
* | Gandalf the Grey says you shall not leak globals, even in the depths of Unit ... | jaubourg | 2012-04-30 | 1 | -1/+1 |
* | Update dimensions unit tests from changes in #11604 | Mike Sherov | 2012-04-27 | 1 | -8/+8 |
* | Regression: makes sure that all instances of a callback are removed. Unit tes... | jaubourg | 2012-04-25 | 1 | -0/+15 |
* | How about we save 62 bytes? Also ensure that the arguments array given to fir... | jaubourg | 2012-04-25 | 1 | -5/+19 |
* | Adds a unit test to control options are being copied by jQuery.Callbacks inte... | jaubourg | 2012-04-25 | 1 | -0/+18 |
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 11 | -45/+136 |
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 2 | -4/+65 |
* | Enforce 20s timeout for all unit tests. | Timo Tijhof | 2012-04-20 | 1 | -4/+20 |
* | Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf... | jaubourg | 2012-04-20 | 1 | -2/+43 |
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -1/+9 |
* | Make test async to please Opera 11.1; supplements #11500 | Rick Waldron | 2012-04-16 | 1 | -1/+2 |
* | Fix some stragglers | Yehuda Katz | 2012-04-15 | 2 | -16/+10 |
* | Remove Ajax requirement for simple XML tests | Yehuda Katz | 2012-04-15 | 4 | -47/+78 |
* | Amends #10324. Remove object markup fixture; create programmatically | Rick Waldron | 2012-04-11 | 2 | -3/+2 |
* | Followup on #10324. Eliminate duplicate name attribute. | Dave Methvin | 2012-04-10 | 1 | -1/+1 |
* | Fix #11500. Allow triggered, simulated change events. | Rick Waldron | 2012-04-10 | 1 | -0/+10 |
* | Fix #10324. IE9 fumbles the innerHTML on object elements. | Rick Waldron | 2012-04-10 | 2 | -1/+11 |
|\ |
|
| * | Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324 | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -0/+1 |
| * | Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png) | Rick Waldron waldron.rick@gmail.com | 2012-03-23 | 1 | -1/+10 |
* | | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr(). | Arne de Bree | 2012-04-10 | 1 | -0/+13 |
* | | Fix 11004. getWH() box-sizing:border-box includes padding and border. | Mike Sherov | 2012-04-10 | 1 | -0/+12 |
* | | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support. | Mike Sherov | 2012-04-06 | 1 | -4/+53 |
* | | Fix #10996, simplify offset code by forsaking ancient browsers. | Mike Sherov | 2012-04-05 | 1 | -24/+0 |
* | | Fix #11543: .has should work on detached elements. | Richard Gibson | 2012-04-05 | 1 | -3/+12 |
* | | Fixes #11338, .replaceWith should work on detached nodes. | Oleg | 2012-04-05 | 1 | -2/+5 |
* | | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE. | cmcnulty | 2012-04-05 | 1 | -0/+13 |
* | | Fix #8653, .param() undefined/null values become empty strings | tsinha | 2012-04-05 | 1 | -6/+9 |
* | | Followup to #11469; add test case and clarify code. | Sindre Sorhus | 2012-04-04 | 1 | -0/+9 |
* | | Fix #11435. Remove obsolete test code. | Andy Monat | 2012-04-04 | 1 | -6/+0 |
* | | Merge branch '1.8/#11011/Callbacks' into 1.8pre | jaubourg | 2012-04-03 | 1 | -135/+157 |
|\ \ |
|
| * | | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t... | jaubourg | 2012-04-02 | 1 | -135/+157 |
* | | | Merge branch '1.8/#11010/Deferred' into 1.8pre | jaubourg | 2012-04-03 | 1 | -33/+37 |
|\ \ \ |
|
| * | | | Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ... | jaubourg | 2012-04-02 | 1 | -33/+37 |
| |/ / |
|
* | | | For much improved consistency, jqXHR.abort() sets a default statusText of 'ca... | jaubourg | 2012-04-02 | 1 | -2/+2 |
* | | | $.ajax now always returns an object implementing the Promise interface. Fixes... | jaubourg | 2012-04-02 | 1 | -7/+12 |
|/ / |
|
* / | Update Sizzle and add test for sizzle getText fix. Removes usage of innerText... | timmywil | 2012-03-30 | 1 | -1/+5 |
|/ |
|
* | 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 |
* | Prevents firefox from hanging on the test (could it be that firefox passes th... | jaubourg | 2012-03-07 | 1 | -1/+3 |
* | Makes parseXML act like parseJSON when given an empty or non-string input: no... | jaubourg | 2012-03-07 | 1 | -1/+13 |
* | Fixes #11264 or rather seriously limits the risk of global ajaxSettings screw... | jaubourg | 2012-03-07 | 2 | -0/+21 |