[Webkit-unassigned] [Bug 99827] New: [Shadow]: improve the performance of @host @-rules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 03:27:19 PDT 2012


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

           Summary: [Shadow]: improve the performance of @host @-rules
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tasak at google.com


To check whether any @host @-rules are applied to the given element, currently it is required to traverse shadow roots and to ask StyleScopeResolver about each ShadowRoot.
It would be a little slow. ElementShadow (or suitable class) should have some flag to cache whether any @host @-rules is applied to shadow host or not.

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