[webkit-reviews] review requested: [Bug 42965] CSS: Add fast-path for rgba() color parsing : [Attachment 63183] Proposed patch v3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 00:59:30 PDT 2010


Andreas Kling <andreas.kling at nokia.com> has asked  for review:
Bug 42965: CSS: Add fast-path for rgba() color parsing
https://bugs.webkit.org/show_bug.cgi?id=42965

Attachment 63183: Proposed patch v3
https://bugs.webkit.org/attachment.cgi?id=63183&action=review

------- Additional Comments from Andreas Kling <andreas.kling at nokia.com>
Updated patch.
* Use nextafter(256.0, 0.0)
* Avoid strtod() for "0", "1", and "0.x"
* Added a test to verify that we're not inconsistent with the slow-path.


More information about the webkit-reviews mailing list