DescriptionMerge ViewHostMsg_TextInputTypeChanged and ViewHostMsg_TextInputStateChanged into one.
This is reland of cl https://codereview.chromium.org/326403002, which
used to cause regresssion crbug.com/417152.
As mentioned #13 of crbug.com/417152, the regression root cause was due
to the |input_method_active_| flag in RenderWidget which caused on
windows, UpdateTextInputType() always sends IPC while
UpdateTextInputState() doesn't.
After |input_method_active_| is removed by cl
https://codereview.chromium.org/1234193002, we can reland it safely.
BUG=377169, 474828
TEST=crbug.com/417152 not repro with this cl and trybots green.
Committed: https://crrev.com/913f8b627c442721376c7ae6c5ceaf33f684a434
Cr-Commit-Position: refs/heads/master@{#341324}
Patch Set 1 #Patch Set 2 : rebased. #Patch Set 3 : #
Total comments: 14
Patch Set 4 : nits. #
Total comments: 7
Patch Set 5 : addressed comments. #Messages
Total messages: 46 (17 generated)
|