Bug 178414

Summary: [FrameView::layout cleanup] Remove redundant body->renderer()->setChildNeedsLayout call
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

alan
Reported 2017-10-17 16:01:44 PDT
it's not getting executed at all.
Attachments
Patch (2.84 KB, patch)
2017-10-17 16:07 PDT, alan
no flags
Radar WebKit Bug Importer
Comment 1 2017-10-17 16:02:03 PDT
alan
Comment 2 2017-10-17 16:07:44 PDT
Simon Fraser (smfr)
Comment 3 2017-10-17 16:45:51 PDT
Comment on attachment 324067 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324067&action=review > Source/WebCore/page/FrameView.cpp:-1444 > - if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox().stretchesToViewport()) > - body->renderer()->setChildNeedsLayout(); Does something else take care of the stretchesToViewport() case?
alan
Comment 4 2017-10-17 18:14:33 PDT
(In reply to Simon Fraser (smfr) from comment #3) > Comment on attachment 324067 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=324067&action=review > > > Source/WebCore/page/FrameView.cpp:-1444 > > - if (!m_firstLayout && m_size.height() != layoutHeight() && body->renderer()->enclosingBox().stretchesToViewport()) > > - body->renderer()->setChildNeedsLayout(); > > Does something else take care of the stretchesToViewport() case? Yea, I tried to explain it in the Changelog entry.
WebKit Commit Bot
Comment 5 2017-10-17 18:42:29 PDT
Comment on attachment 324067 [details] Patch Clearing flags on attachment: 324067 Committed r223590: <https://trac.webkit.org/changeset/223590>
WebKit Commit Bot
Comment 6 2017-10-17 18:42:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.