[webkit-changes] [WebKit/WebKit] 84f430: Web Inspector: REGRESSION(?): Sources: issues appe...

Devin Rousso noreply at github.com
Wed May 17 10:17:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 84f430a9ebc4424ffb08d7efd7f1a345323fa440
      https://github.com/WebKit/WebKit/commit/84f430a9ebc4424ffb08d7efd7f1a345323fa440
  Author: Devin Rousso <hi at devinrousso.com>
  Date:   2023-05-17 (Wed, 17 May 2023)

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

  Log Message:
  -----------
  Web Inspector: REGRESSION(?): Sources: issues appear twice
https://bugs.webkit.org/show_bug.cgi?id=256501

Reviewed by Patrick Angle.

* Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.js:
(WI.SourcesNavigationSidebarPanel.prototype._handleDebuggerObjectDisplayLocationDidChange):
Don't add a `WI.TreeElement` for the debugger object if it didn't exist before as it might be in the process of being added to the `WI.TreeOutline` (i.e. reentrancy).

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




More information about the webkit-changes mailing list