[Webkit-unassigned] [Bug 68235] [GTK][WK2] Initial implementation of WebInspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 11:59:33 PDT 2011


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





--- Comment #30 from Ravi Phaneendra Kasibhatla <ravi.kasibhatla at motorola.com>  2011-09-22 11:59:32 PST ---
(In reply to comment #26)
> (From update of attachment 108318 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=108318&action=review
> 
> > Tools/MiniBrowser/gtk/BrowserWindow.c:193
> > +    if (g_getenv("WEBKIT_ENABLE_WEB_INSPECTOR")) {
> > +        WKPageGroupRef groupRef = WKPageGetPageGroup(WKViewGetPage(window->webView));
> > +        WKPreferencesRef preferencesRef = WKPageGroupGetPreferences(groupRef);
> > +        WKPreferencesSetDeveloperExtrasEnabled(preferencesRef, true);
> > +    }
> 
> Why not just enable it always?
Done.

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