summaryrefslogtreecommitdiffstats
path: root/chrome/browser/child_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos for defined(OS_XXX).thestig@chromium.org2010-05-181-2/+4
* Revert 46384 - Fix race in zygote_host_linux where socket was being read from...kkania@chromium.org2010-05-051-57/+23
* Remove recently added DCHECK in 46384 which is causing some test crashes.kkania@chromium.org2010-05-041-1/+0
* Fix race in zygote_host_linux where socket was being read from and written to...kkania@chromium.org2010-05-041-23/+58
* Revert 43821 - Add some temporary instrumentation to help track down a crasher.eroman@chromium.org2010-04-161-31/+0
* Add some temporary instrumentation to help track down a crasher.eroman@chromium.org2010-04-071-0/+31
* Make DidProcessCrash a bit more solid and accurate on Windowsphajdan.jr@chromium.org2010-04-061-2/+0
* Create initial GPU backing store in the GPU process for X windows applications.brettw@chromium.org2010-01-261-20/+16
* Moving sandbox_policy files into chrome/common .gregoryd@google.com2010-01-171-1/+1
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-121-2/+20
* Revert 35888 - Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-101-12/+0
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-101-0/+12
* Make ProcessWatcher use kqueues on Mac.jeremy@chromium.org2009-12-151-2/+2
* Revert 34146 - A place to store the pid>mach_port_t mapping.thakis@chromium.org2009-12-091-109/+0
* A place to store the pid->mach_port_t mapping.thakis@chromium.org2009-12-091-0/+109
* Use the zygote for extension page popup processes.tony@chromium.org2009-12-041-1/+3
* 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