[Webkit-unassigned] [Bug 42965] CSS: Add fast-path for rgba() color parsing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 16 16:33:59 PDT 2010


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





--- Comment #16 from Andreas Kling <andreas.kling at nokia.com>  2010-08-16 16:33:59 PST ---
(In reply to comment #15)
> (From update of attachment 63446 [details])
> > +    int length = end - string;
> > +    if (length < 2)
> > +        return false;
> 
> So just plain "0" and "1" are not in the fast path?

'length' includes the terminating character.

> r=me

Hugs! Will make the requested adjustments before landing.

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