[Webkit-unassigned] [Bug 73421] New: Reuse cached style fully if the parent inherited styles are equal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 03:06:39 PST 2011


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

           Summary: Reuse cached style fully if the parent inherited
                    styles are equal
           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


Matched declaration cache currently restores the non-inherted properties from the cache entry but still applies all inherited properties normally. In case the current parent inherited style is equivalent to the cache entry's, also the inherited style can be reused and no properties need to be applied. This is faster and saves memory (by sharing the style structures more).

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