summaryrefslogtreecommitdiff
path: root/data/patches
AgeCommit message (Collapse)Author
2022-11-16Add resistFingerprinting to IceCat settingsRuben Rodriguez
2022-09-25Hide the protections icon in the address bar.Mark H Weaver
* data/patches/hide-protections-dashboard.patch: New file.
2022-09-08Updated build scripts to match upstream changesRuben Rodriguez
2022-09-08Add 'IceCat Settings' entry to application menusRuben Rodriguez
2022-01-10Update to 91.5.0.Mark H Weaver
* makeicecat: Update FFMINOR and SOURCEBALL_CHECKSUM. * data/patches/CVE-2021-43527.patch: Delete file.
2021-12-07Fix CVE-2021-43527 in the bundled copy of NSS.Mark H Weaver
* data/patches/CVE-2021-43527.patch: New file.
2021-10-11Update GNU IceCat to 91.2.0Amin Bandali
* data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl (detect-network-connectivity-option) (detect-network-connectivity-description): Add label and description for new IceCat-specific preference for toggling the network connectivity service. * data/newtab/directory.png: * data/newtab/fsf.ico: * data/newtab/fsf.png: * data/newtab/gnu.ico: * data/newtab/gnu.png: * data/newtab/libreplanet.ico: * data/newtab/libreplanet.png: * data/newtab/trisquel.ico: * data/newtab/trisquel.png: * data/newtab/wikinews.ico: * data/newtab/wikinews.png: * data/newtab/wikipedia-org@2x.png: * data/newtab/wikipedia.ico: * data/newtab/wikipedia.png: New files, imported from Trisquel's Abrowser build helper. These will be used for the "top sites" displayed on the newtab page. * data/patches/default-search-duckduckgo.patch: * data/patches/duckduckgo-no-params.patch: Remove. The search engine machinery has been completely changed upstream, yet again. * data/patches/disable-settings-services.patch: * data/patches/hide-protections-dashboard.patch: * data/patches/icecat-about-dialog.patch: * data/patches/moz-configure-changes.patch: Adapt to v91. * data/patches/icecat-preferences.patch: Change the preference key for the captive portal toggle from 'captivedetect.canonicalURL' to 'network.captive-portal-service.enabled'. There was at least one report from several years back that 'network.captive-portal-service.enabled' was not respected: https://bugzilla.mozilla.org/show_bug.cgi?id=1481085 But it seems to have been a rare occurrence/bug. As such, I believe it's okay to toggle this preference instead of changing the address 'captivedetect.canonicalURL' points to. * data/settings.js: Set several preferencess to try and disable new annoying VPN- and mobile-related promos. * makeicecat: Adapt to v91. Update FFMAJOR, FFMINOR, SOURCEBALL_CHECKSUM, and L10N_CMP_REV. We now require Python 3 and the jsonschema Python library as build dependencies. So check for their existence and error out if they don't. Given that the search engine machinery has been completely changed yet again, add a 'configure_search' function to make relevant changes, and ultimately run the new 'tools/process-json-files.py' Python script. Also comment out the 'configure_mobile', to be removed soon, as Mozilla has long since removed the parts of the firefox code base for mobile builds, and their mobile browser is now a separate project and code base. * tools/process-json-files.py: New file, from packagers/maintainers of Trisquel's Abrowser and Parabola's Iceweasel, for processing and modifying various JSON files -- such as those relating to search engines -- in the firefox code base.
2020-09-09Disable settings services.Mark H Weaver
2020-09-07Add preliminary IceCat-specific privacy settings for 78.Amin Bandali
* data/patches/icecat-preferences.patch: Port the patch originally created for the 68 series, and that was recently removed in 1fffb85edab4533b87b34dd24c5144d6748cb594 due to being incompatible, to the 78 series. We would likely do more with this, per https://lists.gnu.org/archive/html/gnuzilla-dev/2020-09/msg00008.html, but this is a good enough starting point and nice to have again.
2020-09-06Hide inoperative parts of about:addons.Mark H Weaver
2020-09-06Hide inoperative "submit feedback" menu item.Mark H Weaver
2020-09-06Hide protections dashboard menu item and urlbar icon.Mark H Weaver
2020-09-06Improve the layout of the About IceCat dialog.Mark H Weaver
2020-09-06Preliminary update to 78.2.0.Mark H Weaver
* data/branding/icecat-wordmark.svg: Move to ... * data/branding/icecat/content/icecat-wordmark.svg: ... here. * data/branding/icecat/content/jar.mn: Add icecat-wordmark.svg. * data/buildscripts/mozconfig-common: Add system directories to the set of addon scopes that need not be signed by Mozilla, and allow addon sideloading as well. Remove --disable-mainenance-service build option, which is no longer accepted. * data/buildscripts/mozconfig-gnulinux: Remove --disable-gconf build option, which is no longer accepted. * data/patches/default-search-duckduckgo.patch, dont-pin-search-engines-to-top-sites.patch, data/patches/duckduckgo-no-params.patch, data/patches/fix-data-reporting-check.patch, data/patches/icecat-about-dialog.patch: Adapt to apply cleanly to v78. * data/patches/moz-configure-changes.patch: Disable MOZ_NORMANDY. * data/patches/icecat-preferences.patch: Remove, pending rewrite. * data/settings.js: Add several new IceCat-specific default settings. * makeicecat: Adapt to v78.
2020-01-07Reduce information leaked to DuckDuckGo.Mark H Weaver
* data/patches/duckduckgo-no-params.patch: New file.
2019-11-20Remove "Privacy Policy" link from about dialog.Mark H Weaver
* data/patches/icecat-about-dialog.patch: New file.
2019-11-20Revert "Fix is_manifest predicate to exclude cose.manifest files."Mark H Weaver
This reverts commit 46d3e865b94ac18be85957b5ea2fa3ef373882de.
2019-11-17Fix is_manifest predicate to exclude cose.manifest files.Mark H Weaver
* data/patches/fix-is_manifest.patch: New file.
2019-11-17Don't pin search engines to top sites.Mark H Weaver
* data/patches/dont-pin-search-engines-to-top-sites.patch: New file.
2019-11-17Add first batch of IceCat-specific preferences.Mark H Weaver
* makeicecat: Add code to add IceCat-specific messages to l10n directory. * data/files-to-append/browser/locales/en-US/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-AR/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-CL/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-ES/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/es-MX/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/fr/browser/browser/preferences/preferences.ftl, data/files-to-append/l10n/it/browser/browser/preferences/preferences.ftl, data/patches/icecat-preferences.patch: New files.
2019-10-30Disable MOZ_BLOCK_PROFILE_DOWNGRADE.Mark H Weaver
It would be desirable to prevent downgrades from one major version of IceCat to another. However, as MOZ_BLOCK_PROFILE_DOWNGRADE is currently implemented, it prevents downgrades from one build of IceCat-68.2 to an earlier build of IceCat-68.2. Until we can find a satisfactory solution, we disable this functionality entirely. * data/patches/moz-configure-changes.patch: Set MOZ_BLOCK_PROFILE_DOWNGRADE to 'False'.
2019-10-30Disable MOZ_SERVICES_HEALTHREPORT and MOZ_DATA_REPORTING.Mark H Weaver
* data/patches/fix-data-reporting-check.patch: New file. * data/patches/legacy-profiles.patch: Rename to ... * data/patches/moz-configure-changes.patch: ... this, and set MOZ_SERVICES_HEALTHREPORT to False.
2019-10-28Use legacy profilesMark H Weaver
Mark found that IceCat will otherwise prompt the user to create an account. * data/patches/legacy-profiles.pach: New file. * data/settings.js (identity.fxaccounts.enabled): Set to false. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-28Make duckduckgo default search engineMark H Weaver
* data/patches/default-search-duckduckgo.patch: New file. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-28makeicecat: Apply data/patches/*.patchMike Gerwitz
* data/patches/.gitkeep: New file. * makeicecat: Apply patches from data/patches. Take care not to fail when no patches exist.
2017-09-01Revert "Fixed build error from upstream regression", patched upstreamRuben Rodriguez
This reverts commit f137dd0571291255b0d9f76be36fb10dcc41a790.
2017-05-05Fixed build error from upstream regressionRuben Rodriguez
2017-04-15Remove unnecesary patchesRuben Rodriguez
2016-11-21Removed unnecesary upstreamed patchesRuben Rodriguez
2016-02-03Added Windows build patches from TorBrowserRuben Rodriguez
2015-10-23Deleted extra patch files left in rebaseRuben Rodriguez
2015-10-12Reworked enable-js-options.patchRuben Rodriguez
2015-10-12Finished v38 initial rebaseRuben Rodriguez
2015-10-12Initial adaptation to v38.xRuben Rodriguez
2015-08-22Applied patch for CVE-2015-4473 CVE-2015-4482 CVE-2015-4488 CVE-2015-4489 ↵Ruben Rodriguez
CVE-2015-4491 CVE-2015-4492 CVE-2015-4495 from Guix
2015-04-03Disable CNNIC root certificateRuben Rodriguez
http://googleonlinesecurity.blogspot.com/2015/03/maintaining-digital-certificate-security.html https://blog.mozilla.org/security/2015/03/23/revoking-trust-in-one-cnnic-intermediate-certificate/
2015-03-09Added gnuzilla-bug-1002729.patchRuben Rodriguez
2015-03-09Removed extra patchesRuben Rodriguez
2015-03-08Added patches to fix build bugs for Windows, MacOS and AndroidRuben Rodriguez
2014-10-20Generalize data directoryRuben Rodriguez