index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
process_util_mac.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some potential Mach port leaks from mach_host_self using a new ScopedMach...
rsesek@chromium.org
2012-10-16
1
-1
/
+2
*
unchecked_malloc() for Skia on OSX.
shess@chromium.org
2012-09-19
1
-19
/
+48
*
mac: Delete more 10.5-only code
thakis@chromium.org
2012-08-09
1
-1
/
+1
*
Remove log message for 10.8 CFAllocator patching.
avi@chromium.org
2012-08-07
1
-8
/
+0
*
Fix a compilation error caused by some variables being unused under ASan on Mac.
glider@chromium.org
2012-06-14
1
-3
/
+4
*
Make a NULL pointer volatile.
thakis@chromium.org
2012-04-09
1
-1
/
+1
*
In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.
rsesek@chromium.org
2012-04-04
1
-2
/
+60
*
Disable EnableTerminationOnOutOfMemory under AddressSanitizer.
glider@chromium.org
2012-03-31
1
-0
/
+6
*
Fix a few warnings that -Wnull-conversion of a future clang will complain about.
thakis@chromium.org
2012-03-28
1
-2
/
+2
*
Add preliminary OOM support for Mountain Lion.
avi@chromium.org
2012-03-14
1
-6
/
+14
*
[Mac] Add the OS version check functions for 10.8.
rsesek@chromium.org
2012-03-14
1
-1
/
+2
*
Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is EN...
viettrungluu@chromium.org
2012-03-07
1
-8
/
+1
*
In CrMallocErrorBreak, do not kill the process if errno is ENOMEM.
rsesek@chromium.org
2012-03-07
1
-1
/
+8
*
Move the ProcessWatcher methods out of content/common/process_watcher into ba...
jam@chromium.org
2011-11-23
1
-0
/
+159
*
Disable EnableTerminationOnHeapCorruption() on Mac under AddressSanitizer.
glider@chromium.org
2011-11-08
1
-0
/
+5
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-26
1
-14
/
+15
*
Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements...
brettw@chromium.org
2011-10-25
1
-15
/
+15
*
Replace most LOG/CHECK statements with DLOG/DCHECK statements in base.
brettw@chromium.org
2011-10-25
1
-15
/
+15
*
Make CrMallocErrorBreak die in a more spectacular fashion.
rsesek@chromium.org
2011-09-28
1
-1
/
+2
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
1
-0
/
+85
*
Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overridi...
rsesek@chromium.org
2011-08-18
1
-85
/
+0
*
[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding mallo...
rsesek@chromium.org
2011-08-18
1
-0
/
+85
*
Update OOM killer with Lion info.
avi@chromium.org
2011-07-21
1
-5
/
+0
*
Improve and unify Mac OS X run-time version checks.
mark@chromium.org
2011-06-14
1
-35
/
+18
*
Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible
kushi.p@gmail.com
2011-05-04
1
-1
/
+1
*
Update OOM killer.
avi@chromium.org
2011-03-18
1
-15
/
+42
*
Lower logging for expected errors in process_util_mac.mm
sail@chromium.org
2011-03-06
1
-2
/
+2
*
Get service process running standalone on the mac by hooking it into launchd.
dmaclach@chromium.org
2011-02-24
1
-0
/
+13
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
1
-1
/
+1
*
Mac: Shared and Private memory for Task Manager
sail@chromium.org
2010-12-21
1
-3
/
+123
*
Rename WebKitTools->Tools.
tonyg@chromium.org
2010-12-18
1
-1
/
+1
*
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
[next]