From 1b897a52de8288f129a9cfe9e571b999a3fe1d5c Mon Sep 17 00:00:00 2001 From: grizzlyuser Date: Wed, 3 Nov 2021 13:19:09 +0200 Subject: libre/iceweasel: update to 94.0 from upstreams --- .../9001-FSDG-always-sync-remote-settings-with-local-dump.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch') diff --git a/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch b/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch index 9fcaef782..d4e4ef5d3 100644 --- a/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch +++ b/libre/iceweasel/9001-FSDG-always-sync-remote-settings-with-local-dump.patch @@ -370,9 +370,9 @@ index 3cc9436f61..3742da5667 100644 "blocklists", "main", + "monitor", - "pinning", "security-state", ] + -- 2.31.1 @@ -538,7 +538,7 @@ index 80dd563e11..1025ab33a2 100644 - signature: { x5u, signature }, + json_dump_metadata: { hash, size }, } = metadata; -- const certChain = await (await fetch(x5u)).text(); +- const certChain = await (await Utils.fetch(x5u)).text(); // Merge remote records with local ones and serialize as canonical JSON. const serialized = await RemoteSettingsWorker.canonicalStringify( records, @@ -639,7 +639,7 @@ index 1025ab33a2..1cebf2bc29 100644 IDBHelpers: "resource://services-settings/IDBHelpers.jsm", KintoHttpClient: "resource://services-common/kinto-http-client.js", @@ -30,6 +31,7 @@ XPCOMUtils.defineLazyModuleGetters(this, { - XPCOMUtils.defineLazyGlobalGetters(this, ["fetch"]); + }); const TELEMETRY_COMPONENT = "remotesettings"; +const DEFERRED_SYNC_DELAY_MILLISECONDS = 1000; -- cgit v1.2.3