Changeset 246180 in webkit


Ignore:
Timestamp:
Jun 6, 2019 4:56:09 PM (5 years ago)
Author:
Devin Rousso
Message:

Web Inspector: Timelines: remove always disabled details sidebar navigation item
https://bugs.webkit.org/show_bug.cgi?id=198393

Reviewed by Timothy Hatcher.

  • UserInterface/Views/TimelineTabContentView.js:

(WI.TimelineTabContentView):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r246179 r246180  
     12019-06-06  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Timelines: remove always disabled details sidebar navigation item
     4        https://bugs.webkit.org/show_bug.cgi?id=198393
     5
     6        Reviewed by Timothy Hatcher.
     7
     8        * UserInterface/Views/TimelineTabContentView.js:
     9        (WI.TimelineTabContentView):
     10
    1112019-06-06  Devin Rousso  <drousso@apple.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Views/TimelineTabContentView.js

    r244933 r246180  
    2929    {
    3030        let tabBarItem = WI.GeneralTabBarItem.fromTabInfo(WI.TimelineTabContentView.tabInfo());
    31         let detailsSidebarPanelConstructors = [WI.ResourceDetailsSidebarPanel, WI.ProbeDetailsSidebarPanel];
    32 
    33         super(identifier || "timeline", "timeline", tabBarItem, null, detailsSidebarPanelConstructors);
     31        super(identifier || "timeline", "timeline", tabBarItem);
    3432
    3533        // Maintain an invisible tree outline containing tree elements for all recordings.
Note: See TracChangeset for help on using the changeset viewer.