[webkit-changes] [WebKit/WebKit] 8b6ec5: Web Inspector: fix display of Storage tab after 28...

Blaze Jayne noreply at github.com
Thu Feb 27 12:18:14 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8b6ec50afecada1222a6372d5c92e9f01d2556d8
      https://github.com/WebKit/WebKit/commit/8b6ec50afecada1222a6372d5c92e9f01d2556d8
  Author: BJ Burg <bburg at apple.com>
  Date:   2025-02-27 (Thu, 27 Feb 2025)

  Changed paths:
    M Source/WebInspectorUI/UserInterface/Views/StorageSidebarPanel.js

  Log Message:
  -----------
  Web Inspector: fix display of Storage tab after 289854 at main
https://bugs.webkit.org/show_bug.cgi?id=288544
<rdar://145231699>

Reviewed by Devin Rousso.

Restore pre-289854 at main behavior. This regression slipped through EWS due to it being a UI-only issue.

* Source/WebInspectorUI/UserInterface/Views/StorageSidebarPanel.js:
(WI.StorageSidebarPanel._treeSelectionDidChange):
While removing DatabaseHost, we mistakenly started early returning for StorageTreeElement,
which is what causes selection of the main content view of Storage tab. Don't early return.

Canonical link: https://commits.webkit.org/291243@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list