| Commit message (Expand) | Author | Age | Files | Lines |
* | Move EnableInProcessStackDumping to base/debug | phajdan.jr@chromium.org | 2012-11-01 | 1 | -83/+1 |
* | Band-aid fix for test hangs: | phajdan.jr@chromium.org | 2012-10-31 | 1 | -0/+3 |
* | Type profiler by intercepting 'new' and 'delete' expressions. | dmikurube@chromium.org | 2012-09-26 | 1 | -0/+11 |
* | base: Fix minor warnings reported by cppcheck. | tfarina@chromium.org | 2012-08-06 | 1 | -4/+3 |
* | Fix CleanupProcesses() interface to use TimeDelta. | tedvessenes@gmail.com | 2012-07-31 | 1 | -6/+2 |
* | base: Add missing "virtual" keyword and OVERRIDE to some methods. | tfarina@chromium.org | 2012-07-31 | 1 | -1/+2 |
* | Remove old test timeout and process waiting function interfaces. | tedvessenes@gmail.com | 2012-07-26 | 1 | -22/+4 |
* | Switch to TimeDelta interface for process waiting functions in base. | tedvessenes@gmail.com | 2012-07-11 | 1 | -2/+4 |
* | Add TimeDelta interfaces for WaitForExitCodeWithTimeout() functions. | tedvessenes@gmail.com | 2012-07-08 | 1 | -0/+12 |
* | Move dir_reader to base/files | brettw@chromium.org | 2012-06-29 | 1 | -1/+1 |
* | [cros] Fix udevadm command line for camera presence detection. | ivankr@chromium.org | 2012-04-26 | 1 | -14/+17 |
* | Add #include <iterator> to files that use std::back_inserter. | halyavin@google.com | 2012-04-05 | 1 | -0/+1 |
* | Add additional base::TimeDelta interface for WaitForChildProcess() | tedvessenes@gmail.com | 2012-03-31 | 1 | -9/+16 |
* | Initialize sigaction.sa_restorer | tbreisacher@chromium.org | 2012-03-30 | 1 | -1/+1 |
* | Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector... | thestig@chromium.org | 2012-02-24 | 1 | -6/+7 |
* | [ChromeOS] Add option to set controlling terminal when launching process. | tbarzic@chromium.org | 2012-01-21 | 1 | -1/+19 |
* | Change code in base (primarily unit tests) to use Sleep(TimeDelta). | tedvessenes@gmail.com | 2011-12-31 | 1 | -3/+2 |
* | use os_bsd and OS_BSD and add some OS_FREEBSD conditions | robert.nagy@gmail.com | 2011-12-04 | 1 | -0/+5 |
* | Move the ProcessWatcher methods out of content/common/process_watcher into ba... | jam@chromium.org | 2011-11-23 | 1 | -0/+97 |
* | Maximize RLIMIT_AS resource limit in nacl_helper child before exec | mcgrathr@chromium.org | 2011-11-15 | 1 | -0/+18 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-26 | 1 | -16/+16 |
* | Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements... | brettw@chromium.org | 2011-10-25 | 1 | -16/+16 |
* | Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. | brettw@chromium.org | 2011-10-25 | 1 | -16/+16 |
* | Synchronize the parent and child processes during launch, ensuring that the | mark@chromium.org | 2011-09-01 | 1 | -13/+112 |
* | Dump a stack trace when browser tests time out. | mihaip@chromium.org | 2011-08-23 | 1 | -2/+3 |
* | Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage. | mark@chromium.org | 2011-08-22 | 1 | -38/+71 |
* | [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo... | rsesek@chromium.org | 2011-08-18 | 1 | -4/+0 |
* | Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi... | rsesek@chromium.org | 2011-08-18 | 1 | -0/+4 |
* | [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo... | rsesek@chromium.org | 2011-08-18 | 1 | -4/+0 |
* | Update references to the now-gone LaunchApp() from the code. | evan@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Add a "clone" option to base/process_util.h:LaunchProcess(). Useful inside Li... | bradchen@google.com | 2011-07-15 | 1 | -1/+10 |
* | Change base::LaunchProcess API slightly | evan@chromium.org | 2011-07-15 | 1 | -5/+7 |
* | Added ability to run a command, getting output and exit status on POSIX. | benwells@chromium.org | 2011-07-06 | 1 | -22/+61 |
* | base: refactor LaunchApp variants into a single function | evan@chromium.org | 2011-06-30 | 1 | -52/+25 |
* | Don't use a macro for getting at the process environment. | evan@chromium.org | 2011-06-30 | 1 | -3/+23 |
* | Upstream process and thread related code. | michaelbai@google.com | 2011-06-29 | 1 | -1/+10 |
* | Revert 90805 - I am submitting this with LGTMs from agl@ and evanm@. I'm mark... | fischman@chromium.org | 2011-06-28 | 1 | -32/+5 |
* | I am submitting this with LGTMs from agl@ and evanm@. I'm marking this as TBR... | bradchen@google.com | 2011-06-28 | 1 | -5/+32 |
* | Revert 90681 - New NaCl zygote implementation 2, in which Chrome zygote forks... | fischman@chromium.org | 2011-06-28 | 1 | -31/+4 |
* | New NaCl zygote implementation 2, in which Chrome zygote forks a NaCl helper. | bradchen@google.com | 2011-06-27 | 1 | -4/+31 |
* | Increase the KillProcess timeout when running under Valgrind | timurrrr@chromium.org | 2011-06-18 | 1 | -0/+8 |
* | Break into the debugger if we have a stack dump and are currently debugging. | scr@chromium.org | 2011-06-11 | 1 | -0/+4 |
* | GTTF: Fix a few cases of very likely broken code between fork() and exec() | phajdan.jr@chromium.org | 2011-04-08 | 1 | -21/+28 |
* | GTTF: Detect browser crashes on shutdown in UI tests. | phajdan.jr@chromium.org | 2011-04-06 | 1 | -17/+5 |
* | Revert 80472 - GTTF: Detect browser crashes on shutdown in UI tests.Previousl... | phajdan.jr@chromium.org | 2011-04-05 | 1 | -5/+17 |
* | GTTF: Detect browser crashes on shutdown in UI tests. | phajdan.jr@chromium.org | 2011-04-05 | 1 | -17/+5 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | This change enables ExtensionApiTest.WebSocket on Mac again. | toyoshim@chromium.org | 2011-03-09 | 1 | -0/+17 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |