Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Issue 2723963003: Remove renderer-to-renderer input event forwarding for OOPIFs (Closed)

Created:
3 years, 9 months ago by kenrb
Modified:
3 years, 8 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, blink-reviews-html_chromium.org, creis+watch_chromium.org, mlamouri+watch-blink_chromium.org, nasko+codewatch_chromium.org, jam, dcheng, blink-reviews-api_chromium.org, dglazkov+blink, darin-cc_chromium.org, blink-reviews, blink-reviews-frames_chromium.org, kinuko+watch, site-isolation-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove renderer-to-renderer input event forwarding for OOPIFs Now that the browser process supports focus tracking and mouse/touch/gesture event hit testing for OOPIFs on all platforms, we no longer need to ability to forward events from a parent frame renderer to a child frame renderer. This patch removes that code. BUG=650348 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2723963003 Cr-Commit-Position: refs/heads/master@{#460177} Committed: https://chromium.googlesource.com/chromium/src/+/e2da63fad40fc329932c04030bca51f366ed721c

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Disable failing test #

Patch Set 4 : Correct test expectation #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -144 lines) Patch
M content/browser/frame_host/cross_process_frame_connector.h View 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/frame_host/cross_process_frame_connector.cc View 2 chunks +0 lines, -45 lines 0 comments Download
M content/common/frame_messages.h View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M content/renderer/render_frame_proxy.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/FlagExpectations/site-per-process View 1 2 3 1 chunk +4 lines, -0 lines 1 comment Download
M third_party/WebKit/Source/core/frame/RemoteFrame.h View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrame.cpp View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrameClient.h View 2 chunks +0 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFrameElementBase.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/loader/EmptyClients.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/RemoteFrameClientImpl.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp View 1 chunk +0 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/public/web/WebRemoteFrameClient.h View 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 37 (29 generated)
kenrb
dcheng: PTAL? As I mentioned offline, this causes one layout test to fail, but I'd ...
3 years, 9 months ago (2017-03-27 20:41:40 UTC) #23
dcheng
This change LGTM, but I'm wondering if we should start with a slightly less aggressive ...
3 years, 8 months ago (2017-03-27 21:15:25 UTC) #24
dcheng
(That being said, if you're comfortable with this CL, then I'm happy)
3 years, 8 months ago (2017-03-27 21:15:39 UTC) #25
kenrb
I think I would rather land as-is, accepting that it might be slightly harder to ...
3 years, 8 months ago (2017-03-28 14:08:49 UTC) #29
ncarter (slow)
lgtm
3 years, 8 months ago (2017-03-28 18:21:15 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2723963003/60001
3 years, 8 months ago (2017-03-28 18:37:17 UTC) #32
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/e2da63fad40fc329932c04030bca51f366ed721c
3 years, 8 months ago (2017-03-28 18:45:50 UTC) #35
alexmos
3 years, 8 months ago (2017-03-31 06:30:12 UTC) #37
Message was sent while issue was closed.
https://codereview.chromium.org/2723963003/diff/60001/third_party/WebKit/Layo...
File third_party/WebKit/LayoutTests/FlagExpectations/site-per-process (right):

https://codereview.chromium.org/2723963003/diff/60001/third_party/WebKit/Layo...
third_party/WebKit/LayoutTests/FlagExpectations/site-per-process:176:
crbug.com/650348 http/tests/webaudio/autoplay-crossorigin.html [ Timeout ]
This is causing a failure on
virtual/mojo-loading/http/tests/webaudio/autoplay-crossorigin.html on Site
Isolation Win:
https://build.chromium.org/p/chromium.fyi/builders/Site%20Isolation%20Win/bui...

Ken, could you please add that one to these expectations as well?

Powered by Google App Engine
This is Rietveld 408576698