summaryrefslogtreecommitdiffstats
path: root/base/message_loop_proxy_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-261-4/+21
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-151-11/+1
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-3/+3
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+3
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-45/+1
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-11/+5
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-1/+41
* 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