Comment #4 on issue 123020 by lafo...@google.com: Hang when running Pepper
text input API out of process
http://code.google.com/p/chromium/issues/detail?id=123020
(No comment was entered for this change.)
Comment #5 on issue 123020 by bre...@chromium.org: Hang when running Pepper
text input API out of process
http://code.google.com/p/chromium/issues/detail?id=123020
Merged in 132274
Comment #6 on issue 123020 by bugdro...@chromium.org: Hang when running
Pepper text input API out of process
http://code.google.com/p/chromium/issues/detail?id=123020#c6
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=132274
------------------------------------------------------------------------
r132274 | bre...@chromium.org | Fri Apr 13 14:37:47 PDT 2012
Changed paths:
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/ppapi/proxy/ppapi_messages.h?r1=132274&r2=132273&pathrev=132274
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/ppapi/shared_impl/ppb_instance_shared.h?r1=132274&r2=132273&pathrev=132274
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/ppapi/proxy/ppb_text_input_proxy.h?r1=132274&r2=132273&pathrev=132274
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/webkit/plugins/ppapi/ppapi_plugin_instance.cc?r1=132274&r2=132273&pathrev=132274
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/webkit/plugins/ppapi/ppapi_plugin_instance.h?r1=132274&r2=132273&pathrev=132274
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/ppapi/shared_impl/ppb_instance_shared.cc?r1=132274&r2=132273&pathrev=132274
M
http://src.chromium.org/viewvc/chrome/branches/1084/src/ppapi/proxy/ppb_text_input_proxy.cc?r1=132274&r2=132273&pathrev=132274
Merge 132027 - Make the text input not require round-trips when the text is
updated.
In the proxied version, this requests the text in-process avoiding the
round trip. This also makes the requesting not reenter the plugin for
in-process plugins.
TEST=
BUG=123020
Review URL: https://chromiumcodereview.appspot.com/10053017
TBR=bre...@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10083013
------------------------------------------------------------------------