1. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 9 years ago
  2. 56bcfba Add move support for scoped_refptr. by kkimlabs · 10 years ago
  3. 5c3b6f3 Enable boolean testing of scoped_refptr<T>. by dcheng · 10 years ago
  4. 85b31cd Remove unneeded #define in ref_counted.h by dcheng · 10 years ago
  5. e1bfec8 Disable implicit conversion of scoped_refptr<T> to T* on Windows. by dcheng · 10 years ago
  6. 503f308 Disable implicit conversions from scoped_refptr to T* on iOS. by dcheng · 10 years ago
  7. 46ffec3 scoped_refptr: support opaque pointed-to classes via extern template by mdempsky · 10 years ago
  8. 8659631 Disable implicit conversions from scoped_refptr to T* on Android. by dcheng · 10 years ago
  9. 3d688c7 Disable implicit conversions of scoped_refptr to T* on Mac. by dcheng · 10 years ago
  10. b73d2f6 Disable implicit conversions of scoped_refptr to T* on CrOS. by dcheng · 10 years ago
  11. 8f6c3bf Disable scoped_refptr operator T* on Linux builds. by Daniel Cheng · 10 years ago
  12. 8d031e1 Implement the deference operator for scoped_refptr. by dcheng · 10 years ago
  13. d45f3e3 Make base::RefCountedBase methods inline by mikhail.pozdnyakov@intel.com · 11 years ago
  14. 6586f4c Revert of https://codereview.chromium.org/88993002/ by mikhail.pozdnyakov@intel.com · 11 years ago
  15. 9af3b43 Make base::RefCountedBase methods inline by mikhail.pozdnyakov@intel.com · 11 years ago
  16. 3d81572 Add unit test for base::scoped_refptr boolean operations. by mikhail.pozdnyakov@intel.com · 11 years ago
  17. d99473f Remove scoped_refptr::release which is confusing and causes leaks. by piman@chromium.org · 12 years ago
  18. 4c0f060 Make RefCountedData thread-safe by akalin@chromium.org · 12 years ago
  19. b5c3d67 Add WARN_UNUSED_RESULT to scoped_refptr::release. by xiaomings@google.com · 12 years ago
  20. 6d42e8f Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by fischman@chromium.org · 12 years ago
  21. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  22. d55e9a4 RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  23. 3c3d937 RefCounted types should not have public destructors by rsleevi@chromium.org · 12 years ago
  24. 87cb6e3 Add element_type in scoped_refptr. by xhwang@chromium.org · 12 years ago
  25. ee0b43d Add assert() for scoped_refptr<T>::operator->() by akalin@chromium.org · 13 years ago
  26. 08a60f5 Fix scoped_refptr assignment operator in the case of having it as a member. by mnaganov@chromium.org · 13 years ago
  27. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  28. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago