| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ProcessSingletonWinTest using default profile. | mattm@chromium.org | 2010-06-16 | 1 | -1/+10 |
* | Changed the position of the output->swap() call. This way, even if the comma... | maruel@chromium.org | 2010-06-10 | 1 | -4/+2 |
* | Reset signal handlers in forked children. | agl@chromium.org | 2010-06-02 | 1 | -0/+7 |
* | POSIX: catch more crash-indicating signals for in-process crash dumping. | phajdan.jr@chromium.org | 2010-04-30 | 1 | -3/+6 |
* | Move common code into process_util.cc. | maruel@chromium.org | 2010-04-29 | 1 | -54/+0 |
* | POSIX: In functions where we wait for a process with timeout, increment the a... | thestig@chromium.org | 2010-04-02 | 1 | -14/+24 |
* | Minor C++ fixes found by Clang. | evan@chromium.org | 2010-03-30 | 1 | -4/+4 |
* | Just need to trigger a build | agl@chromium.org | 2010-03-19 | 1 | -1/+1 |
* | [GTTF] Add an always-working timeout for browser_tests. | phajdan.jr@chromium.org | 2010-03-16 | 1 | -0/+19 |
* | Noop change to trigger a rebuild. | agl@chromium.org | 2010-03-11 | 1 | -1/+0 |
* | POSIX: don't allocate memory after forking. | agl@chromium.org | 2010-03-11 | 1 | -97/+208 |
* | Revert "POSIX: don't allocate memory after forking." | agl@chromium.org | 2010-03-10 | 1 | -210/+97 |
* | POSIX: don't allocate memory after forking. | agl@chromium.org | 2010-03-10 | 1 | -97/+210 |
* | BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX | pvalchev@google.com | 2010-03-10 | 1 | -4/+5 |
* | solaris: minor ifdefs | evan@chromium.org | 2010-02-17 | 1 | -1/+4 |
* | linux: check the return value passed through HANDLE_EINTR | evan@chromium.org | 2010-02-02 | 1 | -5/+12 |
* | Style cleanup in preparation for auto-linting base/. | erg@google.com | 2010-01-26 | 1 | -2/+2 |
* | OpenBSD/FreeBSD ifdefs and GYP changes for base/ | pvalchev@google.com | 2010-01-25 | 1 | -0/+3 |
* | Mac: Remove some unneccesary IPC from fork_and_get_task. | thakis@chromium.org | 2010-01-13 | 1 | -45/+0 |
* | Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-12 | 1 | -1/+143 |
* | Revert 35888 - Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -146/+0 |
* | Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -0/+146 |
* | Revert 35883 - Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -143/+0 |
* | Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-10 | 1 | -0/+143 |
* | Mac: stop zombie ps processes from being created. | viettrungluu@chromium.org | 2010-01-04 | 1 | -10/+12 |
* | Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -47/+20 |
* | Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o... | thakis@chromium.org | 2009-12-19 | 1 | -20/+47 |
* | Fix cpu/memory measurements on OS X. | thakis@chromium.org | 2009-12-18 | 1 | -47/+20 |
* | Fix environment variables not being used after switching to ChildProcessLaunc... | jam@chromium.org | 2009-11-23 | 1 | -6/+7 |
* | posix: use PLOG to print useful error messages | evan@chromium.org | 2009-11-20 | 1 | -6/+3 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 1 | -4/+2 |
* | Mac: Implement about:memory. | viettrungluu@chromium.org | 2009-11-05 | 1 | -9/+49 |
* | Move console stack dumping code to a function so it can be reused in test_she... | maruel@chromium.org | 2009-10-27 | 1 | -58/+86 |
* | Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). | viettrungluu@chromium.org | 2009-10-20 | 1 | -2/+2 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 1 | -3/+2 |
* | linux: implement GetCPUUsage() so the task manager shows CPU | evan@chromium.org | 2009-09-19 | 1 | -5/+9 |
* | posix: trivial error message cleanup | evan@chromium.org | 2009-09-12 | 1 | -1/+1 |
* | posix: better launchapp error message | evan@chromium.org | 2009-09-09 | 1 | -2/+2 |
* | When forking, restore the default exception handler port. | mark@chromium.org | 2009-09-03 | 1 | -0/+8 |
* | Port some of the base module to FreeBSD. Extracted from | wtc@chromium.org | 2009-08-31 | 1 | -1/+4 |
* | Revert r23911, which switched from fork to vfork(). | deanm@chromium.org | 2009-08-21 | 1 | -28/+22 |
* | Switch to using vfork() instead of fork() when we can. | deanm@chromium.org | 2009-08-20 | 1 | -22/+28 |
* | Remove the Mac-specific implementation of LaunchApp, and share the Linux vers... | stuartmorgan@google.com | 2009-08-06 | 1 | -0/+76 |
* | Linux: Use _exit() instead of exit() in the child after fork() in failure con... | mdm@chromium.org | 2009-07-23 | 1 | -0/+5 |
* | Linux/Mac: Use _exit() instead of exit() in the child after fork() in failure... | mdm@chromium.org | 2009-07-22 | 1 | -3/+3 |
* | Fix KillProcess so it doesn't report everything as a failure. | stuartmorgan@chromium.org | 2009-07-13 | 1 | -4/+11 |
* | Fix tools/valgrind/chrome_tests.sh to always use --log-file option | dank@chromium.org | 2009-07-07 | 1 | -0/+6 |
* | Consistently use int64 for integers holding number of milliseconds. | phajdan.jr@chromium.org | 2009-06-17 | 1 | -6/+6 |
* | POSIX: read subprocess output before waiting for termination. | agl@chromium.org | 2009-06-10 | 1 | -8/+7 |
* | CloseSuperfluousFiles shouldn't close the directory it's reading from | dkegel@google.com | 2009-06-07 | 1 | -0/+3 |