|
Updating extensions code to use UTF16
Changes std::string error to string16 in various locations of the Extensions file, spanning up the tree from ExtensionErrorReporter and Extension::InitFromValue, with conversion to string16 beginning at extension_l10n_util::LocalizeExtension and Extension::Create. Later patches can continue/expand the conversion.
BUG= 71980
TEST=Run existing unit tests and browser tests, which have been adjusted for string16s.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114917
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+446 lines, -357 lines) |
Patch |
 |
M |
AUTHORS
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/convert_user_script.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/convert_user_script.cc
|
View
|
1
2
3
4
|
3 chunks |
+14 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/convert_user_script_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer.cc
|
View
|
1
2
3
4
|
17 chunks |
+26 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/crx_installer_browsertest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_browsertest.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_error_reporter.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_error_reporter.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_ui.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_install_ui.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+24 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/sandboxed_extension_unpacker.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/sandboxed_extension_unpacker.cc
|
View
|
1
2
3
4
|
34 chunks |
+44 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/sandboxed_extension_unpacker_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/webstore_installer.cc
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_utility_messages.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.h
|
View
|
1
2
3
4
|
6 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension.cc
|
View
|
1
2
3
4
|
123 chunks |
+193 lines, -175 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_error_utils.h
|
View
|
1
2
3
4
|
1 chunk |
+20 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_error_utils.cc
|
View
|
1
2
3
4
|
2 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_unpacker.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_unpacker.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/extension_unpacker_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/manifest_unittest.cc
|
View
|
1
2
3
4
|
6 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|