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

Issue 4784041706389504: Issue 1183 - Fix Acceptable Ads hiding (Closed)

Created:
Aug. 8, 2014, 3:51 p.m. by Oleksandr
Modified:
Aug. 8, 2014, 5:13 p.m.
Reviewers:
Felix Dahlke
Visibility:
Public.

Description

Issue 1183 - Fix Acceptable Ads hiding

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed comments, reorganized the code #

Total comments: 3

Patch Set 3 : More addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M src/engine/Main.cpp View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M src/plugin/AdblockPlusClient.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/plugin/AdblockPlusClient.cpp View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/plugin/PluginTabBase.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M src/shared/Communication.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
Oleksandr
Looks like this does the trick
Aug. 8, 2014, 3:52 p.m. (2014-08-08 15:52:20 UTC) #1
Felix Dahlke
Awesome that it works! Usual nagging below. http://codereview.adblockplus.org/4784041706389504/diff/5629499534213120/src/engine/Main.cpp File src/engine/Main.cpp (right): http://codereview.adblockplus.org/4784041706389504/diff/5629499534213120/src/engine/Main.cpp#newcode99 src/engine/Main.cpp:99: case Communication::PROC_HIDING_ENABLED_ON_DOMAIN: ...
Aug. 8, 2014, 4:11 p.m. (2014-08-08 16:11:35 UTC) #2
Oleksandr
Aug. 8, 2014, 4:38 p.m. (2014-08-08 16:38:56 UTC) #3
Felix Dahlke
http://codereview.adblockplus.org/4784041706389504/diff/5657382461898752/src/engine/Main.cpp File src/engine/Main.cpp (right): http://codereview.adblockplus.org/4784041706389504/diff/5657382461898752/src/engine/Main.cpp#newcode201 src/engine/Main.cpp:201: std::string documentUrl; Would make more sense to rename this ...
Aug. 8, 2014, 4:41 p.m. (2014-08-08 16:41:45 UTC) #4
Oleksandr
Aug. 8, 2014, 4:55 p.m. (2014-08-08 16:55:35 UTC) #5
Felix Dahlke
Aug. 8, 2014, 4:57 p.m. (2014-08-08 16:57:38 UTC) #6
Beautiful :D LGTM

Powered by Google App Engine
This is Rietveld