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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 05:09:34 PDT 2011


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

           Summary: Fix CSSPrimitiveValue::cssText() to use StringBuilder
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: voliver at inf.u-szeged.hu
                CC: darin at apple.com, zherczeg at webkit.org


Replace the string concatenation (+, +=, and Vector<Uchar> append()) to the much faster StringBuilder append().
http://www.mail-archive.com/webkit-dev@lists.webkit.org/msg16022.html

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