[Webkit-unassigned] [Bug 107200] [WK2] Minimum layout width auto-sizing should use FrameView::enableAutoSizeMode so that it can shrink the viewport

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 17:11:06 PST 2013


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #183319|review?                     |review-
               Flag|                            |




--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-01-17 17:12:53 PST ---
(From update of attachment 183319)
View in context: https://bugs.webkit.org/attachment.cgi?id=183319&action=review

> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:3787
> +    if (!m_minimumLayoutWidth)
> +        corePage()->mainFrame()->view()->enableAutoSizeMode(false, IntSize(), IntSize());

It's weird that you disable auto size mode here, but enable it in the drawing area. I think this should be fixed; this mode should be indpendent of what kind of drawing area is being used.

-- 
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