[Webkit-unassigned] [Bug 57968] [GTK] Need a way to get the path for a WebKitWebPlugin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 16:27:13 PDT 2011


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





--- Comment #5 from Gustavo Noronha (kov) <gns at gnome.org>  2011-04-06 16:27:13 PST ---
(In reply to comment #4)
> > Source/WebKit/gtk/webkit/webkitwebplugin.cpp:192
> > +    if (!priv->path.length())
> > +        priv->path = priv->corePlugin->path().utf8();
> > +
> > +    return priv->path.data();
> 
> I think this should return the path in the filesystem encoding. For instance, g_fopen takes filenames in the system encoding. Either way the documentation should be clear about what encoding is returned.

Well-thought! Do you guys agree to having this as part of 1.4.0? If so I'll address these comments and land it with Since: 1.4.0, and get it merged =)

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