[Webkit-unassigned] [Bug 142140] New: Document::recalcStyle() shouldn't call viewportContentsChanged() if there is a pending layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 28 16:33:59 PST 2015


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

            Bug ID: 142140
           Summary: Document::recalcStyle() shouldn't call
                    viewportContentsChanged() if there is a pending layout
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: cdumez at apple.com

It's wasteful for viewportContentsChanged() to be called from recalcStyle() if a layout is pending, because that's going to move things around, and then we'll call viewportContentsChanged() again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150301/c36dcf99/attachment-0002.html>


More information about the webkit-unassigned mailing list