aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/deferred.js
Commit message (Expand)AuthorAgeFilesLines
* Have Deferred.always return the object onto which it is currently attached to...jaubourg2011-11-091-0/+13
* Fix #10691. Remove all instances of equals() and same(), as these are depreca...Mike Sherov2011-11-061-3/+3
* Removes isPending and introduces state as a means to retrieve the Deferred/Pr...jaubourg2011-10-111-4/+6
* isProgressing becomes isPending. Unit tests added.jaubourg2011-10-041-1/+4
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-117/+100
* Fixes #9446. Context is properly propagated using pipe. If context was the or...jaubourg2011-07-011-0/+27
* Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ...jaubourg2011-05-091-2/+10
* Renames chain as pipe.jaubourg2011-04-081-16/+16
* Adds always and chain methods to deferreds.jaubourg2011-04-071-126/+252
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-0/+222