1. 3bc7779b Replace typedef with using for Callback/Bind related files by tzik · 10 years ago
  2. ce3ecf8 Clean up base::Callback stuff by tzik · 10 years ago
  3. e7e804c Devirtualize base::BindState to save 1% of Chrome's binary size (1MB) by tapted · 10 years ago
  4. 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
  5. 7d09007e Fixes for Clang plugin checks in base/ by dmichael · 11 years ago
  6. f3c697c5 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by [email protected] · 13 years ago
  7. 31d92665 Make Callback.Reset safe against deleting itself. by [email protected] · 13 years ago
  8. 1192339c Make Callback::Reset() return a copy to support use-cases where Run() ends up modifying |*this|. Callers can use by [email protected] · 13 years ago
  9. 4c03b2e9 base::Bind: Remove callback_old.h. by [email protected] · 14 years ago
  10. e24f876 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by [email protected] · 14 years ago
  11. 1152886 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by [email protected] · 14 years ago
  12. e91ac22 Remove BindStateHolder and have Bind() return a Callback<> object directly. by [email protected] · 14 years ago
  13. b77576f5 base::Bind: Implement CancelableCallback to replace CancelableTask. by [email protected] · 14 years ago
  14. 7296f276 Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by [email protected] · 14 years ago
  15. 6a341fb Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by [email protected] · 14 years ago
  16. 8b43b06 iwyu: Use callback_old.h where appropriate, part 2. by [email protected] · 14 years ago
  17. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  18. 4346ef91 Callbacks: Replumb the type-inference. by [email protected] · 15 years ago
  19. 59eff91 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by [email protected] · 15 years ago
  20. 2ab9d4d Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by [email protected] · 15 years ago
  21. 47d02ff Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by [email protected] · 15 years ago
  22. 15fcb659 Emptiness, Reset, and Comparison API for Callbacks. by [email protected] · 15 years ago
  23. 2041cf34 Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. by [email protected] · 16 years ago[Renamed (91%) from base/task_unittest.cc]
  24. 5b6c1a80 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 [email protected] · 16 years ago