From cb5f1175d5bc28b31ff3d31b3341d4454595b643 Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 12 Feb 2020 12:40:21 +0200 Subject: Drop patching of source code comments and non-user-facing documentation There are 2k+ files in Firefox source code that contain 'Firefox' (case sensitive). I guess it's not practical to patch them all that way. Batch search and replace looks like a better approach, more like in Abrowser from Trisquel. Signed-off-by: Andreas Grapentin --- libre/iceweasel/libre.patch | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'libre/iceweasel/libre.patch') diff --git a/libre/iceweasel/libre.patch b/libre/iceweasel/libre.patch index 018ab6e5d..3dbc2cad0 100644 --- a/libre/iceweasel/libre.patch +++ b/libre/iceweasel/libre.patch @@ -15,21 +15,6 @@ index ecb82a2..5d522ef 100644 -# addon install -origin install 1 https://private-network.firefox.com -origin install 1 https://fpn.firefox.com -diff --git a/browser/components/newtab/docs/index.rst b/browser/components/newtab/docs/index.rst -index ea1e42a..855b245 100644 ---- a/browser/components/newtab/docs/index.rst -+++ b/browser/components/newtab/docs/index.rst -@@ -1,8 +1,8 @@ - ====================== --Firefox Home (New Tab) -+Iceweasel Home (New Tab) - ====================== - --All files related to Firefox Home, which includes content that appears on `about:home`, -+All files related to Iceweasel Home, which includes content that appears on `about:home`, - `about:newtab`, and `about:welcome`, can we found in the `browser/components/newtab` directory. - Some of these source files (such as `.js`, `.jsx`, and `.sass`) require an additional build step. - We are working on migrating this to work with `mach`, but in the meantime, please diff --git a/browser/components/preferences/in-content/sync.inc.xhtml b/browser/components/preferences/in-content/sync.inc.xhtml index 7d37d26..4ebbc06 100644 --- a/browser/components/preferences/in-content/sync.inc.xhtml @@ -57,19 +42,6 @@ index 7d37d26..4ebbc06 100644 -diff --git a/browser/locales/en-US/browser/newtab/newtab.ftl b/browser/locales/en-US/browser/newtab/newtab.ftl -index 0737833..7cb90d6 100644 ---- a/browser/locales/en-US/browser/newtab/newtab.ftl -+++ b/browser/locales/en-US/browser/newtab/newtab.ftl -@@ -2,7 +2,7 @@ - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - --### Firefox Home / New Tab strings for about:home / about:newtab. -+### Iceweasel Home / New Tab strings for about:home / about:newtab. - - newtab-page-title = New Tab - newtab-settings-button = diff --git a/browser/locales/en-US/browser/policies/policies-descriptions.ftl b/browser/locales/en-US/browser/policies/policies-descriptions.ftl index dabfadc..3ce732e 100644 --- a/browser/locales/en-US/browser/policies/policies-descriptions.ftl @@ -193,19 +165,6 @@ index 2d3c7b4..00221d3 100644 -#endif -diff --git a/devtools/client/locales/en-US/sourceeditor.properties b/devtools/client/locales/en-US/sourceeditor.properties -index 9427244..c17d490 100644 ---- a/devtools/client/locales/en-US/sourceeditor.properties -+++ b/devtools/client/locales/en-US/sourceeditor.properties -@@ -4,7 +4,7 @@ - - # LOCALIZATION NOTE These strings are used inside the Source Editor component. - # This component is used whenever source code is displayed for the purpose of --# being edited, inside the Firefox developer tools (like Style Editor). -+# being edited, inside the Iceweasel developer tools (like Style Editor). - - # LOCALIZATION NOTE The correct localization of this file might be to keep it - # in English, or another language commonly spoken among web developers. diff --git a/devtools/client/whats-new/src/main.js b/devtools/client/whats-new/src/main.js index 0a31843..c01e488 100644 --- a/devtools/client/whats-new/src/main.js -- cgit v1.2.3