[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 20:51:37 PDT 2011


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





--- Comment #18 from Kent Tamura <tkent at chromium.org>  2011-07-27 20:51:36 PST ---
(In reply to comment #17)
> >  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.

ok, let's address this slowdown issue in Bug 65300.

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