summaryrefslogtreecommitdiffstats
path: root/base/process_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: reenable malloc overrides.agl@chromium.org2010-01-081-41/+11
* Also disable tests for code removed in r35804.agl@chromium.org2010-01-081-0/+6
* Mac: stop zombie ps processes from being created.viettrungluu@chromium.org2010-01-041-0/+22
* Changes to base/ from a combination of FreeBSD and OpenBSD patches.evan@chromium.org2009-12-291-0/+1
* Enable TCMalloc on Linux by default.willchan@chromium.org2009-11-251-1/+14
* linux: fix a warning in the process_util unittestvandebo@chromium.org2009-11-241-4/+5
* linux: fix a warning in the process_util unittestevan@chromium.org2009-11-201-1/+4
* For Linux, override malloc and friends so that we can detect and then stop on...vandebo@chromium.org2009-11-181-0/+94
* Mac: Implement about:memory.viettrungluu@chromium.org2009-11-051-0/+45
* Lower priorities of background tabs on linux.davemoore@chromium.org2009-10-291-0/+14
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-261-4/+4
* Fix ProcessUtilTest.FDRemapping hang on x86_64 by counting open fds in child ...dkegel@google.com2009-10-201-1/+3
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-131-2/+2
* linux: implement GetCPUUsage() so the task manager shows CPUevan@chromium.org2009-09-191-0/+20
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-2/+2
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-2/+2
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-28/+29
* Revert "linux: call g_thread_init() at relevant startup points"evan@chromium.org2009-08-251-29/+27
* linux: call g_thread_init() at relevant startup pointsevan@chromium.org2009-08-251-27/+29
* Enable zygote manager by default.dkegel@google.com2009-06-081-0/+7
* Harmonizing ProcessUtil::GetAppOutput on Win/Unixjcampan@chromium.org2009-06-041-8/+9
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-10/+12
* This CL adds a utility method that lets you start a process and block until t...jcampan@chromium.org2009-04-211-1/+34
* Add GetAppOutput function, a better replacement for popen.phajdan.jr@chromium.org2009-04-171-0/+16
* This should make ProcessUtilTest.KillSlowChild not-flaky.phajdan.jr@chromium.org2009-03-161-9/+0
* Fixes a build break caused by r10178.hbono@chromium.org2009-02-231-1/+1
* Try to fix the tree.evan@chromium.org2009-02-231-1/+1
* Fix more GCC 4.3 warnings.evan@chromium.org2009-02-231-2/+4
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-091-0/+3
* Rewrite the mac named process iterator:thomasvl@chromium.org2009-02-061-7/+0
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-051-2/+4
* Add routine to close file descriptors on execjeremy@chromium.org2009-01-291-0/+18
* Call logging::InitLogging. The lack of this was causing some hangs (and poss...erikkay@google.com2009-01-131-2/+4
* Fix TODOs in base/ :phajdan.jr@chromium.org2009-01-131-2/+1
* Processes take a long time to start if started via ssh,dkegel@google.com2008-12-301-1/+1
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-2/+75
* Reverting 7156.ojan@google.com2008-12-171-75/+2
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-2/+75
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-11/+12
* Fix compilation error on Windows and link error on Macdkegel@google.com2008-10-311-8/+5
* Port GetProcessCount(), KillProcesses(), and CleanupProcesses().dkegel@google.com2008-10-311-0/+41
* 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process namesjeremy@chromium.org2008-10-291-2/+2
* Added linux process utilities and tests.estade@chromium.org2008-10-221-3/+29
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add base to the repository.initial.commit2008-07-261-0/+99