[webkit-reviews] review requested: [Bug 66851] Fix CSSPrimitiveValue::cssText() to use StringBuilder : [Attachment 121666] Correcting v2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 9 07:00:27 PST 2012
Szilard Ledan <Ledan-Muntean.Szilard at stud.u-szeged.hu> has asked for review:
Bug 66851: Fix CSSPrimitiveValue::cssText() to use StringBuilder
https://bugs.webkit.org/show_bug.cgi?id=66851
Attachment 121666: Correcting v2
https://bugs.webkit.org/attachment.cgi?id=121666&action=review
------- Additional Comments from Szilard Ledan
<Ledan-Muntean.Szilard at stud.u-szeged.hu>
Added a new class: NumericFormatting.h/cpp. The StringBuilder::append(double)
uses it.
Modified CSSPrimitiveValue::customCssText() to use StringBuilder instead of
string.
More information about the webkit-reviews
mailing list