icecat: update upstream v128.13.0-1gnu1

This commit is contained in:
Ark74 2025-08-07 14:40:00 -06:00
parent a8d305c270
commit 0cdda4f34e
51 changed files with 5487 additions and 4614 deletions

View file

@ -8,12 +8,12 @@
# See PermissionManager.cpp for more...
# UITour
# Bug 1557153: www.mozilla.org gets a special workaround in UITourChild.sys.mjs
# Bug 1837407: support.mozilla.org gets a special workaround for similar reasons.
origin uitour 1 https://www.mozilla.org
origin uitour 1 https://support.mozilla.org
origin uitour 1 about:home
origin uitour 1 about:newtab
# Bug 1942328: firefox.com needs the same privileges as mozilla.org
origin uitour 1 https://www.firefox.com
# XPInstall
origin install 1 https://addons.mozilla.org

View file

@ -116,10 +116,9 @@ add_task(async function test_search_config_codes_in_search_telemetry() {
`Should have the base partner code ${engine.base.partnerCode} listed in the search telemetry 'taggedCodes'`
);
} else {
Assert.equal(
telemetryEntry.telemetryId,
"baidu",
"Should only not have a base partner code for Baidu"
Assert.ok(
["google", "baidu"].includes(telemetryEntry.telemetryId),
"Should only not have a base partner code for Google and Baidu"
);
}

View file

@ -1 +1 @@
128.12.0
128.13.0

View file

@ -1 +1 @@
128.12.0esr
128.13.0esr

View file

@ -45,7 +45,7 @@ MOZ_DEVTOOLS=all
MOZ_APP_BASENAME=IceCat
MOZ_APP_UA_NAME=Firefox
MOZ_APP_VENDOR=GNU
MOZ_APP_VERSION=128.12.0
MOZ_APP_VERSION=128.13.0
MOZ_APP_PROFILE=mozilla/icecat
MOZ_PAY=0
MOZ_SERVICES_HEALTHREPORT=0