aboutsummaryrefslogtreecommitdiffstats
path: root/src/deferred.js
Commit message (Expand)AuthorAgeFilesLines
* Fix some code style inconsistenciesOleg2013-11-071-2/+3
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-2/+9
* Removed an unneeded variableterrycojones2013-08-081-3/+2
* Propagate context of returned deferred object in Deferred.then(). Fixes #13160.nanto2013-01-081-16/+13
* Deferred: .resolve(), .reject() and .notify() now set the callback context to...jaubourg2012-12-071-3/+6
* deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...jaubourg2012-09-131-1/+1
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-5/+2
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-5/+1
* Preserves context objects when multiple Deferreds are passed to $.when(). Con...jaubourg2012-05-121-12/+16
* Fix #11736. Remove deprecated Deferred.isResolved/isRejected.Dave Methvin2012-05-111-3/+0
* Gains 1 more byte min/gz and reminds that isResolved and isRejected are depre...jaubourg2012-04-281-2/+2
* code compressionRichard Gibson2012-04-261-8/+11
* Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ...jaubourg2012-04-251-89/+86
* Remove moot second argument from `slice.call()`Sindre Sorhus2012-04-041-3/+3
* Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...jaubourg2012-04-021-8/+10
* Have Deferred.always return the object onto which it is currently attached to...jaubourg2011-11-091-1/+2
* 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