summaryrefslogtreecommitdiffstats
path: root/base/message_loop_proxy_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Order function definitions in base/ according to the header.erg@google.com2011-01-111-28/+28
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Fix shutdown crash in CertVerifier by using a MessageLoopProxy.willchan@chromium.org2010-11-231-0/+5
* Reland 66791 (change was innocent)willchan@chromium.org2010-11-191-1/+6
* Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-6/+1
* Reland r65996. Disallows Singletons on non-joinable thread.willchan@chromium.org2010-11-191-1/+6
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-1/+1
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-1/+1
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-1/+1
* Created a stock implementation of the MessageLoopProxy interface than can be ...sanjeevr@chromium.org2010-05-061-0/+101