update to 109.0.5414.119

This commit is contained in:
robert 2023-01-26 13:26:35 +00:00
parent 467d997d46
commit d356bbebc2
5 changed files with 23 additions and 22 deletions

View File

@ -8,11 +8,9 @@ DPB_PROPERTIES= parallel parallel2
COMMENT= Chromium browser sans integration with Google
V= 109.0.5414.74
V= 109.0.5414.119
UGV= ${V}-1
REVISION= 3
DISTNAME= ungoogled-chromium-${V}
DISTFILES+= ${CHROMIUM_DISTFILES} \

View File

@ -1,10 +1,10 @@
SHA256 (chromium-109.0.5414.74-testdata.tar.xz) = dAE8Pjw8riOZ33X7FukY3zyn6PCBC2t31fO2FsNTzgQ=
SHA256 (chromium-109.0.5414.74.tar.xz) = 7e0jPCarYxvjJa1JyzBsM4UTtqZSgZfUJlPmYYdUjl0=
SHA256 (chromium-109.0.5414.119-testdata.tar.xz) = h4Hg3ea07EiihjzxSRHW1uZFuUkTTJdD446VIriJcE8=
SHA256 (chromium-109.0.5414.119.tar.xz) = y83vXucay1N5De063vhocYErRunyCNzo7D+KsElYvi0=
SHA256 (libudev-openbsd-20221108-c3330efd.tar.gz) = BBKUTWeCkarFwKZQ+eg9DfekIMr5xi2G4Lce0C43pnc=
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = osopYtr0gqj5QxY1QeHHO6SyaU+rzSUQmB8ttO2kk8g=
SHA256 (ungoogled-chromium-109.0.5414.74-1.tar.gz) = LgemgzynUx7l9kwk4xBpGSJWutWrvhCRyhKAK6KtOnU=
SIZE (chromium-109.0.5414.74-testdata.tar.xz) = 262657092
SIZE (chromium-109.0.5414.74.tar.xz) = 1747778008
SHA256 (ungoogled-chromium-109.0.5414.119-1.tar.gz) = 4Q/kbz9LcFjCeKuGxnlcwraEWby3ztXvrTNVq1wvXeE=
SIZE (chromium-109.0.5414.119-testdata.tar.xz) = 264800856
SIZE (chromium-109.0.5414.119.tar.xz) = 1747968612
SIZE (libudev-openbsd-20221108-c3330efd.tar.gz) = 32757
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
SIZE (ungoogled-chromium-109.0.5414.74-1.tar.gz) = 671524
SIZE (ungoogled-chromium-109.0.5414.119-1.tar.gz) = 671793

View File

@ -46,21 +46,12 @@ Index: chrome/browser/resources/settings/appearance_page/appearance_page.ts
private systemThemePrefChanged_(systemTheme: SystemTheme) {
this.systemTheme_ = systemTheme;
}
@@ -354,7 +354,7 @@ export class SettingsAppearancePageElement extends
@@ -353,7 +353,7 @@ export class SettingsAppearancePageElement extends
return;
}
let i18nId;
- // <if expr="is_linux">
+ // <if expr="is_posix">
let i18nId;
switch (this.systemTheme_) {
case SystemTheme.GTK:
i18nId = 'gtkTheme';
@@ -367,7 +367,7 @@ export class SettingsAppearancePageElement extends
break;
}
// </if>
- // <if expr="not is_linux">
+ // <if expr="not is_posix">
i18nId = 'chooseFromWebStore';
// </if>
this.themeSublabel_ = this.i18n(i18nId);

View File

@ -1,7 +1,7 @@
Index: content/browser/BUILD.gn
--- content/browser/BUILD.gn.orig
+++ content/browser/BUILD.gn
@@ -2338,6 +2338,13 @@ source_set("browser") {
@@ -2340,6 +2340,13 @@ source_set("browser") {
]
}

View File

@ -0,0 +1,12 @@
Index: third_party/pdfium/pdfium.gni
--- third_party/pdfium/pdfium.gni.orig
+++ third_party/pdfium/pdfium.gni
@@ -37,7 +37,7 @@ declare_args() {
pdf_enable_xfa_tiff = true
# Build PDFium with PartitionAlloc as the memory allocator.
- pdf_use_partition_alloc = pdf_use_partition_alloc_override
+ pdf_use_partition_alloc = pdf_use_partition_alloc_override && use_partition_alloc_as_malloc
# Build PDFium to use Skia (experimental) for all PDFium graphics.
# If enabled, coexists in build with AGG graphics and the default