| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Use std::move() instead of Pass() for real movable types. | danakj | 2015-11-25 | 1 | -28/+8 |
* | Add move support for scoped_refptr. | kkimlabs | 2015-04-13 | 1 | -5/+352 |
* | Enable boolean testing of scoped_refptr<T>. | dcheng | 2014-11-26 | 1 | -1/+42 |
* | scoped_refptr: support opaque pointed-to classes via extern template | mdempsky | 2014-10-09 | 1 | -0/+12 |
* | Disable scoped_refptr operator T* on Linux builds. | Daniel Cheng | 2014-09-05 | 1 | -22/+0 |
* | Add unit test for base::scoped_refptr boolean operations. | mikhail.pozdnyakov@intel.com | 2013-10-21 | 1 | -0/+22 |
* | base: Remove usage of ALLOW_THIS_IN_INITIALIZER_LIST macro. | tfarina@chromium.org | 2013-04-25 | 1 | -3/+1 |
* | RefCounted types should not have public destructors, base/ edition | rsleevi@chromium.org | 2012-04-25 | 1 | -1/+1 |
* | Fix scoped_refptr assignment operator in the case of having it as a member. | mnaganov@chromium.org | 2012-01-05 | 1 | -1/+29 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -0/+36 |