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

Issue 2953193002: Move ContentsSize and HasVisibleContent methods from WebFrame to WebLocalFrame. (Closed)

Created:
3 years, 6 months ago by Łukasz Anforowicz
Modified:
3 years, 5 months ago
Reviewers:
boliu, dcheng
CC:
chromium-reviews, blink-reviews, kinuko+watch, dglazkov+blink, blink-reviews-api_chromium.org, platform-architecture-syd+reviews-web_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ContentsSize and HasVisibleContent methods from WebFrame to WebLocalFrame. Most callers already call through WebLocalFrame, except 3 cases: - The problematic callsite in WebViewImpl::WidenRectWithinPageBounds is a known issue already tracked by https://crbug.com/734209; it is also worth noting that the callers of this method exit early if the main frame is not local (and therefore this CL should not cause any behavior change). - The callsite in AwRenderViewExt::CheckContentsSize already checks if render_view()->GetMainRenderFrame() is null and therefore can get the local main frame via RenderFrame::GetWebFrame rather than via WebView::MainFrame as before. - It is okay for the problematic caller in WebFrameTest.cpp to assume that (the test-controlled) frames are all local. No expected behavior change. BUG=416660 Review-Url: https://codereview.chromium.org/2953193002 Cr-Commit-Position: refs/heads/master@{#482406} Committed: https://chromium.googlesource.com/chromium/src/+/c469ccc0d54f64ddea96585adee5bd01a54d6af9

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : Rebasing... #

Patch Set 4 : Rebasing... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -25 lines) Patch
M android_webview/renderer/aw_render_view_ext.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/exported/WebRemoteFrameImpl.cpp View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/web/WebFrame.h View 1 2 2 chunks +0 lines, -7 lines 0 comments Download
M third_party/WebKit/public/web/WebLocalFrame.h View 1 2 3 chunks +10 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 29 (23 generated)
Łukasz Anforowicz
dcheng@ can you PTAL?
3 years, 6 months ago (2017-06-23 23:14:09 UTC) #15
dcheng
lgtm https://codereview.chromium.org/2953193002/diff/20001/android_webview/renderer/aw_render_view_ext.cc File android_webview/renderer/aw_render_view_ext.cc (right): https://codereview.chromium.org/2953193002/diff/20001/android_webview/renderer/aw_render_view_ext.cc#newcode62 android_webview/renderer/aw_render_view_ext.cc:62: if (main_frame) This conditional seems weird; why would ...
3 years, 6 months ago (2017-06-25 07:37:49 UTC) #16
Łukasz Anforowicz
boliu@, could you PTAL @ //android_webview? https://codereview.chromium.org/2953193002/diff/20001/android_webview/renderer/aw_render_view_ext.cc File android_webview/renderer/aw_render_view_ext.cc (right): https://codereview.chromium.org/2953193002/diff/20001/android_webview/renderer/aw_render_view_ext.cc#newcode62 android_webview/renderer/aw_render_view_ext.cc:62: if (main_frame) On ...
3 years, 5 months ago (2017-06-26 16:52:49 UTC) #18
boliu
On 2017/06/26 16:52:49, Łukasz A. wrote: > boliu@, could you PTAL @ //android_webview? lgtm
3 years, 5 months ago (2017-06-26 17:37:40 UTC) #21
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/2953193002/60001
3 years, 5 months ago (2017-06-26 17:39:58 UTC) #25
commit-bot: I haz the power
3 years, 5 months ago (2017-06-26 21:25:23 UTC) #29
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/c469ccc0d54f64ddea96585adee5...

Powered by Google App Engine
This is Rietveld 408576698