| Commit message (Expand) | Author | Age | Files | Lines |
* | Move EnableInProcessStackDumping to base/debug | phajdan.jr@chromium.org | 2012-11-01 | 1 | -1/+2 |
* | Increase the test timeout for ProcessUtilTest.FDRemapping under compiler-base... | glider@chromium.org | 2012-09-27 | 1 | -0/+5 |
* | unchecked_malloc() for Skia on OSX. | shess@chromium.org | 2012-09-19 | 1 | -58/+33 |
* | Fixed ProcessUtilTest.GetTerminationStatusCrash for android. Increased the ti... | qghc36@motorola.com | 2012-09-05 | 1 | -0/+5 |
* | roll clang 159409:160967 | thakis@chromium.org | 2012-07-31 | 1 | -0/+1 |
* | Switch to TimeDelta interface for process waiting functions in base. | tedvessenes@gmail.com | 2012-07-11 | 1 | -5/+5 |
* | Fix ProcessUtilTests for android. | nileshagrawal@chromium.org | 2012-06-12 | 1 | -16/+38 |
* | Do not run ProcessUtilTest.MacMallocFailureDoesNotTerminate under ASan. | glider@chromium.org | 2012-04-06 | 1 | -2/+6 |
* | Add virtual and OVERRIDE to base/ implementation files | rsleevi@chromium.org | 2012-04-06 | 1 | -3/+3 |
* | In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. | rsesek@chromium.org | 2012-04-04 | 1 | -5/+29 |
* | Add preliminary OOM support for Mountain Lion. | avi@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Use cmd.exe instead of python.exe for unit test. | maruel@chromium.org | 2012-03-08 | 1 | -14/+13 |
* | Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is EN... | viettrungluu@chromium.org | 2012-03-07 | 1 | -23/+5 |
* | In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. | rsesek@chromium.org | 2012-03-07 | 1 | -5/+23 |
* | Fix the regexp for ProcessUtilTest.MacTerminateOnHeapCorruption | glider@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Fix ProcessUtilTest.MacTerminateOnHeapCorruption to pass under ASan on Mac. | glider@chromium.org | 2012-03-06 | 1 | -0/+7 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -8/+8 |
* | Flakiness cleanup: disable flaky tests under base/ | evan@chromium.org | 2012-02-14 | 1 | -7/+1 |
* | Cleanup in ProcessSingleton. These originated as candidate fixes for issue 1... | joi@chromium.org | 2012-02-10 | 1 | -0/+19 |
* | Adding GetProcId unittest | cpu@chromium.org | 2012-01-26 | 1 | -1/+15 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -6/+6 |
* | Remove the nested #ifdef ADDRESS_SANITIZER | glider@chromium.org | 2011-12-20 | 1 | -15/+10 |
* | Do not run OutOfMemoryDeathTest.* under AddressSanitizer. | glider@chromium.org | 2011-12-19 | 1 | -0/+7 |
* | Move the ProcessWatcher methods out of content/common/process_watcher into ba... | jam@chromium.org | 2011-11-23 | 1 | -0/+45 |
* | disable GetAppOutputRestrictedSIGPIPE and enable ::vswprintf on OpenBSD | robert.nagy@gmail.com | 2011-11-12 | 1 | -1/+1 |
* | OpenBSD patches for base / split from CR #8275005 | mark@chromium.org | 2011-10-18 | 1 | -1/+2 |
* | OpenBSD and FreeBSD fixes for base. | mark@chromium.org | 2011-10-13 | 1 | -2/+0 |
* | Fix Clang-built ProcessUtilTest.GetTerminationStatusCrash. | hans@chromium.org | 2011-10-11 | 1 | -1/+1 |
* | Upstream ProcessUtilTest, and make a few other files compile on Android. | jingzhao@chromium.org | 2011-09-29 | 1 | -14/+57 |
* | Disable ProcessUtilTest.GetTerminationStatusCrash under AddressSanitizer. | glider@chromium.org | 2011-09-20 | 1 | -1/+8 |
* | Disable GetTerminationStatusExit on Windows. | thakis@chromium.org | 2011-09-19 | 1 | -2/+2 |
* | ProcessUtilTest.GetTerminationStatusExit is flaky at best... | mad@chromium.org | 2011-09-14 | 1 | -2/+2 |
* | Synchronize the parent and child processes during launch, ensuring that the | mark@chromium.org | 2011-09-01 | 1 | -0/+4 |
* | Disable failed test GetTerminationStatusExit on Linux. | dyu@chromium.org | 2011-09-01 | 1 | -1/+8 |
* | [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo... | rsesek@chromium.org | 2011-08-18 | 1 | -0/+15 |
* | Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi... | rsesek@chromium.org | 2011-08-18 | 1 | -15/+0 |
* | Change the expectation for ProcessUtilTest.MacTerminateOnHeapCorruption to wo... | rsesek@chromium.org | 2011-08-18 | 1 | -1/+2 |
* | [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo... | rsesek@chromium.org | 2011-08-18 | 1 | -0/+14 |
* | Rename CommandLine::GetCommandLineString(). | msw@chromium.org | 2011-07-20 | 1 | -1/+1 |
* | Remove LaunchAppAsUser(). | evan@chromium.org | 2011-07-19 | 1 | -1/+3 |
* | Disable process_util unit test that uses clone() on valgrind bots. | bradchen@google.com | 2011-07-19 | 1 | -2/+6 |
* | Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li... | bradchen@google.com | 2011-07-15 | 1 | -7/+17 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | Clean up users of a deprecated base::LaunchApp API. | evan@chromium.org | 2011-07-12 | 1 | -11/+13 |
* | Added ability to run a command, getting output and exit status on POSIX. | benwells@chromium.org | 2011-07-06 | 1 | -0/+38 |
* | GTTF: Initialize TestTimeouts in out-of-process test runner. | phajdan.jr@chromium.org | 2011-06-09 | 1 | -6/+5 |
* | Fix one more time the linux tests, in other words giving up on improving the ... | cpu@chromium.org | 2011-04-29 | 1 | -10/+14 |
* | fix failing linux tests. | cpu@chromium.org | 2011-04-29 | 1 | -0/+4 |
* | Add a more comprehensive background mode for a process. | cpu@chromium.org | 2011-04-28 | 1 | -2/+19 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |