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

Issue 8949229: Removal of all user tracking and shareware parts (Closed)

Created:
Dec. 6, 2012, 4:38 p.m. by Oleksandr
Modified:
June 20, 2013, 6:50 a.m.
Reviewers:
alex, Wladimir Palant
CC:
Felix Dahlke
Visibility:
Public.

Description

Removal of all user tracking and shareware parts. NOTE: Some parts were seen as "binary" by mercurial. I have fixed that, but you still might not yet see the corect diff yet.

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -532 lines) Patch
M AdBlocker/AdBlocker.aps View Binary file 0 comments Download
M AdBlocker/AdBlocker.rc View 1 chunk +0 lines, -1 line 0 comments Download
M AdBlocker/AdBlocker.vcproj View 5 chunks +5 lines, -5 lines 2 comments Download
M AdBlocker/Resource.h View 1 chunk +0 lines, -1 line 0 comments Download
M AdBlocker/SimpleAdblockClient.cpp View Binary file 0 comments Download
M AdBlocker/SimpleAdblockDomTraverser.cpp View 1 chunk +0 lines, -12 lines 1 comment Download
M AdBlocker/SimpleAdblockTab.cpp View Binary file 0 comments Download
M Shared/Config.h View 2 chunks +0 lines, -2 lines 0 comments Download
M Shared/Plugin.cpp View 4 chunks +3 lines, -39 lines 0 comments Download
M Shared/PluginClass.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Shared/PluginClass.cpp View 10 chunks +11 lines, -165 lines 0 comments Download
M Shared/PluginClassThread.cpp View 10 chunks +4 lines, -100 lines 0 comments Download
M Shared/PluginConfiguration.cpp View 2 chunks +0 lines, -18 lines 0 comments Download
M Shared/PluginFilter.cpp View 2 chunks +0 lines, -27 lines 0 comments Download
M Shared/PluginHttpRequest.cpp View 1 chunk +0 lines, -15 lines 0 comments Download
M Shared/PluginSettings.h View 2 chunks +0 lines, -17 lines 0 comments Download
M Shared/PluginSettings.cpp View 5 chunks +1 line, -100 lines 0 comments Download
M Shared/PluginSystem.h View 1 chunk +0 lines, -9 lines 0 comments Download
M Shared/PluginSystem.cpp View Binary file 0 comments Download
M Shared/PluginWbPassThrough.cpp View 1 chunk +0 lines, -19 lines 0 comments Download

Messages

Total messages: 2
Wladimir Palant
For reference, the change in SimpleAdblockTab.cpp is: @@ -39,8 +39,6 @@ CPluginClass::s_mimeFilter = CPluginClientFactory::GetMimeFilterClientInstance(); } ...
Dec. 10, 2012, 11:49 a.m. (2012-12-10 11:49:13 UTC) #1
Oleksandr
Dec. 10, 2012, 2:58 p.m. (2012-12-10 14:58:33 UTC) #2
http://codereview.adblockplus.org/8949229/diff/1/AdBlocker/AdBlocker.vcproj
File AdBlocker/AdBlocker.vcproj (right):

http://codereview.adblockplus.org/8949229/diff/1/AdBlocker/AdBlocker.vcproj#n...
AdBlocker/AdBlocker.vcproj:134: ExcludedFromBuild="true"
We had a custom build step in a project that every time, after successful build
the resulting DLL would get copied into a place where installer would take it
and embed into the installation. That step is not needed (at least for now) so
it is excluded from build. 
On 2012/12/10 11:49:13, Wladimir Palant wrote:
> I'm not sure I understand these changes correctly, could you explain how they
> are related?

Powered by Google App Engine
This is Rietveld