Branch: refs/heads/webkitglib/2.54
Home: https://github.com/WebKit/WebKit
Commit: 83405fadf14b9cf38b347e265bb59da66089dbe3
https://github.com/WebKit/WebKit/commit/83405fadf14b9cf38b347e265bb59da66089dbe3
Author: Devin Rousso <[email protected]>
Date: 2026-09-17 (Thu, 17 Sep 2026)
Changed paths:
M Source/WebCore/inspector/InspectorOverlay.cpp
M Source/WebCore/inspector/InspectorOverlay.h
Log Message:
-----------
Cherry-pick 321169@main (5b0d6e4cb703).
https://bugs.webkit.org/show_bug.cgi?id=323977
[GTK] Web Inspector: avoid hiding an already hidden overlay
https://bugs.webkit.org/show_bug.cgi?id=323977
Reviewed by Carlos Alberto Lopez Perez.
Style recalculation updates the Inspector overlay even when nothing is
highlighted.
Requesting another hide dirties the entire page when accelerated
compositing is disabled.
* Source/WebCore/inspector/InspectorOverlay.h:
* Source/WebCore/inspector/InspectorOverlay.cpp:
(WebCore::InspectorOverlay::update):
Track the overlay's visibility so hidden updates do not try to hide again.
Canonical link: https://commits.webkit.org/321169@main
Canonical link: https://commits.webkit.org/317695.331@webkitglib/2.54
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications