summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: fix getting termination status for known dead processes.jln@chromium.org2014-01-101-0/+3
* LOG(INFO) -> VLOG(0) in content/scottmg@chromium.org2013-11-231-1/+1
* Android: remove ContentViewCore from the renderer crash codepath.ppi@chromium.org2013-11-081-3/+8
* Pass StatsTable shared memory via global descriptors on Posix rather than usi...rmcilroy@chromium.org2013-10-161-13/+18
* Fix a bug where killing pages doesn't yield a sad-tabccameron@chromium.org2013-09-171-0/+5
* Define magic descriptors in one place.dongseong.hwang@intel.com2013-09-111-1/+2
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-4/+4
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-0/+1
* Update include paths in content/browser for base/process changes.rsesek@chromium.org2013-07-231-1/+0
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.rsesek@chromium.org2013-04-111-18/+18
* Revert 193486 "[Mac] Remove base::LaunchSynchronize and rewrite ..."rsesek@chromium.org2013-04-111-18/+18
* [Mac] Remove base::LaunchSynchronize and rewrite content::MachBroker.rsesek@chromium.org2013-04-101-18/+18
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-7/+9
* Fix x86 build of Android.yfriedman@chromium.org2013-03-191-1/+1
* Since some child processes, such as PPAPI_BROKER plugin, might not run in san...kjyoun@google.com2013-03-191-5/+5
* Revert 184213rtenneti@chromium.org2013-02-251-1/+31
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Revert 183407rtenneti@chromium.org2013-02-221-31/+1
* Child process launch - Record process creation times.rtenneti@chromium.org2013-02-201-1/+31
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-3/+3
* [Android] Ensure android_webview doesn't start child processes.benm@chromium.org2013-01-121-0/+4
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-2/+1
* Linux: inform the Zygote when it's waiting on a dead processjln@chromium.org2012-12-061-1/+2
* Move global_descriptors to base/posix.brettw@chromium.org2012-11-091-1/+1
* Because of UID isolation on Android, crash dump generation has to happenjcivelli@chromium.org2012-10-241-7/+13
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-13/+15
* Move sandbox code in content to content namespace.jam@chromium.org2012-10-231-1/+2
* Close leaking FDs.jcivelli@chromium.org2012-09-251-15/+18
* On Posix, make all child processes quit when the browser dies, not just the r...jam@chromium.org2012-07-301-1/+1
* Move zygote_host_impl_linux.* to content/browser/zygote_hostjln@chromium.org2012-07-241-1/+1
* Upstream ChildProcessLauncher changes for Android.yfriedman@chromium.org2012-06-281-18/+83
* Refactor GetCrashSignalFD to be more generic.yfriedman@chromium.org2012-06-221-21/+17
* Tighten up DEPS some more. NaCl/service process code are including internal c...jam@chromium.org2012-06-041-1/+1
* Added code so renderer would cleanly exit.asharif@chromium.org2012-04-101-2/+7
* Add an API around zygoteHost so that chrome doesn't reach into the internal c...jam@chromium.org2012-02-251-6/+6
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-4/+4
* Don't use zygote for Android's child process launcher.satish@chromium.org2012-02-081-12/+12
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-2/+2
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-5/+6
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Content: Log an error when we are unable to launch childrvargas@google.com2011-10-121-0/+3
* Remove RenderProcessHost::is_extension_processjochen@chromium.org2011-10-051-1/+1
* Move handle dumpage to the renderer process (so that it works correctly) and ...cdn@chromium.org2011-09-201-15/+0
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-0/+5
* Fix race condition in ChildProcessLauncher. r79308 made process_ used on CHIL...jam@chromium.org2011-09-071-13/+17