Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Issue 31014: Port DictionaryValue to use string16 instead of wstring. (Closed)

Created:
11 years, 10 months ago by dsh
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+818 lines, -618 lines) Patch
M base/json_reader.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M base/json_reader_unittest.cc View 1 2 3 chunks +10 lines, -9 lines 0 comments Download
M base/json_writer.h View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M base/json_writer.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M base/json_writer_unittest.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M base/string_util.h View 1 2 2 chunks +6 lines, -1 line 0 comments Download
base/string_util.cc View 1 2 5 chunks +20 lines, -0 lines 0 comments Download
M base/values.h View 1 2 7 chunks +22 lines, -22 lines 0 comments Download
M base/values.cc View 1 2 14 chunks +36 lines, -34 lines 0 comments Download
base/values_unittest.cc View 1 2 15 chunks +57 lines, -52 lines 0 comments Download
M chrome/browser/autocomplete/search_provider.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/bookmarks/bookmark_codec.cc View 1 2 7 chunks +47 lines, -38 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_html_writer.cc View 1 2 5 chunks +28 lines, -23 lines 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 2 13 chunks +94 lines, -66 lines 0 comments Download
chrome/browser/browser_init.cc View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/browser_main.cc View 1 2 2 chunks +18 lines, -12 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/history_ui.cc View 1 2 3 chunks +40 lines, -34 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 2 8 chunks +58 lines, -43 lines 0 comments Download
M chrome/browser/extensions/extension.cc View 1 2 8 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/extensions/extension_unittest.cc View 1 2 5 chunks +41 lines, -30 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/importer/importer.cc View 2 2 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/metrics/metrics_log.cc View 1 2 5 chunks +17 lines, -12 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 chunks +25 lines, -16 lines 0 comments Download
M chrome/browser/page_state.cc View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/profile_manager.h View 1 2 3 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 8 chunks +67 lines, -47 lines 0 comments Download
M chrome/browser/ssl/ssl_blocking_page.cc View 1 2 2 chunks +25 lines, -17 lines 0 comments Download
M chrome/browser/ssl/ssl_policy.cc View 1 2 1 chunk +16 lines, -8 lines 0 comments Download
M chrome/common/json_value_serializer_unittest.cc View 1 2 7 chunks +21 lines, -21 lines 0 comments Download
M chrome/common/pref_service.cc View 1 2 16 chunks +28 lines, -22 lines 0 comments Download
M chrome/renderer/localized_error.cc View 1 2 5 chunks +65 lines, -42 lines 0 comments Download
chrome/renderer/render_view.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dsh
Since this is really tied into prefs, I'm going to do that next and get ...
11 years, 10 months ago (2009-02-26 23:09:53 UTC) #1
brettw
http://codereview.chromium.org/31014/diff/1/5 File base/string_util.h (right): http://codereview.chromium.org/31014/diff/1/5#newcode21 Line 21: # define LIT16(s) WideToUTF16(L##s) This #define is a ...
11 years, 10 months ago (2009-02-27 00:55:02 UTC) #2
jar (doing other things)
I'm hopeful that all the changes were perfect and mechanical. If there is an error, ...
11 years, 10 months ago (2009-02-28 00:05:10 UTC) #3
dsh
I took out the macros. ;) Sorry about the size. And sorry to keep sending ...
11 years, 9 months ago (2009-03-03 05:25:06 UTC) #4
jar (doing other things)
The changes to metrics_service.cc and metrics_log.cc LGTM.
11 years, 9 months ago (2009-03-03 06:05:05 UTC) #5
brettw
11 years, 9 months ago (2009-03-03 16:07:48 UTC) #6
LGTM with only one change.

http://codereview.chromium.org/31014/diff/3001/3012
File chrome/browser/metrics/metrics_service.cc (right):

http://codereview.chromium.org/31014/diff/3001/3012#newcode1678
Line 1678: string16 plugin_name16;
I don't think adding "16" at the end of this name helps anything. How about just
leaving it the same name as before.

Powered by Google App Engine
This is Rietveld 408576698