summaryrefslogtreecommitdiffstats
path: root/base/message_loop_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-151-117/+6
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-22/+3
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-301-3/+9
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-2/+9
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-9/+2
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-2/+9
* callback_forward.h forward-declares base::Callback and base::Closure.erikwright@chromium.org2011-11-281-1/+1
* 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