diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-01 23:45:36 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:26:11 +0200 |
commit | 4acc0d58cb0fa989d609972493be363c105f2594 (patch) | |
tree | b0c4dfd608561041b83da74a1eba5739ab3931ec /toolkit/content/jar.mn | |
parent | a1c9dd468daa6d729c9d11416fb8a5c2dceb2c88 (diff) | |
download | UXP-4acc0d58cb0fa989d609972493be363c105f2594.tar UXP-4acc0d58cb0fa989d609972493be363c105f2594.tar.gz UXP-4acc0d58cb0fa989d609972493be363c105f2594.tar.lz UXP-4acc0d58cb0fa989d609972493be363c105f2594.tar.xz UXP-4acc0d58cb0fa989d609972493be363c105f2594.zip |
Issue #65 - Remove AppConstants from toolkit/content
Diffstat (limited to 'toolkit/content/jar.mn')
-rw-r--r-- | toolkit/content/jar.mn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index 5a940679b..96c559bb2 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -20,7 +20,7 @@ toolkit.jar: content/global/aboutNetworking.js content/global/aboutNetworking.xhtml #ifndef ANDROID - content/global/aboutProfiles.js +* content/global/aboutProfiles.js content/global/aboutProfiles.xhtml #endif content/global/aboutServiceWorkers.js @@ -32,18 +32,18 @@ toolkit.jar: #endif * content/global/aboutSupport.js * content/global/aboutSupport.xhtml - content/global/aboutTelemetry.js +* content/global/aboutTelemetry.js content/global/aboutTelemetry.xhtml content/global/aboutTelemetry.css content/global/directionDetector.html content/global/plugins.html content/global/plugins.css - content/global/browser-child.js +* content/global/browser-child.js content/global/browser-content.js * content/global/buildconfig.html - content/global/contentAreaUtils.js +* content/global/contentAreaUtils.js content/global/customizeToolbar.css - content/global/customizeToolbar.js +* content/global/customizeToolbar.js content/global/customizeToolbar.xul content/global/datepicker.xhtml content/global/editMenuOverlay.js @@ -52,7 +52,7 @@ toolkit.jar: * content/global/finddialog.xul content/global/findUtils.js content/global/filepicker.properties - content/global/globalOverlay.js +* content/global/globalOverlay.js content/global/mozilla.xhtml #ifdef MOZ_PHOENIX content/global/logopage.xhtml |