[Webkit-unassigned] [Bug 23761] New: Use two-arg KURL constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 08:50:44 PST 2009


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

           Summary: Use two-arg KURL constructor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


We use the one arg KURL constructor all over WebKit/GTK, but:

- It does not pretend to deal with encodings, so it would fail if we pass
anything different than ASCII I think (oops?)
- The single-argument KURL ctors expect their input to already be the output of
a previous KURL::parse call, so for the general case (ie, random user input) we
need to use the two-arg ctor anyway.


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