1. 288f27a Remove move-only-type whitelists in CallbackParamTraits and CallbackForward by SFINAE by kinuko@chromium.org · 11 years ago
  2. 72204f0 Remove scoped_array from Chromium. by dcheng@chromium.org · 11 years ago
  3. 6104d38 Revert 194649 "Remove scoped_array from Chromium." by dcheng@chromium.org · 11 years ago
  4. 68a5e3b Remove scoped_array from Chromium. by dcheng@chromium.org · 11 years ago
  5. 58a8ff0 Extend scoped_ptr to be closer to unique_ptr. Support custom deleters, and deleting arrays. by ajwong@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. bf65e90 Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. by rsleevi@chromium.org · 12 years ago
  8. 85c5f23 When using PostTaskAndReplyWithResults, if the ResultType is a passed type (eg: scoped_ptr and friends), .Pass() the result to the reply. by rsleevi@chromium.org · 12 years ago
  9. 9be5839 Fix ScopedVector<T> passing via base::Bind() by willchan@chromium.org · 12 years ago
  10. f66a7db Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  11. d71e8fe Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by jeremya@chromium.org · 13 years ago
  12. 4621f54 Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array.... by ajwong@chromium.org · 13 years ago
  13. abd7000 Retry 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly." by ajwong@chromium.org · 13 years ago
  14. eb8d972 Revert 114494 - Remove BindStateHolder and have Bind() return a Callback<> object directly. by sail@chromium.org · 13 years ago
  15. a355d8f Remove BindStateHolder and have Bind() return a Callback<> object directly. by ajwong@chromium.org · 13 years ago
  16. 4534eee Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_ar..." by ajwong@chromium.org · 13 years ago
  17. bcfb103 Revert of "Revert of "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr..." by ajwong@chromium.org · 13 years ago
  18. 06fa77c Revert "Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, scoped_array...." by ajwong@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. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  23. 4d570be base::Bind: Convert CloudPrintProxyService. by jhawkins@chromium.org · 13 years ago
  24. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  25. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  26. 8e73d06 iwyu: Cleanup in the following files: by jhawkins@chromium.org · 13 years ago
  27. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 13 years ago
  28. 73eb5d0 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  29. a7e7482 Callback support for unbound reference and array arguments. by ajwong@chromium.org · 13 years ago
  30. fa0ff43 Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago[Renamed (60%) from base/callback_helpers.h]
  31. 14542f0 Revert "Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h" by ajwong@chromium.org · 13 years ago[Renamed (60%) from base/callback_internal.h]
  32. 35377cb Callback: De-inline CallbackBase, and move to callback_helpers -> callback_internal.h by ajwong@chromium.org · 13 years ago[Renamed (60%) from base/callback_helpers.h]
  33. e2cca63 Unified callback system based on tr1::function/tr1::bind and Google's internal callback code. by ajwong@chromium.org · 13 years ago