summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
Commit message (Expand)AuthorAgeFilesLines
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-0/+7
* Revert 51371 - Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-7/+0
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-0/+7
* Minor cleanups of usage of process_util code.maruel@chromium.org2010-06-111-1/+3
* Changed the position of the output->swap() call. This way, even if the comma...maruel@chromium.org2010-06-101-2/+1
* Speed up the Task Manager on linux.erg@chromium.org2010-05-111-4/+6
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-23/+54
* Fix a typo.thestig@chromium.org2010-04-081-3/+3
* Move ProcessEntry and IoCounters inside namespace base.maruel@chromium.org2010-04-081-8/+12
* Make DidProcessCrash a bit more solid and accurate on Windowsphajdan.jr@chromium.org2010-04-061-4/+0
* Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar...evan@chromium.org2010-04-011-0/+8
* [GTTF] Add an always-working timeout for browser_tests.phajdan.jr@chromium.org2010-03-161-0/+8
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-111-6/+10
* Revert "POSIX: don't allocate memory after forking."agl@chromium.org2010-03-101-0/+6
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-101-6/+0
* BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUXpvalchev@google.com2010-03-101-5/+3
* Adds new API to process_utils to launch a new app as a user in a specified de...gwilson@google.com2010-02-181-0/+7
* Add a utility function to run a process as an arbitrary usercpu@chromium.org2010-02-011-0/+14
* Mac: UI tweaks for task manager.thakis@chromium.org2010-01-131-4/+4
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-121-1/+14
* Mac: Create a pid->task_t mapping in the browser process.thakis@chromium.org2009-12-211-3/+4
* Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ...viettrungluu@chromium.org2009-12-191-0/+32
* Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o...thakis@chromium.org2009-12-191-32/+0
* Fix cpu/memory measurements on OS X.thakis@chromium.org2009-12-181-0/+32
* Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to...thestig@chromium.org2009-12-101-0/+7
* Fix environment variables not being used after switching to ChildProcessLaunc...jam@chromium.org2009-11-231-1/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-6/+6
* Remove the unused ProcessFilter destructor.evan@chromium.org2009-11-191-1/+0
* Ensure OOM is a killer on the Mac.avi@chromium.org2009-11-121-0/+6
* More memory stats code cleanup:sgk@chromium.org2009-11-091-0/+4
* Mac: Implement about:memory.viettrungluu@chromium.org2009-11-051-0/+8
* Move console stack dumping code to a function so it can be reused in test_she...maruel@chromium.org2009-10-271-1/+8
* Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate).viettrungluu@chromium.org2009-10-201-2/+2
* linux: implement GetCPUUsage() so the task manager shows CPUevan@chromium.org2009-09-191-1/+15
* When forking, restore the default exception handler port.mark@chromium.org2009-09-031-0/+11
* Linux: about:memoryagl@chromium.org2009-09-011-0/+9
* Port some of the base module to FreeBSD. Extracted fromwtc@chromium.org2009-08-311-7/+7
* Remove the Mac-specific implementation of LaunchApp, and share the Linux vers...stuartmorgan@google.com2009-08-061-2/+1
* Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open.thestig@chromium.org2009-07-211-1/+11
* Fix comment for posix LaunchApp wrt PATH searching.mattm@chromium.org2009-07-171-2/+2
* Consistently use int64 for integers holding number of milliseconds.phajdan.jr@chromium.org2009-06-171-4/+4
* Linux: refactor zygote supportagl@chromium.org2009-06-121-8/+0
* Revert 18159 since it wasn't using all the data it should be.thomasvl@chromium.org2009-06-111-4/+4
* Some basic memory api support that is needed for perf tests and i think the t...thomasvl@chromium.org2009-06-111-4/+4
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-0/+8
* Linux: refactor zygote supportagl@chromium.org2009-06-101-8/+0
* Enable zygote manager by default.dkegel@google.com2009-06-081-0/+9
* Prototype implementation of zygotes. dkegel@google.com2009-06-061-0/+8
* Harmonizing ProcessUtil::GetAppOutput on Win/Unixjcampan@chromium.org2009-06-041-8/+0
* Add memory stats for linux page cycler. On linux, we collecttc@google.com2009-05-111-2/+6