1. ada06a4 base::Bind: More converts, mostly in WebUI. by jhawkins@chromium.org · 13 years ago
  2. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  3. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  4. 97d22e3 Add in example for prebinding. by ajwong@chromium.org · 13 years ago
  5. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  6. 20adc58 iwyu: Include callback_old.h where appropriate, final. by jhawkins@chromium.org · 13 years ago
  7. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 14 years ago
  8. e064823 Callbacks: Replumb the type-inference. by ajwong@chromium.org · 14 years ago
  9. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  10. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 14 years ago
  11. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  12. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 14 years ago
  13. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 14 years ago