| Commit message (Expand) | Author | Age | Files | Lines |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -18/+18 |
* | Move APSL code into third_party. | avi@chromium.org | 2010-10-18 | 1 | -63/+8 |
* | Clean up orphaned testserver processes before launching a new one in net::Tes... | rsimha@chromium.org | 2010-10-05 | 1 | -3/+12 |
* | Avoid spawning a thread while enabling the OOM killer on the Mac. | avi@chromium.org | 2010-08-24 | 1 | -7/+14 |
* | Catch OOMs in purgeable memory. | avi@chromium.org | 2010-07-01 | 1 | -7/+122 |
* | Revert 51371 - Catch OOMs in purgeable memory. | avi@chromium.org | 2010-07-01 | 1 | -120/+7 |
* | Catch OOMs in purgeable memory. | avi@chromium.org | 2010-07-01 | 1 | -7/+120 |
* | Disable CFAllocator patching on systems for which we don't know their interna... | avi@chromium.org | 2010-06-02 | 1 | -26/+36 |
* | Patch out posix_memalign in the out-of-memory killer. | avi@chromium.org | 2010-05-19 | 1 | -9/+78 |
* | Fix definition of CFAllocator (malloc_zone_t changed size between 10.5 and 10... | avi@chromium.org | 2010-05-19 | 1 | -3/+27 |
* | Speed up the Task Manager on linux. | erg@chromium.org | 2010-05-11 | 1 | -3/+9 |
* | Move common code into process_util.cc. | maruel@chromium.org | 2010-04-29 | 1 | -46/+38 |
* | Die on an OOM situation in many more cases. | avi@chromium.org | 2010-03-19 | 1 | -15/+137 |
* | Reverting 41834; ui tests are asploding. | avi@chromium.org | 2010-03-17 | 1 | -136/+16 |
* | Die on an OOM situation in many more cases. | avi@chromium.org | 2010-03-17 | 1 | -16/+136 |
* | Temporarily allow writing to the default malloc zone structure while modifyin... | avi@chromium.org | 2010-02-01 | 1 | -0/+24 |
* | Reverting 37721. | avi@chromium.org | 2010-02-01 | 1 | -24/+0 |
* | Temporarily allow writing to the default malloc zone structure while modifyin... | avi@chromium.org | 2010-02-01 | 1 | -0/+24 |
* | Mac: Fix %cpu in task manager. | thakis@chromium.org | 2010-01-25 | 1 | -4/+3 |
* | Mac: UI tweaks for task manager. | thakis@chromium.org | 2010-01-13 | 1 | -3/+3 |
* | Mac: Create a pid->task_t mapping in the browser process. | thakis@chromium.org | 2009-12-21 | 1 | -4/+4 |
* | Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -7/+118 |
* | Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o... | thakis@chromium.org | 2009-12-19 | 1 | -118/+7 |
* | Fix cpu/memory measurements on OS X. | thakis@chromium.org | 2009-12-18 | 1 | -7/+118 |
* | Don't use logging from the OOM killers; it allocates memory. | avi@google.com | 2009-11-21 | 1 | -9/+9 |
* | Log warnings, not errors, if we can't fetch memory status for | sgk@google.com | 2009-11-13 | 1 | -3/+5 |
* | Ensure OOM is a killer on the Mac. | avi@chromium.org | 2009-11-12 | 1 | -0/+90 |
* | More memory stats code cleanup: | sgk@chromium.org | 2009-11-09 | 1 | -0/+22 |
* | Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.* | brettw@chromium.org | 2009-10-07 | 1 | -4/+5 |
* | Some scaffolding for the task manager. | thakis@chromium.org | 2009-09-15 | 1 | -0/+11 |
* | When forking, restore the default exception handler port. | mark@chromium.org | 2009-09-03 | 1 | -0/+19 |
* | Remove the Mac-specific implementation of LaunchApp, and share the Linux vers... | stuartmorgan@google.com | 2009-08-06 | 1 | -72/+0 |
* | Update the comments on why these really can't be done, and remove the notimpls. | thomasvl@chromium.org | 2009-06-12 | 1 | -10/+11 |
* | Revert 18159 since it wasn't using all the data it should be. | thomasvl@chromium.org | 2009-06-11 | 1 | -42/+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/+42 |
* | Add memory stats for linux page cycler. On linux, we collect | tc@google.com | 2009-05-11 | 1 | -0/+20 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 1 | -1/+2 |
* | The PPID is in kp_eproc, not kp_proc. (The field we were previously looking a... | avi@google.com | 2009-04-23 | 1 | -1/+1 |
* | Cleanup in chrome/browser | phajdan.jr@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -6/+6 |
* | NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons... | maruel@chromium.org | 2009-03-03 | 1 | -5/+5 |
* | Rewrite the mac named process iterator: | thomasvl@chromium.org | 2009-02-06 | 1 | -67/+103 |
* | Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki | mark@chromium.org | 2009-02-05 | 1 | -14/+104 |
* | Use _NSGetEnviron instead of environ (see "man environ"). environ isn't | mark@chromium.org | 2009-02-03 | 1 | -5/+2 |
* | Add routine to close file descriptors on exec | jeremy@chromium.org | 2009-01-29 | 1 | -7/+1 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -12/+52 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -52/+12 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -12/+52 |
* | Don't require tlslite to be installed, just use what's in the tree | mark@chromium.org | 2008-12-11 | 1 | -1/+5 |
* | * Add timeout support to POSIX WaitForSingleProcess() | jeremy@chromium.org | 2008-12-05 | 1 | -7/+0 |