DescriptionRevert of OOPIF: Route keyboard events to focused frame in the browser process. (patchset #11 id:200001 of https://codereview.chromium.org/1405293002/ )
Reason for revert:
SitePerProcessBrowserTest.SubframeKeyboardEventRouting is flaky on Windows 7.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=SitePerProcessBrowserTest.SubframeKeyboardEventRouting
http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%281%29/builds/43548/steps/content_browsertests/logs/stdio
Original issue's description:
> OOPIF: Route keyboard events to focused frame in the browser process.
>
> Previously, keyboard events were always routed to the top frame's
> RenderWidgetHost. With OOPIF, the top frame then forwarded the event
> to an appropriate subframe renderer if needed. The extra hop is
> inefficient and leaks information; moreover, the forwarding broke when
> mouse event hit-testing in the browser process was introduced.
>
> This CL adds logic to send keyboard events directly to the right
> RenderWidgetHost in the browser process, using the currently focused
> frame which is already tracked in each FrameTree. This should be
> supported for Aura, Mac, and Android.
>
> BUG=530663, 339659
>
> Committed: https://crrev.com/e2a1799925ea027bd71ea9367280ddfb4403987a
> Cr-Commit-Position: refs/heads/master@{#357011}
TBR=kenrb@chromium.org,creis@chromium.org,alexmos@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=false
BUG=530663, 339659
Committed: https://crrev.com/8d3be002af4236d2a3cbd9f7687c78f275dcc2f1
Cr-Commit-Position: refs/heads/master@{#357086}
Patch Set 1 #Messages
Total messages: 7 (2 generated)
|