From f94aaeb4a299fece2eef50ee13951387c32e13ba Mon Sep 17 00:00:00 2001 From: Jared Wein Date: Wed, 17 Jun 2020 01:34:27 +0000 Subject: [PATCH] Bug 1644535 - Add section to about:preferences for Experimental Features. r=Gijs,fluent-reviewers Differential Revision: https://phabricator.services.mozilla.com/D79023 --- browser/app/profile/firefox.js | 2 +- .../preferences/experimental.inc.xhtml | 19 +++++++++++++++++++ .../components/preferences/experimental.js | 7 +++++++ browser/components/preferences/jar.mn | 1 + browser/components/preferences/preferences.js | 5 +++++ .../components/preferences/preferences.xhtml | 13 +++++++++++++ .../en-US/browser/preferences/preferences.ftl | 6 ++++++ .../shared/preferences/preferences.inc.css | 11 +++++++++++ 8 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 browser/components/preferences/experimental.inc.xhtml create mode 100644 browser/components/preferences/experimental.js diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 10b7a3e1cc74..3b55c632949e 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -739,7 +739,7 @@ pref("plugins.favorfallback.rules", "nosrc,video"); // Toggling Search bar on and off in about:preferences pref("browser.preferences.search", true); - +pref("browser.preferences.experimental", false); pref("browser.preferences.defaultPerformanceSettings.enabled", true); pref("browser.download.show_plugins_in_list", true); diff --git a/browser/components/preferences/experimental.inc.xhtml b/browser/components/preferences/experimental.inc.xhtml new file mode 100644 index 000000000000..f7862a8fdd92 --- /dev/null +++ b/browser/components/preferences/experimental.inc.xhtml @@ -0,0 +1,19 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + + +