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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 10:10:55 PDT 2011


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


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #108318|review?                     |review-
               Flag|                            |




--- Comment #26 from Martin Robinson <mrobinson at webkit.org>  2011-09-22 10:10:55 PST ---
(From update of attachment 108318)
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?

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