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

Issue 2878623002: Introduce WebRemoteFrameBase to break dependencies on WebRemoteFrameImpl. (Closed)

Created:
3 years, 7 months ago by slangley
Modified:
3 years, 7 months ago
Reviewers:
haraken, sashab
CC:
blink-reviews, blink-reviews-frames_chromium.org, chromium-reviews, dcheng, kinuko+watch, mlamouri+watch-blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce WebRemoteFrameBase to break dependencies on WebRemoteFrameImpl. The CL is a replica of what was done for WebLocalFrameImpl, namely: 1. Introduce WebRemoteFrameBase that derives from WebRemoteFrame. 2. Make WebRemoteFrameImpl derive from WebRemoteFrameBase. 3. Make it possible to case from a RemoteFrame to WebRemoteFrameBase using ChromeClient. 4. Make WebRemoteFrameBase garbage collected and plumb through Trace calls. 5. Change WebFrame to use WebRemoteFrameBase instead of WebRemoteFrameImpl. 6. Make methods pure virtual in WebRemoteFrameBase and override in WebRemoteFrameImpl. BUG=712963 Review-Url: https://codereview.chromium.org/2878623002 Cr-Commit-Position: refs/heads/master@{#471226} Committed: https://chromium.googlesource.com/chromium/src/+/411384cbbbe54a0a7f6e280705512f83c81f6540

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix windows linker errors. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -12 lines) Patch
M third_party/WebKit/Source/core/frame/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/frame/WebRemoteFrameBase.h View 1 2 1 chunk +40 lines, -0 lines 1 comment Download
A third_party/WebKit/Source/core/frame/WebRemoteFrameBase.cpp View 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/ChromeClient.h View 1 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrame.cpp View 1 7 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.h View 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 25 (14 generated)
slangley
3 years, 7 months ago (2017-05-11 06:50:34 UTC) #3
haraken
LGTM
3 years, 7 months ago (2017-05-11 08:00:18 UTC) #4
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/2878623002/1
3 years, 7 months ago (2017-05-11 08:07:47 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: win_clang on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/226101)
3 years, 7 months ago (2017-05-11 09:08:55 UTC) #8
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/2878623002/20001
3 years, 7 months ago (2017-05-11 12:04:10 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/424026)
3 years, 7 months ago (2017-05-11 13:21:28 UTC) #13
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/2878623002/40001
3 years, 7 months ago (2017-05-12 00:58:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/368923)
3 years, 7 months ago (2017-05-12 01:56:17 UTC) #18
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/2878623002/40001
3 years, 7 months ago (2017-05-12 04:20:25 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/411384cbbbe54a0a7f6e280705512f83c81f6540
3 years, 7 months ago (2017-05-12 05:20:39 UTC) #23
sashab
3 years, 7 months ago (2017-05-15 01:59:48 UTC) #25
Message was sent while issue was closed.
https://codereview.chromium.org/2878623002/diff/40001/third_party/WebKit/Sour...
File third_party/WebKit/Source/core/frame/WebRemoteFrameBase.h (right):

https://codereview.chromium.org/2878623002/diff/40001/third_party/WebKit/Sour...
third_party/WebKit/Source/core/frame/WebRemoteFrameBase.h:3: // found in the
LICENSE file.#ifndef WebViewBase_h
Remove #ifndef WebViewBase_h

Powered by Google App Engine
This is Rietveld 408576698