mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 08:13:35 +00:00
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:
parent
b968d57de2
commit
77ea573b38
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user