summaryrefslogtreecommitdiffstats
path: root/chrome/browser/child_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Move core pieces of chrome\browser. I've only gone up to "g", will do the re...jam@chromium.org2011-02-221-348/+0
* Adding crash reporting on Linux for the GPU process.vangelis@chromium.org2011-02-031-2/+8
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+2
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-11/+12
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Add a new GetInstance() method for singleton classes used in chrome/browser f...satish@chromium.org2010-12-091-7/+9
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-13/+10
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-10/+13
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-131-1/+3
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part14:tfarina@chromium.org2010-10-101-8/+8
* [Mac] Replace the existing browser-child mach ipc with a long-lived listener ...rohitrao@chromium.org2010-09-171-13/+23
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-0/+1
* 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