Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 22887001: Custom action library, initial version (Closed)

Created:
Oct. 28, 2013, 9:37 p.m. by Eric
Modified:
July 18, 2014, 4:41 p.m.
Visibility:
Public.

Description

Custom action library, initial version

Patch Set 1 #

Total comments: 25
Unified diffs Side-by-side diffs Delta from patch set Stats (+2971 lines, -2 lines) Patch
A installer/Doxyfile View 1 chunk +1908 lines, -0 lines 0 comments Download
M installer/Makefile View 2 chunks +10 lines, -2 lines 0 comments Download
M installer/adblockplusie.wxs View 1 chunk +30 lines, -0 lines 0 comments Download
A installer/createsolution.bat View 1 chunk +5 lines, -0 lines 0 comments Download
A installer/installer.gyp View 1 chunk +65 lines, -0 lines 2 comments Download
A installer/src/custom-action/abp_ca.cpp View 1 chunk +71 lines, -0 lines 0 comments Download
A installer/src/custom-action/abp_ca.def View 1 chunk +9 lines, -0 lines 0 comments Download
A installer/src/custom-action/abp_ca.rc View 1 chunk +26 lines, -0 lines 0 comments Download
A installer/src/custom-action/close_application.cpp View 1 chunk +45 lines, -0 lines 0 comments Download
A installer/src/documentation/mainpage.dox View 1 chunk +9 lines, -0 lines 0 comments Download
A installer/src/installer-lib/DLL.h View 1 chunk +65 lines, -0 lines 0 comments Download
A installer/src/installer-lib/DLL.cpp View 1 chunk +57 lines, -0 lines 0 comments Download
A installer/src/installer-lib/database.h View 1 chunk +74 lines, -0 lines 0 comments Download
A installer/src/installer-lib/database.cpp View 1 chunk +58 lines, -0 lines 3 comments Download
A installer/src/installer-lib/interaction.h View 1 chunk +8 lines, -0 lines 0 comments Download
A installer/src/installer-lib/interaction.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
A installer/src/installer-lib/property.h View 1 chunk +126 lines, -0 lines 0 comments Download
A installer/src/installer-lib/property.cpp View 1 chunk +67 lines, -0 lines 11 comments Download
A installer/src/installer-lib/record.h View 1 chunk +72 lines, -0 lines 0 comments Download
A installer/src/installer-lib/record.cpp View 1 chunk +30 lines, -0 lines 3 comments Download
A installer/src/installer-lib/session.h View 1 chunk +170 lines, -0 lines 6 comments Download
A installer/src/installer-lib/session.cpp View 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Eric
Finally up. Sorry for the delay. Spent far too much time with Hg getting a ...
Oct. 28, 2013, 9:55 p.m. (2013-10-28 21:55:35 UTC) #1
Wladimir Palant
This isn't a complete line-by-line review, given that this isn't final code I merely tried ...
Oct. 29, 2013, 8:49 a.m. (2013-10-29 08:49:26 UTC) #2
Eric
>My main concern here is overarchitecturing - we >need only a very simple logic for ...
Oct. 29, 2013, 2 p.m. (2013-10-29 14:00:58 UTC) #3
Wladimir Palant
http://codereview.adblockplus.org/22887001/diff/1/installer/src/installer-lib/database.cpp File installer/src/installer-lib/database.cpp (right): http://codereview.adblockplus.org/22887001/diff/1/installer/src/installer-lib/database.cpp#newcode27 installer/src/installer-lib/database.cpp:27: } Ok, I understand it that we will need ...
Oct. 29, 2013, 3:06 p.m. (2013-10-29 15:06:38 UTC) #4
Eric
Old but relevant comment I forget to write down earlier. http://codereview.adblockplus.org/22887001/diff/1/installer/src/installer-lib/property.cpp File installer/src/installer-lib/property.cpp (right): http://codereview.adblockplus.org/22887001/diff/1/installer/src/installer-lib/property.cpp#newcode65 ...
March 28, 2014, 1:56 p.m. (2014-03-28 13:56:38 UTC) #5
Oleksandr
On 2014/03/28 13:56:38, Eric wrote: > Old but relevant comment I forget to write down ...
July 15, 2014, 2:20 p.m. (2014-07-15 14:20:46 UTC) #6
Eric
July 18, 2014, 4:41 p.m. (2014-07-18 16:41:48 UTC) #7
See review for "Whole installer"
http://codereview.adblockplus.org/6202981292703744/

Powered by Google App Engine
This is Rietveld