Bug 57838 - Switch from Vector<UChar> to StringBuilder in bindings/
Summary: Switch from Vector<UChar> to StringBuilder in bindings/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 06:15 PDT by Nikolas Zimmermann
Modified: 2011-04-05 06:40 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.43 KB, patch)
2011-04-05 06:20 PDT, Nikolas Zimmermann
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2011-04-05 06:15:01 PDT
As discussed in bug 56099, we should deploy StringBuilder usage in WebCore where possible.
This bug addresses Source/WebCore/bindings.
Comment 1 Nikolas Zimmermann 2011-04-05 06:20:19 PDT
Created attachment 88215 [details]
Patch
Comment 2 Andreas Kling 2011-04-05 06:35:27 PDT
Comment on attachment 88215 [details]
Patch

LGTM
Comment 3 Nikolas Zimmermann 2011-04-05 06:40:00 PDT
Landed in r82935.