[Webkit-unassigned] [Bug 67083] New: Let StringBuilder::resize() allow growing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 26 21:02:42 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67083
Summary: Let StringBuilder::resize() allow growing
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
CC: darin at apple.com, ap at webkit.org, sullivan at chromium.org
For now StringBuilder::resize() only allow shrinking (or do nothing if the new size is the same as the current length). To match Vector<UChar>'s resize() we need to remove the constraint.
We could also add shrink() and grow() methods for more specific usages.
--
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