[Webkit-unassigned] [Bug 33873] [qt] Make KURL to QUrl conversion faster

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


https://bugs.webkit.org/show_bug.cgi?id=33873


Holger Freyther <zecke at selfish.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46960|                            |review?
               Flag|                            |




--- Comment #1 from Holger Freyther <zecke at selfish.org>  2010-01-19 16:43:14 PST ---
Created an attachment (id=46960)
 --> (https://bugs.webkit.org/attachment.cgi?id=46960)
Use QString::toUtf8 instead of WebCore::TextCodec

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list