aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/deferred.js
Commit message (Expand)AuthorAgeFilesLines
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-071-0/+8
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-13/+11
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-57/+16
* Build: Update test code for compatibility with QUnit 2.x (#4297)abnud12019-02-181-1/+1
* Tests: Fix Android 4.0 Deferred testsMichał Gołębiowski-Owczarek2018-02-121-1/+3
* Core: deprecate jQuery.typeJason Bedard2018-01-161-1/+1
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-3/+3
* Core: Update isFunction to handle unusual-@@toStringTag inputRichard Gibson2017-04-241-6/+38
* Deferred: Stop inventing jQuery.when() resolution valuesRichard Gibson2016-12-161-2/+2
* Build: ESLint detailsOleg Gaidarenko2016-06-111-5/+5
* Deferred: Propagate progress correctly from unwrapped promisesMichał Gołębiowski2016-06-091-0/+30
* Deferred: Give better stack diagnostics on exceptionsDave Methvin2016-05-111-9/+16
* Deferred: Make jQuery.when synchronous when possibleRichard Gibson2016-05-091-6/+40
* Deferred: Separate the two paths in jQuery.whenRichard Gibson2016-05-021-178/+223
* Deferred: Provide explicit undefined context for jQuery.when raw castsRichard Gibson2016-04-271-1/+4
* Deferred: Remove default callback contextRichard Gibson2016-04-231-26/+42
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-2/+2
* Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.BrowserMichał Gołębiowski2016-01-201-2/+36
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-131-0/+59
* Deferred: Remove undocumented progress notifications in $.whenDave Methvin2016-01-131-20/+4
* Deferred: syncronize single and multiple target handling in $.whenTimmy Willison2015-11-131-7/+35
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-2/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-215/+215
* Tests: partially use new qunit interfaceOleg Gaidarenko2015-08-161-98/+98
* Build: Acknowledge Android 2.3 is not ES5-compatibleMichał Gołębiowski2015-07-201-4/+4
* Deferred: add .catch handlerTimmy Willison2015-07-061-0/+36
* Deferred: Always handle progress callbacks before done/failRichard Gibson2015-04-221-0/+48
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-82/+418
* Deferred: Fix $.when with resolved deferred and progress callbacksNicolas HENRY2014-12-251-0/+22
* No ticket: add assertions for jQuery.when( array ). Close gh-1312.Daniel Herman2013-08-191-2/+4
* Update jshintrc to conform to new style guide. Conform to onevar and unused i...Timmy Willison2013-04-091-16/+12
* Propagete context of returned deferred object in Deferred.then(). Fixes #13160nanto_vi2013-01-071-1/+17
* Deferred: .resolve(), .reject() and .notify() now set the callback context to...jaubourg2012-12-071-3/+3
* Fixing style for deferred.js unit tests. Close gh-973.Erick Ruiz de Chavez2012-10-161-79/+81
* 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