From 36f15dbc57096ff29d24bf76ee503c0292520b7c Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 12 Sep 2025 21:22:28 +0900 Subject: Update to 140.2.0-1. The settings patches needed adjusting because of changes introduced in . * makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM. Update patching for moved files on no longer existing patterns. Do not set MOZ_APP_VENDOR/MOZ_APP_UA_NAME/MOZ_APP_PROFILE, as confvars, which now fails the build. Delete obsolete variables, or those already set to the correct value in browser/moz.configure. Do not patch (and break) translation data. * data/patches/icecat-preferences.patch: Adjust for changes. * data/patches/hide-firefox-view-button.patch: Update patch. * data/patches/hide-submit-feedback-menu-item.patch: Likewise. * data/patches/icecat-about-dialog.patch: Likewise. * data/patches/moz-configure-changes.patch: Likewise. Set MOZILLA_OFFICIAL to False by default, which disables telemetry. * tools/process-json-files.py (SearchConfig) (SearchConfigOverrides): Delete classes. (processors): De-register them. * data/patches/fix-install.patch: New file. --- data/patches/icecat-about-dialog.patch | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) (limited to 'data/patches/icecat-about-dialog.patch') diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch index c7e77b0..87dc835 100644 --- a/data/patches/icecat-about-dialog.patch +++ b/data/patches/icecat-about-dialog.patch @@ -1,16 +1,16 @@ ---- a/browser/base/content/aboutDialog.xhtml -+++ b/browser/base/content/aboutDialog.xhtml -@@ -148,7 +148,6 @@ +--- a/browser/base/content/aboutDialog.xhtml 2025-08-26 21:23:08.866394736 +0900 ++++ b/browser/base/content/aboutDialog.xhtml 2025-08-26 21:23:19.986408921 +0900 +@@ -139,7 +139,6 @@ ---- a/browser/base/content/aboutDialog.css -+++ b/browser/base/content/aboutDialog.css -@@ -38,10 +38,9 @@ +--- a/browser/base/content/aboutDialog.css 2025-08-26 21:26:43.618669160 +0900 ++++ b/browser/base/content/aboutDialog.css 2025-08-26 21:31:54.207067616 +0900 +@@ -32,10 +32,9 @@ #rightBox { background-image: url("chrome://branding/content/about-wordmark.svg"); background-repeat: no-repeat; @@ -19,6 +19,9 @@ padding-top: 38px; - margin-top: 20px; + margin-top: 60px; - } - + /* We don't want this box to contribute arbitrarily to the intrinsic size of + * the dialog, so set the width to a reasonable size, but let it flex to take + * all available space. */ +--- a/browser/base/content/aboutDialog.css ++++ b/browser/base/content/aboutDialog.css #rightBox:-moz-locale-dir(rtl) { -- cgit v1.2.3