Bug 307574
| Summary: | Web Inspector: Remove obsolete WI.NavigationSidebarPanel.suppressFilteringOnTreeElements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Razvan Caliman <rcaliman> |
| Component: | Web Inspector | Assignee: | Razvan Caliman <rcaliman> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Razvan Caliman
The method was introduced in https://bugs.webkit.org/show_bug.cgi?id=151066 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 method can be removed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170160245>
Razvan Caliman
Pull request: https://github.com/WebKit/WebKit/pull/58422
EWS
Committed 307296@main (329adc7bd230): <https://commits.webkit.org/307296@main>
Reviewed commits have been landed. Closing PR #58422 and removing active labels.