diff options
author | Mark H Weaver <mhw@netris.org> | 2025-09-14 23:37:15 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2025-09-15 00:02:22 -0400 |
commit | c90ef5ebc0d07dd24fce626a836d0bf01a4b173f (patch) | |
tree | 2e5c4bd776b467b29505c1e587c15a824a9f78f1 /data/patches/icecat-about-dialog.patch | |
parent | 36f15dbc57096ff29d24bf76ee503c0292520b7c (diff) | |
download | gnuzilla-c90ef5ebc0d07dd24fce626a836d0bf01a4b173f.tar.gz |
Further updates for version 140.
* data/patches/disable-sync.patch: New file.
* data/patches/about-addons.patch,
data/patches/hide-firefox-view-button.patch,
data/patches/hide-protections-dashboard.patch,
data/patches/hide-submit-feedback-menu-item.patch,
data/patches/icecat-about-dialog.patch: Adapt for version 140.
* data/settings.js: Add more customizations to default settings.
* makeicecat: Do not synchronize any preferences by default.
Diffstat (limited to 'data/patches/icecat-about-dialog.patch')
-rw-r--r-- | data/patches/icecat-about-dialog.patch | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/data/patches/icecat-about-dialog.patch b/data/patches/icecat-about-dialog.patch index 87dc835..0a52345 100644 --- a/data/patches/icecat-about-dialog.patch +++ b/data/patches/icecat-about-dialog.patch @@ -1,5 +1,14 @@ ---- 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 +--- a/browser/base/content/aboutDialog.xhtml ++++ b/browser/base/content/aboutDialog.xhtml +@@ -124,7 +124,7 @@ + <label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-exp-creditsLink"/> + </description> + </vbox> +- <description class="text-blurb" id="communityDesc" data-l10n-id="community-2"> ++ <description class="text-blurb" id="communityDesc" data-l10n-id="community-2" hidden="true"> + <label is="text-link" href="https://www.mozilla.org/?utm_source=firefox-browser&utm_medium=firefox-desktop&utm_campaign=about-dialog" data-l10n-name="community-mozillaLink"/> + <label is="text-link" useoriginprincipal="true" href="about:credits" data-l10n-name="community-creditsLink"/> + </description> @@ -139,7 +139,6 @@ <hbox pack="center"> <label is="text-link" class="bottom-link" useoriginprincipal="true" href="about:license" data-l10n-id="bottomLinks-license"/> @@ -8,8 +17,8 @@ </hbox> <description id="trademark" data-l10n-id="trademarkInfo"></description> </vbox> ---- 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 +--- a/browser/base/content/aboutDialog.css ++++ b/browser/base/content/aboutDialog.css @@ -32,10 +32,9 @@ #rightBox { background-image: url("chrome://branding/content/about-wordmark.svg"); @@ -22,6 +31,3 @@ /* 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) { |