WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
67083
Let StringBuilder::resize() allow growing
https://bugs.webkit.org/show_bug.cgi?id=67083
Summary
Let StringBuilder::resize() allow growing
Xianzhu Wang
Reported
2011-08-26 21:02:42 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug