[webkit-reviews] review granted: [Bug 62061] Input value sanitization for text fields is incorrect : [Attachment 95998] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 18:09:08 PDT 2011


Darin Adler <darin at apple.com> has granted Alexey Proskuryakov <ap at webkit.org>'s
request for review:
Bug 62061: Input value sanitization for text fields is incorrect
https://bugs.webkit.org/show_bug.cgi?id=62061

Attachment 95998: proposed fix
https://bugs.webkit.org/attachment.cgi?id=95998&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=95998&action=review

> Source/WebCore/html/TextFieldInputType.cpp:189
> +static bool asciiLineBreakCharacters(UChar c)

The name should be something more like:

    isASCIILineBreak


More information about the webkit-reviews mailing list