Bug 1527782 - Cleanup temporary parts of Feature Gates r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D20747
This commit is contained in:
Michael Cooper
2019-03-01 18:27:36 +00:00
parent 5e910d9092
commit 600184077f
3 changed files with 4 additions and 18 deletions

View File

@@ -169,10 +169,6 @@ var whitelist = [
{file: "chrome://devtools/skin/images/aboutdebugging-firefox-release.svg", {file: "chrome://devtools/skin/images/aboutdebugging-firefox-release.svg",
isFromDevTools: true}, isFromDevTools: true},
{file: "chrome://devtools/skin/images/next.svg", isFromDevTools: true}, {file: "chrome://devtools/skin/images/next.svg", isFromDevTools: true},
// Feature gates are available but not used yet - Bug 1479127
{file: "resource://gre-resources/featuregates/FeatureGate.jsm"},
{file: "resource://gre-resources/featuregates/FeatureGateImplementation.jsm"},
{file: "resource://gre-resources/featuregates/feature_definitions.json"},
// kvstore.jsm wraps the API in nsIKeyValue.idl in a more ergonomic API // kvstore.jsm wraps the API in nsIKeyValue.idl in a more ergonomic API
// It landed in bug 1490496, and we expect to start using it shortly. // It landed in bug 1490496, and we expect to start using it shortly.
{file: "resource://gre/modules/kvstore.jsm"}, {file: "resource://gre/modules/kvstore.jsm"},

View File

@@ -1,13 +1,3 @@
[demo-feature]
title = "Demo Feature"
description = "A no-op feature to demo the feature gate system."
restart-required = false
preference = "foo.bar.baz"
type = "boolean"
bug-numbers = [1479127]
is-public = true
default-value = false
[normandy-remote-settings] [normandy-remote-settings]
title = "Normandy: Remote Settings transport" title = "Normandy: Remote Settings transport"
description = """ description = """

View File

@@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
toolkit.jar: toolkit.jar:
% resource featuregates %res/featuregates/ % resource featuregates %featuregates/
res/featuregates/FeatureGate.jsm (./FeatureGate.jsm) featuregates/FeatureGate.jsm (./FeatureGate.jsm)
res/featuregates/FeatureGateImplementation.jsm (./FeatureGateImplementation.jsm) featuregates/FeatureGateImplementation.jsm (./FeatureGateImplementation.jsm)
res/featuregates/feature_definitions.json (./feature_definitions.json) featuregates/feature_definitions.json (./feature_definitions.json)