From 44cc3077eba6632cd9c76f5bdd3ccd6b7c9c98d1 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Fri, 30 Aug 2019 19:38:52 +0000 Subject: [PATCH] Bug 1577768 - add toggle.svg to whitelist of referenced files for non-central repositories. r=mstriemer It got added in bug 1533863 for the new about:config page (bug 1493439) which is currently on enabled in Nightly (bug 1532703). Differential Revision: https://phabricator.services.mozilla.com/D44192 --HG-- extra : moz-landing-system : lando --- .../base/content/test/static/browser_all_files_referenced.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/browser/base/content/test/static/browser_all_files_referenced.js b/browser/base/content/test/static/browser_all_files_referenced.js index fae4232d91ac..3fff43b69949 100644 --- a/browser/base/content/test/static/browser_all_files_referenced.js +++ b/browser/base/content/test/static/browser_all_files_referenced.js @@ -279,6 +279,11 @@ if (!isDevtools) { } } +if (!AppConstants.NIGHTLY_BUILD) { + // Bug 1532703 - only used in HTML-based about:config + whitelist.add("chrome://browser/skin/toggle.svg"); +} + if (AppConstants.MOZ_CODE_COVERAGE) { whitelist.add("chrome://marionette/content/PerTestCoverageUtils.jsm"); }