| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Prototype implementation of zygotes. | dkegel@google.com | 2009-06-06 | 1 | -0/+8 |
* | Harmonizing ProcessUtil::GetAppOutput on Win/Unix | jcampan@chromium.org | 2009-06-04 | 1 | -8/+0 |
* | Add memory stats for linux page cycler. On linux, we collect | tc@google.com | 2009-05-11 | 1 | -2/+6 |
* | POSIX: Add code for shuffling file descriptors. | agl@chromium.org | 2009-04-30 | 1 | -0/+9 |
* | Make task_manager_resource_providers.cc compile on POSIX. | phajdan.jr@chromium.org | 2009-04-30 | 1 | -0/+6 |
* | POSIX: don't spawn zombies. | agl@chromium.org | 2009-04-28 | 1 | -3/+7 |
* | Revert "POSIX: Don't spawn zombies." (r14488) | agl@chromium.org | 2009-04-24 | 1 | -7/+3 |
* | POSIX: Don't spawn zombies. | agl@chromium.org | 2009-04-24 | 1 | -3/+7 |
* | This CL adds a utility method that lets you start a process and block until t... | jcampan@chromium.org | 2009-04-21 | 1 | -5/+11 |
* | More solid detection of browser process in chrome_process_util_linux.cc: | phajdan.jr@chromium.org | 2009-04-21 | 1 | -3/+4 |
* | Add GetAppOutput function, a better replacement for popen. | phajdan.jr@chromium.org | 2009-04-17 | 1 | -0/+8 |
* | Make OpenProcessHandle report an error when it couldn't open the handle. | phajdan.jr@chromium.org | 2009-04-03 | 1 | -2/+2 |
* | Use portable typedef for PIDs (process IDs). | phajdan.jr@chromium.org | 2009-04-01 | 1 | -5/+5 |
* | Cleanup in chrome/browser | phajdan.jr@chromium.org | 2009-03-25 | 1 | -8/+8 |
* | Make UITest::CrashAwareSleep portable. | phajdan.jr@chromium.org | 2009-03-04 | 1 | -0/+4 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -2/+2 |
* | Fix the windows implementation of KillProcess and WaitForSingleProcess to not... | stoyan@chromium.org | 2009-02-09 | 1 | -2/+2 |
* | Make ResourceMessageFilter compile on Mac. It stubs out a substantial part of | brettw@google.com | 2009-02-06 | 1 | -0/+7 |
* | Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki | mark@chromium.org | 2009-02-05 | 1 | -3/+9 |
* | Add routine to close file descriptors on exec | jeremy@chromium.org | 2009-01-29 | 1 | -3/+3 |
* | Revert r8560 due to broken interactive_ui_tests | mark@chromium.org | 2009-01-23 | 1 | -3/+0 |
* | Porting in chrome/ | phajdan.jr@chromium.org | 2009-01-23 | 1 | -0/+3 |
* | POSIX: Get render_process_host to build. | agl@chromium.org | 2009-01-22 | 1 | -0/+3 |
* | * Revert "POSIX: Get render_process_host to build." | agl@chromium.org | 2009-01-21 | 1 | -3/+0 |
* | POSIX: Get render_process_host to build. | agl@chromium.org | 2009-01-21 | 1 | -0/+3 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -2/+0 |
* | Port crash_cache tool to Linux. | phajdan.jr@chromium.org | 2009-01-13 | 1 | -0/+6 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -0/+11 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -11/+0 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -0/+11 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -2/+2 |
* | Remove fragile check in DidProcessCrash | cpu@google.com | 2008-11-03 | 1 | -1/+10 |
* | Port GetProcessCount(), KillProcesses(), and CleanupProcesses(). | dkegel@google.com | 2008-10-31 | 1 | -4/+19 |
* | Added linux process utilities and tests. | estade@chromium.org | 2008-10-22 | 1 | -0/+25 |
* | Port parts of base/process_util to Linux. | evanm@google.com | 2008-10-14 | 1 | -1/+8 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 1 | -0/+4 |