Changeset 211976 in webkit


Ignore:
Timestamp:
Feb 9, 2017 12:12:14 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: changing dock side from windowed to bottom should cause split console to collapse on Timeline and Network tabs
https://bugs.webkit.org/show_bug.cgi?id=167841

Patch by Devin Rousso <Devin Rousso> on 2017-02-09
Reviewed by Matt Baker.

  • UserInterface/Base/Main.js:

(WebInspector.updateDockedState):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r211973 r211976  
     12017-02-09  Devin Rousso  <dcrousso+webkit@gmail.com>
     2
     3        Web Inspector: changing dock side from windowed to bottom should cause split console to collapse on Timeline and Network tabs
     4        https://bugs.webkit.org/show_bug.cgi?id=167841
     5
     6        Reviewed by Matt Baker.
     7
     8        * UserInterface/Base/Main.js:
     9        (WebInspector.updateDockedState):
     10
    1112017-02-09  Devin Rousso  <dcrousso+webkit@gmail.com>
    212
  • trunk/Source/WebInspectorUI/UserInterface/Base/Main.js

    r211608 r211976  
    766766
    767767    this._updateDockNavigationItems();
     768
     769    if (!this.dockedConfigurationSupportsSplitContentBrowser() && this.isShowingSplitConsole())
     770        this.hideSplitConsole();
    768771};
    769772
Note: See TracChangeset for help on using the changeset viewer.