|
Issue #1234 - Convert strings associated with URL's
The focus on this change is to convert strings that represent URL's from
ATL::CString to std::wstring, especially when such strings appear as
arguments in function signatures.
Removed CString version UnescapeUrl.
Left unconverted was one case where we don't yet have an equivalent CString
member function.
Total comments: 29
Total comments: 2
Total comments: 2
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+121 lines, -144 lines) |
Patch |
|
M |
src/plugin/AdblockPlusDomTraverser.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/plugin/AdblockPlusDomTraverser.cpp
|
View
|
1
2
3
|
6 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginClass.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginClass.cpp
|
View
|
1
2
3
4
|
11 chunks |
+36 lines, -37 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginClientBase.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginClientBase.cpp
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginDebug.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginDebug.cpp
|
View
|
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginDomTraverserBase.h
|
View
|
1
2
3
4
|
4 chunks |
+15 lines, -17 lines |
3 comments
|
Download
|
|
M |
src/plugin/PluginFilter.cpp
|
View
|
1
2
3
4
|
5 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginTabBase.h
|
View
|
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginTabBase.cpp
|
View
|
1
2
3
|
8 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/plugin/PluginWbPassThrough.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
2 comments
|
Download
|
|
M |
src/plugin/PluginWbPassThrough.cpp
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
Total messages: 11
|