[Webkit-unassigned] [Bug 119497] New: Move style recalculation out from Element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 15:14:39 PDT 2013


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

           Summary: Move style recalculation out from Element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


Element currently does too much. The current Element::recalcStyle() and the related functions can be turned into standalone functions that operate on DOM tree. This will also give more freedom for future refactoring, for example making style recalculation non-recursive.

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