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