1. 24efe5e Allow base::DoNothing() to handle any argument list. by Peter Kasting · 6 years ago
  2. 2ea0236 Reorganize functions in base/bind*.h. by Peter Kasting · 6 years ago
  3. 57dfb64 Expand base::internal::{Copy,Repeat}Mode into base::Callback by tzik · 7 years ago
  4. 8b4e2f3 Use more concise alias versions of standard type traits in base::Bind. by Jeremy Roman · 7 years ago
  5. 8c398ef Update scoped_ptr references to be unique_ptr in src/base comments. by scheib · 8 years ago
  6. e6e6195 Support external task cancellation mechanisms in base::Callback::IsCancelled by tzik · 8 years ago
  7. 66d9b74 Readd base::UnwrapTraits to support rvalue-reference wrappers by tzik · 8 years ago
  8. ca4b25e Make OwnedWrapper and PassedWrapper move-only by tzik · 8 years ago
  9. 9f27e1f Remove `Runnable` concept from base/bind_internal.h by tzik · 8 years ago
  10. 51001b2 Remove unused UnsafeBindtoRefCountedArg in bind_helpers.h by tzik · 8 years ago
  11. 3af517a Remove overloads for Callback in bind_helpers.h by tzik · 8 years ago
  12. 18c15fc Remove an unused Unwrap overload and HasNonConstReferenceItem by tzik · 8 years ago
  13. fa6c985 Decouple Invoker from BindState by tzik · 8 years ago
  14. a84047c Pass bound values in base::Bind as const values by tzik · 8 years ago
  15. c44f1fd Introduce base::IsWeakReceiver for base::Bind to support external weak pointers by tzik · 8 years ago
  16. cc8e4d8 Convert //base to use std::unique_ptr by dcheng · 8 years ago
  17. ca5fe73 base: Remove scoped_refptr unwrapping for Bind arguments. by vmpstr · 8 years ago
  18. 9645ac8 base: Add RetainedRef for unwrapping scoped_refptrs. by vmpstr · 8 years ago
  19. 56bd765 Replace template_util.h stuff with C++11 <type_traits> by tzik · 8 years ago
  20. 0d4bab2 Support move-only type on base::Callback::Run by tzik · 8 years ago
  21. 1e23c5c Unify BindState refcount management into the bound arguments. by tzik · 8 years ago
  22. c9adefe Remove UnwrapTraits by tzik · 8 years ago
  23. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  24. 260fab5 Replace typedef with using for Callback/Bind related files by tzik · 9 years ago
  25. 5b8bf3f Remove unbound base::Bind overload by tzik · 9 years ago
  26. a7589e7 base: Stop using Pass() on move-only types in Bind and Callback. by danakj · 9 years ago
  27. 97aefe1 base: Remove most uses of MessageLoopProxy by skyostil · 9 years ago
  28. c5c108d Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 9 years ago
  29. cbedda7 base: Remove use of MessageLoopProxy by skyostil · 9 years ago
  30. fd2808d Remove unused base::NthType by tzik · 9 years ago
  31. 07e9940 Bind: Use Variadic Templates in bind_internal.h by tzik · 9 years ago
  32. e931705 Fix template bugs that prevent rolling gtest DEPS. by ncbray@chromium.org · 10 years ago
  33. 7643c21 Fix typo inside comment in base/bind_helpers.h. by tnagel@chromium.org · 10 years ago
  34. b74bab8 Move ScopedClosureRunner to callback_helpers, add Reset. by avi@chromium.org · 11 years ago
  35. 74854fcbe Fix a misuse of pragma disable/default in a header file. by etienneb@chromium.org · 11 years ago
  36. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  37. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  38. c1e632d Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. by ajwong@chromium.org · 13 years ago
  39. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  40. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  41. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  42. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  43. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  44. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@chromium.org · 13 years ago
  45. 01c9009 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  46. 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
  47. b087c42 Add Pass(), which implements move semantics, to scoped_ptr, scoped_array, and scoped_ptr_malloc. by ajwong@chromium.org · 13 years ago
  48. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  49. 4133914 Add in an Owned() wrapper to base::Bind(). by ajwong@chromium.org · 13 years ago
  50. 28dfb11 Support scoped_refptr<> as the object for a method call in base::Bind(). Reduce useless copies. by ajwong@chromium.org · 13 years ago
  51. 718dddf Add new helper that can adapt Callbacks with return values for Closures. by ajwong@chromium.org · 13 years ago
  52. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  53. 7c0a8b6 Make the Pepper proxy support in-process font rendering. by brettw@chromium.org · 13 years ago
  54. 94d2a58 Add support for base::Closure in the MessageLoop, and reimplement the whole sucker on top of base::Closure. After this, all Task objects that are posted will be wrapped in a closure prior to dispatch. by ajwong@chromium.org · 13 years ago
  55. 6299740 MSVC warns when you try to use Base if T has a private destructor, by ajwong@chromium.org · 13 years ago
  56. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 13 years ago
  57. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 13 years ago