Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 587317d08d979bcc1600f0e9860b51d1f132eeb5
https://github.com/WebKit/WebKit/commit/587317d08d979bcc1600f0e9860b51d1f132eeb5
Author: Devin Rousso <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js
Log Message:
-----------
Cherry-pick 306724@main (18398035e7a4).
https://bugs.webkit.org/show_bug.cgi?id=306868
Web Inspector: Remote Web Inspector broken after commit dd0d4ef9
https://bugs.webkit.org/show_bug.cgi?id=306868
Reviewed by Brandon Stewart.
Some platforms use Web Inspector remotely (i.e. not embedded as part of a
browser like Safari).
In those cases, `{Map,WeakMap}.prototype.{getOrInsert,getOrInsertComputed}`
may not be implemented/enabled yet.
For now, add polyfills to ensure that Web Inspector still works when used
remotely.
* Source/WebInspectorUI/UserInterface/Base/BrowserInspectorFrontendHost.js:
(getOrInsert): Added.
(getOrInsertComputed): Added.
Canonical link: https://commits.webkit.org/306724@main
Canonical link: https://commits.webkit.org/305877.66@webkitglib/2.52
Commit: 55ad34cf6345f27cd96ed73474636a4b70b73adb
https://github.com/WebKit/WebKit/commit/55ad34cf6345f27cd96ed73474636a4b70b73adb
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Source/WebKit/UIProcess/API/libwpe/TouchGestureController.cpp
Log Message:
-----------
Cherry-pick 307164@main (728bd1cb9570).
https://bugs.webkit.org/show_bug.cgi?id=307422
REGRESSION(263030@main): [WPE][libwpe] Click events over a certain
threshold no longer promoted to axis events
https://bugs.webkit.org/show_bug.cgi?id=307422
Reviewed by Carlos Garcia Campos.
* Source/WebKit/UIProcess/API/libwpe/TouchGestureController.cpp:
(WebKit::TouchGestureController::handleEvent): Move upo the
GesturedEvent::ContextMenu case to have the ::Click case right
before ::Axis one, thus restoring the fallthrough behaviour when
an event is promoted from ::Click to ::Axis.
Canonical link: https://commits.webkit.org/307164@main
Canonical link: https://commits.webkit.org/305877.67@webkitglib/2.52
Compare: https://github.com/WebKit/WebKit/compare/28b2ca6954dd...55ad34cf6345
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications