38 lines
1.9 KiB
Diff
38 lines
1.9 KiB
Diff
Remove about:buildconfig. If used as-is, it would add unnecessary runtime dependencies.
|
|
diff -ru -x '*~' a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp
|
|
--- a/docshell/base/nsAboutRedirector.cpp
|
|
+++ b/docshell/base/nsAboutRedirector.cpp
|
|
@@ -63,8 +63,6 @@
|
|
{"about", "chrome://global/content/aboutAbout.html", 0},
|
|
{"addons", "chrome://mozapps/content/extensions/extensions.xhtml",
|
|
nsIAboutModule::ALLOW_SCRIPT},
|
|
- {"buildconfig", "chrome://global/content/buildconfig.html",
|
|
- nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT},
|
|
{"checkerboard", "chrome://global/content/aboutCheckerboard.html",
|
|
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
|
|
nsIAboutModule::ALLOW_SCRIPT},
|
|
diff -ru -x '*~' a/toolkit/content/jar.mn b/toolkit/content/jar.mn
|
|
--- a/toolkit/content/jar.mn
|
|
+++ b/toolkit/content/jar.mn
|
|
@@ -35,7 +35,6 @@
|
|
content/global/plugins.js
|
|
content/global/browser-child.js
|
|
content/global/browser-content.js
|
|
-* content/global/buildconfig.html
|
|
content/global/buildconfig.css
|
|
content/global/contentAreaUtils.js
|
|
content/global/datepicker.xhtml
|
|
diff -ru -x '*~' a/comm/mail/base/jar.mn b/comm/mail/base/jar.mn
|
|
--- a/comm/mail/base/jar.mn
|
|
+++ b/comm/mail/base/jar.mn
|
|
@@ -119,9 +119,7 @@
|
|
% override chrome://mozapps/content/profile/profileDowngrade.js chrome://messenger/content/profileDowngrade.js
|
|
% override chrome://mozapps/content/profile/profileDowngrade.xhtml chrome://messenger/content/profileDowngrade.xhtml
|
|
|
|
-* content/messenger/buildconfig.html (content/buildconfig.html)
|
|
content/messenger/buildconfig.css (content/buildconfig.css)
|
|
-% override chrome://global/content/buildconfig.html chrome://messenger/content/buildconfig.html
|
|
% override chrome://global/content/buildconfig.css chrome://messenger/content/buildconfig.css
|
|
|
|
# L10n resources and overrides.
|