diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-09-12 21:22:28 +0900 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-09-15 00:02:18 -0400 |
commit | 36f15dbc57096ff29d24bf76ee503c0292520b7c (patch) | |
tree | 084605d448a67da51b5b75fcdde9128bf133c137 /data/patches/icecat-about-dialog.patch | |
parent | ba161be3de71bb556be951ac4dbb81c807f68770 (diff) | |
download | gnuzilla-36f15dbc57096ff29d24bf76ee503c0292520b7c.tar.gz |
Update to 140.2.0-1.
The settings patches needed adjusting because of changes introduced in
<https://bugzilla.mozilla.org/show_bug.cgi?id=1893068>.
* 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.
Diffstat (limited to 'data/patches/icecat-about-dialog.patch')
-rw-r--r-- | data/patches/icecat-about-dialog.patch | 23 |
1 files changed, 13 insertions, 10 deletions
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 @@ <hbox pack="center"> <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/> - <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:rights" data-l10n-id="bottomLinks-rights"/> -- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-id="bottomLinks-privacy"/> + <label is="text-link" class="bottom-link" href="https://www.mozilla.org/about/legal/terms/firefox/" data-l10n-id="bottom-links-terms"/> +- <label is="text-link" class="bottom-link" href="https://www.mozilla.org/privacy/firefox/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-id="bottom-links-privacy"/> </hbox> <description id="trademark" data-l10n-id="trademarkInfo"></description> </vbox> ---- 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) { |