| Commit message (Expand) | Author | Age | Files | Lines |
* | Get service process running standalone on the mac by hooking it into launchd. | dmaclach@chromium.org | 2011-02-24 | 1 | -7/+7 |
* | Start sorting methods in class declarations. | erg@google.com | 2011-01-07 | 1 | -9/+9 |
* | Update file version info/memory details/process utils to use string16. | avi@chromium.org | 2010-12-23 | 1 | -7/+7 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -12/+19 |
* | Remove a definition in a weird spot since it's only used on Solaris, which no... | thestig@chromium.org | 2010-11-18 | 1 | -8/+0 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -19/+7 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -7/+19 |
* | FBTF: Fix more ctor/dtors found by clang plugin. | erg@google.com | 2010-10-13 | 1 | -0/+3 |
* | Used process_util methods to wait for the service process to die in the Servi... | sanjeevr@chromium.org | 2010-10-12 | 1 | -1/+43 |
* | Clean up orphaned testserver processes before launching a new one in net::Tes... | rsimha@chromium.org | 2010-10-05 | 1 | -0/+5 |
* | Cleanup orphaned testserver processes on posix. | rsimha@chromium.org | 2010-09-22 | 1 | -1/+16 |
* | [Mac] Replace the existing browser-child mach ipc with a long-lived listener ... | rohitrao@chromium.org | 2010-09-17 | 1 | -12/+0 |
* | 2nd attempt: Write the outcome of the Toast Experiment for system-level insta... | finnur@chromium.org | 2010-09-07 | 1 | -2/+10 |
* | Revert 58639 - | nsylvain@chromium.org | 2010-09-07 | 1 | -10/+2 |
* | Write the outcome of the Toast Experiment for system-level installs to the ri... | finnur@chromium.org | 2010-09-06 | 1 | -2/+10 |
* | Submitting for Erik: | tommi@chromium.org | 2010-08-26 | 1 | -0/+12 |
* | Add undeclared virtual destructors part 5 | ziadh@chromium.org | 2010-08-02 | 1 | -0/+3 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -2/+3 |
* | Revert 53903 - Revert 52613 - Revert 52608 - Add and alternative GetAppOutput... | viettrungluu@chromium.org | 2010-07-28 | 1 | -12/+0 |
* | Revert 52613 - Revert 52608 - Add and alternative GetAppOutput() to process_u... | viettrungluu@chromium.org | 2010-07-28 | 1 | -0/+12 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Revert 52608 - Add and alternative GetAppOutput() to process_util that takes ... | viettrungluu@chromium.org | 2010-07-16 | 1 | -12/+0 |
* | Add and alternative GetAppOutput() to process_util that takes a timeout. | viettrungluu@chromium.org | 2010-07-16 | 1 | -0/+12 |
* | Catch OOMs in purgeable memory. | avi@chromium.org | 2010-07-01 | 1 | -0/+7 |
* | Revert 51371 - Catch OOMs in purgeable memory. | avi@chromium.org | 2010-07-01 | 1 | -7/+0 |
* | Catch OOMs in purgeable memory. | avi@chromium.org | 2010-07-01 | 1 | -0/+7 |
* | Minor cleanups of usage of process_util code. | maruel@chromium.org | 2010-06-11 | 1 | -1/+3 |
* | Changed the position of the output->swap() call. This way, even if the comma... | maruel@chromium.org | 2010-06-10 | 1 | -2/+1 |
* | Speed up the Task Manager on linux. | erg@chromium.org | 2010-05-11 | 1 | -4/+6 |
* | Move common code into process_util.cc. | maruel@chromium.org | 2010-04-29 | 1 | -23/+54 |
* | Fix a typo. | thestig@chromium.org | 2010-04-08 | 1 | -3/+3 |
* | Move ProcessEntry and IoCounters inside namespace base. | maruel@chromium.org | 2010-04-08 | 1 | -8/+12 |
* | Make DidProcessCrash a bit more solid and accurate on Windows | phajdan.jr@chromium.org | 2010-04-06 | 1 | -4/+0 |
* | Solaris: various edits towards compiling Chromium on Solaris. Changed __Solar... | evan@chromium.org | 2010-04-01 | 1 | -0/+8 |
* | [GTTF] Add an always-working timeout for browser_tests. | phajdan.jr@chromium.org | 2010-03-16 | 1 | -0/+8 |
* | POSIX: don't allocate memory after forking. | agl@chromium.org | 2010-03-11 | 1 | -6/+10 |
* | Revert "POSIX: don't allocate memory after forking." | agl@chromium.org | 2010-03-10 | 1 | -0/+6 |
* | POSIX: don't allocate memory after forking. | agl@chromium.org | 2010-03-10 | 1 | -6/+0 |
* | BSD port changes for base/ (OS_POSIX/GTK instead of OS_LINUX | pvalchev@google.com | 2010-03-10 | 1 | -5/+3 |
* | Adds new API to process_utils to launch a new app as a user in a specified de... | gwilson@google.com | 2010-02-18 | 1 | -0/+7 |
* | Add a utility function to run a process as an arbitrary user | cpu@chromium.org | 2010-02-01 | 1 | -0/+14 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -4/+4 |
* | Mac: Other approach for IPCing child task_ts. | thakis@chromium.org | 2010-01-12 | 1 | -1/+14 |
* | Mac: Create a pid->task_t mapping in the browser process. | thakis@chromium.org | 2009-12-21 | 1 | -3/+4 |
* | Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -0/+32 |
* | Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o... | thakis@chromium.org | 2009-12-19 | 1 | -32/+0 |
* | Fix cpu/memory measurements on OS X. | thakis@chromium.org | 2009-12-18 | 1 | -0/+32 |
* | Linux: Adjust /proc/pid/oom_adj to sacrifice plugin and renderer processes to... | thestig@chromium.org | 2009-12-10 | 1 | -0/+7 |
* | Fix environment variables not being used after switching to ChildProcessLaunc... | jam@chromium.org | 2009-11-23 | 1 | -1/+1 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -6/+6 |