Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cd6fa76b38f1acc5826b31dfd07ca910035ac7a8
https://github.com/WebKit/WebKit/commit/cd6fa76b38f1acc5826b31dfd07ca910035ac7a8
Author: Devin Rousso <[email protected]>
Date: 2026-02-02 (Mon, 02 Feb 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.js
M Source/WebInspectorUI/UserInterface/Views/TreeElement.js
M Source/WebInspectorUI/UserInterface/Views/TreeOutline.js
Log Message:
-----------
Web Inspector: virtualized `WI.TreeOutline` shows nothing when filters are
active
https://bugs.webkit.org/show_bug.cgi?id=306587
Reviewed by BJ Burg.
None of the callsites that provide `ignoreHidden` probably actually want to
ignore `hidden`, especially when trying to check if `revealed`.
Put another way, it cannot be `revealed` if it is `hidden`.
* Source/WebInspectorUI/UserInterface/Views/TreeElement.js:
(WI.TreeElement.prototype.get revealed): Renamed from `revealed` to match
`WI.DataGridNode`.
(WI.TreeElement.prototype.traverseNextTreeElement.shouldSkip):
(WI.TreeElement.prototype.traversePreviousTreeElement.shouldSkip):
* Source/WebInspectorUI/UserInterface/Views/TreeOutline.js:
(WI.TreeOutline.prototype._treeKeyDown):
(WI.TreeOutline.prototype.get revealed): Renamed from `revealed` to match
`WI.DataGridNode`.
(WI.TreeOutline.prototype._updateVirtualizedElements):
* Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.js:
(WI.SourceNavigationSidebarPanel.prototype.handleCopyEvent):
Canonical link: https://commits.webkit.org/306680@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications