VR: change RenderWidgetHost interface to allow routing the event when is needed. |
|||||||||||
Issue descriptionRenderWidgetHost should be able to send events to InputEventRouter. This is needed to fix the problem in interaction with cross-origin iframes while in VR browsing mode. Moreover, the refactoring will remove repeated code in render_widget_host_view_android, render_widget_host_view_aura, and render_widget_host_view_mac. Event routing has some similarities between different platforms, it can be merged into render_widget_host_impl. At very least the logic for deciding whether should_route_event (https://cs.chromium.org/chromium/src/content/browser/renderer_host/render_widget_host_view_android.cc?dr=CSs&l=1957, https://cs.chromium.org/chromium/src/content/browser/renderer_host/render_widget_host_view_event_handler.cc?dr=CSs&l=373) or not can be merged.
,
Jul 14 2017
I'm not very familiar with input code. anyone from input team has opinions here?
,
Jul 17 2017
+sadrul@ +rbyers@
,
Jul 20 2017
,
Aug 11 2017
asimjour: Is this a P1 for M62?
,
Aug 21 2017
@ddrorwin. Yes, this is a P1 for M62
,
Sep 12 2017
Is anyone working on this? What is the impact? Is this really something we need in M62?
,
Sep 15 2017
,
Sep 15 2017
,
Oct 27 2017
We need to address this because we need to fix the bug it is blocking.
,
Nov 16 2017
,
Dec 19 2017
We don't need this anymore, the input routing is changing with issue 793430
,
Dec 19 2017
,
Feb 7 2018
|
|||||||||||
►
Sign in to add a comment |
|||||||||||
Comment 1 by ddorwin@chromium.org
, Jul 14 2017