|
wstrings: convert CppVariant and CppBoundClass to not use wstring
Confusingly, we had a ToString() that returned a UTF-8 string and
a ToStringVector() that returned wstrings. Since CppVariant is
a small wrapper around NPVariant I made them both use UTF-8; it
simplified most of the users anyway (which only dealt with ASCII
anyway).
BUG= 23581
TEST=compiles
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68187
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+39 lines, -46 lines) |
Patch |
 |
M |
chrome/renderer/blocked_plugin.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/dom_ui_bindings.cc
|
View
|
|
2 chunks |
+2 lines, -6 lines |
1 comment
|
Download
|
 |
M |
chrome/renderer/external_host_bindings.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/cpp_bound_class.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/cpp_bound_class.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
1 comment
|
Download
|
 |
M |
webkit/glue/cpp_bound_class_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/cpp_variant.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
2 comments
|
Download
|
 |
M |
webkit/glue/cpp_variant.cc
|
View
|
|
3 chunks |
+4 lines, -5 lines |
1 comment
|
Download
|
 |
|
webkit/tools/test_shell/accessibility_controller.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/accessibility_controller.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/event_sending_controller.cc
|
View
|
|
5 chunks |
+15 lines, -15 lines |
2 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.cc
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|