Track composition range information on the browser side (Android)
This CL implements the logic to track composition range information from several RenderWidgets on the same page (i.e., pages with OOPIFs) for Android platforms. The tracking logic is now shared between RenderWidgetHostViewBase and TextInputManager, while RenderWidgetHostViewAndroid observes TextInputManager for any changes to the range info in one of the RenderWidgets in the page. This has already been implemented for Mac (https://codereview.chromium.org/2235283003/) and Aura (https://codereview.chromium.org/2132633002/) platforms. An interactive test is now activated on all platform which will be handy if/when interactive browser tests run on Android. BUG=578168, 602723 Review-Url: https://codereview.chromium.org/2612423002 Cr-Commit-Position: refs/heads/master@{#443577}
Showing
Please register or sign in to comment