|
Replace chrome_process_filter with chrome_process_util.
- move code only used by tests to chrome/test
- make a better, more portable abstraction
For now, it still only works on Windows. But this is the first step
to porting this part of code.
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+349 lines, -160 lines) |
Patch |
|
|
base/process_util_win.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
|
chrome/chrome.gyp
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_process_filter.h
|
View
|
1
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_process_filter.cc
|
View
|
1
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
|
M |
chrome/common/common.vcproj
|
View
|
1
2
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/test/automated_ui_tests/automated_ui_tests.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/chrome_process_util.h
|
View
|
1
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/chrome_process_util.cc
|
View
|
1
2
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/test/chrome_process_util_win.cc
|
View
|
1
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/interactive_ui/interactive_ui.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/memory_test/memory_test.cc
|
View
|
1
2
|
3 chunks |
+22 lines, -27 lines |
0 comments
|
Download
|
|
M |
chrome/test/memory_test/memory_test.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/page_cycler/page_cycler_test.cc
|
View
|
1
2
|
4 chunks |
+25 lines, -29 lines |
0 comments
|
Download
|
|
M |
chrome/test/page_cycler/page_cycler_tests.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/perf/mem_usage.cc
|
View
|
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
|
M |
chrome/test/plugin/plugin_tests.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/reliability/reliability_tests.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/selenium/selenium_tests.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/startup/startup_tests.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/tab_switching/tab_switching.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/test/ui/ui_test.cc
|
View
|
1
2
|
4 chunks |
+11 lines, -18 lines |
0 comments
|
Download
|
|
M |
chrome/test/ui/ui_tests.vcproj
|
View
|
1
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
|
chrome/test/url_fetch_test/url_fetch_test.vcproj
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|