DescriptionSend TextInputTypeChanged IPC regardless of the activities of an IME on Windows
On Windows, we need to allow RenderWidget to send TextInputTypeChanged IPC
regardless of |input_method_is_active_| so that on-screen keyboard can show some
optimized layout based on the current TextInputType focused in the web content.
This CL should have no performance regression on Windows Vista and later,
where |RenderWidget::input_method_is_active_| is always set to true
while RWHVW or RWHVA has input focus regardless of the activities of an IME.
See http://crbug.com/296509 for the background.
This CL uses a bit ad-hoc way but I hope we can revisit here soon after
Win-Aura is successfully landed.
BUG=296505, 296509
TEST=manually done with aura/non-aura on Windows 8.1
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224904
Patch Set 1 #
Total comments: 2
Patch Set 2 : addressed the comment #Messages
Total messages: 7 (0 generated)
|