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

Issue 2656043002: Use explicit WebString conversions in remaining content files (Closed)

Created:
3 years, 11 months ago by kinuko
Modified:
3 years, 10 months ago
Reviewers:
jam
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, dtseng+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, nasko+codewatch_chromium.org, jam, yuzo+watch_chromium.org, je_julie, darin-cc_chromium.org, dmazzoni+watch_chromium.org, cmumford, devtools-reviews_chromium.org, jsbell+idb_chromium.org, mlamouri+watch-manifest_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use explicit WebString conversions in remaining content files As we're deprecating implicit conversions for WebString <-> string16 replace them with explicit methods. (See crbug.com/667131 for more details) BUG=667131 Review-Url: https://codereview.chromium.org/2656043002 Cr-Commit-Position: refs/heads/master@{#446615} Committed: https://chromium.googlesource.com/chromium/src/+/a429302c3d58006f7520aa89e1ae0d3ba1cadc30

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : build fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -172 lines) Patch
M content/child/indexed_db/webidbdatabase_impl_unittest.cc View 1 chunk +2 lines, -2 lines 2 comments Download
M content/child/webmessageportchannel_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/common/color_suggestion.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/public/common/window_container_type.cc View 1 chunk +8 lines, -5 lines 0 comments Download
M content/renderer/accessibility/render_accessibility_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/context_menu_params_builder.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M content/renderer/devtools/devtools_agent.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/dom_serializer_browsertest.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/history_serialization.cc View 4 chunks +23 lines, -14 lines 0 comments Download
M content/renderer/manifest/manifest_parser.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/menu_item_builder.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 25 chunks +51 lines, -69 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 6 chunks +15 lines, -14 lines 0 comments Download
M content/renderer/render_view_impl.cc View 4 chunks +12 lines, -11 lines 0 comments Download
M content/renderer/render_widget.cc View 11 chunks +17 lines, -13 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/renderer_webcookiejar_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/savable_resources.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M content/renderer/speech_recognition_dispatcher.cc View 2 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 18 (13 generated)
kinuko
The last remaining ones... could you review? Mostly mechanical changes only.
3 years, 11 months ago (2017-01-26 05:22:10 UTC) #5
jam
lgtm https://codereview.chromium.org/2656043002/diff/40001/content/child/indexed_db/webidbdatabase_impl_unittest.cc File content/child/indexed_db/webidbdatabase_impl_unittest.cc (right): https://codereview.chromium.org/2656043002/diff/40001/content/child/indexed_db/webidbdatabase_impl_unittest.cc#newcode80 content/child/indexed_db/webidbdatabase_impl_unittest.cc:80: base::string16(kKeySize / sizeof(base::string16::value_type), 'x'))); nit: use the WebString ...
3 years, 10 months ago (2017-01-26 19:08:10 UTC) #12
kinuko
Thanks! https://codereview.chromium.org/2656043002/diff/40001/content/child/indexed_db/webidbdatabase_impl_unittest.cc File content/child/indexed_db/webidbdatabase_impl_unittest.cc (right): https://codereview.chromium.org/2656043002/diff/40001/content/child/indexed_db/webidbdatabase_impl_unittest.cc#newcode80 content/child/indexed_db/webidbdatabase_impl_unittest.cc:80: base::string16(kKeySize / sizeof(base::string16::value_type), 'x'))); On 2017/01/26 19:08:10, jam ...
3 years, 10 months ago (2017-01-27 05:33:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2656043002/40001
3 years, 10 months ago (2017-01-27 05:33:25 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 06:44:27 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/a429302c3d58006f7520aa89e1ae...

Powered by Google App Engine
This is Rietveld 408576698