1. d155d9f Run clang-tidy modernize-use-equals-{delete,default} on //base by Chris Watkins · 7 years ago
  2. 57dfb64 Expand base::internal::{Copy,Repeat}Mode into base::Callback by tzik · 7 years ago
  3. bfc6770 Start BindStateBase ref count from 1 instead of 0 by tzik · 7 years ago
  4. 2513141 Use base::RefCountedThreadSafe on BindStateBase by tzik · 7 years ago
  5. c192f0c Avoid copy on move-conversion from RepeatingCallback to OnceCallback by tzik · 8 years ago
  6. fecd186 Add const to BindStateBase to align to RefCounted constness by tzik · 8 years ago
  7. 1d2f363 Split BindStateBase ctor for non-cancellable Bind by tzik · 8 years ago
  8. c60a812 Introduce OnceClosure and BindOnce by tzik · 8 years ago
  9. 058872d Add Callback::IsCancelled by tzik · 8 years ago
  10. ecb4c27 Make BindStateBase constructor out-of-line by tzik · 8 years ago
  11. d0473e6 Move CallbackBase::polymorphic_invoke_ into BindStateBase by tzik · 8 years ago
  12. a93b24f Use defaulted move ctor and assign in CallbackBase by tzik · 8 years ago
  13. 880a55b Extend base::Callback to have a move-only variant by tzik · 9 years ago
  14. 9cef421 Devirtualize base::BindState to save 1% of Chrome's binary size (1MB) by tapted · 9 years ago
  15. 60283a8 Out of line CallbackBase's copy and assignment operators. by dcheng · 10 years ago
  16. 61846ae Make base::internal::CallbackBase::is_null inline. by ricea · 10 years ago
  17. 7501b03 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  18. bf27cb7 Make Callback.Reset safe against deleting itself. by mattm@chromium.org · 12 years ago
  19. 84b42de Fix comment typo. by bryeung@chromium.org · 12 years ago
  20. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  21. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  22. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  23. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  24. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago
  25. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 14 years ago
  26. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 14 years ago