summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorluoruiyi2008@gmail.com <luoruiyi2008@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-14 14:09:42 +0000
committerluoruiyi2008@gmail.com <luoruiyi2008@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-14 14:09:42 +0000
commit580ff65da4b02ccc5e5b2afcf77e66f17d515d27 (patch)
tree3f4afa3ad2e2367f400561d3f69d60dd7097bb83 /AUTHORS
parentc0bbb533cb570ee90c93b131cf3762baf4b8d535 (diff)
downloadchromium_src-580ff65da4b02ccc5e5b2afcf77e66f17d515d27.zip
chromium_src-580ff65da4b02ccc5e5b2afcf77e66f17d515d27.tar.gz
chromium_src-580ff65da4b02ccc5e5b2afcf77e66f17d515d27.tar.bz2
Fix issue that IME can't be enabled when set Plugin mode to "Click to play".
In normal mode, the plugin is created at the moment the page is loaded. Then when the first time the plugin is clicked. It will set the flag "has_webkit_focus_" true in real plugin instance. Then, send out the focus change notification in PepperPluginInstanceImpl::SetWebKitFocus, which will finally affect the IME stuff. However, at "Click to play" mode, WebViewPlugin is created at first, which will be replaced by real plugin. When the first time we click, the real plugin is created, loaded. But no focus is set in real plugin, which cause the IME stuff can't be enabled. In solution, we transfer the |focused_| in WebViewPlugin to new plugin after it loaded. BUG=336740 Review URL: https://codereview.chromium.org/144803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e89fc00..35d84a9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -271,6 +271,7 @@ Rosen Dash <nqk836@motorola.com>
Rosen Dash <rosen.dash@gmail.com>
ruben <chromium@hybridsource.org>
Ruben Terrazas <rubentopo@gmail.com>
+Ruiyi Luo <luoruiyi2008@gmail.com>
Ryan Norton <rnorton10@gmail.com>
Ryan Sleevi <ryan-chromium-dev@sleevi.com>
Ryuan Choi <ryuan.choi@samsung.com>