1. 66d9b74 Readd base::UnwrapTraits to support rvalue-reference wrappers by tzik · 8 years ago
  2. b74bab8 Move ScopedClosureRunner to callback_helpers, add Reset. by avi@chromium.org · 11 years ago
  3. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago[Renamed (80%) from base/task_unittest.cc]
  4. 8ca29a8 base::Bind: Remove CancelableTask and ScopedTaskRunner. by jhawkins@chromium.org · 13 years ago
  5. 22a8a0d And now NewRunnableMethod(), you die. by ajwong@chromium.org · 13 years ago
  6. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  7. 17c6735 Add ScopedClosureRunner. by sergeyu@chromium.org · 13 years ago
  8. 6d4ad68 Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  9. 48add30 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  10. 519bd75 Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  11. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  12. b825916 Clear obj_ before releasing the callee in RunnableMethod. by cbentzel@chromium.org · 14 years ago
  13. 6ed4f88 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by akalin@chromium.org · 15 years ago
  14. 2750bf8 Add a CallbackWithReturnValue as a convenient method of calling callback functions with no arguments and a return value. This is useful in calling all of the getters we have in the code, instead of creating wrapper functions that take a pointer argument. by jam@chromium.org · 15 years ago