| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | `#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 |
* | Remove the unused ProcessFilter destructor. | evan@chromium.org | 2009-11-19 | 1 | -1/+0 |
* | Ensure OOM is a killer on the Mac. | avi@chromium.org | 2009-11-12 | 1 | -0/+6 |
* | More memory stats code cleanup: | sgk@chromium.org | 2009-11-09 | 1 | -0/+4 |
* | Mac: Implement about:memory. | viettrungluu@chromium.org | 2009-11-05 | 1 | -0/+8 |
* | Move console stack dumping code to a function so it can be reused in test_she... | maruel@chromium.org | 2009-10-27 | 1 | -1/+8 |
* | Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). | viettrungluu@chromium.org | 2009-10-20 | 1 | -2/+2 |
* | linux: implement GetCPUUsage() so the task manager shows CPU | evan@chromium.org | 2009-09-19 | 1 | -1/+15 |
* | When forking, restore the default exception handler port. | mark@chromium.org | 2009-09-03 | 1 | -0/+11 |
* | Linux: about:memory | agl@chromium.org | 2009-09-01 | 1 | -0/+9 |
* | Port some of the base module to FreeBSD. Extracted from | wtc@chromium.org | 2009-08-31 | 1 | -7/+7 |
* | Remove the Mac-specific implementation of LaunchApp, and share the Linux vers... | stuartmorgan@google.com | 2009-08-06 | 1 | -2/+1 |
* | Set GTK_PATH to CHROMIUM_SAVED_GTK_PATH before launching xdg-open. | thestig@chromium.org | 2009-07-21 | 1 | -1/+11 |
* | Fix comment for posix LaunchApp wrt PATH searching. | mattm@chromium.org | 2009-07-17 | 1 | -2/+2 |
* | Consistently use int64 for integers holding number of milliseconds. | phajdan.jr@chromium.org | 2009-06-17 | 1 | -4/+4 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-12 | 1 | -8/+0 |
* | Revert 18159 since it wasn't using all the data it should be. | thomasvl@chromium.org | 2009-06-11 | 1 | -4/+4 |
* | Some basic memory api support that is needed for perf tests and i think the t... | thomasvl@chromium.org | 2009-06-11 | 1 | -4/+4 |
* | Revert 18109, 18111: Windows UI tests failed. | agl@chromium.org | 2009-06-10 | 1 | -0/+8 |
* | Linux: refactor zygote support | agl@chromium.org | 2009-06-10 | 1 | -8/+0 |
* | Enable zygote manager by default. | dkegel@google.com | 2009-06-08 | 1 | -0/+9 |