[Webkit-unassigned] [Bug 118055] New: [GTK] [WK2] Check value of WEBKIT_INJECTED_BUNDLE_PATH
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 26 05:20:52 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118055
Summary: [GTK] [WK2] Check value of WEBKIT_INJECTED_BUNDLE_PATH
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Gtk
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: agarcia at igalia.com
If the WEBKIT_INJECTED_BUNDLE_PATH if exists, then the injected bundle
path is taken from there and the system directory is completely
ignored. This is a problem if the custom directory does not exist.
The MiniBrowser for example has WEBKIT_INJECTED_BUNDLE_PATH hardcoded
to $(top_builddir)/.libs. This means that it cannot be distributed
since it won't work outside the build tree (unless we manually
override that variable).
Although maybe being distributable is not the purpose of the
MiniBrowser, there's also no reason not to make it work if webkit is
properly installed in the system.
One solution is to fall back to the system directory if the other one
does not exist, which is also what we do with the web inspector in
WebInspectorProxyGtk.cpp.
--
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