[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 09:43:59 PDT 2012


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





--- Comment #22 from Anton Obzhirov <a.obzhirov at samsung.com>  2012-09-11 09:44:21 PST ---
(In reply to comment #20)
> (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.
Yes, you are right. Just checked myself. Will change it.

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