| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the windows implementation of KillProcess and WaitForSingleProcess to not... | stoyan@chromium.org | 2009-02-09 | 1 | -1/+1 |
* | Make ResourceMessageFilter compile on Mac. It stubs out a substantial part of | brettw@google.com | 2009-02-06 | 1 | -0/+11 |
* | Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki | mark@chromium.org | 2009-02-05 | 1 | -0/+57 |
* | Add routine to close file descriptors on exec | jeremy@chromium.org | 2009-01-29 | 1 | -14/+43 |
* | Revert r8560 due to broken interactive_ui_tests | mark@chromium.org | 2009-01-23 | 1 | -4/+0 |
* | Porting in chrome/ | phajdan.jr@chromium.org | 2009-01-23 | 1 | -0/+4 |
* | Share DidProcessCrash between Linux and Mac. | deanm@chromium.org | 2009-01-21 | 1 | -0/+25 |
* | Port crash_cache tool to Linux. | phajdan.jr@chromium.org | 2009-01-13 | 1 | -0/+20 |
* | Move KillProcess from linux to posix so it can be used on the Mac. | dkegel@google.com | 2009-01-05 | 1 | -0/+25 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -0/+18 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -18/+0 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -0/+18 |
* | * Add timeout support to POSIX WaitForSingleProcess() | jeremy@chromium.org | 2008-12-08 | 1 | -5/+42 |
* | * Add timeout support to POSIX WaitForSingleProcess() | jeremy@chromium.org | 2008-12-05 | 1 | -1/+19 |
* | Quick touchup requested by reviewer | avi@google.com | 2008-12-02 | 1 | -2/+1 |
* | Implement GetCPUUsage; it was causing link errors because of its absence on t... | avi@google.com | 2008-12-02 | 1 | -0/+53 |
* | Move process utils into the base namespace (fix build bustage). | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Port parts of base/process_util to Linux. | evanm@google.com | 2008-10-14 | 1 | -0/+14 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 1 | -0/+4 |
* | * Change output of trace_event log to JSON to enable easier integration with ... | erikkay@google.com | 2008-09-18 | 1 | -0/+4 |
* | Fix process_util_posix.cc | mmentovai@google.com | 2008-08-27 | 1 | -1/+2 |
* | Stub out a few things into process_util_posix. | deanm@google.com | 2008-08-27 | 1 | -0/+26 |