| Commit message (Expand) | Author | Age | Files | Lines |
* | Base: First pass at having base.dll: definition of | rvargas@google.com | 2011-03-22 | 1 | -3/+4 |
* | Revert 78649 - Finished running the experiment. | willchan@chromium.org | 2011-03-19 | 1 | -4/+30 |
* | Chrome is too fast, make it slower. | willchan@chromium.org | 2011-03-18 | 1 | -30/+4 |
* | Revert r74850 and r74865: | ajwong@chromium.org | 2011-02-15 | 1 | -14/+3 |
* | Redo "Add extra heap-allocation to refcounting. For perf test only." | ajwong@chromium.org | 2011-02-14 | 1 | -3/+14 |
* | Revert "Add extra heap-allocation to refcounting. For perf test only. Will Re... | ajwong@chromium.org | 2011-02-13 | 1 | -14/+3 |
* | Add extra heap-allocation to refcounting. For perf test only. Will Revert aft... | ajwong@chromium.org | 2011-02-13 | 1 | -3/+14 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 1 | -5/+5 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 1 | -5/+5 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 1 | -5/+5 |
* | Make the ref counts mutable, so we can ref count const objects. | willchan@chromium.org | 2010-10-02 | 1 | -11/+11 |
* | Fix lines longer than 80 characters. | tfarina@chromium.org | 2010-07-28 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco... | jamesr@chromium.org | 2009-11-20 | 1 | -0/+18 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -2/+7 |
* | Add the ability for objects which derive from RefCountedThreadSafe to specify... | jam@chromium.org | 2009-11-02 | 1 | -3/+26 |
* | First fix to minimize copying of image data. | erg@google.com | 2009-10-19 | 1 | -2/+0 |
* | Reverting 27389. | darin@chromium.org | 2009-09-30 | 1 | -0/+4 |
* | Reverting 27379, in hopes of fixing browser_tests. | senorblanco@chromium.org | 2009-09-28 | 1 | -4/+0 |
* | Assert that thread-safe reference counting is used with | darin@chromium.org | 2009-09-28 | 1 | -0/+4 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 1 | -0/+6 |
* | Cross-process Message Port implementation. | jam@chromium.org | 2009-08-04 | 1 | -0/+11 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 1 | -1/+0 |
* | Add thread safety checks but keep them disabled for now until I fix all the c... | maruel@chromium.org | 2009-01-26 | 1 | -0/+3 |
* | Reverting 8499. | maruel@chromium.org | 2009-01-22 | 1 | -3/+0 |
* | Add (currently disabled) RefCountedBase check. (2nd try) | maruel@chromium.org | 2009-01-22 | 1 | -0/+3 |
* | Reverting 8180. | maruel@chromium.org | 2009-01-16 | 1 | -3/+0 |
* | Add thread safety checks but keep them disabled for now until I fix all the c... | maruel@chromium.org | 2009-01-16 | 1 | -0/+3 |
* | Changing access to scoped_refptr member variables from private to protected. | tommi@chromium.org | 2009-01-10 | 1 | -1/+1 |
* | Move DISALLOW_COPY_AND_ASSIGN(RefCountedThreadSafe<T>) to private section. | tim@chromium.org | 2008-12-10 | 1 | -0/+1 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -1/+13 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add ref_counted.cc to the Mac build. | mmentovai@google.com | 2008-08-15 | 1 | -1/+1 |
* | Large patch set (159 files total) to cleanup the includes. | maruel@google.com | 2008-08-15 | 1 | -65/+59 |
* | Move ref_counted to the new atomic_ref_count interface. | deanm@google.com | 2008-08-06 | 1 | -8/+5 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+249 |