aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/deferred.js
Commit message (Expand)AuthorAgeFilesLines
* deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...jaubourg2012-09-131-1/+18
* Make unit tests friendly to Closure Compiler. Closes gh-845.Chad Killingsworth2012-07-051-5/+6
* Unit tests are linted and passing.Rick Waldron2012-06-211-10/+14
* Preserves context objects when multiple Deferreds are passed to $.when(). Con...jaubourg2012-05-121-6/+20
* Fix #11736. Remove deprecated Deferred.isResolved/isRejected.Dave Methvin2012-05-111-3/+1
* Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...jaubourg2012-04-021-33/+37
* 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