- 08c426a Added code so renderer would cleanly exit. by [email protected] · 13 years ago
- c2c68b1f Add an API around zygoteHost so that chrome doesn't reach into the internal content implementation. by [email protected] · 13 years ago
- a82af39 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by [email protected] · 13 years ago
- ffb6973 Don't use zygote for Android's child process launcher. by [email protected] · 14 years ago
- eaac7159 Move the ProcessWatcher methods out of content/common/process_watcher into base/process_util, alongside the other process methods. by [email protected] · 14 years ago
- 037edb5 Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- c38831a1 Split BrowserThread into public API and private implementation, step 1. by [email protected] · 14 years ago
- b39ef1cb Move resource_codes to content/public/common. by [email protected] · 14 years ago
- 87f3c08 Move content_browser_client.h to public, and while at it, move by [email protected] · 14 years ago
- c08950d2 Move content_switches to content\public\common. by [email protected] · 14 years ago
- e51ddf25 Content: Log an error when we are unable to launch child by [email protected] · 14 years ago
- 718eab6 Remove RenderProcessHost::is_extension_process by [email protected] · 14 years ago
- 177623b Move handle dumpage to the renderer process (so that it works correctly) and move handle enumerator into common. by [email protected] · 14 years ago
- 2ce26c43 Wait properly for renderer crashes by [email protected] · 14 years ago
- e202478 Fix race condition in ChildProcessLauncher. r79308 made process_ used on CHILD_PROCESS_LAUNCHER thread, even though it's not thread safe. I switched it to pass the handle directly, and made all the methods that run on CHILD_PROCESS_LAUNCHER static to make this clearer. by [email protected] · 14 years ago
- 84b2d1d Synchronize the parent and child processes during launch, ensuring that the by [email protected] · 14 years ago
- c4ed802 Cleanup code used to diagnose and fix bug 81449. by [email protected] · 14 years ago
- f3c1d3c Fix bug that caused Task Manager to display defunct GPU processes after they were killed. This change makes it OK to call GetChildTerminationStatus after the process handle has been nulled out. Previously, the process kill notification was never getting sent out because of the check for a null handle. by [email protected] · 14 years ago
- 1fcfb20 Take two at splitting result codes between content and chrome. by [email protected] · 14 years ago
- ce2ae44 Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible by [email protected] · 14 years ago
- 4229b5d Revert 92787 - Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible by [email protected] · 14 years ago
- ae27f1c Modify the Chrome Linux zygote to support a ZygoteForkHelper for flexible by [email protected] · 14 years ago
- 36d772c Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. by [email protected] · 14 years ago
- 785c967 This change will split the result codes between content and chrome. by [email protected] · 14 years ago
- e599218 Change base::LaunchProcess API slightly by [email protected] · 14 years ago
- 1e41c38 Clean up users of a deprecated base::LaunchApp API. by [email protected] · 14 years ago
- 2b64f7b Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR=jam@ because he is on vacation. He previously LGTMed the reverted CL (link below) and there are not substantive changes since then. by [email protected] · 14 years ago
- 0e0e9b1 I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR=jam@ because he is on vacation. He previously LGTMed the reverted CL (link below) and there are not substantive changes since then. by [email protected] · 14 years ago
- 3fa5cc1 Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. by [email protected] · 14 years ago
- 5b99724 New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. by [email protected] · 14 years ago
- ed0fbe6 Move MachBroker to content. by [email protected] · 14 years ago
- 7c863570 Add a flag to print the handles held by a child process when it shuts down. by [email protected] · 14 years ago
- e63c4d7 Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or by [email protected] · 14 years ago
- cd5fa1a Move sandbox_policy to content. by [email protected] · 14 years ago
- 25fe7fc5 Get rid of content dependency from sandbox_policy.h by [email protected] · 14 years ago
- 578cd61 Turn off optimization for ChildProcessLauncher::Context::TerminateInternal. by [email protected] · 14 years ago
- 358cb8e Revert 86532 - Revert 86517 - Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to by [email protected] · 14 years ago
- 9e3df998 Revert 86517 - Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to by [email protected] · 14 years ago
- 30fc7a82 Don't terminate plugin processes from the browser during browser shutdown. This is to allow the plugins to by [email protected] · 14 years ago
- b80f6843 Remove safe_browsing code from BrowserRenderProcessHost. Also remove crash reporting glue in content. by [email protected] · 14 years ago
- 54457f3 Fix crash reporting for ppapi by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 3e55e21 Add support for the cgroups config we have in chromeos by [email protected] · 14 years ago
- acb9472 Move the renderer_web* files to content. by [email protected] · 14 years ago
- 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
- a01efd2 Delete the temporary headers left behind in chrome\browser. I've left browser_thread.h for another change, since 450 files include it. by [email protected] · 14 years ago
- df8e899b Move core pieces of chrome\browser. I've only gone up to "g", will do the rest in another cl. by [email protected] · 14 years ago[Renamed (98%) from chrome/browser/child_process_launcher.cc]
- 9289af82 Adding crash reporting on Linux for the GPU process. by [email protected] · 15 years ago
- 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
- 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
- 443b80e This adds some plumbing for propagating the status and error code of a renderer process that went away so that we can tell at the UI level what happened to the tab: did it crash, or was it killed by the OOM killer (or some other reason). This is in preparation for implementing a new UI for when a process is killed by the OOM on ChromeOS which handles it differently from a crash. by [email protected] · 15 years ago
- dc8caba Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
- d3c6c0d7 Add a new GetInstance() method for singleton classes used in chrome/browser files. by [email protected] · 15 years ago
- 22b61ba Revert 63067 - This adds some plumbing for propagating the status and error code of a by [email protected] · 15 years ago
- b121b12 This adds some plumbing for propagating the status and error code of a by [email protected] · 15 years ago
- 18cbea3 Coverity: Initialize member variables. by [email protected] · 15 years ago
- ed7e6dd Rename ChromeThread to BrowserThread Part19: by [email protected] · 15 years ago
- d04e766 Rename ChromeThread to BrowserThread Part14: by [email protected] · 15 years ago
- b88a749 [Mac] Replace the existing browser-child mach ipc with a long-lived listener on a well-known port. by [email protected] · 15 years ago
- 864b136 FBTF: Remove unneeded headers from base/ (part 6) by [email protected] · 15 years ago
- eb1bd83 Fix typos for defined(OS_XXX). by [email protected] · 15 years ago
- cd69619b Revert 46384 - Fix race in zygote_host_linux where socket was being read from and written to on different threads. by [email protected] · 15 years ago
- 9b0ba035 Remove recently added DCHECK in 46384 which is causing some test crashes. by [email protected] · 15 years ago
- 3131a4b Fix race in zygote_host_linux where socket was being read from and written to on different threads. by [email protected] · 15 years ago
- 49836d5 Revert 43821 - Add some temporary instrumentation to help track down a crasher. by [email protected] · 15 years ago
- d75f16b2 Add some temporary instrumentation to help track down a crasher. by [email protected] · 15 years ago
- e80bea9a Make DidProcessCrash a bit more solid and accurate on Windows by [email protected] · 15 years ago
- 7c4ea14 Create initial GPU backing store in the GPU process for X windows applications. by [email protected] · 16 years ago
- 382abc2 Moving sandbox_policy files into chrome/common . by [email protected] · 16 years ago
- c002879 Mac: Other approach for IPCing child task_ts. by [email protected] · 16 years ago
- 675112f Revert 35888 - Mac: Other approach for IPCing child task_ts. by [email protected] · 16 years ago
- 474f059 Mac: Other approach for IPCing child task_ts. by [email protected] · 16 years ago
- e36e86f Make ProcessWatcher use kqueues on Mac. by [email protected] · 16 years ago
- 3a3085e4 Revert 34146 - A place to store the pid>mach_port_t mapping. by [email protected] · 16 years ago
- 2191d20 A place to store the pid->mach_port_t mapping. by [email protected] · 16 years ago
- e01761e Use the zygote for extension page popup processes. by [email protected] · 16 years ago
- 3d2217d Fix environment variables not being used after switching to ChildProcessLauncher. by [email protected] · 16 years ago
- 91451171 Fix bug when accessing g_browser_process->broker_services() at shutdown. by [email protected] · 16 years ago
- fb1277e8 Launch all child processes asynchronously so as not to block the IO thread. by [email protected] · 16 years ago
- 9610ef24 Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. (relanding 32203) by [email protected] · 16 years ago
- fdb7ee3 Revert 32203,32204,32205 - Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. by [email protected] · 16 years ago
- 98240004 Fix build break on Mac release. by [email protected] · 16 years ago
- 8f44326c2 Launch processes asynchronously so as not to block the UI thread. For now, renderer only, I'll take care of plugin/worker/utility processes in a followup change. by [email protected] · 16 years ago