index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
deferred.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
deferred.promise(obj) should work with non-objects. Fixes #12521. Much needed...
jaubourg
2012-09-13
1
-1
/
+18
*
Make unit tests friendly to Closure Compiler. Closes gh-845.
Chad Killingsworth
2012-07-05
1
-5
/
+6
*
Unit tests are linted and passing.
Rick Waldron
2012-06-21
1
-10
/
+14
*
Preserves context objects when multiple Deferreds are passed to $.when(). Con...
jaubourg
2012-05-12
1
-6
/
+20
*
Fix #11736. Remove deprecated Deferred.isResolved/isRejected.
Dave Methvin
2012-05-11
1
-3
/
+1
*
Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...
jaubourg
2012-04-02
1
-33
/
+37
*
Have Deferred.always return the object onto which it is currently attached to...
jaubourg
2011-11-09
1
-0
/
+13
*
Fix #10691. Remove all instances of equals() and same(), as these are depreca...
Mike Sherov
2011-11-06
1
-3
/
+3
*
Removes isPending and introduces state as a means to retrieve the Deferred/Pr...
jaubourg
2011-10-11
1
-4
/
+6
*
isProgressing becomes isPending. Unit tests added.
jaubourg
2011-10-04
1
-1
/
+4
*
$.Callbacks, $.Topic and notify/progress on $.Deferred.
jaubourg
2011-09-19
1
-117
/
+100
*
Fixes #9446. Context is properly propagated using pipe. If context was the or...
jaubourg
2011-07-01
1
-0
/
+27
*
Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ...
jaubourg
2011-05-09
1
-2
/
+10
*
Renames chain as pipe.
jaubourg
2011-04-08
1
-16
/
+16
*
Adds always and chain methods to deferreds.
jaubourg
2011-04-07
1
-126
/
+252
*
Moves Deferred-related code into a separate module. Context handling has been...
jaubourg
2011-03-03
1
-0
/
+222