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

Issue 5163396739629056: Issue #1234 - Remove CString from ShouldBlock(), IsElementHidden() declarations (Closed)

Created:
Aug. 7, 2014, 2:20 p.m. by Eric
Modified:
Oct. 6, 2014, 10:14 a.m.
Visibility:
Public.

Description

Issue #1234 - Remove CString from ShouldBlock(), IsElementHidden() declarations Changed from CString to std::wstring in the following declarations: - CAdblockPlusClient::IsElementHidden() - CAdblockPlusClient::ShouldBlock() - CAdblockPlusClient::m_cacheBlockedSources - CPluginFilter::IsElementHidden() - CPluginFilter::ShouldBlock() The function bodies in CAdblockPlusClient have been converted away from CString, although those in CPluginFilter have not.

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -37 lines) Patch
M src/plugin/AdblockPlusClient.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/plugin/AdblockPlusClient.cpp View 3 chunks +3 lines, -11 lines 0 comments Download
M src/plugin/AdblockPlusDomTraverser.cpp View 4 chunks +3 lines, -4 lines 0 comments Download
M src/plugin/PluginFilter.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/plugin/PluginFilter.cpp View 1 9 chunks +18 lines, -14 lines 0 comments Download
M src/plugin/PluginWbPassThrough.cpp View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 6
Eric
Aug. 7, 2014, 2:27 p.m. (2014-08-07 14:27:40 UTC) #1
Oleksandr
LGTM
Aug. 21, 2014, 2:54 p.m. (2014-08-21 14:54:30 UTC) #2
Felix Dahlke
http://codereview.adblockplus.org/5163396739629056/diff/5629499534213120/src/plugin/AdblockPlusClient.h File src/plugin/AdblockPlusClient.h (right): http://codereview.adblockplus.org/5163396739629056/diff/5629499534213120/src/plugin/AdblockPlusClient.h#newcode31 src/plugin/AdblockPlusClient.h:31: std::map<std::wstring,bool> m_cacheBlockedSources; Good time as any to add a ...
Sept. 30, 2014, 1:30 p.m. (2014-09-30 13:30:15 UTC) #3
Eric
http://codereview.adblockplus.org/5163396739629056/diff/5629499534213120/src/plugin/AdblockPlusClient.h File src/plugin/AdblockPlusClient.h (right): http://codereview.adblockplus.org/5163396739629056/diff/5629499534213120/src/plugin/AdblockPlusClient.h#newcode31 src/plugin/AdblockPlusClient.h:31: std::map<std::wstring,bool> m_cacheBlockedSources; On 2014/09/30 13:30:15, Felix H. Dahlke wrote: ...
Sept. 30, 2014, 5:56 p.m. (2014-09-30 17:56:40 UTC) #4
Felix Dahlke
LGTM
Oct. 1, 2014, 7:47 a.m. (2014-10-01 07:47:28 UTC) #5
sergei
Oct. 6, 2014, 10:14 a.m. (2014-10-06 10:14:22 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld