|
Issue #1186 - Change names that appear in the custom action
The scope of this change set is to rename constant, variable, function, and
class names that appear in the custom action code. These identifiers include
both those present only in the custom action code itself, as well as those
found in the installer library and its unit tests. The name of the entry point
to the custom action library is also present, which appears also in .DEF and
.WXS files.
The scope of this change set does not include identifier that only appear in
the installer, its unit tests, or elsewhere. Nor does it include identifiers
that are not constant, variable, function, or class names. These will be the
subject of future change sets.
Also, there's a removal of some dead code.
This change set blocks future change sets for #1186, given how many lines
any such future change set would have in common with the present one.
Total comments: 8
Total comments: 8
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+282 lines, -294 lines) |
Patch |
|
M |
installer/src/custom-action/abp_ca.cpp
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
installer/src/custom-action/abp_ca.def
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
installer/src/custom-action/close_application.cpp
|
View
|
1
2
3
|
15 chunks |
+102 lines, -110 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/DLL.h
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/DLL.cpp
|
View
|
1
2
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/custom-i18n.h
|
View
|
1
2
3
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/database.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/database.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/interaction.h
|
View
|
1
|
2 chunks |
+57 lines, -61 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/interaction.cpp
|
View
|
1
|
1 chunk |
+17 lines, -17 lines |
1 comment
|
Download
|
|
M |
installer/src/installer-lib/process.h
|
View
|
1
2
3
|
11 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/process.cpp
|
View
|
1
2
3
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/session.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/session.cpp
|
View
|
1
2
3
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/custom-action-fail.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/process_test.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/property_test.cpp
|
View
|
1
2
3
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/test-installer-lib.wxs
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/test-installer-lib-ca.cpp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/test-installer-lib-ca.def
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
installer/src/installer-lib/test/test-installer-lib-sandbox.cpp
|
View
|
1
2
3
|
6 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
|
M |
installer/src/msi/adblockplusie.wxs
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 17
|