summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_thread_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Use base::PostTaskAndReplyWithResults() in more places.thestig@chromium.org2013-11-231-0/+1
* fix "may be used uninitialized" warnings for older compilersmostynb@opera.com2013-11-221-2/+2
* Rename BrowserThread::IsWellKnownThread to IsThreadInitialized.mgiuca@chromium.org2013-08-121-3/+3
* Remove unused WEBKIT_DEPRECATED threadjamesr@chromium.org2013-07-191-10/+0
* Use a direct include of the message_loop header in content/, part 1.avi@chromium.org2013-07-181-1/+1
* Change BrowserThreadDelegate to run Init() async.mariakhomenko@chromium.org2013-07-171-1/+7
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-17/+21
* Cleanup various bits of BrowserThreadImpl and PluginServiceImpl.thestig@chromium.org2013-04-241-5/+2
* Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac...michaeln@google.com2013-03-071-0/+8
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-2/+2
* SharedWorkerPool.Shutdown(int max_new_blocking_tasks)michaeln@chromium.org2012-12-191-1/+6
* Fix regression in BrowserThread's optimization of when it skips a lock. The v...jam@chromium.org2012-08-291-6/+6
* Use NOINLINE for thread watcher and browser thread identifierrtenneti@chromium.org2012-07-261-8/+10
* Added unique function names (IOThreadRun, DBThreadRun, etc)rtenneti@google.com2012-07-231-0/+85
* Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti...tedvessenes@gmail.com2012-06-211-39/+0
* Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead...asanka@chromium.org2012-06-011-0/+39
* Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta.tedvessenes@gmail.com2012-06-011-39/+0
* Add BrowserThread::PostBlockingTaskAndReply.willchan@chromium.org2012-04-091-0/+8
* Objects that derive from RefCounted should not have public dtorsrsleevi@chromium.org2012-04-051-0/+3
* Avoid creating BrowserThreadGlobals when we don't need to.joth@chromium.org2012-03-141-0/+12
* Cleanup: IWYU for BrowserThread.thestig@chromium.org2012-03-031-3/+5
* Fix up SequencedWorkerPool in preparation for making it a TaskRunnerakalin@chromium.org2012-02-271-3/+1
* Add functions to expand PostDelayedTask interface.tedvessenes@gmail.com2012-02-261-7/+45
* Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfacesakalin@chromium.org2012-02-151-14/+6
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+3
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-2/+1
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-191-46/+100
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+3
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-3/+0
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-071-100/+46
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-071-46/+100
* base::Bind: Remove Task.jhawkins@chromium.org2012-01-051-101/+1
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-1/+1
* Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread.joi@chromium.org2011-12-071-6/+5
* Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ...michaeln@google.com2011-12-071-0/+1
* Remove IOThread::message_loop().joi@chromium.org2011-12-021-0/+4
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-70/+90
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-90/+70
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-70/+90
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* content: Remove 16 exit time destructors and 15 static initializers.thakis@chromium.org2011-11-081-28/+41
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-5/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-5/+3
* Quick fix for memory race inherent to all subclasses of base::Thread.joi@chromium.org2011-10-281-0/+6
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-0/+383