| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Get service process running standalone on the mac by hooking it into launchd. | dmaclach@chromium.org | 2011-02-24 | 1 | -3/+79 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move platform_thread to base/threading and put in the base namespace. I left a | brettw@chromium.org | 2010-12-31 | 1 | -2/+2 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 1 | -2/+2 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -17/+24 |
* | Recommit 68258 - Mark some functions that wait on other processes as unsafe f... | victorw@chromium.org | 2010-12-04 | 1 | -0/+7 |
* | Revert 68258 - Mark some functions that wait on other processes as unsafe for... | victorw@chromium.org | 2010-12-04 | 1 | -7/+0 |
* | Mark some functions that wait on other processes as unsafe for IO/UI. | evan@chromium.org | 2010-12-04 | 1 | -0/+7 |
* | Revert "base: wait for children to terminate." | agl@chromium.org | 2010-11-29 | 1 | -55/+43 |
* | base: wait for children to terminate. | agl@chromium.org | 2010-11-29 | 1 | -43/+55 |
* | [Mac] Log registers with stackdump in debug crashes. | shess@chromium.org | 2010-11-22 | 1 | -7/+51 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -2/+2 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -24/+17 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -17/+24 |