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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 238913 "Make gtest always use simple internal regex engine."
hashimoto@chromium.org
2013-12-05
1
-3
/
+5
*
Make gtest always use simple internal regex engine.
mithro@mithis.com
2013-12-05
1
-5
/
+3
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
2
-10
/
+10
*
Extract unit tests from the mixed bag process_util_unittest.cc into proper fi...
maruel@chromium.org
2013-12-02
3
-125
/
+130
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
2
-10
/
+19
*
Move Posix file utils to the base namespace.
brettw@chromium.org
2013-11-27
1
-1
/
+1
*
Revert of https://codereview.chromium.org/71013004/
hashimoto@chromium.org
2013-11-27
2
-19
/
+10
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-27
2
-10
/
+19
*
Support use_glib==0 on Linux in base
spang@chromium.org
2013-11-20
2
-8
/
+6
*
Include <unistd.h> in base/process/internal_linux.h.
earthdok@chromium.org
2013-11-13
1
-0
/
+2
*
Fixes for -Wunused-function on Linux, Android and ChromeOS
hans@chromium.org
2013-11-12
1
-0
/
+2
*
Android: remove ContentViewCore from the renderer crash codepath.
ppi@chromium.org
2013-11-08
1
-0
/
+7
*
Fix parsing of vmstat, improve meminfo parsing, and add unittests
sonnyrao@chromium.org
2013-11-05
2
-80
/
+311
*
Refactor parsing of /proc files into separate functions
davemoore@chromium.org
2013-11-02
2
-22
/
+54
*
PerformanceMonitor: Add a new UMA histograms to track average CPU utilization...
oysteine@chromium.org
2013-10-24
2
-6
/
+19
*
Add sk_calloc and sk_calloc_throw to SkMemory_new_handler.cpp.
mtklein@google.com
2013-10-08
2
-3
/
+15
*
Update OOM killer to patch out CFAllocator on 10.9.
avi@chromium.org
2013-10-03
1
-2
/
+4
*
Update OS version functions.
avi@chromium.org
2013-10-02
1
-1
/
+1
*
Disable ProcessUtilTest.GetAppOutputRestrictedNoZombies under ASan on 64-bit ...
glider@chromium.org
2013-09-26
1
-1
/
+10
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-7
/
+1
*
Fix a bug where killing pages doesn't yield a sad-tab
ccameron@chromium.org
2013-09-17
2
-8
/
+24
*
GTTF: launch test processes using job objects on Windows.
phajdan.jr@chromium.org
2013-09-13
2
-9
/
+5
*
Implement ToValue() for SystemMetrics, SystemMemoryInfoKB, DiskInfo, and Swap...
jwmak@chromium.org
2013-09-06
3
-0
/
+95
*
Update Mali memory attribute sysfs location
dbehr@chromium.org
2013-09-04
1
-1
/
+1
*
Add more member data to SystemMemoryInfoKB and SystemMetrics. Upgrade functio...
jwmak@chromium.org
2013-09-03
3
-22
/
+93
*
Add the DiskInfo struct and associated functions to collect and hold system d...
nduca@chromium.org
2013-08-30
3
-0
/
+261
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
4
-14
/
+14
*
Move AlterEnvironment to base/environment.h, implement on Windows. This re-im...
brettw@chromium.org
2013-08-30
4
-221
/
+59
*
Move the SwapData class to base/process (where other system metrics data resi...
nduca@chromium.org
2013-08-29
2
-0
/
+64
*
Move some platform-specific functions up in the code to make it cleaner. This...
jwmak@chromium.org
2013-08-22
2
-24
/
+23
*
process_metrics.h provides a variety of platform specific functions for getti...
jwmak@chromium.org
2013-08-22
2
-0
/
+38
*
Add CurrentProcessInfo::CreationTime() for Linux
simonjam@chromium.org
2013-08-08
7
-54
/
+108
*
Block signals while forking so they aren't run in the child process.
mdempsky@google.com
2013-08-06
1
-0
/
+31
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
13
-18
/
+20
*
roll clang 184830:186332
thakis@chromium.org
2013-07-22
1
-1
/
+1
*
Move the remaning base/process* files into base/process/.
rsesek@chromium.org
2013-07-19
9
-0
/
+1449
*
Use a direct include of the message_loop header in base/.
avi@chromium.org
2013-07-18
2
-2
/
+2
*
Finish splitting base/process_util.h by moving the remaining routines to base...
rsesek@chromium.org
2013-07-17
5
-0
/
+1310
*
Record swap sizes on ChromeOS
davemoore@chromium.org
2013-07-16
2
-13
/
+41
*
Remove USE_LINUX_BREAKPAD ifdef since we don't need it for chromium anymore.
jam@chromium.org
2013-07-16
2
-8
/
+2
*
Split ProcessHandle and its related routines into base/process/process_handle.h.
rsesek@chromium.org
2013-07-15
12
-0
/
+495
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-2
/
+2
*
Split out process killing functions from base/process_util.h into base/proces...
rsesek@chromium.org
2013-07-10
5
-0
/
+1092
*
Split memory-related routines out of base/process_util.h into base/process/me...
rsesek@chromium.org
2013-06-28
8
-0
/
+1532
*
Use a direct include of time headers in base/, part 2.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
6
-6
/
+6
*
Split ProcessIterator and friends out of base/process_util.h into base/proces...
rsesek@chromium.org
2013-05-31
7
-0
/
+813
*
Revert 202639 "Use totmaps if available on chromeos"
davemoore@chromium.org
2013-05-29
2
-37
/
+105
*
Revert 202639 "Use totmaps if available on chromeos"
davemoore@chromium.org
2013-05-28
2
-106
/
+37
[next]