index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
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
*
Build:Tests: Fix custom build tests, verify on Travis
Michał Gołębiowski-Owczarek
2020-01-07
1
-0
/
+8
*
Core: Remove IE-specific support tests, rely on document.documentMode
Michał Gołębiowski-Owczarek
2019-05-13
1
-13
/
+11
*
Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS
Michał Gołębiowski-Owczarek
2019-04-29
1
-57
/
+16
*
Build: Update test code for compatibility with QUnit 2.x (#4297)
abnud1
2019-02-18
1
-1
/
+1
*
Tests: Fix Android 4.0 Deferred tests
Michał Gołębiowski-Owczarek
2018-02-12
1
-1
/
+3
*
Core: deprecate jQuery.type
Jason Bedard
2018-01-16
1
-1
/
+1
*
Core: deprecate jQuery.isFunction
Jason Bedard
2018-01-15
1
-3
/
+3
*
Core: Update isFunction to handle unusual-@@toStringTag input
Richard Gibson
2017-04-24
1
-6
/
+38
*
Deferred: Stop inventing jQuery.when() resolution values
Richard Gibson
2016-12-16
1
-2
/
+2
*
Build: ESLint details
Oleg Gaidarenko
2016-06-11
1
-5
/
+5
*
Deferred: Propagate progress correctly from unwrapped promises
Michał Gołębiowski
2016-06-09
1
-0
/
+30
*
Deferred: Give better stack diagnostics on exceptions
Dave Methvin
2016-05-11
1
-9
/
+16
*
Deferred: Make jQuery.when synchronous when possible
Richard Gibson
2016-05-09
1
-6
/
+40
*
Deferred: Separate the two paths in jQuery.when
Richard Gibson
2016-05-02
1
-178
/
+223
*
Deferred: Provide explicit undefined context for jQuery.when raw casts
Richard Gibson
2016-04-27
1
-1
/
+4
*
Deferred: Remove default callback context
Richard Gibson
2016-04-23
1
-26
/
+42
*
Docs: Update support comments to follow the new syntax
Michał Gołębiowski
2016-03-30
1
-2
/
+2
*
Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.Browser
Michał Gołębiowski
2016-01-20
1
-2
/
+36
*
Deferred: Warn on exceptions that are likely programming errors
Dave Methvin
2016-01-13
1
-0
/
+59
*
Deferred: Remove undocumented progress notifications in $.when
Dave Methvin
2016-01-13
1
-20
/
+4
*
Deferred: syncronize single and multiple target handling in $.when
Timmy Willison
2015-11-13
1
-7
/
+35
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-2
/
+4
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-215
/
+215
*
Tests: partially use new qunit interface
Oleg Gaidarenko
2015-08-16
1
-98
/
+98
*
Build: Acknowledge Android 2.3 is not ES5-compatible
Michał Gołębiowski
2015-07-20
1
-4
/
+4
*
Deferred: add .catch handler
Timmy Willison
2015-07-06
1
-0
/
+36
*
Deferred: Always handle progress callbacks before done/fail
Richard Gibson
2015-04-22
1
-0
/
+48
*
Deferred: Backwards-compatible standards interoperability
Richard Gibson
2015-03-20
1
-82
/
+418
*
Deferred: Fix $.when with resolved deferred and progress callbacks
Nicolas HENRY
2014-12-25
1
-0
/
+22
*
No ticket: add assertions for jQuery.when( array ). Close gh-1312.
Daniel Herman
2013-08-19
1
-2
/
+4
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-16
/
+12
*
Propagete context of returned deferred object in Deferred.then(). Fixes #13160
nanto_vi
2013-01-07
1
-1
/
+17
*
Deferred: .resolve(), .reject() and .notify() now set the callback context to...
jaubourg
2012-12-07
1
-3
/
+3
*
Fixing style for deferred.js unit tests. Close gh-973.
Erick Ruiz de Chavez
2012-10-16
1
-79
/
+81
*
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