summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* POSIX: Add code for shuffling file descriptors.agl@chromium.org2009-04-301-0/+9
* Make task_manager_resource_providers.cc compile on POSIX.phajdan.jr@chromium.org2009-04-301-0/+6
* POSIX: don't spawn zombies.agl@chromium.org2009-04-281-3/+7
* Revert "POSIX: Don't spawn zombies." (r14488)agl@chromium.org2009-04-241-7/+3
* POSIX: Don't spawn zombies.agl@chromium.org2009-04-241-3/+7
* This CL adds a utility method that lets you start a process and block until t...jcampan@chromium.org2009-04-211-5/+11
* More solid detection of browser process in chrome_process_util_linux.cc:phajdan.jr@chromium.org2009-04-211-3/+4
* Add GetAppOutput function, a better replacement for popen.phajdan.jr@chromium.org2009-04-171-0/+8
* Make OpenProcessHandle report an error when it couldn't open the handle.phajdan.jr@chromium.org2009-04-031-2/+2
* Use portable typedef for PIDs (process IDs).phajdan.jr@chromium.org2009-04-011-5/+5
* Cleanup in chrome/browserphajdan.jr@chromium.org2009-03-251-8/+8
* Make UITest::CrashAwareSleep portable.phajdan.jr@chromium.org2009-03-041-0/+4
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+2
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-2/+2
* Make ResourceMessageFilter compile on Mac. It stubs out a substantial part ofbrettw@google.com2009-02-061-0/+7
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-051-3/+9
* Add routine to close file descriptors on execjeremy@chromium.org2009-01-291-3/+3
* Revert r8560 due to broken interactive_ui_testsmark@chromium.org2009-01-231-3/+0