summaryrefslogtreecommitdiffstats
path: root/base/process/launch.h
Commit message (Expand)AuthorAgeFilesLines
* base: Add missing copy ctors where appropriate.vmpstr2016-02-181-0/+1
* Switch to standard integer types in base/process/.avi2015-12-241-1/+4
* Refactor the bootstrap sandbox process launching integration.rsesek2015-09-181-15/+0
* Print stack traces in browser tests when any process crashes, or an assert fi...jam2015-08-171-1/+5
* Build ForkWithFlags and part of NamespaceSandbox under nonsfi newlib.rickyz2015-06-191-1/+1
* Make ctrl-c work reliably in the gtest test launcher on Linuxphajdan.jr2015-03-131-0/+3
* Add the ability to change directories before execing.rickyz2015-02-031-0/+3
* Move ForkWithFlags from process* to launch*.rickyz2015-01-211-0/+19
* Add the ability to run a callback between fork and exec.rickyz2015-01-161-0/+28
* Remove deprecated versions of LaunchProcess.rvargas2015-01-141-12/+0
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-131-0/+3
* Add the new version for the POSIX-specific version of LaunchProcess.rvargas2015-01-101-0/+5
* Revert of Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchPr...mek2015-01-071-3/+0
* Move ForkWithFlags from sandbox/ to base/ and plug it into LaunchProcess.rickyz2015-01-071-0/+3
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-4/+2
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-2/+4
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-4/+2
* Define a new version of LaunchProcess that returns a Process.rvargas2014-12-021-6/+6
* Update base::LaunchElevatedProcess to return a Process instead of a handle.rvargas2014-12-011-6/+5
* Alter the design of the bootstrap sandbox to only take over the bootstrap por...rsesek@chromium.org2014-06-191-0/+14
* Clear environment variables for nacl_helperelijahtaylor@chromium.org2014-06-051-2/+7
* [Linux] Use PR_SET_NO_NEW_PRIVS by default in base/process/launch.h.rsesek@chromium.org2014-04-091-0/+8
* Move CommandLine to base namespace.brettw@chromium.org2014-03-171-2/+2
* Creates a way to launch the utility process with elevated privileges on Windo...haven@chromium.org2014-02-111-0/+10
* posix LaunchProcess: remove more iterator usage that was missed in r243401mattm@chromium.org2014-01-091-2/+1
* Make LaunchProcess able to inherit only specified handles on Vista+.viettrungluu@chromium.org2013-12-121-5/+15
* Make GN use the python on the path.brettw@chromium.org2013-12-051-0/+8
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-1/+2
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-2/+1
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-1/+2
* GTTF: launch test processes using job objects on Windows.phajdan.jr@chromium.org2013-09-131-6/+3
* Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...brettw@chromium.org2013-08-301-42/+7
* Finish splitting base/process_util.h by moving the remaining routines to base...rsesek@chromium.org2013-07-171-0/+258