Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ~GoogleURLChangeNotifier happen on the I/O thread. | levin@chromium.org | 2010-10-07 | 1 | -0/+12 |
* | Make the ref counts mutable, so we can ref count const objects. | willchan@chromium.org | 2010-10-02 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Remove more definitions from header files. | erg@chromium.org | 2010-07-16 | 1 | -0/+2 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 1 | -41/+13 |
* | Fixing the example for weak_ptr so it is correct | brettw@chromium.org | 2009-12-15 | 1 | -2/+2 |
* | Implement ScopedRunnableMethodFactory using WeakPtr. | darin@chromium.org | 2009-09-25 | 1 | -33/+47 |
* | Make WeakPtr harder to misuse. | phajdan.jr@chromium.org | 2009-09-17 | 1 | -2/+20 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 1 | -0/+5 |
* | Add a WeakPtr<T> class. | darin@chromium.org | 2009-09-01 | 1 | -0/+221 |