[Webkit-unassigned] [Bug 17105] Not all of KURL's constructors handle IDN.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 10:34:46 PDT 2009


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





------- Comment #9 from brettw at chromium.org  2009-04-13 10:34 PDT -------
The biggest user of space in KURL is that it stores the ASCII string in UTF-16.
The Google version of KURL stores the canonical string in 8-bit (since this is
what the canonicalization library wants), but there are so many requests for
the string out of it (which is then often used to create another KURL later),
that we have to keep a cache, making the object larger in practice. If
everybody used some common string type or KURL directly, this could be replaced
and the object would be much smaller.


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



More information about the webkit-unassigned mailing list