[Webkit-unassigned] [Bug 44107] New: CSS: Make rgb() and rgba() fast paths case-insensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 17 07:07:26 PDT 2010


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

           Summary: CSS: Make rgb() and rgba() fast paths case-insensitive
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: Performance
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andreas.kling at nokia.com


The fast path in CSSParser::parseColor() could easily catch RGB() and RGBA() as well.

Instead of equalIgnoringCase(), we can do inline character comparison and gain some speed while we're at it, too.

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