[Webkit-unassigned] [Bug 69838] New: Resolve regular and visited link style in a single pass

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 07:12:32 PDT 2011


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

           Summary: Resolve regular and visited link style in a single
                    pass
           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


We can simplify and speed up selector matching by removing the recursive matching done to generate the style for :visited pseudo selector. Both regular and visited link style can be generated in a single pass though the style selector.

Recursive visited style mathing is ~20% of the total time spent under styleForElement.

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