[Webkit-unassigned] [Bug 88094] Web Inspector: Add a WebInspectorServer on Linux using the GSocket API for the GTK port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 11 08:36:43 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88094
--- Comment #20 from Carlos Garcia Campos <cgarcia at igalia.com> 2012-09-11 08:37:06 PST ---
(In reply to comment #18)
> >> Source/WebKit2/UIProcess/gtk/WebContextGtk.cpp:66
> >> + initialized = WebInspectorServer::shared().listen(bindAddress, port);
> >
> > Do we want this even if the env variable is not present?
>
> I think so. It will be bound to 127.0.0.1 by default. It basically copies QT port behavior here.
hmm, in Source/WebKit2/UIProcess/qt/QtWebContext.cpp, function initInspectorServer() there's
QString inspectorEnv = QString::fromUtf8(qgetenv("QTWEBKIT_INSPECTOR_SERVER"));
if (!inspectorEnv.isEmpty()) {
}
So if the env var si not present it does nothing.
--
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