[Webkit-unassigned] [Bug 42073] New: CSS color parsing optimizations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 05:52:43 PDT 2010


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

           Summary: CSS color parsing optimizations
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


Currently, parseColor() creates a CSSParser every time it's called. This is not always necessary.

Also, the fast path for #RRGGBB (or #RGB) colors doesn't work for color strings actually starting with '#'

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