summaryrefslogtreecommitdiffstats
path: root/base/message_loop_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+4
* Fix comment for PostTaskAndReply().willchan@chromium.org2011-09-161-1/+1
* Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread.ajwong@chromium.org2011-08-181-0/+45
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-6/+9
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-2/+2
* Support Closure in ALL the loops!ajwong@chromium.org2011-07-261-1/+23
* Clarify documentation about when a task may fail to post to a message loopjoth@chromium.org2011-04-071-2/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Base: A few more files using BASE_API (for base.dll)rvargas@google.com2011-03-251-2/+4
* Fix shutdown crash in CertVerifier by using a MessageLoopProxy.willchan@chromium.org2010-11-231-1/+2
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-2/+2
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-2/+2
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-2/+2
* base: comment fixes onlyagl@chromium.org2010-10-111-4/+5
* FBTF: Moves code to the headers.erg@google.com2010-09-281-4/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add virtual to some base classes that have virtual methodsjar@chromium.org2010-06-251-0/+3
* Created a stock implementation of the MessageLoopProxy interface than can be ...sanjeevr@chromium.org2010-05-061-1/+27
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on C...sanjeevr@chromium.org2010-05-031-0/+3
* Created a MessageLoopProxy interface. This provides a thread-safe refcounted ...sanjeevr@chromium.org2010-04-291-0/+45