| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: code style fixes after all those reverts | Oleg Gaidarenko | 2015-12-22 | 1 | -13/+17 |
* | Revert "Deferred: Backwards-compatible standards interoperability" | Oleg Gaidarenko | 2015-12-22 | 1 | -243/+38 |
* | Revert "Deferred: add .catch handler" | Oleg Gaidarenko | 2015-12-22 | 1 | -3/+0 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -24/+33 |
* | Core: Support non-browser environments | Michał Gołębiowski | 2015-08-16 | 1 | -1/+1 |
* | Deferred: add .catch handler | Timmy Willison | 2015-07-06 | 1 | -0/+3 |
* | Deferred: Always handle progress callbacks before done/fail | Richard Gibson | 2015-04-22 | 1 | -29/+32 |
* | Deferred: Backwards-compatible standards interoperability | Richard Gibson | 2015-03-20 | 1 | -29/+222 |
* | Deferred: Fix $.when with resolved deferred and progress callbacks | Nicolas HENRY | 2014-12-25 | 1 | -2/+2 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -3/+8 |
* | Fix some code style inconsistencies | Oleg | 2013-11-07 | 1 | -2/+3 |
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -2/+9 |
* | Removed an unneeded variable | terrycojones | 2013-08-08 | 1 | -3/+2 |
* | Propagate context of returned deferred object in Deferred.then(). Fixes #13160. | nanto | 2013-01-08 | 1 | -16/+13 |
* | Deferred: .resolve(), .reject() and .notify() now set the callback context to... | jaubourg | 2012-12-07 | 1 | -3/+6 |
* | deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed... | jaubourg | 2012-09-13 | 1 | -1/+1 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -5/+2 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -5/+1 |
* | Preserves context objects when multiple Deferreds are passed to $.when(). Con... | jaubourg | 2012-05-12 | 1 | -12/+16 |
* | Fix #11736. Remove deprecated Deferred.isResolved/isRejected. | Dave Methvin | 2012-05-11 | 1 | -3/+0 |
* | Gains 1 more byte min/gz and reminds that isResolved and isRejected are depre... | jaubourg | 2012-04-28 | 1 | -2/+2 |
* | code compression | Richard Gibson | 2012-04-26 | 1 | -8/+11 |
* | Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ... | jaubourg | 2012-04-25 | 1 | -89/+86 |
* | Remove moot second argument from `slice.call()` | Sindre Sorhus | 2012-04-04 | 1 | -3/+3 |
* | Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ... | jaubourg | 2012-04-02 | 1 | -8/+10 |
* | Have Deferred.always return the object onto which it is currently attached to... | jaubourg | 2011-11-09 | 1 | -1/+2 |
* | Core styleguide cleanup. Fixes #10586 | Rick Waldron | 2011-10-26 | 1 | -2/+2 |
* | Removes isPending and introduces state as a means to retrieve the Deferred/Pr... | jaubourg | 2011-10-11 | 1 | -6/+12 |
* | isProgressing becomes isPending. Unit tests added. | jaubourg | 2011-10-04 | 1 | -1/+1 |
* | Trimmed down $.Callbacks and $.Deferred. | jaubourg | 2011-09-21 | 1 | -25/+24 |
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -146/+86 |
* | Fixes #9446. Context is properly propagated using pipe. If context was the or... | jaubourg | 2011-07-01 | 1 | -1/+1 |
* | Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case ne... | timmywil | 2011-06-08 | 1 | -3/+2 |
* | Add catch block to try/finally in deferred. Fixes #9033. Test case needed. | timmywil | 2011-06-07 | 1 | -2/+3 |
* | Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ... | jaubourg | 2011-05-09 | 1 | -1/+1 |
* | Applies exception in Style Guidelines regarding objects and functions when th... | jaubourg | 2011-04-08 | 1 | -2/+2 |
* | Renames chain as pipe. | jaubourg | 2011-04-08 | 1 | -3/+2 |
* | Adds always and chain methods to deferreds. | jaubourg | 2011-04-07 | 1 | -2/+30 |
* | Fixes #8692. Strange FF4 bug: values changed onto the arguments object someti... | jaubourg | 2011-03-30 | 1 | -1/+4 |
* | Moves Deferred-related code into a separate module. Context handling has been... | jaubourg | 2011-03-03 | 1 | -0/+169 |