[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
Sun Oct 31 19:10:10 PDT 2010


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





--- Comment #13 from Kent Tamura <tkent at chromium.org>  2010-10-31 19:10:09 PST ---
(From update of attachment 72456)
View in context: https://bugs.webkit.org/attachment.cgi?id=72456&action=review

> WebCore/html/NumberInputType.cpp:132
>      // Accepts erros in lower fractional part which IEEE 754 single-precision

The comment should be moved to NumberInputType::acceptableError().

> WebCore/html/parser/HTMLParserIdioms.cpp:71
> +    static const unsigned NumberToStringBufferLength = 96;

Why don't you use NumberToStringBuffer and NumberToStringBufferLength in dtoa.h?

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