DescriptionAllow javascript change the virtual keyboard window size and position freely in FLOATING mode
This CL includes the following changes:
1. The virtual keyboard container window is no longer automatically set to full screen size.
Instead, it will be set to the same size as the virtual keyboard window and will be positioned
where that window was positioned. This is to allow window.moveTo to move the VK window
correctly.
2. VK window and VK container is no longer always full width. In FLOATING mode,
window.resizeTo can resize the VK window to specified size.
3. Added one test for FLOATING mode and other tests fixes
BUG=466702
Committed: https://crrev.com/a0a5780fdc75676746d9e754424834a1812357eb
Cr-Commit-Position: refs/heads/master@{#324253}
Patch Set 1 #Patch Set 2 : tests #Patch Set 3 : #Patch Set 4 : Support window.moveTo #Patch Set 5 : tests #Patch Set 6 : rebase #
Total comments: 6
Patch Set 7 : reviews #Patch Set 8 : nit: fix a compile error #
Total comments: 21
Patch Set 9 : reviews #Patch Set 10 : Fix a crash #
Total comments: 4
Patch Set 11 : reviews #Patch Set 12 : rebase #Patch Set 13 : format #
Messages
Total messages: 33 (13 generated)
|