summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-6/+0
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-0/+6
* Move FileDescriptorShuffle to base/posix. This file is very posix-specific.brettw@chromium.org2012-11-091-1/+4
* Create ash memory monitordavemoore@chromium.org2012-11-051-0/+4
* Move EnableInProcessStackDumping to base/debugphajdan.jr@chromium.org2012-11-011-5/+0
* Revert 165244 - Create ash memory monitorbrettw@chromium.org2012-10-311-4/+0
* Create ash memory monitordavemoore@chromium.org2012-10-311-0/+4
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-191-5/+14
* Cleanup: Add a const variable for /proc/self/exe.thestig@chromium.org2012-09-151-0/+5
* Add a flag force_breakaway_from_job_ to the base::LaunchOptions structure for...ananta@chromium.org2012-09-141-1/+7
* Make printf and LOG output to cmd console for Windowsjbates@chromium.org2012-08-221-1/+7
* Revert 152432 - Make printf and LOG output to cmd console for Windowsjbates@chromium.org2012-08-211-7/+1
* Make printf and LOG output to cmd console for Windowsjbates@chromium.org2012-08-201-1/+7
* Fix CleanupProcesses() interface to use TimeDelta.tedvessenes@gmail.com2012-07-311-1/+1
* Remove old test timeout and process waiting function interfaces.tedvessenes@gmail.com2012-07-261-9/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add minimal support for process_utils on iOSstuartmorgan@chromium.org2012-07-111-4/+6
* Add TimeDelta interfaces for WaitForExitCodeWithTimeout() functions.tedvessenes@gmail.com2012-07-081-0/+7
* Fix base::GetModuleFromAddress() not to increment the module's reference count,alexeypa@chromium.org2012-05-161-1/+2
* Reverting r133134 - Make sure that base::MessagePumpForUI from different modu...alexeypa@chromium.org2012-05-161-2/+1
* [cros] Fix udevadm command line for camera presence detection.ivankr@chromium.org2012-04-261-0/+6
* Make sure that base::MessagePumpForUI from different modules are isolated fro...alexeypa@chromium.org2012-04-201-1/+2
* cros: Record UMA stats for tab discards in low memory conditionsjamescook@chromium.org2012-04-181-3/+5
* Add additional base::TimeDelta interface for WaitForChildProcess()tedvessenes@gmail.com2012-03-311-0/+3
* Fix shared_library build break on Chrome OS caused by r128351.yusukes@google.com2012-03-231-1/+1
* Linux: Report the failed memory allocation size on OOM crashes.thestig@chromium.org2012-03-231-0/+4
* Add comments and fix a potential leak in LaunchProcess.erikwright@chromium.org2012-03-151-2/+6
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-8/+7
* Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1...joi@chromium.org2012-02-101-0/+5
* [ChromeOS] Add option to set controlling terminal when launching process.tbarzic@chromium.org2012-01-211-1/+10
* use os_bsd and OS_BSD and add some OS_FREEBSD conditionsrobert.nagy@gmail.com2011-12-041-4/+4
* Extract similar code into SetJobObjectAsKillOnJobClose()toyoshim@chromium.org2011-11-231-0/+9
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-0/+22
* Add OVERRIDE to base/.avi@chromium.org2011-11-161-1/+1
* Maximize RLIMIT_AS resource limit in nacl_helper child before execmcgrathr@chromium.org2011-11-151-1/+8
* implement GetProcessExecutablePath() on OpenBSD and start using itrobert.nagy@gmail.com2011-10-251-1/+3
* OpenBSD and FreeBSD fixes for base.mark@chromium.org2011-10-131-2/+4
* Upstream ProcessUtilTest, and make a few other files compile on Android.jingzhao@chromium.org2011-09-291-4/+4
* Move launching in a job object logicphajdan.jr@chromium.org2011-09-071-1/+4
* Synchronize the parent and child processes during launch, ensuring that themark@chromium.org2011-09-011-5/+53
* Simplify chrome_exe_main_*.cc, moving as much of the code out as possible. Th...jam@chromium.org2011-08-311-4/+2
* Trying again to land OOM priority manager changes.gspencer@google.com2011-08-231-17/+22
* Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm.mattm@chromium.org2011-08-221-26/+17
* Changing OOM range to 0, 1000 and tweaking OOM algorithm.gspencer@google.com2011-08-221-17/+26
* CrOS - Memory debug widget shows anonymous memory and renderer kills.jamescook@chromium.org2011-08-111-4/+16
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-65/+69
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-021-1/+8
* Revert 94999 - CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-011-8/+1
* CrOS - Add memory consumption status bar widget behind flagjamescook@chromium.org2011-08-011-1/+8
* mac: Components build for base, easy partthakis@chromium.org2011-07-291-1/+1