RESOLVED FIXED 44232
[Qt] Avoid unnecessary string copy in TextCodecQt::decode()
https://bugs.webkit.org/show_bug.cgi?id=44232
Summary [Qt] Avoid unnecessary string copy in TextCodecQt::decode()
Andreas Kling
Reported 2010-08-19 00:39:30 PDT
The string returned by QTextCodec::toUnicode() is unnecessarily copied before it's appended to the return value.
Attachments
Proposed patch (1.24 KB, patch)
2010-08-19 00:41 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2010-08-19 00:41:52 PDT
Created attachment 64815 [details] Proposed patch
Andreas Kling
Comment 2 2010-08-19 01:16:10 PDT
Comment on attachment 64815 [details] Proposed patch Clearing flags on attachment: 64815 Committed r65659: <http://trac.webkit.org/changeset/65659>
Andreas Kling
Comment 3 2010-08-19 01:16:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.