[Webkit-unassigned] [Bug 141333] REGRESSION(r179705): [GTK] The Web Inspector doesn't work after r179705

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 6 10:05:38 PST 2015


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

--- Comment #1 from Brian Burg <burg at cs.washington.edu> ---
The following code was moved out of the static PageGroup management code. It was re-added in a platform-specific way for PLATFORM(MAC), so maybe it has to be re-added to GTK/EFL when the PageGroup is constructed. (On Mac, Inspector now uses WKWebView which only takes the group identifier. So we first construct the view, then adjust prefs, then do the initial load.)

#ifndef NDEBUG
        // Allow developers to inspect the Web Inspector in debug builds without changing settings.
        pageGroup->preferences().setDeveloperExtrasEnabled(true);
        pageGroup->preferences().setLogsPageMessagesToSystemConsoleEnabled(true);
#endif

        pageGroup->preferences().setAllowFileAccessFromFileURLs(true);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150206/1462781c/attachment-0002.html>


More information about the webkit-unassigned mailing list