summaryrefslogtreecommitdiffstats
path: root/base/process_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove base/debug_util. Move the debug UI related functions to base/debug/deb...brettw@google.com2011-01-011-1/+0
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-3/+3
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-141-17/+155
* Reconstructing 67000.bradnelson@google.com2010-11-231-1/+1
* Reverting 67000.bradnelson@google.com2010-11-221-1/+1
* Switching chrome to use python26 in place of python24.bradnelson@google.com2010-11-221-1/+1
* Revert 63067 - This adds some plumbing for propagating the status and error c...gspencer@chromium.org2010-10-191-158/+17
* This adds some plumbing for propagating the status and error code of agspencer@chromium.org2010-10-191-17/+158
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-301-0/+1
* Fix gtest warnings when running the process_util_unittest.levin@chromium.org2010-08-231-48/+109
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-6/+7
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-131-6/+4
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-7/+6
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-6/+7
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-1/+2
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-6/+6
* Revert 53903 - Revert 52613 - Revert 52608 - Add and alternative GetAppOutput...viettrungluu@chromium.org2010-07-281-74/+8
* Revert 52613 - Revert 52608 - Add and alternative GetAppOutput() to process_u...viettrungluu@chromium.org2010-07-281-8/+74
* Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ...viettrungluu@chromium.org2010-07-161-74/+8
* Add and alternative GetAppOutput() to process_util that takes a timeout.viettrungluu@chromium.org2010-07-161-8/+74
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-0/+43
* Revert 51371 - Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-43/+0
* Catch OOMs in purgeable memory.avi@chromium.org2010-07-011-0/+43
* Minor cleanups of usage of process_util code.maruel@chromium.org2010-06-111-14/+21
* Changed the position of the output->swap() call. This way, even if the comma...maruel@chromium.org2010-06-101-4/+3
* Patch out posix_memalign in the out-of-memory killer.avi@chromium.org2010-05-191-7/+19
* 64-bit support for Mac OS X in base_unittests.mark@chromium.org2010-05-141-1/+11
* Move common code into process_util.cc.maruel@chromium.org2010-04-291-59/+69
* Make DidProcessCrash a bit more solid and accurate on Windowsphajdan.jr@chromium.org2010-04-061-0/+18
* Die on an OOM situation in many more cases.avi@chromium.org2010-03-191-4/+42
* Reverting 41834; ui tests are asploding.avi@chromium.org2010-03-171-42/+4
* Die on an OOM situation in many more cases.avi@chromium.org2010-03-171-4/+42
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-111-0/+101
* Revert "POSIX: don't allocate memory after forking."agl@chromium.org2010-03-101-42/+0
* POSIX: don't allocate memory after forking.agl@chromium.org2010-03-101-0/+42
* Reland r40289: "Add support for CHECK_* macros.""willchan@chromium.org2010-03-021-1/+1
* Revert r40289: "Add support for CHECK_* macros."willchan@chromium.org2010-03-011-1/+1
* Add support for CHECK_* macros.willchan@chromium.org2010-03-011-1/+1
* Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.thestig@chromium.org2010-02-261-5/+5
* linux: check the return value passed through HANDLE_EINTRevan@chromium.org2010-02-021-6/+13
* Add a utility function to run a process as an arbitrary usercpu@chromium.org2010-02-011-0/+9
* 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