aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/deferred.js
Commit message (Collapse)AuthorAgeFilesLines
* Removes isPending and introduces state as a means to retrieve the ↵jaubourg2011-10-111-4/+6
| | | | Deferred/Promise state. Unit tests amended.
* 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 ↵jaubourg2011-07-011-0/+27
| | | | original deferred, then context is updated to next deferred in the chain. Unit tests added.
* Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ↵jaubourg2011-05-091-2/+10
| | | | throwing an exception. Silly, silly, me.
* 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 ↵jaubourg2011-03-031-0/+222
been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).