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

Issue 29347788: Issue #1234 - Remove transitional conversion functions for CString (Closed)

Created:
July 15, 2016, 6:13 p.m. by Eric
Modified:
July 27, 2016, 8:03 p.m.
Reviewers:
sergei, RastaJedi, Oleksandr
CC:
Felix Dahlke
Visibility:
Public.

Description

Issue #1234 - Remove transitional conversion functions for CString Remove the CString conversion functions 'ToWstring()' and 'ToCString()'. Remove ATL_Deprecate.cpp, whose only remaining code was their implementations. Add a header inclusion to PluginDebug.h that had been coming from the declaration of the conversion functions. Removed the last use of 'ToWstring()'; it was already redundant.

Patch Set 1 #

Total comments: 3

Patch Set 2 : one more #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -68 lines) Patch
M adblockplus.gyp View 2 chunks +0 lines, -2 lines 0 comments Download
M src/plugin/ATL_Deprecate.h View 1 chunk +0 lines, -32 lines 0 comments Download
R src/plugin/ATL_Deprecate.cpp View 1 chunk +0 lines, -33 lines 0 comments Download
M src/plugin/AdblockPlusDomTraverser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/plugin/PluginDebug.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Eric
Removing ATL_Deprecate.h is far more a build issue. I'm deferring it to a later change ...
July 15, 2016, 6:33 p.m. (2016-07-15 18:33:12 UTC) #1
RastaJedi
I probably don't know what I'm talking about but I saw something that I wasn't ...
July 16, 2016, 7:41 p.m. (2016-07-16 19:41:19 UTC) #2
RastaJedi
On 2016/07/16 19:41:19, RastaJedi wrote: > I probably don't know what I'm talking about but ...
July 16, 2016, 7:44 p.m. (2016-07-16 19:44:58 UTC) #3
RastaJedi
https://codereview.adblockplus.org/29347788/diff/29347789/src/plugin/AdblockPlusDomTraverser.cpp File src/plugin/AdblockPlusDomTraverser.cpp (right): https://codereview.adblockplus.org/29347788/diff/29347789/src/plugin/AdblockPlusDomTraverser.cpp#newcode149 src/plugin/AdblockPlusDomTraverser.cpp:149: DEBUG_HIDE_EL(ToWstring(indent) + L"HideEl::Hiding " + type + L" url:" ...
July 16, 2016, 7:46 p.m. (2016-07-16 19:46:07 UTC) #4
Eric
Patch set 2 fixes a second occurrence of ToWstring in the argument of a disabled ...
July 17, 2016, 2:24 p.m. (2016-07-17 14:24:23 UTC) #5
sergei
LGTM
July 19, 2016, 7:31 a.m. (2016-07-19 07:31:29 UTC) #6
Oleksandr
July 21, 2016, 11:36 p.m. (2016-07-21 23:36:46 UTC) #7
Amen. I mean LGTM.

Powered by Google App Engine
This is Rietveld