[webkit-reviews] review requested: [Bug 33873] [qt] Make KURL to QUrl conversion faster : [Attachment 46960] Use QString::toUtf8 instead of WebCore::TextCodec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 16:43:14 PST 2010


Holger Freyther <zecke at selfish.org> has asked  for review:
Bug 33873: [qt] Make KURL to QUrl conversion faster
https://bugs.webkit.org/show_bug.cgi?id=33873

Attachment 46960: Use QString::toUtf8 instead of WebCore::TextCodec
https://bugs.webkit.org/attachment.cgi?id=46960&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>
Adopt the WebCore::String in a QString and use the Qt QString::toUtf8 method
instead of going through WebCore::TextCodec -> QTextCodec and copying the
buffer around.


More information about the webkit-reviews mailing list