Chromium Code Reviews

Issue 3386019: Pull latest PPAPI. Change support for key handling. (Closed)

Created:
10 years, 3 months ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
wjia(left Chromium), darin (slow to review)
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Pull latest PPAPI. Change key handling to support the new API. TEST=PPAPI UI tests BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60258

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 7

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Stats (+197 lines, -126 lines)
M webkit/glue/plugins/pepper_event_conversion.h View 1 chunk +11 lines, -7 lines 0 comments
M webkit/glue/plugins/pepper_event_conversion.cc View 4 chunks +172 lines, -114 lines 0 comments
M webkit/glue/plugins/pepper_plugin_instance.h View 1 chunk +1 line, -0 lines 0 comments
M webkit/glue/plugins/pepper_plugin_instance.cc View 2 chunks +12 lines, -5 lines 0 comments
M webkit/glue/plugins/pepper_webplugin_impl.cc View 1 chunk +1 line, -0 lines 0 comments

Messages

Total messages: 4 (0 generated)
brettw
10 years, 3 months ago (2010-09-21 23:54:54 UTC) #1
wjia(left Chromium)
http://codereview.chromium.org/3386019/diff/8001/9001 File webkit/glue/plugins/pepper_event_conversion.cc (right): http://codereview.chromium.org/3386019/diff/8001/9001#newcode59 webkit/glue/plugins/pepper_event_conversion.cc:59: return result; This means a copy when this function ...
10 years, 3 months ago (2010-09-22 00:58:12 UTC) #2
brettw
Please take another look http://codereview.chromium.org/3386019/diff/8001/9001 File webkit/glue/plugins/pepper_event_conversion.cc (right): http://codereview.chromium.org/3386019/diff/8001/9001#newcode59 webkit/glue/plugins/pepper_event_conversion.cc:59: return result; This data should ...
10 years, 3 months ago (2010-09-22 19:39:08 UTC) #3
wjia(left Chromium)
10 years, 3 months ago (2010-09-22 19:45:38 UTC) #4
LGTM.

Powered by Google App Engine