[webkit-changes] [WebKit/WebKit] 976f1e: Cherry-pick 261056 at main (1506a7bfdb72). https://bu...
Przemyslaw Gorszkowski
noreply at github.com
Mon Mar 13 06:26:51 PDT 2023
Branch: refs/heads/webkitglib/2.38
Home: https://github.com/WebKit/WebKit
Commit: 976f1e82937b4f6f6c8cf8f2df12578edb0ecf25
https://github.com/WebKit/WebKit/commit/976f1e82937b4f6f6c8cf8f2df12578edb0ecf25
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js
Log Message:
-----------
Cherry-pick 261056 at main (1506a7bfdb72). https://bugs.webkit.org/show_bug.cgi?id=253145
[GTK][WPE] Remote Web Inspector: the remote inspector(HTTP) does not work from any browsers
https://bugs.webkit.org/show_bug.cgi?id=253145
Reviewed by Carlos Garcia Campos.
Add missing function: engineeringSettingsAllowed to BrowserInspectorFrontendHost.
It solves a regression from: https://github.com/WebKit/WebKit/commit/2326b1146886546de0d44f6aa85415b2e1257b8a
* Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js:
(window.InspectorFrontendHost.WI.BrowserInspectorFrontendHost.prototype.engineeringSettingsAllowed):
Canonical link: https://commits.webkit.org/261056@main
Commit: d8f039b49a0ddaa6d533d36fc3a0fa6c3691b420
https://github.com/WebKit/WebKit/commit/d8f039b49a0ddaa6d533d36fc3a0fa6c3691b420
Author: Przemyslaw Gorszkowski <pgorszkowski at igalia.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js
Log Message:
-----------
Cherry-pick 261425 at main (b1ff4ea8b212). https://bugs.webkit.org/show_bug.cgi?id=253428
[GTK][WPE] Remote Web Inspector: context menu does not work
https://bugs.webkit.org/show_bug.cgi?id=253428
Reviewed by Tim Nguyen.
Context menu does not work in remote web inspector due to the error:
'typeerror: Cannot call a class constructor without |new|'.
This fix adds missing 'new' when SoftContextMenu class is created.
* Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js:
(window.InspectorFrontendHost.WI.BrowserInspectorFrontendHost.prototype.showContextMenu):
Canonical link: https://commits.webkit.org/261425@main
Compare: https://github.com/WebKit/WebKit/compare/dc579ca3cb10...d8f039b49a0d
More information about the webkit-changes
mailing list