1. c60a812 Introduce OnceClosure and BindOnce by tzik · 8 years ago
  2. d0473e6 Move CallbackBase::polymorphic_invoke_ into BindStateBase by tzik · 8 years ago
  3. c618053 Move documentation of base::Callback from base/callback.h to docs/callback.md by tzik · 8 years ago
  4. 9f27e1f Remove `Runnable` concept from base/bind_internal.h by tzik · 8 years ago
  5. fa6c985 Decouple Invoker from BindState by tzik · 8 years ago
  6. a84047c Pass bound values in base::Bind as const values by tzik · 8 years ago
  7. 1e23c5c Unify BindState refcount management into the bound arguments. by tzik · 9 years ago
  8. 14d1ced Refactor gmock_mutant.h by tzik · 9 years ago
  9. 56453de Reland of Do Perfect Forwarding from base::Bind to BindState storage (patchset #1 id:1 of https://codereview.chromium.org/1654973003/ ) by tzik · 9 years ago
  10. a9ff676 Revert of Do Perfect Forwarding from base::Bind to BindState storage (patchset #2 id:20001 of https://codereview.chromium.org/1644603003/ ) by tzik · 9 years ago
  11. ea1d3a1 Do Perfect Forwarding from base::Bind to BindState storage by tzik · 9 years ago
  12. 260fab5 Replace typedef with using for Callback/Bind related files by tzik · 9 years ago
  13. 5b8bf3f Remove unbound base::Bind overload by tzik · 9 years ago
  14. b063222 Clean up base::Callback stuff by tzik · 9 years ago
  15. 486c61f Switch to static_assert in base/. by avi · 9 years ago
  16. 07e9940 Bind: Use Variadic Templates in bind_internal.h by tzik · 10 years ago
  17. 8df08a5 [Base] Use variadic template in bind.h by tzik · 10 years ago
  18. a83f7bc Remove unused typedef in base/bind.h by ch.dumez@samsung.com · 11 years ago
  19. 296aa04 Revert 154885 - Extend base::Callback to 8 arguments. by rsleevi@chromium.org · 12 years ago
  20. 1868db9 Extend base::Callback to 8 arguments. by leandrogracia@chromium.org · 12 years ago
  21. 11e3bfd Add quick reference for bind/callback usage. by brettw@chromium.org · 12 years ago
  22. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  23. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  24. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  25. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  26. 6f015bd Increase Bind/Callback Arity from 6 -> 7. by ajwong@chromium.org · 13 years ago
  27. 9c410bd Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." by ajwong@chromium.org · 13 years ago
  28. 92edb6c Increase Bind/Callback Arity from 6 -> 11: These go to eleven. by ajwong@chromium.org · 13 years ago
  29. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  30. 2720de2 Reverting as an experiment to determine if this caused increased Win build by jhawkins@chromium.org · 13 years ago
  31. e507a03 base::Bind: Increase the arity to 7. by jhawkins@chromium.org · 13 years ago
  32. d483ffe Allow Bind() to take a Callback<> and bind all its free parameters. by ajwong@chromium.org · 13 years ago
  33. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  34. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 14 years ago
  35. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  36. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 14 years ago