summaryrefslogtreecommitdiffstats
path: root/base/ref_counted.h
Commit message (Expand)AuthorAgeFilesLines
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-201-0/+18
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+7
* Add the ability for objects which derive from RefCountedThreadSafe to specify...jam@chromium.org2009-11-021-3/+26
* First fix to minimize copying of image data.erg@google.com2009-10-191-2/+0
* Reverting 27389.darin@chromium.org2009-09-301-0/+4
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-4/+0
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-0/+4
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-251-0/+6
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+11
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+0
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-261-0/+3
* Reverting 8499.maruel@chromium.org2009-01-221-3/+0
* Add (currently disabled) RefCountedBase check. (2nd try)maruel@chromium.org2009-01-221-0/+3
* Reverting 8180.maruel@chromium.org2009-01-161-3/+0
* Add thread safety checks but keep them disabled for now until I fix all the c...maruel@chromium.org2009-01-161-0/+3
* Changing access to scoped_refptr member variables from private to protected.tommi@chromium.org2009-01-101-1/+1
* Move DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>) to private section.tim@chromium.org2008-12-101-0/+1
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-171-1/+13
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add ref_counted.cc to the Mac build.mmentovai@google.com2008-08-151-1/+1
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-65/+59
* Move ref_counted to the new atomic_ref_count interface.deanm@google.com2008-08-061-8/+5
* Add base to the repository.initial.commit2008-07-261-0/+249