RESOLVED FIXED 253145
REGRESSION(254676@main): [GTK][WPE] Remote Web Inspector: the remote inspector(HTTP) does not work from any browsers
https://bugs.webkit.org/show_bug.cgi?id=253145
Summary REGRESSION(254676@main): [GTK][WPE] Remote Web Inspector: the remote inspecto...
Przemyslaw Gorszkowski
Reported 2023-03-01 03:02:00 PST
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)
Attachments
Przemyslaw Gorszkowski
Comment 1 2023-03-01 03:16:38 PST
EWS
Comment 2 2023-03-02 01:40:28 PST
Committed 261056@main (1506a7bfdb72): <https://commits.webkit.org/261056@main> Reviewed commits have been landed. Closing PR #10857 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-03-02 01:41:14 PST
Note You need to log in before you can comment on or make changes to this bug.