summaryrefslogtreecommitdiff
path: root/libre/iceweasel/process-json-files.py
AgeCommit message (Collapse)Author
2024-02-17libre/iceweasel: 122.0, sync with upstream changesgrizzlyuser
2023-12-23libre/iceweasel: 121.0.parabola1grizzlyuser
Usual updates according to upstream changes. search-config-v2.json needs to be patched later, it seems to be unused currently. So just skip it in patch-json-files.py for now.
2023-03-14[iceweasel] 111.0 Upstream updates and DDG fixesgrizzlyuser
1. Update patches according to changes from upstreams. 2. Rework DuckDuckGo patching to make it default search engine again and change method from GET to POST (see patch comment from 9004-FSDG-misc.patch)
2023-02-08libre/iceweasel: 109.0grizzlyuser
* Update version and patches according to upstream changes * Remote Settings patching: fix modification of response headers after local fetching of JSON file from bundled resources, because response headers became immutable in this version. * FSDG: Remove some values of preferences containing URLs to AMO (see commit messages from 9002-FSDG-preference-defaults.patch) and add a corresponding validation to PKGBUILD. Also remove some related property overrides from vendor.js.in and patch them in the code, please find the reasoning in the same patch. Also remove extensions.htmlaboutaddons.discover.enabled preference override from vendor.js.in, because it was removed upstream in [1]. * Remove technical patch for python-zstandard 0.19, fixed upstream * Remove RENAME_PROFILE logic from PKGBUILD, as the comment from that code suggests to remove it in 2023 [1] https://hg.mozilla.org/mozilla-central/rev/e542391fb8c5
2022-06-16libre/iceweasel: 101.0, upstream changesgrizzlyuser
2021-09-19libre/iceweasel: 91.0grizzlyuser
Update according to latest changes from upstreams. Rename patches to reflect they're related to FSDG. Sort records in Remote Settings JSON dumps, since this is expected by upstream. identity-icons-brand.svg has been removed upstream, yet Arch Linux added it to their VCS repo, to be used as "symbolic" application icon in some DEs. As it looks like we don't have this icon for Iceweasel, let's just drop it for now. If anybody is not happy about the missing icon, it can be added later.
2021-05-10libre/iceweasel: 88.0 update according to upstreamgrizzlyuser
2021-04-08libre/iceweasel: JSON processing script updatesgrizzlyuser
Refactor and add processing of top-sites.json Remote Settings dump, which is needed to override default sites with nonfree content which are displayed on new tab and in the dropdown of address bar.
2021-03-02libre/iceweasel: 86.0 sync with upstream projectsgrizzlyuser
2021-01-12[iceweasel]: housekeepingbill-auger