[Webkit-unassigned] [Bug 55987] input type=email and multiple is not compliant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 27 22:44:53 PDT 2011


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





--- Comment #16 from Kentaro Hara <haraken at google.com>  2011-06-27 22:44:53 PST ---
(From update of attachment 98855)
View in context: https://bugs.webkit.org/attachment.cgi?id=98855&action=review

>> Source/WebCore/html/EmailInputType.h:49
>> +    virtual String sanitizeValue(const String& proposedValue);
> 
> No need to write the argument name.

Done.

>> Source/WebCore/html/parser/HTMLParserIdioms.cpp:72
>> +    return builder.toString();
> 
> - You can avoid to build StringBuilder if the input string has no line breaks.
> - You had better call builder.reserveCapacity(length).

Done.

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