|
Currently, we try to set virtual keyboard window height both
in native code and in VK's javascript code through window.resizeTo
It sometimes creates conflict and cause strange animation issues.
In this CL, the window height logic in native side is removed.
The default window height is set to 0 and we expect javascript
will set the window to correct height.
If window is resized from a non zero height to another non
zeor height, we current dont do any animation.
BUG= 363622
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=265712
Total comments: 6
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+130 lines, -131 lines) |
Patch |
 |
M |
ash/root_window_controller_unittest.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/wm/system_modal_container_layout_manager_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+11 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_controller.h
|
View
|
1
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_controller.cc
|
View
|
1
2
3
|
7 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_controller_proxy.h
|
View
|
1
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_controller_proxy.cc
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_controller_unittest.cc
|
View
|
1
2
3
4
|
4 chunks |
+27 lines, -36 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_layout_manager.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_layout_manager.cc
|
View
|
1
2
3
|
3 chunks |
+31 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_util.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_util.cc
|
View
|
1
2
3
4
|
2 chunks |
+14 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/resources/constants.js
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/resources/main.js
|
View
|
1
2
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|