[Webkit-unassigned] [Bug 141688] New: FrameView::layoutTimerFired() should update style if needed before doing layout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 18:41:01 PST 2015


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

            Bug ID: 141688
           Summary: FrameView::layoutTimerFired() should update style if
                    needed before doing 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: zalan at apple.com

It's possible for the style recalc timer to get scheduled after the layout timer (both delay 0). The layout timer fires first, so we do layout, but then the style recalc timer fires and we do style recalc and layout again.

This happens in fast/canvas/webgl/arraybuffer-transfer-of-control.html and likely other content.

-- 
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/20150217/6e487c59/attachment-0002.html>


More information about the webkit-unassigned mailing list