1. 07615b4 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by hans@chromium.org · 12 years ago
  2. bf27cb7 Make Callback.Reset safe against deleting itself. by mattm@chromium.org · 12 years ago
  3. dc221a7 Make Callback::Reset() return a copy to support use-cases where Run() ends up modifying |*this|. Callers can use by fischman@chromium.org · 12 years ago
  4. 4a31021 base::Bind: Remove callback_old.h. by jhawkins@chromium.org · 13 years ago
  5. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  6. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  7. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  8. 78936ff base::Bind: Implement CancelableCallback to replace CancelableTask. by jhawkins@chromium.org · 13 years ago
  9. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  10. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  11. af4c50e iwyu: Use callback_old.h where appropriate, part 2. by jhawkins@chromium.org · 13 years ago
  12. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  13. e064823 Callbacks: Replumb the type-inference. by ajwong@chromium.org · 13 years ago
  14. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago
  15. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 13 years ago
  16. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago
  17. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 13 years ago
  18. 6ed4f88 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by akalin@chromium.org · 14 years ago[Renamed (91%) from base/task_unittest.cc]
  19. 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