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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 10:09:12 PDT 2010


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





--- Comment #6 from Andreas Kling <andreas.kling at nokia.com>  2010-07-12 10:09:13 PST ---
(In reply to comment #5)
> I would prefer it if you had a separate patch to revert the #color parsing regression

I'm not sure we want to revert that. Condensing the color parsing to one call (CSSParser::parseColor()) from the Canvas side is still desirable IMO.

Better to fix parseColor() to take the appropriate fast-path instead of doing the Color(string) trick in a bunch of places.

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