[Webkit-unassigned] [Bug 57746] HTMLOptionElement::text incorrectly normalize U+3000 to U+0020.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 27 12:13:32 PDT 2011


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





--- Comment #17 from Darin Adler <darin at apple.com>  2011-07-27 12:13:31 PST ---
(From update of attachment 102127)
View in context: https://bugs.webkit.org/attachment.cgi?id=102127&action=review

> Source/JavaScriptCore/wtf/text/StringImpl.cpp:319
>  PassRefPtr<StringImpl> StringImpl::stripWhiteSpace()
>  {
> +    return stripWhiteSpace(isSpaceOrNewline);
> +}

I think it will be a significant slowdown to call a function for every character, so I think this is not a good change for existing callers of this function.

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