| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable ProcessUtilTest.CalcFreeMemory total memory test when using tcmalloc. | wfh@chromium.org | 2013-06-08 | 1 | -1/+14 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Disable the OOM tests under ThreadSanitizer v2 as well as ASan. | glider@chromium.org | 2013-05-27 | 1 | -4/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+4 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -4/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -4/+4 |
* | Disable ProcessUtilTest.FDRemapping under TSan v2. | glider@chromium.org | 2013-04-08 | 1 | -2/+3 |
* | MacTerminateOnHeapCorruption shouldn't leak the OOM killer into the shared te... | avi@chromium.org | 2013-04-06 | 1 | -4/+5 |
* | On 64 bit Macs, the malloc system automatically abort()s on heap corruption. | avi@chromium.org | 2013-04-03 | 1 | -6/+10 |
* | Disable ProcessUtilTest.FDRemapping under ASan. | glider@chromium.org | 2013-03-26 | 1 | -1/+8 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 1 | -0/+2 |
* | Add unit tests for base::GetSystemMemoryInfo | jamescook@chromium.org | 2013-02-14 | 1 | -0/+34 |
* | Base: disable GetNumberOfThreads unittest on Android. | jln@chromium.org | 2013-02-12 | 1 | -0/+4 |
* | Disable ProcessUtilTest.GetTerminationStatusCrash on Win64 bots | jschuh@chromium.org | 2013-02-12 | 1 | -1/+2 |
* | base: add GetNumberOfThreads() to Linux and Android. | jln@chromium.org | 2013-02-06 | 1 | -0/+19 |
* | [Memory Sheriff] Longer timeout for heapchecker test, too. | groby@chromium.org | 2013-01-23 | 1 | -1/+1 |
* | base: Convert scoped_arrays to the new scoped_ptr style. | tfarina@chromium.org | 2013-01-18 | 1 | -1/+1 |
* | Patch for an inconsistency on the calls to Heap(Query/Set)Information. | sebmarchand@chromium.org | 2012-12-10 | 1 | -5/+23 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | 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 |