summaryrefslogtreecommitdiffstats
path: root/base/process_util_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* Finish splitting base/process_util.h by moving the remaining routines to base...rsesek@chromium.org2013-07-171-60/+0
* Split ProcessHandle and its related routines into base/process/process_handle.h.rsesek@chromium.org2013-07-151-13/+0
* Split out process killing functions from base/process_util.h into base/proces...rsesek@chromium.org2013-07-101-155/+0
* Split memory-related routines out of base/process_util.h into base/process/me...rsesek@chromium.org2013-06-281-681/+0
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Split ProcessIterator and friends out of base/process_util.h into base/proces...rsesek@chromium.org2013-05-311-117/+0
* Split ProcessMetrics out of base/process_util.h and into base/process/process...rsesek@chromium.org2013-05-231-307/+0
* Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble.yusukes@chromium.org2013-05-021-19/+1
* On 64 bit Macs, the malloc system automatically abort()s on heap corruption.avi@chromium.org2013-04-031-12/+42
* Co-exist peacefully with GuardMalloc.avi@chromium.org2013-03-081-31/+90
* mac: Remove an obsolete comment.thakis@chromium.org2013-01-151-4/+1
* GTTF: Replace usage of Time::Now with TimeTicks::Nowphajdan.jr@chromium.org2013-01-111-2/+2
* [Mac] Don't override malloc_error_break twice.shess@chromium.org2012-12-111-4/+6
* Revert 170800 - Speculatively reverting 166585 to see if it fixes issue 1603...rtenneti@chromium.org2012-12-041-2/+1
* Speculatively reverting 166585 to see if it fixes issue 160300 - 6% startup ...rtenneti@chromium.org2012-12-031-1/+2
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* [Mac] Remove potential for malloc in CrMallocErrorBreak().shess@chromium.org2012-11-141-2/+18
* Add a histogram enum to determine the cat's flavor and how many bits there aremark@chromium.org2012-11-081-2/+1
* Fix some potential Mach port leaks from mach_host_self using a new ScopedMach...rsesek@chromium.org2012-10-161-1/+2
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-191-19/+48
* mac: Delete more 10.5-only codethakis@chromium.org2012-08-091-1/+1
* Remove log message for 10.8 CFAllocator patching.avi@chromium.org2012-08-071-8/+0
* Fix a compilation error caused by some variables being unused under ASan on Mac.glider@chromium.org2012-06-141-3/+4
* Make a NULL pointer volatile.thakis@chromium.org2012-04-091-1/+1
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-04-041-2/+60
* Disable EnableTerminationOnOutOfMemory under AddressSanitizer.glider@chromium.org2012-03-311-0/+6
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-281-2/+2
* Add preliminary OOM support for Mountain Lion.avi@chromium.org2012-03-141-6/+14
* [Mac] Add the OS version check functions for 10.8.rsesek@chromium.org2012-03-141-1/+2
* Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is EN...viettrungluu@chromium.org2012-03-071-8/+1
* In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.rsesek@chromium.org2012-03-071-1/+8
* Move the ProcessWatcher methods out of content/common/process_watcher into ba...jam@chromium.org2011-11-231-0/+159
* Disable EnableTerminationOnHeapCorruption() on Mac under AddressSanitizer.glider@chromium.org2011-11-081-0/+5
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-261-14/+15
* Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...brettw@chromium.org2011-10-251-15/+15
* Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.brettw@chromium.org2011-10-251-15/+15
* Make CrMallocErrorBreak die in a more spectacular fashion.rsesek@chromium.org2011-09-281-1/+2
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+85
* Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...rsesek@chromium.org2011-08-181-85/+0
* [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...rsesek@chromium.org2011-08-181-0/+85
* Update OOM killer with Lion info.avi@chromium.org2011-07-211-5/+0
* Improve and unify Mac OS X run-time version checks.mark@chromium.org2011-06-141-35/+18
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-1/+1
* Update OOM killer.avi@chromium.org2011-03-181-15/+42
* Lower logging for expected errors in process_util_mac.mmsail@chromium.org2011-03-061-2/+2
* Get service process running standalone on the mac by hooking it into launchd.dmaclach@chromium.org2011-02-241-0/+13
* Update file version info/memory details/process utils to use string16.avi@chromium.org2010-12-231-1/+1
* Mac: Shared and Private memory for Task Managersail@chromium.org2010-12-211-3/+123