summaryrefslogtreecommitdiffstats
path: root/content/public/browser/browser_thread.h
Commit message (Expand)AuthorAgeFilesLines
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-191-0/+29
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-6/+4
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-071-29/+0
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-071-0/+29
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-18/+1
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-2/+2
* Convert various ReleaseSoon methods to use base::Bind()dcheng@chromium.org2011-12-301-3/+3
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-2/+4
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-071-31/+7
* Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ...michaeln@google.com2011-12-071-0/+4
* Remove IOThread::message_loop().joi@chromium.org2011-12-021-2/+21
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-9/+0
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-37/+44
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-44/+37
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-37/+44
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-031-4/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-2/+7
* browser-thread related exportsdpranke@chromium.org2011-10-311-1/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-0/+253