Title: [211976] trunk/Source/WebInspectorUI
Revision
211976
Author
[email protected]
Date
2017-02-09 12:12:14 -0800 (Thu, 09 Feb 2017)

Log 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 <[email protected]> on 2017-02-09
Reviewed by Matt Baker.

* UserInterface/Base/Main.js:
(WebInspector.updateDockedState):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (211975 => 211976)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-02-09 20:11:28 UTC (rev 211975)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-02-09 20:12:14 UTC (rev 211976)
@@ -1,5 +1,15 @@
 2017-02-09  Devin Rousso  <[email protected]>
 
+        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
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Base/Main.js:
+        (WebInspector.updateDockedState):
+
+2017-02-09  Devin Rousso  <[email protected]>
+
         Web Inspector: Option+hover on -webkit-transform in Styles sidebar underlines only half the property
         https://bugs.webkit.org/show_bug.cgi?id=167949
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (211975 => 211976)


--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2017-02-09 20:11:28 UTC (rev 211975)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2017-02-09 20:12:14 UTC (rev 211976)
@@ -765,6 +765,9 @@
     this._ignoreToolbarModeDidChangeEvents = false;
 
     this._updateDockNavigationItems();
+
+    if (!this.dockedConfigurationSupportsSplitContentBrowser() && this.isShowingSplitConsole())
+        this.hideSplitConsole();
 };
 
 WebInspector.updateVisibilityState = function(visible)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to