forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NixOS#269244 from mweinelt/firefox-121.0b2
firefox-{beta,devedition}-unwrapped: 120.0b9 -> 121.0b3
- Loading branch information
Showing
4 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
pkgs/applications/networking/browsers/firefox/no-buildconfig-ffx121.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp | ||
index cfbc39527b02..9327631a79c5 100644 | ||
--- a/docshell/base/nsAboutRedirector.cpp | ||
+++ b/docshell/base/nsAboutRedirector.cpp | ||
@@ -88,9 +88,6 @@ static const RedirEntry kRedirMap[] = { | ||
{"about", "chrome://global/content/aboutAbout.html", 0}, | ||
{"addons", "chrome://mozapps/content/extensions/aboutaddons.html", | ||
nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::IS_SECURE_CHROME_UI}, | ||
- {"buildconfig", "chrome://global/content/buildconfig.html", | ||
- nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | | ||
- nsIAboutModule::IS_SECURE_CHROME_UI}, | ||
{"checkerboard", "chrome://global/content/aboutCheckerboard.html", | ||
nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT | | ||
nsIAboutModule::ALLOW_SCRIPT}, | ||
diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn | ||
index ed7c2ad3fc30..ff54456a6582 100644 | ||
--- a/toolkit/content/jar.mn | ||
+++ b/toolkit/content/jar.mn | ||
@@ -41,8 +41,6 @@ toolkit.jar: | ||
content/global/aboutUrlClassifier.js | ||
content/global/aboutUrlClassifier.xhtml | ||
content/global/aboutUrlClassifier.css | ||
-* content/global/buildconfig.html | ||
- content/global/buildconfig.css | ||
content/global/contentAreaUtils.js | ||
content/global/datepicker.xhtml | ||
#ifndef MOZ_FENNEC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters