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

Issue 11062004: Don't use std::string in the plugin, convert when communicating with the engine (Closed)

Created:
June 27, 2013, 10:37 a.m. by Felix Dahlke
Modified:
July 2, 2013, 10:24 a.m.
Visibility:
Public.

Description

As discussed. This cleans things up nicely, since the plugin can work with nothing but UTF-16 now. It's not a pure refactoring, there was one semantical change - see my comment below.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -75 lines) Patch
M src/plugin/AdblockPlusClient.h View 2 chunks +10 lines, -10 lines 0 comments Download
M src/plugin/AdblockPlusClient.cpp View 10 chunks +28 lines, -20 lines 0 comments Download
M src/plugin/AdblockPlusDomTraverser.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/plugin/PluginClass.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/plugin/PluginFilter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/plugin/PluginFilter.cpp View 3 chunks +3 lines, -11 lines 1 comment Download
M src/plugin/PluginSettings.h View 2 chunks +3 lines, -4 lines 0 comments Download
M src/plugin/PluginSettings.cpp View 4 chunks +6 lines, -23 lines 0 comments Download
M src/plugin/PluginTabBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/plugin/PluginUserSettings.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/plugin/PluginWbPassThrough.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
Felix Dahlke
http://codereview.adblockplus.org/11062004/diff/1/src/plugin/PluginFilter.cpp File src/plugin/PluginFilter.cpp (left): http://codereview.adblockplus.org/11062004/diff/1/src/plugin/PluginFilter.cpp#oldcode640 src/plugin/PluginFilter.cpp:640: CString filter((*it).c_str()); As you can see, I didn't this. ...
June 27, 2013, 10:53 a.m. (2013-06-27 10:53:06 UTC) #1
Wladimir Palant
July 2, 2013, 10:17 a.m. (2013-07-02 10:17:16 UTC) #2
LGTM, nice!

Powered by Google App Engine
This is Rietveld