[Webkit-unassigned] [Bug 20039] New: Implement UString::adopt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 15 02:30:02 PDT 2008


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

           Summary: Implement UString::adopt
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: mrowe at apple.com


It is handy to be able to transfer ownership of a Vector<UChar> into a UString
without having to memcpy the contents of the vector.  This can be done with the
public API of UString, but it would be more convenient to have a
UString::adopt(Vector<UChar>&) method.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list