[Webkit-unassigned] [Bug 66661] New: Replace some usages of Vector<UChar> to StringBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 04:14:36 PDT 2011


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

           Summary: Replace some usages of Vector<UChar> to StringBuilder
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org


Many places using Vector<UChar> actually using it as StringBuilder to build a string. They should be changed to use StringBuilder to support 8-bit string buffers.

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