summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Change IPC::ChannelMojo to use associated interfaces.sammc2016-03-071-2/+4
* Reland: Bootstrap Mojo IPC independent of Chrome IPCrockot2016-03-021-5/+34
* Revert of Bootstrap Mojo IPC independent of Chrome IPC (patchset #18 id:34000...rockot2016-03-011-34/+5
* Bootstrap Mojo IPC independent of Chrome IPCrockot2016-02-291-5/+34
* Windows: Expose handle inheritance to the sandboxed launcherrockot2016-02-261-1/+3
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-101-1/+28
* Revert of Pass both 32 and 64 bit snapshot and natives fds to child processes...thakis2016-02-091-28/+1
* Pass both 32 and 64 bit snapshot and natives fds to child processes.tobiasjs2016-02-091-1/+28
* Have each SandboxedProcessLauncherDelegate maintain a zygote.kerrnel2016-01-221-20/+27
* Revert of Have each SandboxedProcessLauncherDelegate maintain a zygote. (patc...kerrnel2016-01-211-27/+20
* Have each SandboxedProcessLauncherDelegate maintain a zygote.kerrnel2016-01-201-20/+27
* Convert Pass()→std::move() for Mac build.dcheng2016-01-131-2/+1
* Replace IOSurfaceManager by directly passing IOSurface Mach ports over Chrome...rsesek2016-01-051-4/+0
* Switch to standard integer types in content/browser/.avi2015-12-251-0/+1
* Change callers of ScopedGeneric::Pass() to std::move()danakj2015-12-031-7/+9
* Remove jank profiling from Context::Notify.erikchen2015-11-201-22/+0
* Bind Application in renderer.ben2015-11-191-59/+0
* Revert of Bind Application in renderer (patchset #15 id:280001 of https://cod...alancutter2015-11-181-0/+59
* Bind Application in renderer.ben2015-11-181-59/+0
* Revert of Bind Application in renderer (patchset #14 id:260001 of https://cod...msramek2015-11-181-0/+59
* Bind Application in renderer.ben2015-11-181-59/+0
* Move Shell connection to content.ben2015-11-151-1/+61
* Stop warnings resulting from unimplemented SetProcessBackgrounded().shrike2015-10-021-1/+3
* Revert hidden renderer backgrounding on the Mac.shrike2015-09-241-8/+0
* Define a bootstrap sandbox policy for renderer processes.rsesek2015-09-181-7/+10
* Refactor the bootstrap sandbox process launching integration.rsesek2015-09-181-10/+12
* Cleanup: Remove unneeded base/memory/shared_memory.h #includes.thestig2015-09-151-2/+1
* Add new termination status for failed child process launch.wfh2015-09-021-0/+1
* Always use ENABLE_PLUGINS to indicate plugins support.hshi2015-08-291-0/+3
* Load non-locale .pak files directly from the .apk on Android (rather than ext...agrieve2015-06-241-1/+5
* Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_p...agrieve2015-06-191-10/+37
* Revert of Moved logic for mapping child process FDs for ICU and V8 into child...mek2015-06-161-37/+10
* Moved logic for mapping child process FDs for ICU and V8 into child_process_l...agrieve2015-06-161-10/+37
* Allow startup with missing V8 snapshot file.erikcorry2015-06-081-0/+5
* content: Pass IOSurface references using Mach IPC.reveman2015-06-041-0/+4
* Pass file Regions along with FDs to child processes on Androidagrieve2015-06-031-2/+2
* Add support for backgrounding processes on the Macshrike2015-06-021-1/+9
* Revert of Add support for backgrounding processes on the Mac (patchset #22 id...tnagel2015-05-191-9/+1
* Add support for backgrounding processes on the Macshrike2015-05-191-1/+9
* Revert of Add support for backgrounding processes on the Mac (patchset #21 id...thakis2015-05-171-9/+1
* Add support for backgrounding processes on the Macshrike2015-05-161-1/+9
* Simplify ChildProcessLaunchersievers2015-03-281-385/+250
* Drop queued IPC messages if the child process dies while spawning.lfg2015-03-231-0/+11
* Revert of Add DCHECKS() for current thread in ChildProcessLauncher (patchset ...tkent2015-03-231-66/+57
* Add DCHECKS() for current thread in ChildProcessLaunchersievers2015-03-201-57/+66
* Add profiling to Context::Notify.erikchen2015-03-111-0/+22
* Redefine base::Process:Terminate so that it can replace base::KillProcessrvargas2015-03-091-1/+1
* removing all the code related to chrome://statscpu2015-02-121-8/+0
* Enable clean child process exit in sanitizer builds on ChromeOS.earthdok2015-02-091-4/+3
* Rename base::Process::pid() to Pid()rvargas2015-01-241-1/+1