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

Issue 1973133002: ✀ Remove postMessage plumbing for swappedout:// ✀ (Closed)

Created:
4 years, 7 months ago by dcheng
Modified:
4 years, 7 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, jam, jochen+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

✀ Remove postMessage plumbing for swappedout:// ✀ BUG=357747 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/b4a1a32e9393518ebd63c52f021eb5142954c9d6 Cr-Commit-Position: refs/heads/master@{#394016}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : Fix build #

Total comments: 6

Patch Set 4 : Rename forwarding function. #

Patch Set 5 : rebase #

Patch Set 6 : Roll out accidental commit #

Patch Set 7 : really fix rebase #

Patch Set 8 : Rebase to use std::move instead of release(). #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -233 lines) Patch
M components/test_runner/layout_test_runtime_flags.h View 1 chunk +0 lines, -3 lines 0 comments Download
M components/test_runner/layout_test_runtime_flags.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/test_runner.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M components/test_runner/test_runner.cc View 1 2 3 4 5 chunks +0 lines, -22 lines 0 comments Download
M components/test_runner/web_frame_test_client.h View 1 chunk +0 lines, -5 lines 0 comments Download
M components/test_runner/web_frame_test_client.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M components/test_runner/web_frame_test_proxy.h View 1 chunk +0 lines, -12 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 4 chunks +0 lines, -15 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 3 chunks +0 lines, -34 lines 0 comments Download
M content/renderer/render_frame_proxy.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 2 3 2 chunks +1 line, -10 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/events/intercept-postmessage.html View 1 chunk +0 lines, -44 lines 0 comments Download
D third_party/WebKit/LayoutTests/fast/events/intercept-postmessage-expected.txt View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameClient.h View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 2 3 4 2 chunks +8 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteDOMWindow.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrame.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrame.cpp View 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteFrameClient.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/RemoteFrameClientImpl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp View 1 2 3 4 5 6 7 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FrameTestHelpers.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -11 lines 0 comments Download
M third_party/WebKit/public/web/WebRemoteFrameClient.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 24 (12 generated)
dcheng
4 years, 7 months ago (2016-05-12 22:13:30 UTC) #6
alexmos
LGTM, thanks for the cleanup! https://codereview.chromium.org/1973133002/diff/40001/content/renderer/render_view_browsertest.cc File content/renderer/render_view_browsertest.cc (right): https://codereview.chromium.org/1973133002/diff/40001/content/renderer/render_view_browsertest.cc#newcode54 content/renderer/render_view_browsertest.cc:54: #include "content/renderer/render_frame_proxy.h" nit: not ...
4 years, 7 months ago (2016-05-13 21:30:07 UTC) #7
dcheng
https://codereview.chromium.org/1973133002/diff/40001/content/renderer/render_view_browsertest.cc File content/renderer/render_view_browsertest.cc (right): https://codereview.chromium.org/1973133002/diff/40001/content/renderer/render_view_browsertest.cc#newcode54 content/renderer/render_view_browsertest.cc:54: #include "content/renderer/render_frame_proxy.h" On 2016/05/13 at 21:30:07, alexmos wrote: > ...
4 years, 7 months ago (2016-05-13 22:00:48 UTC) #8
alexmos
https://codereview.chromium.org/1973133002/diff/40001/third_party/WebKit/Source/core/frame/RemoteFrameClient.h File third_party/WebKit/Source/core/frame/RemoteFrameClient.h (right): https://codereview.chromium.org/1973133002/diff/40001/third_party/WebKit/Source/core/frame/RemoteFrameClient.h#newcode28 third_party/WebKit/Source/core/frame/RemoteFrameClient.h:28: virtual void willCheckAndDispatchMessageEvent(MessageEvent*, PassRefPtr<SecurityOrigin> target, LocalFrame* sourceFrame) const = ...
4 years, 7 months ago (2016-05-13 23:11:28 UTC) #9
dcheng
+dpranke for //components/test_runner OWNER +creis for //content OWNER
4 years, 7 months ago (2016-05-13 23:54:16 UTC) #11
Dirk Pranke
lgtm.
4 years, 7 months ago (2016-05-14 00:24:13 UTC) #12
Charlie Reis
So nice! content/ LGTM.
4 years, 7 months ago (2016-05-16 20:32:53 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1973133002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1973133002/120001
4 years, 7 months ago (2016-05-16 20:37:28 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/6278) ios-device-gn on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-16 20:40:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1973133002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1973133002/140001
4 years, 7 months ago (2016-05-16 21:15:12 UTC) #21
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 7 months ago (2016-05-17 01:57:11 UTC) #22
commit-bot: I haz the power
4 years, 7 months ago (2016-05-17 01:58:53 UTC) #24
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/b4a1a32e9393518ebd63c52f021eb5142954c9d6
Cr-Commit-Position: refs/heads/master@{#394016}

Powered by Google App Engine
This is Rietveld 408576698