[Webkit-unassigned] [Bug 61491] Frame flattening is broken with nested frames

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 01:11:21 PDT 2011


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





--- Comment #17 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-05-30 01:11:21 PST ---
(From update of attachment 95303)
View in context: https://bugs.webkit.org/attachment.cgi?id=95303&action=review

> Source/WebCore/page/FrameView.cpp:1041
>      if (!m_hasPendingPostLayoutTasks) {
> -        if (!m_inSynchronousPostLayout && !inSubframeLayoutWithFrameFlattening) {
> -            m_inSynchronousPostLayout = true;
> -            // Calls resumeScheduledEvents()
> -            performPostLayoutTasks();
> -            m_inSynchronousPostLayout = false;
> +        if (!m_inSynchronousPostLayout) {

who not do

if (!m_hasPendingPostLayoutTasks && !m_inSynchronousPostLayout) ?

> LayoutTests/ChangeLog:7
> +2011-05-29  Yael Aharon  <yael.aharon at nokia.com>
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Frame flattening is broken with nested frames
> +        https://bugs.webkit.org/show_bug.cgi?id=61491
> +

Shouldn't you give some credit to Simon Fraser for the test case?

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