[webkit-reviews] review granted: [Bug 55661] CSS RGBA fast-path color parsing should clamp of out-of-range alpha values : [Attachment 84545] proposed patch with test case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 05:35:14 PST 2011


Andreas Kling <kling at webkit.org> has granted Andras Becsi <abecsi at webkit.org>'s
request for review:
Bug 55661: CSS RGBA fast-path color parsing should clamp of out-of-range alpha
values
https://bugs.webkit.org/show_bug.cgi?id=55661

Attachment 84545: proposed patch with test case
https://bugs.webkit.org/attachment.cgi?id=84545&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=84545&action=review

r=me, and thanks for including the test I forgot to commit ages ago! >_<

> Source/WebCore/css/CSSParser.cpp:3945
>      for (int i = 0; i < length; ++i) {

The braces for this block should be removed now.


More information about the webkit-reviews mailing list