aboutsummaryrefslogtreecommitdiffstats
path: root/src/deferred.js
Commit message (Expand)AuthorAgeFilesLines
* Core styleguide cleanup. Fixes #10586Rick Waldron2011-10-261-2/+2
* Removes isPending and introduces state as a means to retrieve the Deferred/Pr...jaubourg2011-10-111-6/+12
* isProgressing becomes isPending. Unit tests added.jaubourg2011-10-041-1/+1
* Trimmed down $.Callbacks and $.Deferred.jaubourg2011-09-211-25/+24
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-146/+86
* Fixes #9446. Context is properly propagated using pipe. If context was the or...jaubourg2011-07-011-1/+1
* Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case ne...timmywil2011-06-081-3/+2
* Add catch block to try/finally in deferred. Fixes #9033. Test case needed.timmywil2011-06-071-2/+3
* Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ...jaubourg2011-05-091-1/+1
* Applies exception in Style Guidelines regarding objects and functions when th...jaubourg2011-04-081-2/+2
* Renames chain as pipe.jaubourg2011-04-081-3/+2
* Adds always and chain methods to deferreds.jaubourg2011-04-071-2/+30
* Fixes #8692. Strange FF4 bug: values changed onto the arguments object someti...jaubourg2011-03-301-1/+4
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-0/+169