summaryrefslogtreecommitdiffstats
path: root/base/weak_ptr.h
Commit message (Expand)AuthorAgeFilesLines
* Make WeakPtr more strict about its NonThreadSafe behavior.willchan@chromium.org2011-03-101-2/+2
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-3/+3
* Make ~GoogleURLChangeNotifier happen on the I/O thread.levin@chromium.org2010-10-071-0/+12
* Make the ref counts mutable, so we can ref count const objects.willchan@chromium.org2010-10-021-2/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Remove more definitions from header files.erg@chromium.org2010-07-161-0/+2
* Move implementation from header to source.erg@chromium.org2010-07-151-41/+13
* Fixing the example for weak_ptr so it is correctbrettw@chromium.org2009-12-151-2/+2
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-251-33/+47
* Make WeakPtr harder to misuse.phajdan.jr@chromium.org2009-09-171-2/+20
* Eliminate remaining WebCore dependencies from webplugin_impl.ccdarin@chromium.org2009-09-021-0/+5
* Add a WeakPtr<T> class.darin@chromium.org2009-09-011-0/+221