|
Switch to sending IME selection updates early.
- Switching to send out UpdateSelection updates as soon as the change is
applied in AdapterInputConnection (instead of waiting for Blink)
- Start ignoring the IME updates from Blink if it was caused by an IME event
sent from AdapterInputConnection by checking requiredAck flag.
BUG= 235704, 145521
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=226301
Total comments: 8
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+80 lines, -170 lines) |
Patch |
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/ime_adapter_android.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/ime_adapter_android.cc
|
View
|
1
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
3
4
|
2 chunks |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
content/common/view_messages.h
|
View
|
1
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java
|
View
|
1
2
3
4
5
|
15 chunks |
+43 lines, -61 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/input/ImeAdapter.java
|
View
|
1
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/input/AdapterInputConnectionTest.java
|
View
|
1
2
3
4
5
|
2 chunks |
+23 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/input/ImeTest.java
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -40 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_widget.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/render_widget.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|