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

Issue 15720004: Introduce webkit_glue::Latin1OrUTF16ToUTF16 (Closed)

Created:
7 years, 7 months ago by abarth-chromium
Modified:
7 years, 6 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Introduce webkit_glue::Latin1OrUTF16ToUTF16 This function is helpful for converting WebStrings to string16s. See https://codereview.chromium.org/15866003/ for more context about why we need this function defined in base rather than in Blink. R=darin Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202644

Patch Set 1 #

Total comments: 1

Patch Set 2 : Move to webkit/common #

Patch Set 3 : Move to webkit/glue #

Patch Set 4 : Fix style #

Patch Set 5 : add missing include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -0 lines) Patch
A webkit/glue/latin1_string_conversions.h View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A webkit/glue/latin1_string_conversions.cc View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
abarth-chromium
7 years, 7 months ago (2013-05-24 07:28:32 UTC) #1
abarth-chromium
+brettw: Darin thought we might benefit from your taking a look at this CL (and ...
7 years, 7 months ago (2013-05-24 07:35:20 UTC) #2
darin (slow to review)
Thinking about this more, perhaps this should live under src/webkit/common/ instead. My main concern with ...
7 years, 7 months ago (2013-05-24 23:53:31 UTC) #3
darin (slow to review)
Shortly, src/webkit/common/ is going to be folded into src/content/common/, so we will have to fixup ...
7 years, 7 months ago (2013-05-24 23:54:08 UTC) #4
brettw
If we can put this in content/common I think that would be better. It does ...
7 years, 6 months ago (2013-05-28 18:18:44 UTC) #5
abarth-chromium
There doesn't seem to be a way to put code in webkit/common. The code in ...
7 years, 6 months ago (2013-05-28 18:19:27 UTC) #6
abarth-chromium
On 2013/05/28 18:18:44, brettw wrote: > If we can put this in content/common I think ...
7 years, 6 months ago (2013-05-28 18:21:04 UTC) #7
darin (slow to review)
we're working to delete webkit/glue by sharding into one of webkit/{browser,common,renderer} all in anticipation of ...
7 years, 6 months ago (2013-05-28 18:21:42 UTC) #8
abarth-chromium
On 2013/05/28 18:21:42, darin wrote: > Seems like this function should go there somehow. Ok, ...
7 years, 6 months ago (2013-05-28 18:24:23 UTC) #9
darin (slow to review)
Oh, I see... we don't have that target yet :-/ In that case, using glue ...
7 years, 6 months ago (2013-05-28 18:30:01 UTC) #10
jamesr
On 2013/05/28 18:24:23, abarth wrote: > On 2013/05/28 18:21:42, darin wrote: > > Seems like ...
7 years, 6 months ago (2013-05-28 18:30:35 UTC) #11
jamesr
By putting this in content/common/, do we mean putting it in content/public/common/ or do we ...
7 years, 6 months ago (2013-05-28 18:31:12 UTC) #12
jamesr
lgtm at some point soon we'll want to move this header, which'll mean an #ifdef ...
7 years, 6 months ago (2013-05-28 18:36:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/abarth@chromium.org/15720004/20001
7 years, 6 months ago (2013-05-28 18:37:52 UTC) #14
abarth-chromium
Thanks everyone. Sorry to causing so much consternation over this tiny function. I blame wstring ...
7 years, 6 months ago (2013-05-28 18:38:01 UTC) #15
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 20:34:27 UTC) #16
Message was sent while issue was closed.
Change committed as 202644

Powered by Google App Engine
This is Rietveld 408576698