[Webkit-unassigned] [Bug 66851] Fix CSSPrimitiveValue::cssText() to use StringBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 06:20:48 PDT 2011


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


Oliver Varga <voliver at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #112126|0                           |1
        is obsolete|                            |
 Attachment #113473|                            |review?, commit-queue?
               Flag|                            |




--- Comment #33 from Oliver Varga <voliver at inf.u-szeged.hu>  2011-11-03 06:20:48 PST ---
Created an attachment (id=113473)
 --> (https://bugs.webkit.org/attachment.cgi?id=113473&action=review)
Correcting

I made the previous requests:
 * I corrected the indentation, and rename some variables and functions.
The next step, I will do shortly:
 * I am going to create a new cpp and header file what name is NumericFormatting.h/cpp.
 * It will includes low level numeric formatting functions, that allows higher level classes like String and StringBuilder to use them
   efficiently, so the StringBuilder::append(double) would call the NumericFormatting::doubleToAsciiUsedByDtoa.

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