Bug 67082

Summary: Need more mutation operations for StringBuilder
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: ap, darin, sullivan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66661    

Xianzhu Wang
Reported 2011-08-26 20:57:17 PDT
To match the functionalities of Vector<UChar>, we need add more mutation operations for StringBuilder: - mutable [] operator - non-const characters() - remove - prepend
Attachments
Darin Adler
Comment 1 2011-08-27 12:18:35 PDT
I’m not sure we should add all of these. In particular, we don’t want to add operations that can’t be implemented efficiently. We might instead want to change the Vector<UChar> call sites.
Note You need to log in before you can comment on or make changes to this bug.