[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:49:38 PST 2010


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





--- Comment #2 from Holger Freyther <zecke at selfish.org>  2010-01-19 16:49:38 PST ---
Another way to make the KURL to QUrl conversion faster is to avoid going to a
QByteArray and using QUrl::fromEncoded all together. We would have to call
setPath, setHost, setUser, setPassword and see if that is any faster.

-- 
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