[Webkit-unassigned] [Bug 48308] Too precise serialization from floating point number to string for "number" input elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 16:27:15 PST 2010


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





--- Comment #36 from Kent Tamura <tkent at chromium.org>  2010-11-08 16:27:14 PST ---
(From update of attachment 72908)
View in context: https://bugs.webkit.org/attachment.cgi?id=72908&action=review

> WebCore/ChangeLog:10
> +        * html/HTMLInputElement.cpp:

Please add what you changed for each of files/functions as possible.

> WebCore/html/parser/HTMLParserIdioms.cpp:130
> +        switch (digit = string[cursor]) {

Can't we use String::toInt()?  If not, please add the reason as a code comment or ChangeLog.

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