- 3bc7779b Replace typedef with using for Callback/Bind related files by tzik · 10 years ago
- ce3ecf8 Clean up base::Callback stuff by tzik · 10 years ago
- e7e804c Devirtualize base::BindState to save 1% of Chrome's binary size (1MB) by tapted · 10 years ago
- 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
- 7d09007e Fixes for Clang plugin checks in base/ by dmichael · 11 years ago
- f3c697c5 Add missing, and remove unnecessary, 'explicit' from constructors. (base/) by [email protected] · 13 years ago
- 31d92665 Make Callback.Reset safe against deleting itself. by [email protected] · 13 years ago
- 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
- 4c03b2e9 base::Bind: Remove callback_old.h. by [email protected] · 14 years ago
- e24f876 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by [email protected] · 14 years ago
- 1152886 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by [email protected] · 14 years ago
- e91ac22 Remove BindStateHolder and have Bind() return a Callback<> object directly. by [email protected] · 14 years ago
- b77576f5 base::Bind: Implement CancelableCallback to replace CancelableTask. by [email protected] · 14 years ago
- 7296f276 Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by [email protected] · 14 years ago
- 6a341fb Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by [email protected] · 14 years ago
- 8b43b06 iwyu: Use callback_old.h where appropriate, part 2. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 4346ef91 Callbacks: Replumb the type-inference. by [email protected] · 15 years ago
- 59eff91 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by [email protected] · 15 years ago
- 2ab9d4d Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by [email protected] · 15 years ago
- 47d02ff Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by [email protected] · 15 years ago
- 15fcb659 Emptiness, Reset, and Comparison API for Callbacks. by [email protected] · 15 years ago
- 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]
- 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