From 19ada84adb0bccaa99c78f63f655fb7ecfa1a827 Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Fri, 14 Feb 2014 13:51:33 -0500 Subject: [PATCH] Bug 971626 - [Australis] Restore Defaults should collapse Title Bar. r=Gijs --- browser/app/profile/firefox.js | 3 + .../content/customizeMode.inc.xul | 2 +- .../customizableui/src/CustomizableUI.jsm | 46 ++++++++++--- .../customizableui/src/CustomizeMode.jsm | 6 +- .../browser_970511_undo_restore_default.js | 68 +++++++++++++++---- 5 files changed, 99 insertions(+), 26 deletions(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 92acb511009..660be4819e5 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1360,6 +1360,9 @@ pref("network.disable.ipc.security", true); // CustomizableUI debug logging. pref("browser.uiCustomization.debug", false); +// CustomizableUI state of the browser's user interface +pref("browser.uiCustomization.state", ""); + // The URL where remote content that composes the UI for Firefox Accounts should // be fetched. Must use HTTPS. pref("identity.fxaccounts.remote.uri", "https://accounts.firefox.com/?service=sync&context=fx_desktop_v1"); diff --git a/browser/components/customizableui/content/customizeMode.inc.xul b/browser/components/customizableui/content/customizeMode.inc.xul index b2f48c6928e..69ea1c65666 100644 --- a/browser/components/customizableui/content/customizeMode.inc.xul +++ b/browser/components/customizableui/content/customizeMode.inc.xul @@ -30,7 +30,7 @@ -