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

Issue 2600383002: Use explicit WebString <-> string16 conversion methods in storage API files (2) (Closed)

Created:
3 years, 11 months ago by kinuko
Modified:
3 years, 11 months ago
Reviewers:
michaeln, jsbell
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, darin-cc_chromium.org, jkarlin+watch_chromium.org, nhiroki
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use explicit WebString <-> string16 conversion methods in storage API files (2) Some remaining ones in cache_storage and dom_storage BUG=667131 Committed: https://crrev.com/d33eda3411eebc14ae925546b445eff1655a2988 Cr-Commit-Position: refs/heads/master@{#441600}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -38 lines) Patch
M content/renderer/cache_storage/cache_storage_dispatcher.cc View 6 chunks +13 lines, -13 lines 2 comments Download
M content/renderer/dom_storage/dom_storage_dispatcher.cc View 1 chunk +8 lines, -12 lines 0 comments Download
M content/renderer/dom_storage/local_storage_area.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M content/renderer/dom_storage/local_storage_cached_area.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M content/renderer/dom_storage/webstoragearea_impl.cc View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
jsbell
lgtm but... https://codereview.chromium.org/2600383002/diff/1/content/renderer/cache_storage/cache_storage_dispatcher.cc File content/renderer/cache_storage/cache_storage_dispatcher.cc (right): https://codereview.chromium.org/2600383002/diff/1/content/renderer/cache_storage/cache_storage_dispatcher.cc#newcode318 content/renderer/cache_storage/cache_storage_dispatcher.cc:318: [](const base::string16& s) { return WebString::fromUTF16(s); }); ...
3 years, 11 months ago (2017-01-03 18:08:43 UTC) #7
kinuko
On 2017/01/03 18:08:43, jsbell wrote: > lgtm but... > > https://codereview.chromium.org/2600383002/diff/1/content/renderer/cache_storage/cache_storage_dispatcher.cc > File content/renderer/cache_storage/cache_storage_dispatcher.cc (right): ...
3 years, 11 months ago (2017-01-05 05:26:22 UTC) #8
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/2600383002/1
3 years, 11 months ago (2017-01-05 05:26:56 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
3 years, 11 months ago (2017-01-05 06:41:03 UTC) #13
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/d33eda3411eebc14ae925546b445eff1655a2988 Cr-Commit-Position: refs/heads/master@{#441600}
3 years, 11 months ago (2017-01-05 06:43:37 UTC) #15
jsbell
3 years, 11 months ago (2017-01-05 17:40:44 UTC) #16
Message was sent while issue was closed.
On 2017/01/05 05:26:22, kinuko wrote:
> Both methods are overloaded, we need casting to make it work... which could be
> uglier/longer than using lambda :(

Ah, makes sense then. Thanks for explaining!

Powered by Google App Engine
This is Rietveld 408576698