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

Issue 2927004: Hookup Pepper v2 GetSelectedText. (Closed)

Created:
10 years, 5 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Hookup Pepper v2 GetSelectedText. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=51936

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/plugins/pepper_plugin_instance.cc View 1 3 chunks +7 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
jam
10 years, 5 months ago (2010-07-09 04:46:20 UTC) #1
brettw
LGTM
10 years, 5 months ago (2010-07-09 05:26:01 UTC) #2
darin (slow to review)
http://codereview.chromium.org/2927004/diff/8001/9002 File webkit/glue/plugins/pepper_plugin_instance.cc (right): http://codereview.chromium.org/2927004/diff/8001/9002#newcode344 webkit/glue/plugins/pepper_plugin_instance.cc:344: return string16(UTF8ToUTF16(string->value())); UTF8ToUTF16 already returns string16, so it should ...
10 years, 5 months ago (2010-07-09 07:24:52 UTC) #3
jam
10 years, 5 months ago (2010-07-09 07:29:27 UTC) #4
thanks, that was leftover from previous code.  committed in a followpu

On Fri, Jul 9, 2010 at 12:24 AM, <darin@chromium.org> wrote:

>
> http://codereview.chromium.org/2927004/diff/8001/9002
> File webkit/glue/plugins/pepper_plugin_instance.cc (right):
>
> http://codereview.chromium.org/2927004/diff/8001/9002#newcode344
> webkit/glue/plugins/pepper_plugin_instance.cc:344: return
> string16(UTF8ToUTF16(string->value()));
> UTF8ToUTF16 already returns string16, so it should not be necessary to
> construct another copy of that.
>
>
> http://codereview.chromium.org/2927004/show
>

Powered by Google App Engine
This is Rietveld 408576698