summaryrefslogtreecommitdiffstats
path: root/base/ref_counted.h
Commit message (Expand)AuthorAgeFilesLines
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-221-3/+4
* Revert 78649 - Finished running the experiment.willchan@chromium.org2011-03-191-4/+30
* Chrome is too fast, make it slower.willchan@chromium.org2011-03-181-30/+4
* Revert r74850 and r74865:ajwong@chromium.org2011-02-151-14/+3
* Redo "Add extra heap-allocation to refcounting. For perf test only."ajwong@chromium.org2011-02-141-3/+14
* Revert "Add extra heap-allocation to refcounting. For perf test only. Will Re...ajwong@chromium.org2011-02-131-14/+3
* Add extra heap-allocation to refcounting. For perf test only. Will Revert aft...ajwong@chromium.org2011-02-131-3/+14
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-5/+5
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-5/+5
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-5/+5
* Make the ref counts mutable, so we can ref count const objects.willchan@chromium.org2010-10-021-11/+11
* Fix lines longer than 80 characters.tfarina@chromium.org2010-07-281-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* 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