summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix wstrings in content/common.avi@chromium.org2011-03-081-1/+1
* Move ChildThread and ChildProcess to content. Also move remaining code that ...jam@chromium.org2011-03-081-1/+1
* Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...ben@chromium.org2011-01-191-3/+3
* Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+3
* Call rand_s() in a worker process before entering the sandbox.yutak@chromium.org2010-07-201-0/+4
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Adding debugging switches to Worker process startup on POSIX systems.dimich@chromium.org2010-03-171-1/+1
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-3/+4
* Added support for --worker-startup-dialog command line flag.atwilson@chromium.org2009-11-061-0/+5
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-3/+4
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-4/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-3/+4
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-4/+3
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-3/+4
* Make workers functional on OSX and Linux.levin@chromium.org2009-07-141-2/+0
* Move win_util.h from common to app.ben@chromium.org2009-05-081-1/+0
* Refactor plugin process code which checks with the browser process before shu...jam@chromium.org2009-03-271-2/+3
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-181-3/+12
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-0/+39