|
|
Move common code into process_util.cc.
Fix namespace usage.
Change ProcessEntry to have a common interface accross platforms and change ProcessFilter::Includes() to make use of it.
Split NamedProcessIterator in two.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45953
Total comments: 15
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+293 lines, -296 lines) |
Patch |
 |
M |
base/base.gypi
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/process.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
base/process_util.h
|
View
|
1
2
3
4
5
|
11 chunks |
+54 lines, -23 lines |
0 comments
|
Download
|
 |
A |
base/process_util.cc
|
View
|
1
2
3
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/process_util_linux.cc
|
View
|
1
2
3
|
4 chunks |
+28 lines, -30 lines |
0 comments
|
Download
|
 |
M |
base/process_util_mac.mm
|
View
|
1
2
3
|
5 chunks |
+38 lines, -46 lines |
0 comments
|
Download
|
 |
M |
base/process_util_posix.cc
|
View
|
|
3 chunks |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
M |
base/process_util_unittest.cc
|
View
|
|
26 chunks |
+69 lines, -59 lines |
0 comments
|
Download
|
 |
M |
base/process_util_win.cc
|
View
|
1
2
3
4
|
4 chunks |
+13 lines, -51 lines |
0 comments
|
Download
|
 |
M |
base/shared_memory.h
|
View
|
1
|
6 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/memory_details_mac.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/memory_details_win.cc
|
View
|
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/process_singleton_win_uitest.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/test/chrome_process_util.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/test_utils.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|