[Webkit-unassigned] [Bug 66134] Do not cache m_resizesToContentsLayoutSize on WebKit2's WebPage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 17 14:44:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66134





--- Comment #5 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-08-17 14:44:23 PST ---
(From update of attachment 103763)
View in context: https://bugs.webkit.org/attachment.cgi?id=103763&action=review

> Source/WebCore/page/Frame.cpp:911
> -        frameView->setUseFixedLayout(useFixedLayout);
> +        frameView->setUseFixedLayout(!fixedLayoutSize.isEmpty());

So how do you turn it on the first time?  I mean the view is created before we get the layout size (viewport meta tag)

> Source/WebKit2/ChangeLog:1
> +2011-08-12  Alexander Færøy  <alexander.faeroy at nokia.com>

Something is up with your name!

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:668
> +    // FIXME: ??? frame->view()->forceLayout();

What do you mean with that? You set needslayout below

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list