DescriptionRevert of Routing IME Result Calls to the Correct RenderWidgetHost (Aura Only) (patchset #8 id:140001 of https://codereview.chromium.org/2045363002/ )
Reason for revert:
This patch added unit tests that leave behind state that will break other tests if content_unittests is run with --single-process-tests (as it is on the Dr. Memory bots).
Original issue's description:
> Routing IME Result Calls to the Correct RenderWidgetHost (Aura Only)
>
> Currently, the IME result calls on ui::TextInputClient (RenderWidgetHostViewAura) are only
> routed to the RenderWidgetHostImpl corresponding to the tab's RenderWidgetHostView. Therefore,
> the IME related IPC arrive at the main frame's RenderWidget only. In the OOPIF structure,
> the IME result might be intended to a child frame's RenderWidget.
>
> This patch will route all such IME calls to the RenderWidgetHost which currently has the
> active text input state.
>
> The patch also adds four unit tests to RenderWidgetHostViewAuraTests to verify that the
> routing is done properly.
>
> BUG=578168
>
> Committed: https://crrev.com/d33fd7859cac797067a2b8a8e55f6dbac59bee19
> Cr-Commit-Position: refs/heads/master@{#401465}
TBR=kenrb@chromium.org,creis@chromium.org,ekaramad@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=578168, 622793
Committed: https://crrev.com/7225ddf9fd7c32a1de91a9f2c8b755d736b2fd0d
Cr-Commit-Position: refs/heads/master@{#401771}
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|