Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 329adc7bd2301e81678ffa013b7040b3fdd0bb74
https://github.com/WebKit/WebKit/commit/329adc7bd2301e81678ffa013b7040b3fdd0bb74
Author: Razvan Caliman <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.js
Log Message:
-----------
Web Inspector: Remove obsolete
WI.NavigationSidebarPanel.suppressFilteringOnTreeElements
https://bugs.webkit.org/show_bug.cgi?id=307574
rdar://170160245
Reviewed by Brandon Stewart.
The method was introduced in https://commits.webkit.org/170154@main
and used to prevent hiding some tree outlines in the Debugger tab (now Sources
Tab).
The method is no longer used. Tree outline are explicitly marked as
non-filterable by applying
the `WI.NavigationSidebarPanel.SuppressFilteringSymbol` at creation time in
`WI.NavigationSidebarPanel.prototype.createContentTreeOutline()`.
There's no use case where this status needs to change during runtime. The
unused method can be removed.
* Source/WebInspectorUI/UserInterface/Views/NavigationSidebarPanel.js:
(WI.NavigationSidebarPanel.prototype.suppressFilteringOnTreeElements): Deleted.
Canonical link: https://commits.webkit.org/307296@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications