Move IME logic from RenderView to RenderWidget and Implement IME methods for WebFrameWidgetImpl |
||
Issue descriptionIn order to make OOPIF-IME heppen, the IME logic needs to be moved to Widget, that is: 1- Move the current logic from RenderViewImpl to RenderWidget 2- Implement the methods related to IME inside WebFramWidgetImpl rather than just delegating it to WebViewImpl. The list of methods to be implemented in WebFrameWidgetImpl is: setComposition. confirmComposition (all signatures) textInputInfo textInputType compositionRange. Any further methods should be appended to this bug for proper tracking. Since IME requires knowledge of focused LocalFrame and WebPlugin, this change will lead to adding extra methods to both RenderWidget and WebWidget.
,
Jul 19 2016
Closing the bug as the CL above moves the logic from RenderViewImpl to RenderWidget.
,
Jul 19 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 19 2016