[Webkit-unassigned] [Bug 253145] New: [GTK][WPE] Remote Web Inspector: the remote inspector(HTTP) does not work from any browsers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 1 03:02:00 PST 2023


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

            Bug ID: 253145
           Summary: [GTK][WPE] Remote Web Inspector: the remote
                    inspector(HTTP) does not work from any browsers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pgorszkowski at igalia.com
                CC: inspector-bugzilla-changes at group.apple.com

If I try to connect to webkit(gtk/wpe) from any browser(chrome, ff, webkitgtk-minibrowser) it display empty site. By inspect inspector site there is error:

typeerror: InspectorFrontendHost.engineeringSettingsAllowed is not a function. (In 'InspectorFrontendHost.engineeringSettingsAllowed()', 'InspectorFrontendHost.engineeringSettingsAllowed' is undefined)

It is a regression after https://github.com/WebKit/WebKit/commit/2326b1146886546de0d44f6aa85415b2e1257b8a

The missing function has to be added to: Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js to fix this error.

Reproduction step:
1. open any site via minibrowser:
WEBKIT_INSPECTOR_HTTP_SERVER="127.0.0.1:9225" Tools/Scripts/run-minibrowser --gtk --release http://www.igalia.com
2. try to connect to is via remote inspector(firefox, chrome, minibrowser)
Tools/Scripts/run-minibrowser --gtk --release http://127.0.0.1:9225

Inspector site is empty and there is error in inspector:
typeerror: InspectorFrontendHost.engineeringSettingsAllowed is not a function. (In 'InspectorFrontendHost.engineeringSettingsAllowed()', 'InspectorFrontendHost.engineeringSettingsAllowed' is undefined)

-- 
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/20230301/70ae94d2/attachment.htm>


More information about the webkit-unassigned mailing list