From 7286181cbff5c4b98ed9246366a85ae1fbc8f54d Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 17 Jun 2025 12:23:06 -0400 Subject: Update to 128.12.0-1. * data/patches/CVE-2024-11692.patch, data/patches/CVE-2024-11693.patch, data/patches/CVE-2024-11697.patch: Remove vestigial patches. * data/patches/hide-firefox-view-button.patch: New file. * data/patches/about-addons.patch, data/patches/hide-protections-dashboard.patch, data/patches/hide-submit-feedback-menu-item.patch, data/patches/icecat-about-dialog.patch, data/patches/icecat-preferences.patch, data/patches/moz-configure-changes.patch: Adapt to version 128. * data/settings.js: Add more IceCat-specific customizations. * tools/process-json-files.py: Process more JSON files for search engine configuration v2 and overrides, as needed for version 128. * makeicecat: Update FFMAJOR, FFMINOR, SOURCEBALL_CHECKSUM, L10N_URL, L10_CMP_URL, and L10N_CMP_REV. Add L10N_REV. (sort_inner_list): Ignore case when sorting inner lists. (validate_env): Add check for Git. Remove check for Mercurial. (fetch_l10n): Update to reflect upstream changes. Use Git instead of Mercurial. Fetch all locales in a single clone operation. (configure, apply_batch_branding): Adapt to version 128. --- data/patches/hide-protections-dashboard.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/patches/hide-protections-dashboard.patch') diff --git a/data/patches/hide-protections-dashboard.patch b/data/patches/hide-protections-dashboard.patch index 9effa08..f6da18a 100644 --- a/data/patches/hide-protections-dashboard.patch +++ b/data/patches/hide-protections-dashboard.patch @@ -1,6 +1,6 @@ --- a/browser/base/content/browser-siteProtections.js +++ b/browser/base/content/browser-siteProtections.js -@@ -1553,7 +1553,7 @@ +@@ -1816,7 +1816,7 @@ this._trackingProtectionIconContainer.hidden = true; return; } -- cgit v1.2.3