Bug 1140530 - Show the select frame dropdown by default in Browser Toolbox;r=ochameau

This commit is contained in:
Brian Grinstead 2015-03-09 11:39:30 -07:00
parent 74a4909431
commit 9251e6915e

View File

@ -55,6 +55,7 @@ function setPrefDefaults() {
Services.prefs.setBoolPref("browser.devedition.theme.showCustomizeButton", false);
Services.prefs.setBoolPref("devtools.inspector.showAllAnonymousContent", true);
Services.prefs.setBoolPref("browser.dom.window.dump.enabled", true);
Services.prefs.setBoolPref("devtools.command-button-frames.enabled", true);
}
window.addEventListener("load", function() {