OOPIFs: Make sure that ctrl-click opens a new *background* tab.
This CL makes sure that Blink code that needs to consult the current input event considers events going either through WebViewImpl or through a WebFrameWidgetImpl. The CL removes separately maintained |current_input_event_| fields from WebViewImpl and WebFrameWidgetImpl (the latter was never read anyway) and consolidates them into a new class - CurrentInputEvent. Bug: 804838 Change-Id: I89430f3a73f38ef5842c57635602fb079c1a34ef Reviewed-on: https://chromium-review.googlesource.com/887346Reviewed-by:Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#532241}
Showing
Please register or sign in to comment