summaryrefslogtreecommitdiffstats
path: root/base/memory/ref_counted.h
Commit message (Expand)AuthorAgeFilesLines
* Add WARN_UNUSED_RESULT to scoped_refptr::release.xiaomings@google.com2012-08-281-1/+2
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-4/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-261-4/+8
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-06-251-0/+4
* Add element_type in scoped_refptr.xhwang@chromium.org2012-06-191-0/+2
* Add assert() for scoped_refptr<T>::operator->()akalin@chromium.org2012-01-311-1/+6
* Fix scoped_refptr assignment operator in the case of having it as a member.mnaganov@chromium.org2012-01-051-3/+4
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-0/+299