1. 98eec04 Fix a typo in a comment for Closure. by wtc@chromium.org · 10 years ago
  2. acaaae7 Edited comment to say "callback will not be run" instead of "callback will not be issued". by brandonsalmon@chromium.org · 10 years ago
  3. 43d9ac3 Correct misleading definition of 'closure' in base/bind documentation. by dubroy@chromium.org · 12 years ago
  4. dcfad55 Rename template parameter in callback from RunType to BindRunType. by xiaomings@google.com · 12 years ago
  5. 11e3bfd Add quick reference for bind/callback usage. by brettw@chromium.org · 12 years ago
  6. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  7. 22a8a0d And now NewRunnableMethod(), you die. by ajwong@chromium.org · 13 years ago
  8. 598ca1c base::Bind: Remove NewRunnableFunction. by jhawkins@chromium.org · 13 years ago
  9. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  10. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  11. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  12. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  13. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  14. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  15. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  16. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  17. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@chromium.org · 13 years ago
  18. bb87d2a base::Bind: Make use of partial currying to get rid of a helper class. by jhawkins@chromium.org · 13 years ago
  19. 01c9009 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  20. 3975ab3 Revert 113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by sergeyu@chromium.org · 13 years ago
  21. b087c42 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by ajwong@chromium.org · 13 years ago
  22. ac2a188 Make callback.h include callback_forward.h and add comments about forward declaration. by erikwright@chromium.org · 13 years ago
  23. 6f015bd Increase Bind/Callback Arity from 6 -> 7. by ajwong@chromium.org · 13 years ago
  24. 9c410bd Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." by ajwong@chromium.org · 13 years ago
  25. 92edb6c Increase Bind/Callback Arity from 6 -> 11: These go to eleven. by ajwong@chromium.org · 13 years ago
  26. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  27. ada06a4 base::Bind: More converts, mostly in WebUI. by jhawkins@chromium.org · 13 years ago
  28. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  29. ec1750a Add COMPILE_ASSERT to ensure the result of Bind matches the Callback's type. by ajwong@chromium.org · 13 years ago
  30. 97d22e3 Add in example for prebinding. by ajwong@chromium.org · 13 years ago
  31. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  32. 20adc58 iwyu: Include callback_old.h where appropriate, final. by jhawkins@chromium.org · 13 years ago
  33. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 13 years ago
  34. e064823 Callbacks: Replumb the type-inference. by ajwong@chromium.org · 13 years ago
  35. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago
  36. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 13 years ago
  37. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago
  38. 62fb0a0 Emptiness, Reset, and Comparison API for Callbacks. by ajwong@chromium.org · 13 years ago
  39. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 13 years ago