summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_main.cc
Commit message (Expand)AuthorAgeFilesLines
* 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