| Commit message (Expand) | Author | Age | Files | Lines |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -22/+21 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -21/+22 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -22/+21 |
* | Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs" | skyostil | 2015-06-05 | 1 | -21/+22 |
* | content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs | skyostil | 2015-06-05 | 1 | -22/+21 |
* | Reland (3rd try): Lazily initialize MessageLoop for faster thread startup | kinuko | 2015-05-23 | 1 | -7/+10 |
* | Revert of Reland: Lazily initialize MessageLoop for faster thread startup (pa... | glider | 2015-05-18 | 1 | -1/+7 |
* | Reland: Lazily initialize MessageLoop for faster thread startup | kinuko | 2015-05-18 | 1 | -7/+1 |
* | Revert of Lazily initialize MessageLoop for faster thread startup (patchset #... | kinuko | 2015-05-07 | 1 | -1/+7 |
* | Lazily initialize MessageLoop for faster thread startup | kinuko | 2015-05-05 | 1 | -7/+1 |
* | Implement a poor man's PostAfterStartupTask() function. The initial impl clai... | michaeln | 2015-04-13 | 1 | -0/+10 |
* | Ensure DCHECK_CURRENTLY_ON doesn't crash if there is no MessageLoop. | maniscalco | 2014-11-21 | 1 | -4/+3 |
* | Standardize usage of virtual/override/final in content/browser/ | dcheng | 2014-10-21 | 1 | -9/+8 |
* | Replace FINAL and OVERRIDE with their C++11 counterparts in content | mohan.reddy | 2014-10-09 | 1 | -3/+3 |
* | Flush SimpleCache worker pool between all tests. | jkarlin | 2014-09-26 | 1 | -1/+3 |
* | Set chrome thread name in JVM. | byungchul@chromium.org | 2014-06-20 | 1 | -0/+13 |
* | Ensure that content will consistently return the same MessageLoopProxy for a ... | rsleevi@chromium.org | 2014-06-11 | 1 | -36/+52 |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 1 | -1/+1 |
* | Add a DCHECK_CURRENTLY_ON(BrowserThread::ID) macro. | jyasskin@chromium.org | 2014-03-13 | 1 | -0/+27 |
* | Use base::PostTaskAndReplyWithResults() in more places. | thestig@chromium.org | 2013-11-23 | 1 | -0/+1 |
* | fix "may be used uninitialized" warnings for older compilers | mostynb@opera.com | 2013-11-22 | 1 | -2/+2 |
* | Rename BrowserThread::IsWellKnownThread to IsThreadInitialized. | mgiuca@chromium.org | 2013-08-12 | 1 | -3/+3 |
* | Remove unused WEBKIT_DEPRECATED thread | jamesr@chromium.org | 2013-07-19 | 1 | -10/+0 |
* | Use a direct include of the message_loop header in content/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Change BrowserThreadDelegate to run Init() async. | mariakhomenko@chromium.org | 2013-07-17 | 1 | -1/+7 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | content: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-04 | 1 | -17/+21 |
* | Cleanup various bits of BrowserThreadImpl and PluginServiceImpl. | thestig@chromium.org | 2013-04-24 | 1 | -5/+2 |
* | Flush SequenceWorkerPool tasks after each test. Applies to unit_test, interac... | michaeln@google.com | 2013-03-07 | 1 | -0/+8 |
* | Removing unnecessary content:: namespace qualifier. | darin@chromium.org | 2013-01-02 | 1 | -2/+2 |
* | SharedWorkerPool.Shutdown(int max_new_blocking_tasks) | michaeln@chromium.org | 2012-12-19 | 1 | -1/+6 |
* | Fix regression in BrowserThread's optimization of when it skips a lock. The v... | jam@chromium.org | 2012-08-29 | 1 | -6/+6 |
* | Use NOINLINE for thread watcher and browser thread identifier | rtenneti@chromium.org | 2012-07-26 | 1 | -8/+10 |
* | Added unique function names (IOThreadRun, DBThreadRun, etc) | rtenneti@google.com | 2012-07-23 | 1 | -0/+85 |
* | Remove old Sleep and PostDelayedTask interfaces that use int ms instead of Ti... | tedvessenes@gmail.com | 2012-06-21 | 1 | -39/+0 |
* | Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead... | asanka@chromium.org | 2012-06-01 | 1 | -0/+39 |
* | Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta. | tedvessenes@gmail.com | 2012-06-01 | 1 | -39/+0 |
* | Add BrowserThread::PostBlockingTaskAndReply. | willchan@chromium.org | 2012-04-09 | 1 | -0/+8 |
* | Objects that derive from RefCounted should not have public dtors | rsleevi@chromium.org | 2012-04-05 | 1 | -0/+3 |
* | Avoid creating BrowserThreadGlobals when we don't need to. | joth@chromium.org | 2012-03-14 | 1 | -0/+12 |
* | Cleanup: IWYU for BrowserThread. | thestig@chromium.org | 2012-03-03 | 1 | -3/+5 |
* | Fix up SequencedWorkerPool in preparation for making it a TaskRunner | akalin@chromium.org | 2012-02-27 | 1 | -3/+1 |
* | Add functions to expand PostDelayedTask interface. | tedvessenes@gmail.com | 2012-02-26 | 1 | -7/+45 |
* | Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces | akalin@chromium.org | 2012-02-15 | 1 | -14/+6 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 1 | -2/+3 |
* | Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky | fischman@chromium.org | 2012-01-26 | 1 | -2/+1 |
* | Hook up the SequencedWorkerPool to the browser thread. | brettw@chromium.org | 2012-01-19 | 1 | -46/+100 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 1 | -3/+2 |