|
Porting refactoring changes:
- move env_util into base/sys_info
- move rand_util to base and simplify its public interface
Please test it on Windows. I had to touch some files which
are not yet included in Linux build. The changes are basically find/replace
in them, but mistakes may happen.
This is related to http://codereview.chromium.org/4247 (porting in browser/ )
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+354 lines, -199 lines) |
Patch |
 |
M |
base/SConscript
|
View
|
1
2
3
4
5
6
|
4 chunks |
+4 lines, -0 lines |
1 comment
|
Download
|
 |
M |
base/build/base.vcproj
|
View
|
1
2
3
4
5
8
|
1 chunk |
+12 lines, -0 lines |
2 comments
|
Download
|
 |
M |
base/build/base_unittests.vcproj
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/rand_util.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+24 lines, -0 lines |
1 comment
|
Download
|
 |
A |
base/rand_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+47 lines, -0 lines |
2 comments
|
Download
|
 |
A |
base/rand_util_posix.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/rand_util_unittest.cc
|
View
|
7
8
9
10
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/rand_util_win.cc
|
View
|
2
3
4
5
6
|
1 chunk |
+30 lines, -0 lines |
1 comment
|
Download
|
 |
M |
base/sys_info.h
|
View
|
1
2
3
4
5
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/sys_info_posix.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+57 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/sys_info_unittest.cc
|
View
|
1
|
1 chunk |
+10 lines, -0 lines |
1 comment
|
Download
|
 |
M |
base/sys_info_win.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+58 lines, -0 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/cache_manager_host.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/importer/importer_unittest.cc
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/metrics_log.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/render_process_host.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/render_process_host.cc
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/bloom_filter_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/browser/safe_browsing/protocol_manager.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -6 lines |
3 comments
|
Download
|
 |
M |
chrome/browser/views/bug_report_view.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/SConscript
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/common.vcproj
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
D |
chrome/common/env_util.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
chrome/common/env_util.cc
|
View
|
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
M |
chrome/common/logging_chrome.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/process_watcher.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
chrome/common/rand_util.h
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
D |
chrome/common/rand_util.cc
|
View
|
|
1 chunk |
+0 lines, -29 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_main.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/test/automated_ui_tests/automated_ui_tests.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/test/selenium/selenium_test.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|