|
Add a flag to all of the registry related work items to specify whether to operate on the 64-bit or 32-bit hive on a WOW64 system.
Make DeleteRegKeyWorkItem call down into RegKey so WOW64 support works for delete work items.
All calls changed to use the Wow64_Default (0) parameter, so the behavior is identical.
This is prep for adding 64-bit support to the installer.
BUG= 348626, 338706
R=grt@chromium.org, grt
TBR=sky
TEST=installer_util_unittests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272539
Total comments: 3
Total comments: 11
Total comments: 6
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+778 lines, -728 lines) |
Patch |
|
M |
chrome/chrome_installer.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/chrome_installer_util.gypi
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/installer/setup/install.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/setup/install_worker.cc
|
View
|
1
2
3
4
5
|
26 chunks |
+253 lines, -101 lines |
0 comments
|
Download
|
|
M |
chrome/installer/setup/install_worker_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/installer/setup/setup_main.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/installer/setup/uninstall.cc
|
View
|
1
2
3
4
5
6
|
18 chunks |
+46 lines, -26 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/app_command.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/copy_reg_key_work_item.h
|
View
|
1
2
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/copy_reg_key_work_item.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -118 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/copy_reg_key_work_item_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -180 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/create_reg_key_work_item.h
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/util/create_reg_key_work_item.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/create_reg_key_work_item_unittest.cc
|
View
|
1
|
5 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/delete_reg_key_work_item.h
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/util/delete_reg_key_work_item.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/delete_reg_key_work_item_unittest.cc
|
View
|
1
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/delete_reg_value_work_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/util/delete_reg_value_work_item.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/delete_reg_value_work_item_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/google_update_settings_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/install_util.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/installer/util/install_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
7 chunks |
+49 lines, -16 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/install_util_unittest.cc
|
View
|
1
2
3
4
5
6
|
13 chunks |
+26 lines, -13 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/registry_key_backup.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/registry_key_backup.cc
|
View
|
1
2
|
2 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/registry_key_backup_unittest.cc
|
View
|
1
|
4 chunks |
+19 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/set_reg_value_work_item.h
|
View
|
1
2
3
4
5
|
2 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/set_reg_value_work_item.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/set_reg_value_work_item_unittest.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+64 lines, -20 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/shell_util.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/work_item.h
|
View
|
1
2
3
4
5
|
6 chunks |
+23 lines, -12 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/work_item.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+34 lines, -21 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/work_item_list.h
|
View
|
1
2
3
4
5
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/work_item_list.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+27 lines, -26 lines |
0 comments
|
Download
|
|
M |
chrome/installer/util/work_item_list_unittest.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+39 lines, -19 lines |
0 comments
|
Download
|
|
M |
chrome/test/mini_installer_test/installer_test_util.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/test/mini_installer_test/installer_test_util.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/test/mini_installer_test/test.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 20 (0 generated)
|