Bug 1527782 - Cleanup temporary parts of Feature Gates r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D20747
This commit is contained in:
@@ -169,10 +169,6 @@ var whitelist = [
|
||||
{file: "chrome://devtools/skin/images/aboutdebugging-firefox-release.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
|
||||
// It landed in bug 1490496, and we expect to start using it shortly.
|
||||
{file: "resource://gre/modules/kvstore.jsm"},
|
||||
|
||||
@@ -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]
|
||||
title = "Normandy: Remote Settings transport"
|
||||
description = """
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
toolkit.jar:
|
||||
% resource featuregates %res/featuregates/
|
||||
res/featuregates/FeatureGate.jsm (./FeatureGate.jsm)
|
||||
res/featuregates/FeatureGateImplementation.jsm (./FeatureGateImplementation.jsm)
|
||||
res/featuregates/feature_definitions.json (./feature_definitions.json)
|
||||
% resource featuregates %featuregates/
|
||||
featuregates/FeatureGate.jsm (./FeatureGate.jsm)
|
||||
featuregates/FeatureGateImplementation.jsm (./FeatureGateImplementation.jsm)
|
||||
featuregates/feature_definitions.json (./feature_definitions.json)
|
||||
|
||||
Reference in New Issue
Block a user