summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-201-8/+12
* Fix ChildProcessLauncher::SetProcessBackgrounded(...) function.kkimlabs2014-10-201-1/+1
* Enforce handle ownership in base::Process.rvargas2014-10-171-49/+54
* Fix incorrect FD handling for StatsTable shared memorymorrita2014-10-021-3/+2
* Turn FileDescriptorInfo a collection classmorrita2014-10-011-25/+24
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-4/+4
* Do not set background priority in-process on Windows, when tabs are backgroun...wfh@chromium.org2014-07-291-7/+5
* Do not set low priority on background tabs.wfh@chromium.org2014-07-261-5/+7
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-191-0/+2
* Initialize the bootstrap sandbox in the browser process.rsesek@chromium.org2014-06-101-3/+16
* Android: use SetProcessBackgrounded for process visibility.ppi@chromium.org2014-04-111-0/+3
* Re-land 261836 "Restore --child-clean-exit behavior for ASan/LSan..."earthdok@chromium.org2014-04-071-0/+6
* Revert 261836 "Restore --child-clean-exit behavior for ASan/LSan..."scottmg@chromium.org2014-04-051-5/+0
* Restore --child-clean-exit behavior for ASan/LSan/MSan builds.earthdok@chromium.org2014-04-041-0/+5
* Add initial GpuMemoryBufferSurfaceTexture implementation.reveman@chromium.org2014-03-311-1/+1
* Remove kChildCleanExit since it's not used anymore.jam@chromium.org2014-03-281-8/+3
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-171-2/+3
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-151-3/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-2/+3
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-141-3/+2
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-141-2/+3
* Ensure that SandboxProcessLauncherDelegates are deletedaberent@chromium.org2014-03-131-1/+1
* Refactor configuration of sandboxes - first stepsaberent@chromium.org2014-03-131-43/+12
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-111-3/+19
* 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