Backed out changeset 0658fbb91e05 (bug 1499483) for devtools chrome failure at devtools/client/inspector/test/browser_inspector_sidebarstate.js on a CLOSED TREE

--HG--
extra : amend_source : 6a43821d9f34fe08838256a3621a4cdbe9beeb94
This commit is contained in:
Daniel Varga 2018-10-18 01:58:17 +03:00
parent b968d57de2
commit 77ea573b38
2 changed files with 2 additions and 2 deletions

View File

@ -876,7 +876,7 @@ Inspector.prototype = {
let defaultTab = Services.prefs.getCharPref("devtools.inspector.activeSidebar");
if (this.is3PaneModeEnabled && defaultTab === "ruleview") {
defaultTab = "layoutview";
defaultTab = "computedview";
}
// Append all side panels

View File

@ -33,7 +33,7 @@ pref("devtools.command-button-noautohide.enabled", false);
// Enable the Inspector
pref("devtools.inspector.enabled", true);
// What was the last active sidebar in the inspector
pref("devtools.inspector.activeSidebar", "layoutview");
pref("devtools.inspector.activeSidebar", "ruleview");
pref("devtools.inspector.remote", false);
// Enable the 3 pane mode in the inspector