summaryrefslogtreecommitdiffstats
path: root/chrome/browser/child_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-231-1/+3
* Fix bug when accessing g_browser_process->broker_services() at shutdown.jam@chromium.org2009-11-231-17/+4
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-211-36/+119
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-0/+238
* Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...jam@chromium.org2009-11-181-238/+0
* Fix build break on Mac release.jam@chromium.org2009-11-171-2/+3
* Launch processes asynchronously so as not to block the UI thread. For now, r...jam@chromium.org2009-11-171-0/+237