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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 10 12:47:44 PDT 2009


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





------- Comment #4 from brettw at chromium.org  2009-04-10 12:47 PDT -------
The first time the behavior was "defined" was by me in a patch that Darin
adapted to remove DeprecatedString.

I did this because it was so confusing. Say I have a random URL in a WebCore
String which holds unicode characters. If I use the String constructor, it will
do the wrong thing. Instead I have to call KURL(KURL(), myString). It seems
like an accident waiting to happen and I can't see why the current behavior
would be desirable.


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