summaryrefslogtreecommitdiffstats
path: root/content/child/worker_task_runner.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* chrome: Remove the use of WebWorkerRunLoop.sadrul2015-02-261-4/+2
* workers: Use base::TaskRunner to run tasks on worker threads.Sadrul Habib Chowdhury2015-02-111-23/+39
* workers: Remove dead code.Sadrul Habib Chowdhury2015-02-041-5/+4
* workers: Map the current thread-id to the WorkerRunLoop.Sadrul Habib Chowdhury2015-01-291-4/+2
* cleanup: ThreadLocalState::run_loop_ is never used, so remove it.Sadrul Habib Chowdhury2015-01-281-5/+2
* Remove unused WebThread based code for workersnasko@chromium.org2014-08-041-58/+8
* Prepare chromium for WorkerThread migration to WebThread.nasko@chromium.org2014-07-181-8/+58
* Revert of Add WorkerThread based methods for start/stop of worker threads. (h...nasko@chromium.org2014-07-181-58/+8
* Add WorkerThread based methods for start/stop of worker threads.nasko@chromium.org2014-07-181-8/+58
* Move WorkerTaskRunner to content/child.tfarina@chromium.org2014-02-191-0/+112