[Webkit-unassigned] [Bug 21824] New: [GTK] FileSystem abstraction uses features from Glib 2.16

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 23:37:35 PDT 2008


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

           Summary: [GTK] FileSystem abstraction uses features from Glib
                    2.16
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zuh at iki.fi


The FileSystem abstraction for GTK+ port uses g_uri_(un)escape_string() to
escape file names on Linux, which are pretty new features introduced in Glib
2.16.

There's a wrapper and local copy of the implementation for
g_uri_escape_string(), but not for g_uri_unescape_string() breaking the build
for pre-2.16 Glib.


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