jaubourg
|
9edc3d4f39
|
Fixes repeatable callbacks list with memory disabling. Unit tests for Deferreds updated.
|
2011-05-24 01:03:30 +02:00 |
|
jaubourg
|
d65b27810b
|
Merge branch 'master' of github.com:jquery/jquery into 1.7/callbacks
Conflicts:
src/deferred.js
|
2011-05-09 10:19:12 +02:00 |
|
jaubourg
|
8c13cfa805
|
Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up throwing an exception. Silly, silly, me.
|
2011-05-09 10:01:20 +02:00 |
|
jaubourg
|
5f9dff6587
|
Add Deferred.progress() unit tests and fixes some progress related typos and bugs.
|
2011-05-09 01:31:29 +02:00 |
|
jaubourg
|
114846d38d
|
Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests.
|
2011-05-06 18:35:34 +02:00 |
|
jaubourg
|
7a1c6beab0
|
Renames chain as pipe.
|
2011-04-08 17:35:08 +02:00 |
|
jaubourg
|
bb99899ca0
|
Adds always and chain methods to deferreds.
|
2011-04-07 05:49:32 +02:00 |
|
jaubourg
|
2d0bc7ce72
|
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
|
2011-03-03 19:38:06 +01:00 |
|