[Webkit-unassigned] [Bug 80853] New: Avoid unncessary forced style recalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 12 09:42:13 PDT 2012


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

           Summary: Avoid unncessary forced style recalc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


Document::scheduleForcedStyleRecalc() schedules the recalc even if there is no style to update yet. Before the timer fires the parser may create new elements with correct style. Doing forced recalc on those is wasted work.

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