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
*
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
*
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
[next]