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

Issue 7977017: Never submit: tentative Pepper IME. (Closed)

Created:
9 years, 3 months ago by kinaba
Modified:
9 years, 2 months ago
Reviewers:
James Su
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, dpranke+watch-content_chromium.org, jam, piman+watch_chromium.org
Visibility:
Public.

Description

Never submit: tentative Pepper IME. BUG= TEST=

Patch Set 1 #

Total comments: 16
Unified diffs Side-by-side diffs Delta from patch set Stats (+1542 lines, -127 lines) Patch
M content/renderer/pepper_plugin_delegate_impl.h View 4 chunks +22 lines, -3 lines 2 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 3 chunks +87 lines, -4 lines 8 comments Download
M content/renderer/render_view.h View 1 chunk +2 lines, -1 line 2 comments Download
M content/renderer/render_view.cc View 2 chunks +19 lines, -33 lines 3 comments Download
M content/renderer/render_widget.h View 2 chunks +3 lines, -1 line 1 comment Download
M content/renderer/render_widget.cc View 2 chunks +16 lines, -14 lines 0 comments Download
M ppapi/api/dev/ppb_ime_input_event_dev.idl View 1 chunk +12 lines, -17 lines 0 comments Download
M ppapi/api/ppb_input_event.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/c/dev/ppb_ime_input_event_dev.h View 2 chunks +12 lines, -18 lines 0 comments Download
M ppapi/c/ppb_input_event.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ppapi/cpp/dev/ime_input_event_dev.h View 1 chunk +14 lines, -8 lines 0 comments Download
M ppapi/cpp/dev/ime_input_event_dev.cc View 1 chunk +4 lines, -9 lines 0 comments Download
A ppapi/examples/ime/ime.cc View 1 chunk +601 lines, -0 lines 0 comments Download
A ppapi/examples/ime/ime.html View 1 chunk +30 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_ppp_input_event.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 chunk +10 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_id.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 4 chunks +19 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_text_input_proxy.h View 1 chunk +63 lines, -0 lines 0 comments Download
A ppapi/proxy/ppb_text_input_proxy.cc View 1 chunk +98 lines, -0 lines 0 comments Download
M ppapi/shared_impl/function_group_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/input_event_impl.h View 4 chunks +10 lines, -1 line 0 comments Download
M ppapi/shared_impl/input_event_impl.cc View 2 chunks +28 lines, -2 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev.h View 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_api.h View 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_input_event_thunk.cc View 2 chunks +62 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_text_input_api.h View 1 chunk +33 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_text_input_thunk.cc View 1 chunk +53 lines, -0 lines 0 comments Download
M ppapi/thunk/thunk.h View 2 chunks +2 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/event_conversion.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 chunk +5 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.h View 6 chunks +40 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 5 chunks +149 lines, -1 line 0 comments Download
A webkit/plugins/ppapi/ppb_text_input_impl.h View 1 chunk +45 lines, -0 lines 0 comments Download
A webkit/plugins/ppapi/ppb_text_input_impl.cc View 1 chunk +64 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_tracker.cc View 3 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
James Su
http://codereview.chromium.org/7977017/diff/1/content/renderer/pepper_plugin_delegate_impl.cc File content/renderer/pepper_plugin_delegate_impl.cc (right): http://codereview.chromium.org/7977017/diff/1/content/renderer/pepper_plugin_delegate_impl.cc#newcode851 content/renderer/pepper_plugin_delegate_impl.cc:851: } nit: no { } http://codereview.chromium.org/7977017/diff/1/content/renderer/pepper_plugin_delegate_impl.cc#newcode859 content/renderer/pepper_plugin_delegate_impl.cc:859: render_view_->PpapiPluginFocusChanged(); Is ...
9 years, 3 months ago (2011-09-23 01:46:47 UTC) #1
kinaba
9 years, 2 months ago (2011-09-27 05:11:21 UTC) #2
James, thank you for your comments and suggestions here, too!

I'm now updating also this CL according to your comments. After the main line
patch http://codereview.chromium.org/7978019/ has stabilized and committed, I'll
submit for review.

Powered by Google App Engine
This is Rietveld 408576698