diff options
986 files changed, 6235 insertions, 6818 deletions
diff --git a/audio/TonieToolbox/Makefile b/audio/TonieToolbox/Makefile index 05dd72cdb4f3..ebb47396cd06 100644 --- a/audio/TonieToolbox/Makefile +++ b/audio/TonieToolbox/Makefile @@ -1,18 +1,19 @@ PORTNAME= TonieToolbox +DISTVERSIONPREFIX= v DISTVERSION= 0.6.5 CATEGORIES= audio sysutils python -MASTER_SITES= https://github.com/Quentendo64/${PORTNAME}/archive/refs/tags/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mfechner@FreeBSD.org COMMENT= TonieBox content management tool -WWW= https://github.com/Quentendo64/TonieToolbox +WWW= https://github.com/TonieToolbox/TonieToolbox \ + https://github.com/Quentendo64/TonieToolbox LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -# get from setup.py -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0<=6.33.0,1:devel/py-protobuf@${PY_FLAVOR} \ +# get from pyproject.toml +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0<=6.33.1,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.47.0:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=25.0:devel/py-packaging@${PY_FLAVOR} \ @@ -21,6 +22,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0<=6.33.0,1:devel/py-protobuf@${PY opusenc:audio/opus-tools USES= python +USE_GITHUB= yes +GH_ACCOUNT= Quentendo64 +# Latest alpha version moved to another project, keep it here for later, we currently not use it, as it is marked to required python 3.12 +#GH_ACCOUNT= TonieToolbox USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/audio/TonieToolbox/distinfo b/audio/TonieToolbox/distinfo index 89c8361ab14c..211cf3da4ecf 100644 --- a/audio/TonieToolbox/distinfo +++ b/audio/TonieToolbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763184533 -SHA256 (TonieToolbox-0.6.5.tar.gz) = bc3f1043f93fdf03b0e74cc35a30842792df398e4049d031050597bd7f004a2c -SIZE (TonieToolbox-0.6.5.tar.gz) = 4392440 +TIMESTAMP = 1765086293 +SHA256 (Quentendo64-TonieToolbox-v0.6.5_GH0.tar.gz) = bc3f1043f93fdf03b0e74cc35a30842792df398e4049d031050597bd7f004a2c +SIZE (Quentendo64-TonieToolbox-v0.6.5_GH0.tar.gz) = 4392440 diff --git a/audio/TonieToolbox/files/patch-pyproject.toml b/audio/TonieToolbox/files/patch-pyproject.toml index 7e6c175c040e..6044389fba12 100644 --- a/audio/TonieToolbox/files/patch-pyproject.toml +++ b/audio/TonieToolbox/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-15 05:43:17 UTC +--- pyproject.toml.orig 2025-10-26 20:56:37 UTC +++ pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.7" description = "Convert audio files to Toniebox compatible format (.TAF) and interact with TeddyCloud." @@ -9,6 +9,15 @@ authors = [ {name = "Quentendo64", email = "quentin@wohlfeil.at"} ] +@@ -20,7 +20,7 @@ dependencies = [ + "Topic :: Multimedia :: Sound/Audio :: Conversion", + ] + dependencies = [ +- "protobuf<=6.33.0", ++ "protobuf<=6.33.1", + "requests>=2.32.5", + "mutagen>=1.47.0", + "packaging>=25.0", @@ -38,4 +38,4 @@ Homepage = "https://github.com/Quentendo64/TonieToolbo "Bug Tracker" = "https://github.com/Quentendo64/TonieToolbox/issues" diff --git a/audio/ft2-clone/Makefile b/audio/ft2-clone/Makefile index 212fd1026239..6ce9ad4fb4c8 100644 --- a/audio/ft2-clone/Makefile +++ b/audio/ft2-clone/Makefile @@ -1,6 +1,6 @@ PORTNAME= ft2-clone DISTVERSIONPREFIX= v -DISTVERSION= 2.00 +DISTVERSION= 2.01 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/ft2-clone/distinfo b/audio/ft2-clone/distinfo index 5dd0c9c05375..5c181cd19137 100644 --- a/audio/ft2-clone/distinfo +++ b/audio/ft2-clone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853824 -SHA256 (8bitbubsy-ft2-clone-v2.00_GH0.tar.gz) = 6ef95b4e4a6f0e152d7ab3efcece369caa578fcbbcde32fd17dbcf2d760f1b42 -SIZE (8bitbubsy-ft2-clone-v2.00_GH0.tar.gz) = 5205146 +TIMESTAMP = 1764962282 +SHA256 (8bitbubsy-ft2-clone-v2.01_GH0.tar.gz) = a2299272c8ab8af4d8d3adc5feace3b1dd43d7d237acda2fa0f8a25b86f189d4 +SIZE (8bitbubsy-ft2-clone-v2.01_GH0.tar.gz) = 5204910 diff --git a/audio/pms-devel/Makefile b/audio/pms-devel/Makefile index 6aa47d1053cd..71f0cbc58212 100644 --- a/audio/pms-devel/Makefile +++ b/audio/pms-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= pms-devel PORTVERSION= 0.0.20231224 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= riggs@FreeBSD.org @@ -10,10 +10,7 @@ WWW= https://github.com/ambientsound/pms LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.21,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= kimtore diff --git a/audio/py-spotipy/Makefile b/audio/py-spotipy/Makefile index 20c2458f58ad..6977bdd67e1a 100644 --- a/audio/py-spotipy/Makefile +++ b/audio/py-spotipy/Makefile @@ -1,6 +1,6 @@ PORTNAME= spotipy -DISTVERSION= 2.25.1 -PORTREVISION= 1 +DISTVERSION= 2.25.2 +PORTREVISION= 0 CATEGORIES= audio python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-spotipy/distinfo b/audio/py-spotipy/distinfo index 9877afb23a08..bfb5b5fbdff7 100644 --- a/audio/py-spotipy/distinfo +++ b/audio/py-spotipy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1741162702 -SHA256 (spotipy-dev-spotipy-2.25.1_GH0.tar.gz) = 1d525c070567a3aa36efda82dbde59e0a2ac7f395e5a88ea4f31da47fda07ff9 -SIZE (spotipy-dev-spotipy-2.25.1_GH0.tar.gz) = 107750 +TIMESTAMP = 1764923864 +SHA256 (spotipy-dev-spotipy-2.25.2_GH0.tar.gz) = 0878ae8a71a13f8956bb1d42ea845e092822de205de11be685b371895e430fdc +SIZE (spotipy-dev-spotipy-2.25.2_GH0.tar.gz) = 108288 diff --git a/audio/sonicradio/Makefile b/audio/sonicradio/Makefile index 4b62d5a6a0e8..0b4267828df3 100644 --- a/audio/sonicradio/Makefile +++ b/audio/sonicradio/Makefile @@ -12,12 +12,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib -USES= go:1.23,modules pkgconfig +USES= go:modules pkgconfig GO_MODULE= github.com/dancnb/sonicradio -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - PLIST_FILES= bin/sonicradio .include <bsd.port.mk> diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile index 0e827bd9239e..162685dfa948 100644 --- a/biology/hyphy/Makefile +++ b/biology/hyphy/Makefile @@ -1,6 +1,5 @@ PORTNAME= hyphy -DISTVERSION= 2.5.77 -PORTREVISION= 1 +DISTVERSION= 2.5.88 CATEGORIES= biology MAINTAINER= jrm@FreeBSD.org @@ -21,11 +20,17 @@ USES= cmake:insource,testing localbase:ldflags # tests fail in outsource build, USE_GITHUB= yes GH_ACCOUNT= veg -OPTIONS_DEFINE= AVX TARGET_NATIVE -AVX_DESC= Advanced vector extensions support -TARGET_NATIVE_DESC= Enable CPU-specific instructions and tuning for build machine +OPTIONS_DEFINE= AVX FMA3 NEON SSE4 TARGET_NATIVE +AVX_DESC= Support for AVX (Advanced Vector Extensions) instructions +FMA3_DESC= Support for FMA3 (Fused Multiply-Add) instructions on x86 +NEON_DESC= Support for NEON SIMD instructions on ARM +SSE4_DESC= Support for SSE4 (Streaming SIMD Extensions) instructions +TARGET_NATIVE_DESC= Enable CPU-specific optimizations for the build machine AVX_CMAKE_BOOL_OFF= NOAVX +FMA3_CMAKE_BOOL_OFF= NOFMA3 +NEON_CMAKE_BOOL_OFF= NONEON +SSE4_CMAKE_BOOL_OFF= NOSSE4 TARGET_NATIVE_CMAKE_BOOL= TARGET_NATIVE .include <bsd.port.mk> diff --git a/biology/hyphy/distinfo b/biology/hyphy/distinfo index 7a055e3a0004..7c94400e376d 100644 --- a/biology/hyphy/distinfo +++ b/biology/hyphy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755447505 -SHA256 (veg-hyphy-2.5.77_GH0.tar.gz) = 5012efd40938caeb9894bbd480565f95d735840f8eac67c6e84884a347e32e76 -SIZE (veg-hyphy-2.5.77_GH0.tar.gz) = 4027226 +TIMESTAMP = 1765067195 +SHA256 (veg-hyphy-2.5.88_GH0.tar.gz) = 0122f793fdf68599b96162dfea6a7fc34484c1d1a5dce8819d5b8d032878dba6 +SIZE (veg-hyphy-2.5.88_GH0.tar.gz) = 4372610 diff --git a/biology/hyphy/files/patch-src_core_global__things.cpp b/biology/hyphy/files/patch-src_core_global__things.cpp deleted file mode 100644 index 397be8520ae5..000000000000 --- a/biology/hyphy/files/patch-src_core_global__things.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/core/global_things.cpp.orig 2025-08-22 19:21:44 UTC -+++ src/core/global_things.cpp -@@ -173,7 +173,7 @@ hyPointer MemAllocate(size_t bytes, bool zero, size_t - result = (hyPointer)zero ? calloc(bytes, 1) : malloc(bytes); - - if (result == nil) { -- HandleApplicationError(_String("Failed to allocate '") & bytes & "' bytes'", -+ HandleApplicationError(_String("Failed to allocate '") & (unsigned long)bytes & "' bytes'", - true); - } - return result; -@@ -186,7 +186,7 @@ hyPointer MemReallocate(hyPointer old_pointer, size_t - - if (result == nil) { - HandleApplicationError( -- _String("Failed to resize memory to '") & new_size & "' bytes'", true); -+ _String("Failed to resize memory to '") & (unsigned long)new_size & "' bytes'", true); - } - - return result; diff --git a/cad/kicad-devel/Makefile b/cad/kicad-devel/Makefile index 5da1361198a4..00770ccc6003 100644 --- a/cad/kicad-devel/Makefile +++ b/cad/kicad-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= kicad DISTVERSION= r${GIT_SRC_DATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad PKGNAMESUFFIX= -devel DIST_SUBDIR= ${PORTNAME} diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index 15b8ea70a8af..bfe5ddc60a1b 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,5 +1,6 @@ PORTNAME= bibtexconv DISTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 052f370bd88d..48d8ee306d5b 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.168 +DISTVERSION= 1.5.172 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index 80021655365c..1cf573dcc95e 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764622618 -SHA256 (freetds-dev.1.5.168.tar.bz2) = e5cb1188e9e728c95815591a751195669bc3fbbd3126c341439265db677e9088 -SIZE (freetds-dev.1.5.168.tar.bz2) = 2461284 +TIMESTAMP = 1765018764 +SHA256 (freetds-dev.1.5.172.tar.bz2) = 410c888257cf5864d6978c4b86951629ee7ad0316bbae436056dc8452958fba7 +SIZE (freetds-dev.1.5.172.tar.bz2) = 2465039 diff --git a/databases/geoserver-mysql-plugin/Makefile b/databases/geoserver-mysql-plugin/Makefile index 753250ba95e1..3cf4238a7fce 100644 --- a/databases/geoserver-mysql-plugin/Makefile +++ b/databases/geoserver-mysql-plugin/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoserver -DISTVERSION= 2.28.0 +DISTVERSION= 2.28.1 CATEGORIES= databases geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION}/extensions PKGNAMESUFFIX= -mysql-plugin @@ -22,8 +22,8 @@ NO_BUILD= yes SUB_FILES= pkg-message GSLIBDIR= geoserver/webapps/geoserver/WEB-INF/lib -PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-34.0.jar \ - ${GSLIBDIR}/mysql-connector-j-9.1.0.jar +PLIST_FILES= ${GSLIBDIR}/gt-jdbc-mysql-34.1.jar \ + ${GSLIBDIR}/mysql-connector-j-9.4.0.jar do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${GSLIBDIR} diff --git a/databases/geoserver-mysql-plugin/distinfo b/databases/geoserver-mysql-plugin/distinfo index f14da9b901a5..b4ef2c4df1b4 100644 --- a/databases/geoserver-mysql-plugin/distinfo +++ b/databases/geoserver-mysql-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761415998 -SHA256 (geoserver-2.28.0-mysql-plugin.zip) = 4ed3d9b51a260190798f730486ccd9b590f495f9a22922033e1ade39449f3060 -SIZE (geoserver-2.28.0-mysql-plugin.zip) = 2492991 +TIMESTAMP = 1765020217 +SHA256 (geoserver-2.28.1-mysql-plugin.zip) = 1631663be2726d1315741e37c6a7d69dd4be631e21adab816f7e4dea52bc57e4 +SIZE (geoserver-2.28.1-mysql-plugin.zip) = 2488937 diff --git a/databases/kbibtex/Makefile b/databases/kbibtex/Makefile index 8a0251089ba1..53184622227b 100644 --- a/databases/kbibtex/Makefile +++ b/databases/kbibtex/Makefile @@ -1,6 +1,6 @@ PORTNAME= kbibtex DISTVERSION= 0.10.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= databases kde MASTER_SITES= KDE/stable/KBibTeX/${DISTVERSION} diff --git a/databases/pg_tileserv/Makefile b/databases/pg_tileserv/Makefile index c6506e9e9ac6..a629f3c58fc1 100644 --- a/databases/pg_tileserv/Makefile +++ b/databases/pg_tileserv/Makefile @@ -11,14 +11,11 @@ WWW= https://github.com/crunchydata/pg_tileserv/issues LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= go:1.21,modules +USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/crunchydata/pg_tileserv -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - PLIST_FILES= bin/${PORTNAME} pre-patch: diff --git a/databases/pgagroal/Makefile b/databases/pgagroal/Makefile index 254c98b969c2..cee37e863bbb 100644 --- a/databases/pgagroal/Makefile +++ b/databases/pgagroal/Makefile @@ -10,6 +10,7 @@ WWW= https://agroal.github.io/pgagroal/ LICENSE= BSD3CLAUSE BROKEN_armv7= wants long to be a 64 bit type +BROKEN_i386= wants long to be a 64 bit type BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libcjson.so:devel/libcjson \ diff --git a/databases/valkey8/Makefile b/databases/valkey8/Makefile index 06ba0fc27633..48a5153b9370 100644 --- a/databases/valkey8/Makefile +++ b/databases/valkey8/Makefile @@ -1,5 +1,5 @@ PORTNAME= valkey -DISTVERSION= 8.1.4 +DISTVERSION= 8.1.5 CATEGORIES= databases PKGNAMESUFFIX= 8 @@ -59,6 +59,9 @@ post-build: ${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${WRKSRC}/sentinel.conf > ${WRKDIR}/valkey-sentinel.conf +post-stage: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/valkey* + post-install: ${INSTALL_DATA} ${WRKDIR}/valkey.conf ${STAGEDIR}${PREFIX}/etc/valkey.conf.sample ${INSTALL_DATA} ${WRKDIR}/valkey-sentinel.conf ${STAGEDIR}${PREFIX}/etc/valkey-sentinel.conf.sample diff --git a/databases/valkey8/distinfo b/databases/valkey8/distinfo index 5ac94ab4a03b..48058e8b57ad 100644 --- a/databases/valkey8/distinfo +++ b/databases/valkey8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759574183 -SHA256 (valkey-io-valkey-8.1.4_GH0.tar.gz) = 32350b017fee5e1a85f7e2d8580d581a0825ceae5cb3395075012c0970694dee -SIZE (valkey-io-valkey-8.1.4_GH0.tar.gz) = 3816705 +TIMESTAMP = 1765018827 +SHA256 (valkey-io-valkey-8.1.5_GH0.tar.gz) = 2d47a6afaec7a5383813579c2367193053ec885bc135e810284fe94ccdd324d2 +SIZE (valkey-io-valkey-8.1.5_GH0.tar.gz) = 3818598 diff --git a/deskutils/bookworm/Makefile b/deskutils/bookworm/Makefile index 8b829405335d..16eb96cd6937 100644 --- a/deskutils/bookworm/Makefile +++ b/deskutils/bookworm/Makefile @@ -1,6 +1,6 @@ PORTNAME= bookworm DISTVERSION= 1.1.2 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= deskutils MAINTAINER= miguel@gocobachi.dev diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index b0c9418d5a7b..df68e3a2eab3 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,5 +1,6 @@ PORTNAME= calibre PORTVERSION= 8.15.0 +PORTREVISION= 1 CATEGORIES= deskutils python MASTER_SITES= https://download.calibre-ebook.com/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/deskutils/cfiles/Makefile b/deskutils/cfiles/Makefile index 36274a45111b..39d1d7e8cc9a 100644 --- a/deskutils/cfiles/Makefile +++ b/deskutils/cfiles/Makefile @@ -2,7 +2,7 @@ PORTNAME= cfiles DISTVERSIONPREFIX= v DISTVERSION= 1.8-6 DISTVERSIONSUFFIX= -g327d47f -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile index 5b3c2575d736..f27db5d6b673 100644 --- a/deskutils/lumina-pdf/Makefile +++ b/deskutils/lumina-pdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= lumina-pdf DISTVERSION= 1.6.2 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org diff --git a/deskutils/readur/Makefile b/deskutils/readur/Makefile index 5a00bd9b1fdb..f3fffda37bab 100644 --- a/deskutils/readur/Makefile +++ b/deskutils/readur/Makefile @@ -1,7 +1,7 @@ PORTNAME= readur DISTVERSIONPREFIX= v DISTVERSION= 2.6.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} \ diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile index 9345205bd8c6..10ca76933b01 100644 --- a/deskutils/recoll/Makefile +++ b/deskutils/recoll/Makefile @@ -1,6 +1,6 @@ PORTNAME= recoll PORTVERSION= 1.33.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= deskutils MASTER_SITES= ${WWW} diff --git a/deskutils/stirling-pdf/Makefile b/deskutils/stirling-pdf/Makefile index 6b0637a2e39b..dd9dbefa22f7 100644 --- a/deskutils/stirling-pdf/Makefile +++ b/deskutils/stirling-pdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= stirling-pdf -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.1 CATEGORIES= deskutils java MASTER_SITES= https://files.stirlingpdf.com/v${PORTVERSION}/ DISTNAME= Stirling-PDF-with-login diff --git a/deskutils/stirling-pdf/distinfo b/deskutils/stirling-pdf/distinfo index 5d8bccd8670a..e8508baa0e18 100644 --- a/deskutils/stirling-pdf/distinfo +++ b/deskutils/stirling-pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764769485 -SHA256 (stirling-pdf/2.0.3/Stirling-PDF-with-login.jar) = 4a324d1638f6ac64e576fe77973d0c1547dc73678c73c0c6e6b7877c072765cf -SIZE (stirling-pdf/2.0.3/Stirling-PDF-with-login.jar) = 203618118 +TIMESTAMP = 1765048592 +SHA256 (stirling-pdf/2.1.1/Stirling-PDF-with-login.jar) = 0c2edd70c815f53c505565ea266dc9a42081790b690e8d01c946f652b2161a73 +SIZE (stirling-pdf/2.1.1/Stirling-PDF-with-login.jar) = 203681386 diff --git a/deskutils/xfce4-tumbler/Makefile b/deskutils/xfce4-tumbler/Makefile index 6b088aef6a29..eac162f87d61 100644 --- a/deskutils/xfce4-tumbler/Makefile +++ b/deskutils/xfce4-tumbler/Makefile @@ -1,5 +1,6 @@ PORTNAME= tumbler PORTVERSION= 4.20.1 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= XFCE PKGNAMEPREFIX= xfce4- diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 10203eb167ff..5c743e38e78c 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -1,6 +1,6 @@ PORTNAME= efl DISTVERSION= 1.28.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index b197692bc4f7..fb06d8541f60 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libiconv.so:converters/libiconv \ libpcre2-8.so:devel/pcre2 -USES= cpe gmake go:modules,no_targets,1.24 iconv pkgconfig +USES= cpe gmake go:modules,no_targets iconv pkgconfig CPE_VENDOR= gitlab diff --git a/devel/gitlab-runner/Makefile b/devel/gitlab-runner/Makefile index d1913e10398c..55152015c1ba 100644 --- a/devel/gitlab-runner/Makefile +++ b/devel/gitlab-runner/Makefile @@ -26,7 +26,7 @@ RUN_DEPENDS= bash:shells/bash \ git:devel/git \ gitlab-analyzers-secrets>=0:security/gitlab-analyzers-secrets -USES= go:modules,1.24 +USES= go:modules USE_GITLAB= yes GL_ACCOUNT= gitlab-org USE_RC_SUBR= gitlab_runner diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile index 41a43434e6ca..8fe3794bd84b 100644 --- a/devel/gitlab-shell/Makefile +++ b/devel/gitlab-shell/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT # https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/720 #BUILD_DEPENDS= heimdal>=0:security/heimdal -USES= gmake go:modules,no_targets,1.24 pkgconfig +USES= gmake go:modules,no_targets pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 45f36ac7631d..4e8c5e6dfb66 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,7 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.78.3 -PORTREVISION= 1 +DISTVERSION= 1.79.0 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org @@ -14,12 +13,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= git:devel/git RUN_DEPENDS= git:devel/git -USES= go:1.25,modules +USES= go:modules _BUILD_VERSION= ${DISTVERSION} _BUILD_PLATFORM= ${OPSYS:tl} _BUILD_DATE= $$(date +%Y-%m-%d) -_TAG= fe60bcf75bfb58801f5a429a52a3461ef62b0f6e +_TAG= 19f580807f390d5725a2c972bd2026b3dd24a50c GO_MODULE= gitlab.com/gitlab-org/cli GO_TARGET= ./cmd/${PORTNAME} diff --git a/devel/glab/distinfo b/devel/glab/distinfo index 38df15a0b4ea..6f4772cc84e2 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764047008 -SHA256 (go/devel_glab/glab-v1.78.3/v1.78.3.mod) = 22d5fd72e3caaba185f3c501dd314ffae770a9b992f33d7c6455e4a0acf2cd34 -SIZE (go/devel_glab/glab-v1.78.3/v1.78.3.mod) = 8187 -SHA256 (go/devel_glab/glab-v1.78.3/v1.78.3.zip) = 03555d33fae6d196de2ef074980292f622ed59a1c2638f12081b5a37357bac59 -SIZE (go/devel_glab/glab-v1.78.3/v1.78.3.zip) = 17605464 +TIMESTAMP = 1765087186 +SHA256 (go/devel_glab/glab-v1.79.0/v1.79.0.mod) = c01becd8e1141872b14742a4a3537b2b70e566409d559ee8bd67776ff74c67a6 +SIZE (go/devel_glab/glab-v1.79.0/v1.79.0.mod) = 8211 +SHA256 (go/devel_glab/glab-v1.79.0/v1.79.0.zip) = 248cbaaf27a514c2f6e8e629efbcd09eeaf125346363741367fb269604df1850 +SIZE (go/devel_glab/glab-v1.79.0/v1.79.0.zip) = 17617110 diff --git a/devel/kf5-kfilemetadata/Makefile b/devel/kf5-kfilemetadata/Makefile index 3bd81003d08a..26bd879de0ab 100644 --- a/devel/kf5-kfilemetadata/Makefile +++ b/devel/kf5-kfilemetadata/Makefile @@ -1,6 +1,6 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/kf6-kfilemetadata/Makefile b/devel/kf6-kfilemetadata/Makefile index 74f232444dc3..3e0316e117d1 100644 --- a/devel/kf6-kfilemetadata/Makefile +++ b/devel/kf6-kfilemetadata/Makefile @@ -1,5 +1,6 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks COMMENT= Library for extracting the text and metadata from a number files diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 6a35bfe454ea..59cb3bb26d4c 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -5,7 +5,7 @@ PORTNAME= libgit2 DISTVERSIONPREFIX= v -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= devel MAINTAINER= mfechner@FreeBSD.org diff --git a/devel/libgit2/distinfo b/devel/libgit2/distinfo index 9bb4f07fe0d8..d798a83397d3 100644 --- a/devel/libgit2/distinfo +++ b/devel/libgit2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749283664 -SHA256 (libgit2-libgit2-v1.9.1_GH0.tar.gz) = 14cab3014b2b7ad75970ff4548e83615f74d719afe00aa479b4a889c1e13fc00 -SIZE (libgit2-libgit2-v1.9.1_GH0.tar.gz) = 7665631 +TIMESTAMP = 1765048128 +SHA256 (libgit2-libgit2-v1.9.2_GH0.tar.gz) = 6f097c82fc06ece4f40539fb17e9d41baf1a5a2fc26b1b8562d21b89bc355fe6 +SIZE (libgit2-libgit2-v1.9.2_GH0.tar.gz) = 7667818 diff --git a/devel/liblognorm/Makefile b/devel/liblognorm/Makefile index 79a23e329b2f..ec0620f1132c 100644 --- a/devel/liblognorm/Makefile +++ b/devel/liblognorm/Makefile @@ -1,5 +1,5 @@ PORTNAME= liblognorm -DISTVERSION= 2.0.7 +DISTVERSION= 2.0.8 CATEGORIES= devel net security MASTER_SITES= http://www.liblognorm.com/download/files/download/ diff --git a/devel/liblognorm/distinfo b/devel/liblognorm/distinfo index a524aee791e5..092b379dfb19 100644 --- a/devel/liblognorm/distinfo +++ b/devel/liblognorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761560988 -SHA256 (liblognorm-2.0.7.tar.gz) = be9d8e7a420702ed8d3c5bcad7306c2d9c6cf54b59c7715c61b088a060e08943 -SIZE (liblognorm-2.0.7.tar.gz) = 675020 +TIMESTAMP = 1765019006 +SHA256 (liblognorm-2.0.8.tar.gz) = ebe980b27cbfdf4a25a1d90a5c044bd4e59fc81a93cfd9ca55f92cc5bff4bbb1 +SIZE (liblognorm-2.0.8.tar.gz) = 675171 diff --git a/devel/libthai/Makefile b/devel/libthai/Makefile index 4b45db0dc1ca..6a33ce136e01 100644 --- a/devel/libthai/Makefile +++ b/devel/libthai/Makefile @@ -1,6 +1,6 @@ PORTNAME= libthai DISTVERSION= 0.1.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= https://github.com/tlwg/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://linux.thai.net/pub/thailinux/software/libthai/ diff --git a/devel/py-cereslib/Makefile b/devel/py-cereslib/Makefile index 9344b7bc1551..08fa6171a454 100644 --- a/devel/py-cereslib/Makefile +++ b/devel/py-cereslib/Makefile @@ -4,7 +4,8 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bofh@FreeBSD.org +# Ask clusteradm@ before removal +MAINTAINER= ports@FreeBSD.org COMMENT= Unify, eventize and enrich information from Perceval WWW= https://github.com/chaoss/grimoirelab-cereslib diff --git a/devel/pyenv/Makefile b/devel/pyenv/Makefile index 90864ed2813a..89c2e91f93c3 100644 --- a/devel/pyenv/Makefile +++ b/devel/pyenv/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyenv DISTVERSIONPREFIX= v -DISTVERSION= 2.6.15 +DISTVERSION= 2.6.16 CATEGORIES= devel python MAINTAINER= olgeni@FreeBSD.org diff --git a/devel/pyenv/distinfo b/devel/pyenv/distinfo index 0c023f8e6683..19b229634ec8 100644 --- a/devel/pyenv/distinfo +++ b/devel/pyenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764733949 -SHA256 (pyenv-pyenv-v2.6.15_GH0.tar.gz) = 82770b00ce24b059c3a6159779a9690ec16bc4663a6eef0c143c8985f9a3ce09 -SIZE (pyenv-pyenv-v2.6.15_GH0.tar.gz) = 1363085 +TIMESTAMP = 1765096786 +SHA256 (pyenv-pyenv-v2.6.16_GH0.tar.gz) = 5d47efa2ea4dfc3b33e71125bd3b747a836af376d59890306134b21c8fbefcb6 +SIZE (pyenv-pyenv-v2.6.16_GH0.tar.gz) = 1364405 diff --git a/devel/pyenv/pkg-plist b/devel/pyenv/pkg-plist index a30da929aafe..35925a588d65 100644 --- a/devel/pyenv/pkg-plist +++ b/devel/pyenv/pkg-plist @@ -280,12 +280,16 @@ libexec/pyenv-plugins/python-build/share/python-build/3.13.9 libexec/pyenv-plugins/python-build/share/python-build/3.13.9t libexec/pyenv-plugins/python-build/share/python-build/3.13.10 libexec/pyenv-plugins/python-build/share/python-build/3.13.10t +libexec/pyenv-plugins/python-build/share/python-build/3.13.11 +libexec/pyenv-plugins/python-build/share/python-build/3.13.11t libexec/pyenv-plugins/python-build/share/python-build/3.14t-dev libexec/pyenv-plugins/python-build/share/python-build/3.14-dev libexec/pyenv-plugins/python-build/share/python-build/3.14.0 libexec/pyenv-plugins/python-build/share/python-build/3.14.0t libexec/pyenv-plugins/python-build/share/python-build/3.14.1 libexec/pyenv-plugins/python-build/share/python-build/3.14.1t +libexec/pyenv-plugins/python-build/share/python-build/3.14.2 +libexec/pyenv-plugins/python-build/share/python-build/3.14.2t libexec/pyenv-plugins/python-build/share/python-build/3.15t-dev libexec/pyenv-plugins/python-build/share/python-build/3.15-dev libexec/pyenv-plugins/python-build/share/python-build/3.15.0a2 @@ -672,6 +676,11 @@ libexec/pyenv-plugins/python-build/share/python-build/miniconda3-%%PYTHON_VER%%- libexec/pyenv-plugins/python-build/share/python-build/miniconda3-%%PYTHON_VER%%-25.5.1-1 libexec/pyenv-plugins/python-build/share/python-build/miniconda3-%%PYTHON_VER%%-25.7.0-2 libexec/pyenv-plugins/python-build/share/python-build/miniconda3-%%PYTHON_VER%%-25.9.1-1 +libexec/pyenv-plugins/python-build/share/python-build/miniconda3-%%PYTHON_VER%%-25.9.1-3 +libexec/pyenv-plugins/python-build/share/python-build/miniconda3-3.10-25.9.1-3 +libexec/pyenv-plugins/python-build/share/python-build/miniconda3-3.12-25.9.1-3 +libexec/pyenv-plugins/python-build/share/python-build/miniconda3-3.13-25.9.1-3 +libexec/pyenv-plugins/python-build/share/python-build/miniconda3-3.9-25.9.1-3 libexec/pyenv-plugins/python-build/share/python-build/miniconda-2.2.2 libexec/pyenv-plugins/python-build/share/python-build/miniconda-3.0.0 libexec/pyenv-plugins/python-build/share/python-build/miniconda-3.0.4 diff --git a/dns/blocky/Makefile b/dns/blocky/Makefile index 8f5d6f532e1f..18e57405eb5e 100644 --- a/dns/blocky/Makefile +++ b/dns/blocky/Makefile @@ -1,7 +1,7 @@ PORTNAME= blocky DISTVERSIONPREFIX= v DISTVERSION= 0.28.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= eduardo@FreeBSD.org @@ -11,7 +11,7 @@ WWW= https://0xerr0r.github.io/blocky/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:modules USE_RC_SUBR= blocky GO_MODULE= github.com/0xERR0R/blocky diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index 31b013622b15..5861e4f57773 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -1,5 +1,5 @@ PORTNAME= nsd -DISTVERSION= 4.13.0 +DISTVERSION= 4.14.0 CATEGORIES= dns MASTER_SITES= https://www.nlnetlabs.nl/downloads/nsd/ diff --git a/dns/nsd/distinfo b/dns/nsd/distinfo index 9db878f9b786..37a6997b0bb0 100644 --- a/dns/nsd/distinfo +++ b/dns/nsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756891084 -SHA256 (nsd-4.13.0.tar.gz) = 83181b9cfee9495076f124926b28259e7f3911c4da80e17883c211c7e17cd04e -SIZE (nsd-4.13.0.tar.gz) = 1575303 +TIMESTAMP = 1764932488 +SHA256 (nsd-4.14.0.tar.gz) = 5d60e344002a9cc609ab71951a3cdb906314999e42f2a269044f27259ac2f12e +SIZE (nsd-4.14.0.tar.gz) = 1592844 diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index e6e18f94bff7..ae1e4a1f3b4d 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,7 +1,11 @@ PORTNAME= calligra DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= editors kde kde-applications +PATCH_SITES= https://invent.kde.org/office/calligra/-/commit/ +PATCHFILES= 45e8b302bce1d318f310ea13599d7ce84acc477e.patch:-p1 + MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite WWW= https://calligra.org/ diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo index 5ef7a905dd1f..bc7e462eb177 100644 --- a/editors/calligra/distinfo +++ b/editors/calligra/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1762264434 +TIMESTAMP = 1764829753 SHA256 (KDE/release-service/25.08.3/calligra-25.08.3.tar.xz) = 74fac78253c429853e99fae00bcf2b84332dbc3a8f538ccf70674259266b9251 SIZE (KDE/release-service/25.08.3/calligra-25.08.3.tar.xz) = 58045012 +SHA256 (KDE/release-service/25.08.3/45e8b302bce1d318f310ea13599d7ce84acc477e.patch) = cf621e71d0bcca57c9bdb9df3bfae7a0103b44ee229c8d82007a56f06b769e5b +SIZE (KDE/release-service/25.08.3/45e8b302bce1d318f310ea13599d7ce84acc477e.patch) = 6581 diff --git a/editors/gummi/Makefile b/editors/gummi/Makefile index 4ebc2b53e979..163dc718cec0 100644 --- a/editors/gummi/Makefile +++ b/editors/gummi/Makefile @@ -1,6 +1,6 @@ PORTNAME= gummi DISTVERSION= 0.8.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= https://github.com/alexandervdm/gummi/releases/download/${DISTVERSION}/ diff --git a/editors/kile/Makefile b/editors/kile/Makefile index c9b4c9ef1db8..34abff0e1cc7 100644 --- a/editors/kile/Makefile +++ b/editors/kile/Makefile @@ -1,7 +1,7 @@ PORTNAME= kile DISTVERSIONPREFIX= v DISTVERSION= 3.0b4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors kde MAINTAINER= kde@FreeBSD.org diff --git a/editors/setzer/Makefile b/editors/setzer/Makefile index c57b91fd7b74..cbe860a628e0 100644 --- a/editors/setzer/Makefile +++ b/editors/setzer/Makefile @@ -1,7 +1,7 @@ PORTNAME= setzer DISTVERSIONPREFIX= v DISTVERSION= 66 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/editors/texstudio/Makefile b/editors/texstudio/Makefile index 39d4ccedb48c..da37f0e7cda2 100644 --- a/editors/texstudio/Makefile +++ b/editors/texstudio/Makefile @@ -1,5 +1,6 @@ PORTNAME= texstudio DISTVERSION= 4.9.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= wen@FreeBSD.org diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index b095a0e39b07..8c21990c90ed 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,7 +1,7 @@ PORTNAME= texworks DISTVERSIONPREFIX= release- DISTVERSION= 0.6.7 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org diff --git a/emulators/es-de/Makefile b/emulators/es-de/Makefile index 290f6caea02d..a7ed324df49b 100644 --- a/emulators/es-de/Makefile +++ b/emulators/es-de/Makefile @@ -1,6 +1,7 @@ PORTNAME= es-de DISTVERSIONPREFIX= v DISTVERSION= 3.4.0 +PORTREVISION= 1 CATEGORIES= emulators MAINTAINER= bsdcode@disroot.org diff --git a/filesystems/py-libzfs/Makefile b/filesystems/py-libzfs/Makefile index 5b39bd449964..35bed6c55700 100644 --- a/filesystems/py-libzfs/Makefile +++ b/filesystems/py-libzfs/Makefile @@ -25,7 +25,7 @@ MAKE_ENV= freebsd_src=${SRC_BASE} .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1500018 || (${OSVERSION} >= 1401000 && ${OSVERSION} < 1500000)) +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401000 EXTRA_PATCHES+= ${FILESDIR}/extra-zpool-add.patch .endif @@ -35,7 +35,13 @@ IGNORE= requires kernel source files in ${SRC_BASE} .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400000 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 0b2ab0594997c44e80e3fdfe9d2add106d81149a.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/251 +PATCHFILES+= 0b2ab0594997c44e80e3fdfe9d2add106d81149a.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/251 +.endif + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500000 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 0ce0c8be75ae4c8873824b3c6e8f0a1736cd673b.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/297 +PATCHFILES+= 9882ea5d43407b3be71621a2988e7cdaaf87aa09.diff:-p1 # backport of https://github.com/truenas/py-libzfs/pull/297 .endif .include <bsd.port.mk> diff --git a/filesystems/py-libzfs/distinfo b/filesystems/py-libzfs/distinfo index 96872e080854..c6a97b79022b 100644 --- a/filesystems/py-libzfs/distinfo +++ b/filesystems/py-libzfs/distinfo @@ -1,5 +1,9 @@ -TIMESTAMP = 1734977733 +TIMESTAMP = 1764867359 SHA256 (truenas-py-libzfs-1.1.2023020700-c1bd4a0_GH0.tar.gz) = 23b2d6e1b6ed78be2d12068f9b1b0b01270afaaf0f017817a5fb109d358aa818 SIZE (truenas-py-libzfs-1.1.2023020700-c1bd4a0_GH0.tar.gz) = 99656 SHA256 (0b2ab0594997c44e80e3fdfe9d2add106d81149a.diff) = 1fb37c3a678dbaadd47999f7d29631824a404561ca5f2237613d2b22b42fa138 SIZE (0b2ab0594997c44e80e3fdfe9d2add106d81149a.diff) = 1453 +SHA256 (0ce0c8be75ae4c8873824b3c6e8f0a1736cd673b.diff) = 19b00cd7f7441ad705dba7b35c79cfc95eb2d1dd118636b74da6a1be581eb00c +SIZE (0ce0c8be75ae4c8873824b3c6e8f0a1736cd673b.diff) = 7515 +SHA256 (9882ea5d43407b3be71621a2988e7cdaaf87aa09.diff) = 337ac1dda8890935e582f36eff551813ecb5d1a74f9ffe7c9fa23c0a2a7badca +SIZE (9882ea5d43407b3be71621a2988e7cdaaf87aa09.diff) = 10116 diff --git a/graphics/R-cran-pdftools/Makefile b/graphics/R-cran-pdftools/Makefile index cc4112519709..3619fa816243 100644 --- a/graphics/R-cran-pdftools/Makefile +++ b/graphics/R-cran-pdftools/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdftools DISTVERSION= 3.6.0 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 4ef62a49a92f..c00d4a031cca 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.28.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index 18ca94f912b2..6e46cc63e7d2 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -1,6 +1,6 @@ PORTNAME= converseen DISTVERSIONPREFIX= v -DISTVERSION= 0.15.1.2 +DISTVERSION= 0.15.1.3 CATEGORIES= graphics MAINTAINER= fernape@FreeBSD.org diff --git a/graphics/converseen/distinfo b/graphics/converseen/distinfo index dcbddb33b5e4..53194b8f84f9 100644 --- a/graphics/converseen/distinfo +++ b/graphics/converseen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763835942 -SHA256 (Faster3ck-Converseen-v0.15.1.2_GH0.tar.gz) = 6ab3181603d246c5c2ad5817920b798df9d66377af3ef85164ba4aaf18376c3b -SIZE (Faster3ck-Converseen-v0.15.1.2_GH0.tar.gz) = 972579 +TIMESTAMP = 1764836270 +SHA256 (Faster3ck-Converseen-v0.15.1.3_GH0.tar.gz) = dc76e22e5f9f1c98d548e011f43a9a1a625a8bd7ed8f4830032162d093ca4767 +SIZE (Faster3ck-Converseen-v0.15.1.3_GH0.tar.gz) = 978713 diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile index 700fa595c41a..b3c86e1db0b6 100644 --- a/graphics/diff-pdf/Makefile +++ b/graphics/diff-pdf/Makefile @@ -1,7 +1,7 @@ PORTNAME= diff-pdf DISTVERSIONPREFIX= v DISTVERSION= 0.5.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= uzsolt@FreeBSD.org diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile index 46762347fdc8..20df4f110790 100644 --- a/graphics/dspdfviewer/Makefile +++ b/graphics/dspdfviewer/Makefile @@ -1,7 +1,7 @@ PORTNAME= dspdfviewer PORTVERSION= 1.15.1 DISTVERSIONPREFIX= v -PORTREVISION= 75 +PORTREVISION= 76 CATEGORIES= graphics MAINTAINER= fox@FreeBSD.org diff --git a/graphics/engauge-digitizer/Makefile b/graphics/engauge-digitizer/Makefile index 041de408675a..c68c38d82409 100644 --- a/graphics/engauge-digitizer/Makefile +++ b/graphics/engauge-digitizer/Makefile @@ -1,6 +1,7 @@ PORTNAME= engauge-digitizer DISTVERSIONPREFIX= v DISTVERSION= 12.9.1 +PORTREVISION= 1 CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 7d521843df20..933fe95a7347 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -1,6 +1,6 @@ PORTNAME= epdfview DISTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print gnome MAINTAINER= mew14930xvi@inbox.lv diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 972382c18e18..9c4371e079ae 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,5 +1,6 @@ PORTNAME= evince DISTVERSION= 48.1 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 3992e5d16ecc..9b5982206e1a 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.11.5 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 0ebe4e3f06e0..2988246fd50f 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -1,7 +1,7 @@ PORTNAME= geeqie DISTVERSIONPREFIX= v DISTVERSION= 2.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index dee5645bc2a1..e166f8c0260a 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,5 +1,6 @@ PORTNAME= gegl DISTVERSION= 0.4.64 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index 5d58a504ff67..b113a4c97fd8 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -1,5 +1,5 @@ PORTNAME= geoserver -DISTVERSION= 2.28.0 +DISTVERSION= 2.28.1 CATEGORIES= graphics geography java MASTER_SITES= SF/${PORTNAME}/GeoServer/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-bin @@ -30,13 +30,13 @@ GEODIRS= data_dir etc lib logs modules resources webapps PLIST_SUB= BATIK=1.18 \ ECLIPSE=2.15.0 \ G="${GEOSERVERDIR:S,^${PREFIX}/,,}" \ - GT=34.0 \ - GWC=1.28.0 \ - IMAGEIO=2.0.0 \ + GT=34.1 \ + GWC=1.28.1 \ + IMAGEIO=2.0.1 \ JACKSON=2.19.0 \ JETTY=10.0.25 \ JNA=5.17.0 \ - JT=0.9.0 \ + JT=0.9.1 \ MVER=${PORTVERSION} \ SI=2.2 \ SPRING=5.3.39 \ diff --git a/graphics/geoserver/distinfo b/graphics/geoserver/distinfo index 36c0f94baeb9..1eca8e2e1a46 100644 --- a/graphics/geoserver/distinfo +++ b/graphics/geoserver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761412299 -SHA256 (geoserver-2.28.0-bin.zip) = 4053c22b68dc0b7277d718e9bd6f3207932612678536eb241d9ff61a189ee22b -SIZE (geoserver-2.28.0-bin.zip) = 123697517 +TIMESTAMP = 1765019003 +SHA256 (geoserver-2.28.1-bin.zip) = c25974e4a3cc55fa591a7c9b0712de187de96a7f2ae1e5b2f05e2fe72e4ddc69 +SIZE (geoserver-2.28.1-bin.zip) = 123768851 diff --git a/graphics/geoserver/pkg-plist b/graphics/geoserver/pkg-plist index 6c4cc8028c8b..51cfed038f14 100644 --- a/graphics/geoserver/pkg-plist +++ b/graphics/geoserver/pkg-plist @@ -603,7 +603,7 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/binarize-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/border-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/buffer-%%JT%%.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/checker-qual-3.49.3.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/checker-qual-3.49.5.jar %%G%%/webapps/%%G%%/WEB-INF/lib/classbreaks-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/classifier-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/colorconvert-%%JT%%.jar @@ -806,7 +806,7 @@ %%G%%/webapps/%%G%%/WEB-INF/lib/picocontainer-1.2.jar %%G%%/webapps/%%G%%/WEB-INF/lib/piecewise-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/pngj-2.0.1.jar -%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-42.7.7.jar +%%G%%/webapps/%%G%%/WEB-INF/lib/postgresql-42.7.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/re2j-1.8.jar %%G%%/webapps/%%G%%/WEB-INF/lib/rendered-image-browser-%%JT%%.jar %%G%%/webapps/%%G%%/WEB-INF/lib/rescale-%%JT%%.jar diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index bf9386d2191c..4c7b82af4ad9 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -1,6 +1,6 @@ PORTNAME= gimp DISTVERSION= 2.10.38 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index 4654ac5e32c5..db88158a6ffb 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -1,6 +1,6 @@ PORTNAME= gimp DISTVERSION= 3.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} PKGNAMESUFFIX= 3-app diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 56192f05997c..264c4f18c0d5 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -1,5 +1,5 @@ PORTNAME= glslang -DISTVERSION= 16.0.0 +DISTVERSION= 16.1.0 CATEGORIES= graphics MAINTAINER= tagattie@FreeBSD.org diff --git a/graphics/glslang/distinfo b/graphics/glslang/distinfo index 6fd5cf6d0a17..a7178d6ab2d5 100644 --- a/graphics/glslang/distinfo +++ b/graphics/glslang/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759143356 -SHA256 (KhronosGroup-glslang-16.0.0_GH0.tar.gz) = 172385478520335147d3b03a1587424af0935398184095f24beab128a254ecc7 -SIZE (KhronosGroup-glslang-16.0.0_GH0.tar.gz) = 4190536 +TIMESTAMP = 1765070879 +SHA256 (KhronosGroup-glslang-16.1.0_GH0.tar.gz) = 32c605822ed63a0cdc2d24f318c3d912fa14e58573aff1d8eac0cf69f1a6b6d2 +SIZE (KhronosGroup-glslang-16.1.0_GH0.tar.gz) = 4244796 diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index d5a25f0ee0a2..13fc794c9fe7 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,6 +1,6 @@ PORTNAME= graphviz PORTVERSION= 14.0.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics tk MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${PORTVERSION}/ diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index 0834913768ef..97ffc710ba7d 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -1,6 +1,6 @@ PORTNAME= impressive DISTVERSION= 0.13.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/Impressive/${DISTVERSION}/ DISTNAME= Impressive-${DISTVERSION} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ec65c88af467..d8d546950688 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,9 +1,14 @@ PORTNAME= inkscape DISTVERSION= 1.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ +PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/-/merge_requests/ +PATCHFILES= 7261.patch:-p1 +PATCHFILES+= 7449.patch:-p1 +PATCHFILES+= 7502.patch:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor WWW= https://inkscape.org diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 1624044a0d7c..6b98458c6abf 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1749560080 +TIMESTAMP = 1764741928 SHA256 (inkscape-1.4.2.tar.xz) = 2000530c7917e5260c9e8575a7154ff6926643d2006487d714e304a963f0c782 SIZE (inkscape-1.4.2.tar.xz) = 53278452 +SHA256 (7261.patch) = 975b5b569d978146e8970a31a7d4f18917201ef5edb0620d919c803deba7707c +SIZE (7261.patch) = 5243 +SHA256 (7449.patch) = b6611c4a0b765b95f618c9f2e02dfb7d56ae3e09b98f0423f05149b69f43d697 +SIZE (7449.patch) = 11351 +SHA256 (7502.patch) = fdbb2720c89adb4f2ff6bf57dcfe2e27bcdd40f01af531dd0663ca439187a69f +SIZE (7502.patch) = 3587 diff --git a/graphics/katarakt/Makefile b/graphics/katarakt/Makefile index 7e8443f8665e..c007eed1af8b 100644 --- a/graphics/katarakt/Makefile +++ b/graphics/katarakt/Makefile @@ -1,6 +1,6 @@ PORTNAME= katarakt PORTVERSION= 0.2 -PORTREVISION= 32 +PORTREVISION= 33 CATEGORIES= graphics MAINTAINER= kurt@kmk-computers.de diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index a5879f47e4c8..a7420087a194 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -1,5 +1,6 @@ PORTNAME= krita DISTVERSION= 5.2.13 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} DIST_SUBDIR= KDE/${PORTNAME} diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 776500c05729..ea61ca319ff3 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -1,5 +1,6 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index 71fa2eaf0a7b..524905760039 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -1,7 +1,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.4.3 DISTVERSIONPREFIX= Natron- -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index 5af824673834..b990d0106f6c 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -1,7 +1,7 @@ PORTNAME= osg PORTVERSION= 3.6.5 DISTVERSIONPREFIX= OpenSceneGraph- -PORTREVISION= 82 +PORTREVISION= 83 CATEGORIES= graphics MAINTAINER= fluffy@FreeBSD.org diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile index a676086d37b9..939636b1fd31 100644 --- a/graphics/pdf2svg/Makefile +++ b/graphics/pdf2svg/Makefile @@ -1,7 +1,7 @@ PORTNAME= pdf2svg DISTVERSIONPREFIX= v DISTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= martin.dieringer@gmx.de diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile index bb7c7bf553e8..4067a71202b1 100644 --- a/graphics/pdfpc/Makefile +++ b/graphics/pdfpc/Makefile @@ -1,7 +1,7 @@ PORTNAME= pdfpc DISTVERSIONPREFIX= v DISTVERSION= 4.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= bapt@FreeBSD.org diff --git a/graphics/photoqt/Makefile b/graphics/photoqt/Makefile index 6b542822a75f..de941da77df9 100644 --- a/graphics/photoqt/Makefile +++ b/graphics/photoqt/Makefile @@ -1,7 +1,7 @@ PORTNAME= photoqt DISTVERSIONPREFIX= v DISTVERSION= 3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MAINTAINER= melanhit@gmail.com diff --git a/graphics/poppler-glib/pkg-plist b/graphics/poppler-glib/pkg-plist index 08b64963ccd7..58fd03fd56bb 100644 --- a/graphics/poppler-glib/pkg-plist +++ b/graphics/poppler-glib/pkg-plist @@ -16,6 +16,6 @@ include/poppler/glib/poppler.h lib/girepository-1.0/Poppler-0.18.typelib lib/libpoppler-glib.so lib/libpoppler-glib.so.8 -lib/libpoppler-glib.so.8.29.0 +lib/libpoppler-glib.so.8.31.0 libdata/pkgconfig/poppler-glib.pc share/gir-1.0/Poppler-0.18.gir diff --git a/graphics/poppler-qt5/pkg-plist b/graphics/poppler-qt5/pkg-plist index f6c2ea2ecf4c..84b5da57331a 100644 --- a/graphics/poppler-qt5/pkg-plist +++ b/graphics/poppler-qt5/pkg-plist @@ -9,5 +9,5 @@ include/poppler/qt5/poppler-qt5.h include/poppler/qt5/poppler-version.h lib/libpoppler-qt5.so lib/libpoppler-qt5.so.1 -lib/libpoppler-qt5.so.1.38.0 +lib/libpoppler-qt5.so.1.39.0 libdata/pkgconfig/poppler-qt5.pc diff --git a/graphics/poppler-qt6/pkg-plist b/graphics/poppler-qt6/pkg-plist index 799a56b8851b..a4fea298027b 100644 --- a/graphics/poppler-qt6/pkg-plist +++ b/graphics/poppler-qt6/pkg-plist @@ -10,5 +10,5 @@ include/poppler/qt6/poppler-qt6.h include/poppler/qt6/poppler-version.h lib/libpoppler-qt6.so lib/libpoppler-qt6.so.3 -lib/libpoppler-qt6.so.3.10.0 +lib/libpoppler-qt6.so.3.11.0 libdata/pkgconfig/poppler-qt6.pc diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index b9f33da335bc..add7e0b93f64 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -1,6 +1,5 @@ PORTNAME= poppler -DISTVERSION= 25.04.0 -PORTREVISION= 2 +DISTVERSION= 25.10.0 CATEGORIES= graphics print MASTER_SITES= https://poppler.freedesktop.org/ @@ -57,7 +56,7 @@ CMAKE_OFF+= ${_POPPLER_SLAVES:N${_SLAVE_PORT}:tu:S/^/ENABLE_/} PORTSCOUT= limitw:1,even USES+= iconv CMAKE_ON+= ENABLE_CPP -PLIST_SUB+= SHLIB_VER=148 +PLIST_SUB+= SHLIB_VER=154 OPTIONS_DEFINE= CURL OPENJPEG GNUPG OPTIONS_DEFAULT= OPENJPEG GNUPG diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo index 2c310994dfb2..c57e6528ce42 100644 --- a/graphics/poppler/distinfo +++ b/graphics/poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744042785 -SHA256 (poppler-25.04.0.tar.xz) = b010c596dce127fba88532fd2f1043e55ea30601767952d0f2c0a80e7dc0da3d -SIZE (poppler-25.04.0.tar.xz) = 1957260 +TIMESTAMP = 1764268443 +SHA256 (poppler-25.10.0.tar.xz) = 6b5e9bb64dabb15787a14db1675291c7afaf9387438cc93a4fb7f6aec4ee6fe0 +SIZE (poppler-25.10.0.tar.xz) = 1985796 diff --git a/graphics/poppler/files/patch-poppler_FlateStream.cc b/graphics/poppler/files/patch-poppler_FlateStream.cc deleted file mode 100644 index 5e1b2da32a64..000000000000 --- a/graphics/poppler/files/patch-poppler_FlateStream.cc +++ /dev/null @@ -1,33 +0,0 @@ ---- poppler/FlateStream.cc.orig 2025-04-09 19:16:40 UTC -+++ poppler/FlateStream.cc -@@ -133,18 +133,22 @@ int FlateStream::fill_buffer() - return 0; - } - --GooString *FlateStream::getPSFilter(int psLevel, const char *indent) -+std::optional<std::string> FlateStream::getPSFilter(int psLevel, const char *indent) - { -- GooString *s; -- - if (psLevel < 3 || pred) { -- return NULL; -+ return std::nullopt; - } -- if (!(s = str->getPSFilter(psLevel, indent))) { -- return NULL; -+ -+ auto inner = str->getPSFilter(psLevel, indent); -+ if (!inner.has_value()) { -+ return std::nullopt; - } -- s->append(indent)->append("<< >> /FlateDecode filter\n"); -- return s; -+ -+ std::string result = *inner; -+ result.append(indent); -+ result.append("<< >> /FlateDecode filter\n"); -+ -+ return result; - } - - bool FlateStream::isBinary(bool last) const diff --git a/graphics/poppler/files/patch-poppler_FlateStream.h b/graphics/poppler/files/patch-poppler_FlateStream.h deleted file mode 100644 index a8909b42032e..000000000000 --- a/graphics/poppler/files/patch-poppler_FlateStream.h +++ /dev/null @@ -1,11 +0,0 @@ ---- poppler/FlateStream.h.orig 2025-04-09 19:14:40 UTC -+++ poppler/FlateStream.h -@@ -45,7 +45,7 @@ class FlateStream : public FilterStream (public) - int lookChar() override; - int getRawChar() override; - void getRawChars(int nChars, int *buffer) override; -- GooString *getPSFilter(int psLevel, const char *indent) override; -+ std::optional<std::string> getPSFilter(int psLevel, const char *indent) override; - bool isBinary(bool last = true) const override; - - private: diff --git a/graphics/poppler/pkg-plist b/graphics/poppler/pkg-plist index 58019476d0d8..bcb50437f3a6 100644 --- a/graphics/poppler/pkg-plist +++ b/graphics/poppler/pkg-plist @@ -113,7 +113,7 @@ include/poppler/splash/SplashPattern.h include/poppler/splash/SplashTypes.h lib/libpoppler-cpp.so lib/libpoppler-cpp.so.2 -lib/libpoppler-cpp.so.2.1.0 +lib/libpoppler-cpp.so.2.2.0 lib/libpoppler.so lib/libpoppler.so.%%SHLIB_VER%% lib/libpoppler.so.%%SHLIB_VER%%.0.0 diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 3827aea9bb9a..15ed053decce 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -1,5 +1,6 @@ PORTNAME= pqiv PORTVERSION= 2.13.3 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org diff --git a/graphics/py-img2pdf/Makefile b/graphics/py-img2pdf/Makefile index e1d7c4e34aa8..6b42d79626ac 100644 --- a/graphics/py-img2pdf/Makefile +++ b/graphics/py-img2pdf/Makefile @@ -1,5 +1,6 @@ PORTNAME= img2pdf DISTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pdf2image/Makefile b/graphics/py-pdf2image/Makefile index 07149f27b7da..aa8a170dfd07 100644 --- a/graphics/py-pdf2image/Makefile +++ b/graphics/py-pdf2image/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdf2image PORTVERSION= 1.17.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index 907b010a0d10..82d739b7a562 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -1,7 +1,7 @@ PORTNAME= python-poppler-qt5 DISTVERSIONPREFIX= v DISTVERSION= 21.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index 87efa8d5c40b..502985f088d1 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -1,6 +1,6 @@ PORTNAME= QComicBook PORTVERSION= 0.9.1 -PORTREVISION= 52 +PORTREVISION= 53 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 81f78de12fda..c4e8a535c2f6 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,6 +1,6 @@ PORTNAME= sane-backends DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= https://gitlab.com/-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/ diff --git a/graphics/tikzit/Makefile b/graphics/tikzit/Makefile index db16bf16d517..d39192316d0d 100644 --- a/graphics/tikzit/Makefile +++ b/graphics/tikzit/Makefile @@ -1,7 +1,7 @@ PORTNAME= tikzit DISTVERSIONPREFIX= v DISTVERSION= 2.1.6 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= graphics MAINTAINER= lwhsu@FreeBSD.org diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 745eaf8da546..ced8b41b2446 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -1,5 +1,6 @@ PORTNAME= vips PORTVERSION= 8.17.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSION}/ diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 37bf0fcdcde0..4d0bba6d19e9 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -1,6 +1,6 @@ PORTNAME= xournal PORTVERSION= 0.4.8.2016 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index d09c0c64ddcb..662fa73c2086 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -1,6 +1,7 @@ PORTNAME= xournalpp DISTVERSIONPREFIX= v DISTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/xreader/Makefile b/graphics/xreader/Makefile index fb5a98ac678d..21919814dbfe 100644 --- a/graphics/xreader/Makefile +++ b/graphics/xreader/Makefile @@ -1,5 +1,6 @@ PORTNAME= xreader PORTVERSION= 4.6.0 +PORTREVISION= 1 CATEGORIES= graphics print gnome DIST_SUBDIR= gnome diff --git a/graphics/yacreader/Makefile b/graphics/yacreader/Makefile index 757f90b66d63..4a740975ccaf 100644 --- a/graphics/yacreader/Makefile +++ b/graphics/yacreader/Makefile @@ -1,6 +1,6 @@ PORTNAME= yacreader DISTVERSION= 9.15.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= https://github.com/YACReader/${PORTNAME}/releases/download/${DISTVERSION}/ EXTRACT_SUFX= -src.tar.xz diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index ba036f297bc2..7f1a5cfd3425 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -1,5 +1,6 @@ PORTNAME= zathura-pdf-poppler DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-poppler/download/ diff --git a/mail/p5-Sisimai/Makefile b/mail/p5-Sisimai/Makefile index 7f37f222fbd5..a3151d39ca75 100644 --- a/mail/p5-Sisimai/Makefile +++ b/mail/p5-Sisimai/Makefile @@ -1,6 +1,6 @@ PORTNAME= Sisimai DISTVERSIONPREFIX= v -DISTVERSION= 5.4.1 +DISTVERSION= 5.5.0 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AKXLIX diff --git a/mail/p5-Sisimai/distinfo b/mail/p5-Sisimai/distinfo index 2bd15bca13dc..982f41f6a2d1 100644 --- a/mail/p5-Sisimai/distinfo +++ b/mail/p5-Sisimai/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757518537 -SHA256 (Sisimai-v5.4.1.tar.gz) = 43249a16e99fd3e792aad31d3dddbd9925d5fcdb49f6c62807a894c18decbdf6 -SIZE (Sisimai-v5.4.1.tar.gz) = 1098478 +TIMESTAMP = 1765098464 +SHA256 (Sisimai-v5.5.0.tar.gz) = 97d1987cd595a1ae9ebce044608328d026e26231829efa0617b00e1fab78cd53 +SIZE (Sisimai-v5.5.0.tar.gz) = 1123394 diff --git a/mail/p5-Sisimai/pkg-plist b/mail/p5-Sisimai/pkg-plist index ff45b9385e7e..d9518f6a13f4 100644 --- a/mail/p5-Sisimai/pkg-plist +++ b/mail/p5-Sisimai/pkg-plist @@ -25,15 +25,16 @@ %%SITE_PERL%%/Sisimai/Lhost/GoogleGroups.pm %%SITE_PERL%%/Sisimai/Lhost/GoogleWorkspace.pm %%SITE_PERL%%/Sisimai/Lhost/IMailServer.pm -%%SITE_PERL%%/Sisimai/Lhost/InterScanMSS.pm %%SITE_PERL%%/Sisimai/Lhost/KDDI.pm %%SITE_PERL%%/Sisimai/Lhost/MailFoundry.pm -%%SITE_PERL%%/Sisimai/Lhost/MailMarshalSMTP.pm +%%SITE_PERL%%/Sisimai/Lhost/MailMarshal.pm %%SITE_PERL%%/Sisimai/Lhost/MessagingServer.pm +%%SITE_PERL%%/Sisimai/Lhost/Mimecast.pm %%SITE_PERL%%/Sisimai/Lhost/Notes.pm %%SITE_PERL%%/Sisimai/Lhost/OpenSMTPD.pm %%SITE_PERL%%/Sisimai/Lhost/Postfix.pm %%SITE_PERL%%/Sisimai/Lhost/Sendmail.pm +%%SITE_PERL%%/Sisimai/Lhost/TrendMicro.pm %%SITE_PERL%%/Sisimai/Lhost/V5sendmail.pm %%SITE_PERL%%/Sisimai/Lhost/Verizon.pm %%SITE_PERL%%/Sisimai/Lhost/X1.pm @@ -116,6 +117,7 @@ %%SITE_PERL%%/Sisimai/Rhost/Spectrum.pm %%SITE_PERL%%/Sisimai/Rhost/Tencent.pm %%SITE_PERL%%/Sisimai/Rhost/YahooInc.pm +%%SITE_PERL%%/Sisimai/Rhost/Zoho.pm %%SITE_PERL%%/Sisimai/SMTP.pm %%SITE_PERL%%/Sisimai/SMTP/Command.pm %%SITE_PERL%%/Sisimai/SMTP/Failure.pm @@ -151,15 +153,16 @@ %%PERL5_MAN3%%/Sisimai::Lhost::GoogleGroups.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::GoogleWorkspace.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::IMailServer.3.gz -%%PERL5_MAN3%%/Sisimai::Lhost::InterScanMSS.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::KDDI.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::MailFoundry.3.gz -%%PERL5_MAN3%%/Sisimai::Lhost::MailMarshalSMTP.3.gz +%%PERL5_MAN3%%/Sisimai::Lhost::MailMarshal.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::MessagingServer.3.gz +%%PERL5_MAN3%%/Sisimai::Lhost::Mimecast.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::Notes.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::OpenSMTPD.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::Postfix.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::Sendmail.3.gz +%%PERL5_MAN3%%/Sisimai::Lhost::TrendMicro.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::V5sendmail.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::Verizon.3.gz %%PERL5_MAN3%%/Sisimai::Lhost::X1.3.gz @@ -242,6 +245,7 @@ %%PERL5_MAN3%%/Sisimai::Rhost::Spectrum.3.gz %%PERL5_MAN3%%/Sisimai::Rhost::Tencent.3.gz %%PERL5_MAN3%%/Sisimai::Rhost::YahooInc.3.gz +%%PERL5_MAN3%%/Sisimai::Rhost::Zoho.3.gz %%PERL5_MAN3%%/Sisimai::SMTP.3.gz %%PERL5_MAN3%%/Sisimai::SMTP::Command.3.gz %%PERL5_MAN3%%/Sisimai::SMTP::Failure.3.gz diff --git a/mail/textmail/Makefile b/mail/textmail/Makefile index b5548f049e5d..bdc45a782a9f 100644 --- a/mail/textmail/Makefile +++ b/mail/textmail/Makefile @@ -1,6 +1,6 @@ PORTNAME= textmail PORTVERSION= 20070803 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= mail MASTER_SITES= http://raf.org/textmail/ diff --git a/math/cantor/Makefile b/math/cantor/Makefile index c5a8629aeb7f..f71fc0ad3913 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,5 +1,6 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 1ca1f9de6b67..05d1ea205de3 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 CATEGORIES= math MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@FreeBSD.org COMMENT= The GNU Scientific Library - mathematical libs WWW= https://www.gnu.org/software/gsl diff --git a/math/labplot/Makefile b/math/labplot/Makefile index 9f6e5de41e59..25ffbf107824 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -1,5 +1,6 @@ PORTNAME= labplot DISTVERSION= 2.12.1 +PORTREVISION= 1 CATEGORIES= math kde MASTER_SITES= KDE/stable/${PORTNAME}/ DIST_SUBDIR= KDE/${PORTNAME} diff --git a/math/saga/Makefile b/math/saga/Makefile index e992d9c580f2..3190196eef11 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,5 +1,5 @@ PORTNAME= saga -PORTVERSION= 9.10.1 +PORTVERSION= 9.10.2 CATEGORIES= math MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/([0-9]).*/\1/1}/SAGA%20-%20${PORTVERSION} MAINTAINER= rhurlin@FreeBSD.org @@ -35,7 +35,7 @@ DOS2UNIX_GLOB= *.cpp *.h *.txt USE_LDCONFIG= yes USE_WX= 3.2+ -GIT_TAGNAME= 03006d893 +GIT_TAGNAME= c4a591f4f CMAKE_ARGS= -DSVM_INCLUDE:PATH=${LOCALBASE}/include/svm.h \ -DWITH_TOOLS_PDAL:BOOL=TRUE diff --git a/math/saga/distinfo b/math/saga/distinfo index 818f78f61e58..cc3dbbf1120a 100644 --- a/math/saga/distinfo +++ b/math/saga/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762436955 -SHA256 (saga-9.10.1.tar.gz) = e95eca49d694dd391db06afa965ed0f28487effac8b604ab80dec58e7f9ff5d3 -SIZE (saga-9.10.1.tar.gz) = 10787842 +TIMESTAMP = 1764964879 +SHA256 (saga-9.10.2.tar.gz) = 7ec307d9d5c4d30d43b086090b746c713fda0c361e7b05cba3a3012c22f6cc2a +SIZE (saga-9.10.2.tar.gz) = 10797332 diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index ff674df648b0..14c5b6737bfc 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-doc-all -PORTVERSION= 20251018 +PORTVERSION= 20251204 PORTEPOCH= 1 CATEGORIES= misc docs diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index b8eec3dacfeb..f06eb32ae204 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-doc -PORTVERSION= 20251018 +PORTVERSION= 20251204 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/doceng diff --git a/misc/freebsd-doc-en/distinfo b/misc/freebsd-doc-en/distinfo index c67ca7c92e33..315899d650e4 100644 --- a/misc/freebsd-doc-en/distinfo +++ b/misc/freebsd-doc-en/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760772803 -SHA256 (freebsd-doc-20251018.tar.gz) = 55283a9aea7c7718d61ed50aff35c48275e349e02ac91b83d02e808bb1f75ad8 -SIZE (freebsd-doc-20251018.tar.gz) = 45899567 +TIMESTAMP = 1764940692 +SHA256 (freebsd-doc-20251204.tar.gz) = a0445176828e1d4bb00e1ca96f1a9aebd88fef606b9f79ab5dc46906b149e6f9 +SIZE (freebsd-doc-20251204.tar.gz) = 47291873 diff --git a/misc/freebsd-doc-en/pkg-plist b/misc/freebsd-doc-en/pkg-plist index d04ed6daa8f2..ca6882143601 100644 --- a/misc/freebsd-doc-en/pkg-plist +++ b/misc/freebsd-doc-en/pkg-plist @@ -37,6 +37,17 @@ %%HTML%%%%DOCBASE%%/en/articles/vinum/index.html %%HTML%%%%DOCBASE%%/en/articles/vm-design/index.html %%HTML%%%%DOCBASE%%/en/articles/vpn-ipsec/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/blindness/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/book/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/colors/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/development/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/help/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/lowvision/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/parti/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/partii/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/preface/index.html +%%HTML%%%%DOCBASE%%/en/books/accessibility/virtual-terminal/index.html %%HTML%%%%DOCBASE%%/en/books/arch-handbook/bibliography/index.html %%HTML%%%%DOCBASE%%/en/books/arch-handbook/book/index.html %%HTML%%%%DOCBASE%%/en/books/arch-handbook/boot/index.html @@ -990,6 +1001,7 @@ %%HTML%%%%DOCBASE%%/pgpkeys/tobez.key %%HTML%%%%DOCBASE%%/pgpkeys/tobik.key %%HTML%%%%DOCBASE%%/pgpkeys/tota.key +%%HTML%%%%DOCBASE%%/pgpkeys/tpearson.key %%HTML%%%%DOCBASE%%/pgpkeys/trevor.key %%HTML%%%%DOCBASE%%/pgpkeys/trhodes.key %%HTML%%%%DOCBASE%%/pgpkeys/trociny.key @@ -1002,8 +1014,8 @@ %%HTML%%%%DOCBASE%%/pgpkeys/uzsolt.key %%HTML%%%%DOCBASE%%/pgpkeys/vanilla.key %%HTML%%%%DOCBASE%%/pgpkeys/vd.key -%%HTML%%%%DOCBASE%%/pgpkeys/vexeduxr.key %%HTML%%%%DOCBASE%%/pgpkeys/versus.key +%%HTML%%%%DOCBASE%%/pgpkeys/vexeduxr.key %%HTML%%%%DOCBASE%%/pgpkeys/vg.key %%HTML%%%%DOCBASE%%/pgpkeys/viny.key %%HTML%%%%DOCBASE%%/pgpkeys/vishwin.key @@ -1080,6 +1092,7 @@ %%PDF%%%%DOCBASE%%/en/articles/vinum/vinum_en.pdf %%PDF%%%%DOCBASE%%/en/articles/vm-design/vm-design_en.pdf %%PDF%%%%DOCBASE%%/en/articles/vpn-ipsec/vpn-ipsec_en.pdf +%%PDF%%%%DOCBASE%%/en/books/accessibility/accessibility_en.pdf %%PDF%%%%DOCBASE%%/en/books/arch-handbook/arch-handbook_en.pdf %%PDF%%%%DOCBASE%%/en/books/design-44bsd/design-44bsd_en.pdf %%PDF%%%%DOCBASE%%/en/books/dev-model/dev-model_en.pdf diff --git a/misc/freebsd-doc-ru/pkg-plist b/misc/freebsd-doc-ru/pkg-plist index a8a68b08b556..de628040a5e1 100644 --- a/misc/freebsd-doc-ru/pkg-plist +++ b/misc/freebsd-doc-ru/pkg-plist @@ -29,6 +29,8 @@ %%HTML%%%%DOCBASE%%/ru/articles/port-mentor-guidelines/index.html %%HTML%%%%DOCBASE%%/ru/articles/pr-guidelines/index.html %%HTML%%%%DOCBASE%%/ru/articles/problem-reports/index.html +%%HTML%%%%DOCBASE%%/ru/articles/rc-scripting/index.html +%%HTML%%%%DOCBASE%%/ru/articles/rc-scripting/rc-scripting_ru.pdf %%HTML%%%%DOCBASE%%/ru/articles/releng/index.html %%HTML%%%%DOCBASE%%/ru/articles/remote-install/index.html %%HTML%%%%DOCBASE%%/ru/articles/serial-uart/index.html @@ -106,16 +108,20 @@ %%HTML%%%%DOCBASE%%/ru/books/handbook/book/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/boot/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/bsdinstall/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/colophon/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/config/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/cutting-edge/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/desktop/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/disks/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/dtrace/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/eresources/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/filesystems/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/firewalls/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/geom/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/glossary/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/introduction/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/jails/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/kernelconfig/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/l10n/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/linuxemu/index.html @@ -124,6 +130,7 @@ %%HTML%%%%DOCBASE%%/ru/books/handbook/mirrors/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/multimedia/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/network-servers/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/network/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/parti/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/partii/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/partiii/index.html @@ -136,8 +143,12 @@ %%HTML%%%%DOCBASE%%/ru/books/handbook/printing/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/security/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/serialcomms/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/usb-device-mode/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/virtualization/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/wayland/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/wine/index.html %%HTML%%%%DOCBASE%%/ru/books/handbook/x11/index.html +%%HTML%%%%DOCBASE%%/ru/books/handbook/zfs/index.html %%HTML%%%%DOCBASE%%/ru/books/porters-handbook/book/index.html %%HTML%%%%DOCBASE%%/ru/books/porters-handbook/index.html %%HTML%%%%DOCBASE%%/ru/books/porters-handbook/flavors/index.html diff --git a/misc/gitlogue/Makefile b/misc/gitlogue/Makefile index 984d55a45071..1788f47314ac 100644 --- a/misc/gitlogue/Makefile +++ b/misc/gitlogue/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlogue DISTVERSIONPREFIX= v -DISTVERSION= 0.4.1 +DISTVERSION= 0.5.0 CATEGORIES= misc MAINTAINER= nxjoseph@protonmail.com diff --git a/misc/gitlogue/Makefile.crates b/misc/gitlogue/Makefile.crates index d7919e13fa78..57146c2a9e03 100644 --- a/misc/gitlogue/Makefile.crates +++ b/misc/gitlogue/Makefile.crates @@ -18,6 +18,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ cfg-if-1.0.4 \ cfg_aliases-0.2.1 \ chrono-0.4.42 \ + chrono-english-0.1.8 \ clap-4.5.53 \ clap_builder-4.5.53 \ clap_derive-4.5.49 \ @@ -120,6 +121,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ rustix-1.1.2 \ rustversion-1.0.22 \ ryu-1.0.20 \ + scanlex-0.1.4 \ scopeguard-1.2.0 \ serde-1.0.228 \ serde_core-1.0.228 \ @@ -165,12 +167,14 @@ CARGO_CRATES= aho-corasick-1.1.4 \ tree-sitter-json-0.24.8 \ tree-sitter-kotlin-ng-1.1.0 \ tree-sitter-language-0.1.5 \ + tree-sitter-lua-0.2.0 \ tree-sitter-md-0.5.1 \ tree-sitter-php-0.24.2 \ tree-sitter-python-0.25.0 \ tree-sitter-ruby-0.23.1 \ tree-sitter-rust-0.24.0 \ tree-sitter-scala-0.24.0 \ + tree-sitter-svelte-ng-1.0.2 \ tree-sitter-swift-0.7.1 \ tree-sitter-typescript-0.23.2 \ tree-sitter-xml-0.7.0 \ diff --git a/misc/gitlogue/distinfo b/misc/gitlogue/distinfo index f8b45006af7e..2caa6bc36dbb 100644 --- a/misc/gitlogue/distinfo +++ b/misc/gitlogue/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764273633 +TIMESTAMP = 1764533616 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -39,6 +39,8 @@ SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chrono-0.4.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 SIZE (rust/crates/chrono-0.4.42.crate) = 238174 +SHA256 (rust/crates/chrono-english-0.1.8.crate) = 38a56613410c9249673f4676ab8d27c70949814accb27b6b738009e2ff1034a1 +SIZE (rust/crates/chrono-english-0.1.8.crate) = 16744 SHA256 (rust/crates/clap-4.5.53.crate) = c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8 SIZE (rust/crates/clap-4.5.53.crate) = 62036 SHA256 (rust/crates/clap_builder-4.5.53.crate) = d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00 @@ -243,6 +245,8 @@ SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029 SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/scanlex-0.1.4.crate) = 088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db +SIZE (rust/crates/scanlex-0.1.4.crate) = 10496 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e @@ -333,6 +337,8 @@ SHA256 (rust/crates/tree-sitter-kotlin-ng-1.1.0.crate) = e800ebbda938acfbf224f4d SIZE (rust/crates/tree-sitter-kotlin-ng-1.1.0.crate) = 1113824 SHA256 (rust/crates/tree-sitter-language-0.1.5.crate) = c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8 SIZE (rust/crates/tree-sitter-language-0.1.5.crate) = 1887 +SHA256 (rust/crates/tree-sitter-lua-0.2.0.crate) = 5cdb9adf0965fec58e7660cbb3a059dbb12ebeec9459e6dcbae3db004739641e +SIZE (rust/crates/tree-sitter-lua-0.2.0.crate) = 40860 SHA256 (rust/crates/tree-sitter-md-0.5.1.crate) = 2b55ea8733e098490746a07d6f629d1f7820e8953a4aab1341ae39123bcdf93d SIZE (rust/crates/tree-sitter-md-0.5.1.crate) = 322189 SHA256 (rust/crates/tree-sitter-php-0.24.2.crate) = 0d8c17c3ab69052c5eeaa7ff5cd972dd1bc25d1b97ee779fec391ad3b5df5592 @@ -345,6 +351,8 @@ SHA256 (rust/crates/tree-sitter-rust-0.24.0.crate) = 4b9b18034c684a2420722be8b2a SIZE (rust/crates/tree-sitter-rust-0.24.0.crate) = 361995 SHA256 (rust/crates/tree-sitter-scala-0.24.0.crate) = 7516aeb3d1f40ede8e3045b163e86993b3434514dd06c34c0b75e782d9a0b251 SIZE (rust/crates/tree-sitter-scala-0.24.0.crate) = 1190329 +SHA256 (rust/crates/tree-sitter-svelte-ng-1.0.2.crate) = ef0a71f9cf5e94373cc86c64893630c8a29bb25d3390a248268d08af2165fa37 +SIZE (rust/crates/tree-sitter-svelte-ng-1.0.2.crate) = 38847 SHA256 (rust/crates/tree-sitter-swift-0.7.1.crate) = 4ef216011c3e3df4fa864736f347cb8d509b1066cf0c8549fb1fd81ac9832e59 SIZE (rust/crates/tree-sitter-swift-0.7.1.crate) = 946906 SHA256 (rust/crates/tree-sitter-typescript-0.23.2.crate) = 6c5f76ed8d947a75cc446d5fccd8b602ebf0cde64ccf2ffa434d873d7a575eff @@ -469,5 +477,5 @@ SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3 SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 -SHA256 (unhappychoice-gitlogue-v0.4.1_GH0.tar.gz) = 0e1733b19f8e7c43ef7051a92a3c6518bbb56ab6b42ed30a82b7c068e469d02f -SIZE (unhappychoice-gitlogue-v0.4.1_GH0.tar.gz) = 82445779 +SHA256 (unhappychoice-gitlogue-v0.5.0_GH0.tar.gz) = 2c100e599064d14078b504d214db01b8bd602657e9e5f77f5308af89119aa9f4 +SIZE (unhappychoice-gitlogue-v0.5.0_GH0.tar.gz) = 82449559 diff --git a/misc/gitlogue/files/patch-Cargo.lock b/misc/gitlogue/files/patch-Cargo.lock index f129037ff388..6ac72c714998 100644 --- a/misc/gitlogue/files/patch-Cargo.lock +++ b/misc/gitlogue/files/patch-Cargo.lock @@ -1,6 +1,6 @@ ---- Cargo.lock.orig 2025-11-27 19:57:35 UTC +--- Cargo.lock.orig 2025-11-30 11:22:47 UTC +++ Cargo.lock -@@ -963,15 +963,6 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00 +@@ -976,15 +976,6 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00 checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] @@ -16,7 +16,7 @@ name = "openssl-sys" version = "0.9.111" source = "registry+https://github.com/rust-lang/crates.io-index" -@@ -979,7 +970,6 @@ dependencies = [ +@@ -992,7 +983,6 @@ dependencies = [ dependencies = [ "cc", "libc", diff --git a/misc/gitlogue/files/patch-Cargo.toml b/misc/gitlogue/files/patch-Cargo.toml index cadb63835120..053787c1306f 100644 --- a/misc/gitlogue/files/patch-Cargo.toml +++ b/misc/gitlogue/files/patch-Cargo.toml @@ -1,11 +1,11 @@ ---- Cargo.toml.orig 2025-11-27 19:56:36 UTC +--- Cargo.toml.orig 2025-11-30 11:22:47 UTC +++ Cargo.toml -@@ -24,7 +24,7 @@ exclude = [ - ] - - [dependencies] +@@ -31,7 +31,7 @@ dirs = "6.0" + crossterm = "0.29" + ctrlc = { version = "3.4", features = ["termination"] } + dirs = "6.0" -git2 = { version = "0.20", features = ["vendored-openssl", "vendored-libgit2"] } +git2 = { version = "0.20", features = ["vendored-libgit2"] } + globset = "0.4" + rand = "0.9" ratatui = "0.29" - crossterm = "0.29" - tree-sitter = "0.25" diff --git a/misc/hwdata/Makefile b/misc/hwdata/Makefile index 5579a8bdd285..7f3aa8ecca53 100644 --- a/misc/hwdata/Makefile +++ b/misc/hwdata/Makefile @@ -1,6 +1,6 @@ PORTNAME= hwdata DISTVERSIONPREFIX= v -DISTVERSION= 0.401 +DISTVERSION= 0.402 PORTEPOCH= 1 CATEGORIES= misc diff --git a/misc/hwdata/distinfo b/misc/hwdata/distinfo index 73215358c322..29a28a5bc64e 100644 --- a/misc/hwdata/distinfo +++ b/misc/hwdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762507128 -SHA256 (vcrhonek-hwdata-v0.401_GH0.tar.gz) = e9ff93b9807cc014ed8f7f5cb5dc2c31e714058c82ddc59b7355f5c57c9b759e -SIZE (vcrhonek-hwdata-v0.401_GH0.tar.gz) = 2535884 +TIMESTAMP = 1764858994 +SHA256 (vcrhonek-hwdata-v0.402_GH0.tar.gz) = e390fe2f5f5ef7ed9ccbe62eb7cd40d4ee2b57389e7869c0dc96433c81812e7a +SIZE (vcrhonek-hwdata-v0.402_GH0.tar.gz) = 2562227 diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index d6ab6fea1f98..364761dc8018 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,5 +1,5 @@ PORTNAME= Business-ISBN-Data -PORTVERSION= 20251121.001 +PORTVERSION= 20251205.001 CATEGORIES= misc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BRIANDFOY diff --git a/misc/p5-Business-ISBN-Data/distinfo b/misc/p5-Business-ISBN-Data/distinfo index 2576d31635aa..ecd397f9426e 100644 --- a/misc/p5-Business-ISBN-Data/distinfo +++ b/misc/p5-Business-ISBN-Data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763806478 -SHA256 (Business-ISBN-Data-20251121.001.tar.gz) = 3640f0d8a9fd23af8cdf74941c5f8b3088865f3c1941e670c78a1ca3635331dc -SIZE (Business-ISBN-Data-20251121.001.tar.gz) = 37392 +TIMESTAMP = 1765099292 +SHA256 (Business-ISBN-Data-20251205.001.tar.gz) = 107b9c8344817a396d86ca8c80989fec7cbebe67eb8299ca421f9670f2aeb056 +SIZE (Business-ISBN-Data-20251205.001.tar.gz) = 37401 diff --git a/misc/py-huggingface-hub/Makefile b/misc/py-huggingface-hub/Makefile index 9d1e187655e6..16237e81c79f 100644 --- a/misc/py-huggingface-hub/Makefile +++ b/misc/py-huggingface-hub/Makefile @@ -1,5 +1,5 @@ PORTNAME= huggingface-hub -DISTVERSION= 1.1.6 +DISTVERSION= 1.2.1 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-huggingface-hub/distinfo b/misc/py-huggingface-hub/distinfo index 25b775175748..9c35394df9b2 100644 --- a/misc/py-huggingface-hub/distinfo +++ b/misc/py-huggingface-hub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510872 -SHA256 (huggingface_hub-1.1.6.tar.gz) = e1beacb611d74a8189b4c5298e8675fb518256af73b38143171f6efa7d822cf6 -SIZE (huggingface_hub-1.1.6.tar.gz) = 607477 +TIMESTAMP = 1765025401 +SHA256 (huggingface_hub-1.2.1.tar.gz) = 1aced061fa1bd443c0ec80a4af432b8b70041d54860f7af334ceff599611a415 +SIZE (huggingface_hub-1.2.1.tar.gz) = 614603 diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 97ea96d7d03f..a7aa72afcaeb 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -1,5 +1,6 @@ PORTNAME= tellico DISTVERSION= 4.1.3 +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= http://tellico-project.org/files/ diff --git a/multimedia/py-mat2/Makefile b/multimedia/py-mat2/Makefile index c4b390000a8a..a3006241cead 100644 --- a/multimedia/py-mat2/Makefile +++ b/multimedia/py-mat2/Makefile @@ -1,5 +1,6 @@ PORTNAME= mat2 DISTVERSION= 0.14.0 +PORTREVISION= 1 CATEGORIES= multimedia audio graphics textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-im/flare/Makefile b/net-im/flare/Makefile index 742fe8bb8917..8fb8860d385a 100644 --- a/net-im/flare/Makefile +++ b/net-im/flare/Makefile @@ -1,5 +1,5 @@ PORTNAME= flare -DISTVERSION= 0.17.3 +DISTVERSION= 0.17.5 CATEGORIES= net-im MAINTAINER= nxjoseph@protonmail.com @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ RUN_DEPENDS= gnome-keyring:security/gnome-keyring \ noto-emoji>=0:x11-fonts/noto-emoji -USES= cargo gettext-tools gnome meson pkgconfig python:build +USES= cargo gettext-tools gnome meson pkgconfig python:build ssl USE_GITLAB= yes GL_ACCOUNT= schmiddi-on-mobile USE_GNOME= cairo gdkpixbuf gtk40 gtksourceview5 libadwaita libxml2 pango diff --git a/net-im/flare/Makefile.crates b/net-im/flare/Makefile.crates index 425eef86d6c4..266130b3885b 100644 --- a/net-im/flare/Makefile.crates +++ b/net-im/flare/Makefile.crates @@ -1,23 +1,24 @@ -CARGO_CRATES= addr2line-0.25.1 \ - adler2-2.0.1 \ +CARGO_CRATES= adler2-2.0.1 \ aead-0.5.2 \ aes-0.8.4 \ aes-gcm-0.10.3 \ aes-gcm-siv-0.11.1 \ - aho-corasick-1.1.3 \ + aho-corasick-1.1.4 \ + aligned-0.4.2 \ aligned-vec-0.6.4 \ allocator-api2-0.2.21 \ android_system_properties-0.1.5 \ anstream-0.6.21 \ anstyle-1.0.13 \ anstyle-parse-0.2.7 \ - anstyle-query-1.1.4 \ - anstyle-wincon-3.0.10 \ + anstyle-query-1.1.5 \ + anstyle-wincon-3.0.11 \ anyhow-1.0.100 \ arbitrary-1.4.2 \ arg_enum_proc_macro-0.3.4 \ argon2-0.5.3 \ arrayvec-0.7.6 \ + as-slice-0.2.1 \ ashpd-0.11.0 \ assert_matches-1.5.0 \ async-broadcast-0.7.2 \ @@ -27,32 +28,31 @@ CARGO_CRATES= addr2line-0.25.1 \ atoi-2.0.0 \ atomic-waker-1.1.2 \ autocfg-1.5.0 \ - av1-grain-0.2.4 \ + av-scenechange-0.14.1 \ + av1-grain-0.2.5 \ avif-serialize-0.8.6 \ - backtrace-0.3.76 \ base64-0.22.1 \ base64ct-1.8.0 \ bincode-1.3.3 \ bit_field-0.10.3 \ - bitflags-2.9.4 \ - bitstream-io-2.6.0 \ + bitflags-2.10.0 \ + bitstream-io-4.9.0 \ blake2-0.10.6 \ block-0.1.6 \ block-buffer-0.10.4 \ block-padding-0.3.3 \ - built-0.7.7 \ + built-0.8.0 \ bumpalo-3.19.0 \ bytemuck-1.24.0 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ - bytes-1.10.1 \ + bytes-1.11.0 \ cairo-rs-0.20.12 \ cairo-sys-rs-0.20.10 \ cbc-0.1.2 \ - cc-1.2.40 \ - cfg-expr-0.15.8 \ - cfg-expr-0.20.3 \ - cfg-if-1.0.3 \ + cc-1.2.46 \ + cfg-expr-0.20.4 \ + cfg-if-1.0.4 \ cfg_aliases-0.2.1 \ chrono-0.4.42 \ cipher-0.4.4 \ @@ -63,6 +63,7 @@ CARGO_CRATES= addr2line-0.25.1 \ const-str-0.6.4 \ core-foundation-sys-0.8.7 \ core-models-0.0.3 \ + core2-0.4.0 \ cpufeatures-0.2.17 \ crc-3.3.0 \ crc-catalog-2.4.0 \ @@ -72,7 +73,7 @@ CARGO_CRATES= addr2line-0.25.1 \ crossbeam-queue-0.3.12 \ crossbeam-utils-0.8.21 \ crunchy-0.2.4 \ - crypto-common-0.1.6 \ + crypto-common-0.1.7 \ ctr-0.9.2 \ data-encoding-2.9.0 \ data-encoding-macro-0.1.18 \ @@ -89,7 +90,7 @@ CARGO_CRATES= addr2line-0.25.1 \ endi-1.1.0 \ enumflags2-0.7.12 \ enumflags2_derive-0.7.12 \ - env_filter-0.1.3 \ + env_filter-0.1.4 \ env_logger-0.11.8 \ equator-0.4.2 \ equator-macro-0.4.2 \ @@ -98,16 +99,16 @@ CARGO_CRATES= addr2line-0.25.1 \ etcetera-0.8.0 \ event-listener-5.4.1 \ event-listener-strategy-0.5.4 \ - exr-1.73.0 \ + exr-1.74.0 \ fastrand-2.3.0 \ fax-0.2.6 \ fax_derive-0.2.0 \ fdeflate-0.3.7 \ fiat-crypto-0.2.9 \ field-offset-0.3.6 \ - find-msvc-tools-0.1.3 \ + find-msvc-tools-0.1.5 \ fixedbitset-0.5.7 \ - flate2-1.1.4 \ + flate2-1.1.5 \ flume-0.11.1 \ fnv-1.0.7 \ foldhash-0.1.5 \ @@ -133,12 +134,11 @@ CARGO_CRATES= addr2line-0.25.1 \ gdk4-x11-sys-0.9.6 \ generic-array-0.14.7 \ getrandom-0.2.16 \ - getrandom-0.3.3 \ - gettext-rs-0.7.2 \ - gettext-sys-0.22.5 \ + getrandom-0.3.4 \ + gettext-rs-0.7.7 \ + gettext-sys-0.26.0 \ ghash-0.5.1 \ - gif-0.13.3 \ - gimli-0.32.3 \ + gif-0.14.0 \ gio-0.20.12 \ gio-sys-0.20.10 \ glib-0.20.12 \ @@ -152,7 +152,7 @@ CARGO_CRATES= addr2line-0.25.1 \ gtk4-0.9.7 \ gtk4-macros-0.9.5 \ gtk4-sys-0.9.6 \ - half-2.6.0 \ + half-2.7.1 \ hashbrown-0.15.5 \ hashbrown-0.16.0 \ hashlink-0.10.0 \ @@ -166,7 +166,7 @@ CARGO_CRATES= addr2line-0.25.1 \ hex-0.4.3 \ hkdf-0.12.4 \ hmac-0.12.1 \ - home-0.5.11 \ + home-0.5.12 \ hpke-rs-0.3.0 \ hpke-rs-crypto-0.3.0 \ html-escape-0.2.13 \ @@ -174,42 +174,40 @@ CARGO_CRATES= addr2line-0.25.1 \ http-body-1.0.1 \ http-body-util-0.1.3 \ httparse-1.10.1 \ - hyper-1.7.0 \ + hyper-1.8.1 \ hyper-rustls-0.27.7 \ - hyper-util-0.1.17 \ + hyper-util-0.1.18 \ iana-time-zone-0.1.64 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-2.0.0 \ - icu_locale_core-2.0.0 \ - icu_normalizer-2.0.0 \ - icu_normalizer_data-2.0.0 \ - icu_properties-2.0.1 \ - icu_properties_data-2.0.1 \ - icu_provider-2.0.0 \ + icu_collections-2.1.1 \ + icu_locale_core-2.1.1 \ + icu_normalizer-2.1.1 \ + icu_normalizer_data-2.1.1 \ + icu_properties-2.1.1 \ + icu_properties_data-2.1.1 \ + icu_provider-2.1.1 \ idna-1.1.0 \ idna_adapter-1.2.1 \ - image-0.25.8 \ + image-0.25.9 \ image-webp-0.2.4 \ imgref-1.12.0 \ - indexmap-2.11.4 \ + indexmap-2.12.0 \ inout-0.1.4 \ interpolate_name-0.2.4 \ - io-uring-0.7.10 \ ipnet-2.11.0 \ - iri-string-0.7.8 \ - is_terminal_polyfill-1.70.1 \ - itertools-0.12.1 \ + iri-string-0.7.9 \ + is_terminal_polyfill-1.70.2 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.15 \ - jiff-static-0.2.15 \ + jiff-0.2.16 \ + jiff-static-0.2.16 \ jobserver-0.1.34 \ - js-sys-0.3.81 \ + js-sys-0.3.82 \ lazy_static-1.5.0 \ lebe-0.5.3 \ libadwaita-0.7.2 \ libadwaita-sys-0.7.2 \ - libc-0.2.176 \ + libc-0.2.177 \ libcrux-hacl-rs-0.0.2 \ libcrux-hkdf-0.0.2 \ libcrux-hmac-0.0.2 \ @@ -231,7 +229,7 @@ CARGO_CRATES= addr2line-0.25.1 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.11.0 \ - litemap-0.8.0 \ + litemap-0.8.1 \ locale_config-0.3.0 \ lock_api-0.4.14 \ log-0.4.28 \ @@ -247,30 +245,30 @@ CARGO_CRATES= addr2line-0.25.1 \ mime_guess-2.0.5 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ - mio-1.0.4 \ - moxcms-0.7.6 \ + mio-1.1.0 \ + moxcms-0.7.9 \ multimap-0.10.1 \ new_debug_unreachable-1.0.6 \ nix-0.30.1 \ nom-7.1.3 \ + nom-8.0.0 \ noop_proc_macro-0.3.0 \ num-0.4.3 \ num-bigint-0.4.6 \ - num-bigint-dig-0.8.4 \ + num-bigint-dig-0.8.6 \ num-complex-0.4.6 \ num-derive-0.4.2 \ num-integer-0.1.46 \ num-iter-0.1.45 \ num-rational-0.4.2 \ num-traits-0.2.19 \ - num_enum-0.7.4 \ - num_enum_derive-0.7.4 \ + num_enum-0.7.5 \ + num_enum_derive-0.7.5 \ objc-0.2.7 \ objc-foundation-0.1.1 \ objc_id-0.1.1 \ - object-0.37.3 \ once_cell-1.21.3 \ - once_cell_polyfill-1.70.1 \ + once_cell_polyfill-1.70.2 \ oncemutex-0.1.1 \ oo7-0.4.3 \ opaque-debug-0.3.1 \ @@ -301,7 +299,7 @@ CARGO_CRATES= addr2line-0.25.1 \ polyval-0.6.2 \ portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ - potential_utf-0.1.3 \ + potential_utf-0.1.4 \ ppv-lite86-0.2.21 \ prettyplease-0.2.37 \ proc-macro-crate-3.4.0 \ @@ -309,7 +307,7 @@ CARGO_CRATES= addr2line-0.25.1 \ proc-macro-error-attr-1.0.4 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ - proc-macro2-1.0.101 \ + proc-macro2-1.0.103 \ profiling-1.0.17 \ profiling-procmacros-1.0.17 \ prost-0.13.5 \ @@ -320,7 +318,7 @@ CARGO_CRATES= addr2line-0.25.1 \ protobuf-codegen-3.7.2 \ protobuf-parse-3.7.2 \ protobuf-support-3.7.2 \ - pxfm-0.1.24 \ + pxfm-0.1.25 \ qoi-0.4.1 \ qrcode-generator-5.0.0 \ qrcodegen-1.8.0 \ @@ -329,7 +327,7 @@ CARGO_CRATES= addr2line-0.25.1 \ quinn-0.11.9 \ quinn-proto-0.11.13 \ quinn-udp-0.5.14 \ - quote-1.0.41 \ + quote-1.0.42 \ r-efi-5.3.0 \ rand-0.8.5 \ rand-0.9.2 \ @@ -337,29 +335,28 @@ CARGO_CRATES= addr2line-0.25.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - rav1e-0.7.1 \ - ravif-0.11.20 \ + rav1e-0.8.1 \ + ravif-0.12.0 \ rayon-1.11.0 \ rayon-core-1.13.0 \ redox_syscall-0.5.18 \ - regex-1.11.3 \ - regex-automata-0.4.11 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ regex-cache-0.2.1 \ regex-syntax-0.6.29 \ - regex-syntax-0.8.6 \ - reqwest-0.12.23 \ + regex-syntax-0.8.8 \ + reqwest-0.12.24 \ reqwest-websocket-0.4.4 \ rgb-0.8.52 \ ring-0.17.14 \ - rsa-0.9.8 \ - rustc-demangle-0.1.26 \ + rsa-0.9.9 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ rustix-0.38.44 \ rustix-1.1.2 \ - rustls-0.23.32 \ - rustls-pki-types-1.12.0 \ - rustls-webpki-0.103.7 \ + rustls-0.23.35 \ + rustls-pki-types-1.13.0 \ + rustls-webpki-0.103.8 \ rustversion-1.0.22 \ ryu-1.0.20 \ scopeguard-1.2.0 \ @@ -369,7 +366,7 @@ CARGO_CRATES= addr2line-0.25.1 \ serde_derive-1.0.228 \ serde_json-1.0.145 \ serde_repr-0.1.20 \ - serde_spanned-0.6.9 \ + serde_spanned-1.0.3 \ serde_urlencoded-0.7.1 \ sha1-0.10.6 \ sha2-0.10.9 \ @@ -381,7 +378,7 @@ CARGO_CRATES= addr2line-0.25.1 \ simd_helpers-0.1.0 \ slab-0.4.11 \ smallvec-1.15.1 \ - socket2-0.6.0 \ + socket2-0.6.1 \ sorted-vec-0.8.10 \ sourceview5-0.9.1 \ sourceview5-sys-0.9.0 \ @@ -394,20 +391,18 @@ CARGO_CRATES= addr2line-0.25.1 \ sqlx-mysql-0.8.6 \ sqlx-postgres-0.8.6 \ sqlx-sqlite-0.8.6 \ - stable_deref_trait-1.2.0 \ + stable_deref_trait-1.2.1 \ static_assertions-1.1.0 \ stringprep-0.1.5 \ strum-0.26.3 \ strum_macros-0.26.4 \ subtle-2.6.1 \ syn-1.0.109 \ - syn-2.0.106 \ + syn-2.0.110 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ - system-deps-6.2.2 \ - system-deps-7.0.5 \ - target-lexicon-0.12.16 \ - target-lexicon-0.13.2 \ + system-deps-7.0.7 \ + target-lexicon-0.13.3 \ temp-dir-0.1.16 \ tempfile-3.23.0 \ thiserror-1.0.69 \ @@ -415,20 +410,19 @@ CARGO_CRATES= addr2line-0.25.1 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.17 \ tiff-0.10.3 \ - tinystr-0.8.1 \ + tinystr-0.8.2 \ tinyvec-1.10.0 \ tinyvec_macros-0.1.1 \ - tokio-1.47.1 \ - tokio-macros-2.5.0 \ + tokio-1.48.0 \ + tokio-macros-2.6.0 \ tokio-rustls-0.26.4 \ tokio-stream-0.1.17 \ - tokio-util-0.7.16 \ - toml-0.8.23 \ - toml_datetime-0.6.11 \ - toml_datetime-0.7.2 \ - toml_edit-0.22.27 \ - toml_edit-0.23.6 \ - toml_parser-1.0.3 \ + tokio-util-0.7.17 \ + toml-0.9.8 \ + toml_datetime-0.7.3 \ + toml_edit-0.23.7 \ + toml_parser-1.0.4 \ + toml_writer-1.0.4 \ tower-0.5.2 \ tower-http-0.6.6 \ tower-layer-0.3.3 \ @@ -443,9 +437,9 @@ CARGO_CRATES= addr2line-0.25.1 \ uds_windows-1.1.0 \ unicase-2.8.1 \ unicode-bidi-0.3.18 \ - unicode-ident-1.0.19 \ - unicode-normalization-0.1.24 \ - unicode-properties-0.1.3 \ + unicode-ident-1.0.22 \ + unicode-normalization-0.1.25 \ + unicode-properties-0.1.4 \ universal-hash-0.5.1 \ untrusted-0.9.0 \ url-2.5.7 \ @@ -456,23 +450,21 @@ CARGO_CRATES= addr2line-0.25.1 \ uuid-1.18.1 \ v_frame-0.3.9 \ vcpkg-0.2.15 \ - version-compare-0.2.0 \ + version-compare-0.2.1 \ version_check-0.9.5 \ want-0.3.1 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasi-0.14.7+wasi-0.2.4 \ wasip2-1.0.1+wasi-0.2.4 \ wasite-0.1.0 \ - wasm-bindgen-0.2.104 \ - wasm-bindgen-backend-0.2.104 \ - wasm-bindgen-futures-0.4.54 \ - wasm-bindgen-macro-0.2.104 \ - wasm-bindgen-macro-support-0.2.104 \ - wasm-bindgen-shared-0.2.104 \ + wasm-bindgen-0.2.105 \ + wasm-bindgen-futures-0.4.55 \ + wasm-bindgen-macro-0.2.105 \ + wasm-bindgen-macro-support-0.2.105 \ + wasm-bindgen-shared-0.2.105 \ wasm-streams-0.4.2 \ - web-sys-0.3.81 \ + web-sys-0.3.82 \ web-time-1.1.0 \ - weezl-0.1.10 \ + weezl-0.1.12 \ which-4.4.2 \ whoami-1.6.1 \ winapi-0.3.9 \ @@ -517,12 +509,13 @@ CARGO_CRATES= addr2line-0.25.1 \ windows_x86_64_msvc-0.53.1 \ winnow-0.7.13 \ wit-bindgen-0.46.0 \ - writeable-0.6.1 \ + writeable-0.6.2 \ x25519-dalek-2.0.1 \ - yoke-0.8.0 \ - yoke-derive-0.8.0 \ - zbus-5.11.0 \ - zbus_macros-5.11.0 \ + y4m-0.8.0 \ + yoke-0.8.1 \ + yoke-derive-0.8.1 \ + zbus-5.12.0 \ + zbus_macros-5.12.0 \ zbus_names-4.2.0 \ zerocopy-0.8.27 \ zerocopy-derive-0.8.27 \ @@ -530,18 +523,20 @@ CARGO_CRATES= addr2line-0.25.1 \ zerofrom-derive-0.1.6 \ zeroize-1.8.2 \ zeroize_derive-1.4.2 \ - zerotrie-0.2.2 \ - zerovec-0.11.4 \ - zerovec-derive-0.11.1 \ + zerotrie-0.2.3 \ + zerovec-0.11.5 \ + zerovec-derive-0.11.2 \ zune-core-0.4.12 \ + zune-core-0.5.0 \ zune-inflate-0.2.54 \ zune-jpeg-0.4.21 \ - zvariant-5.7.0 \ - zvariant_derive-5.7.0 \ + zune-jpeg-0.5.5 \ + zvariant-5.8.0 \ + zvariant_derive-5.8.0 \ zvariant_utils-3.2.1 \ blurhash@git+https://github.com/whisperfish/blurhash-rs?rev=2135e10\#2135e101377e514266358b3e67adab37e736bb8a \ curve25519-dalek,curve25519-dalek-derive@git+https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3\#7c6d34756355a3566a704da84dce7b1c039a6572 \ - presage,presage-store-sqlite@git+https://github.com/whisperfish/presage.git?rev=559591c0e5886f101d3c25c27d8010214e9ea0c3\#559591c0e5886f101d3c25c27d8010214e9ea0c3 \ + presage,presage-store-sqlite@git+https://github.com/whisperfish/presage.git?rev=194148f88ccf595c089474294bc3ff685b4e1b00\#194148f88ccf595c089474294bc3ff685b4e1b00 \ libsignal-service@git+https://github.com/whisperfish/libsignal-service-rs.git?rev=0a3bea3fb81599590bf3a54dc00f0a93f36f56e6\#0a3bea3fb81599590bf3a54dc00f0a93f36f56e6 \ spqr@git+https://github.com/signalapp/SparsePostQuantumRatchet.git?tag=v1.2.0\#99a759a3fd40cd9304459fb007fcf177db9ed207 \ libsignal-account-keys,libsignal-core,libsignal-protocol,poksho,signal-crypto,zkcredential,zkgroup@git+https://github.com/signalapp/libsignal?tag=v0.83.0\#eb7e0e7d18c76b29a0de706ed8932730f68b677e diff --git a/net-im/flare/distinfo b/net-im/flare/distinfo index e7dee88b6b20..634cafdb84a7 100644 --- a/net-im/flare/distinfo +++ b/net-im/flare/distinfo @@ -1,6 +1,4 @@ -TIMESTAMP = 1763046359 -SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b -SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 +TIMESTAMP = 1764967108 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0 @@ -11,8 +9,10 @@ SHA256 (rust/crates/aes-gcm-0.10.3.crate) = 831010a0f742e1209b3bcea8fab6a8e14905 SIZE (rust/crates/aes-gcm-0.10.3.crate) = 148991 SHA256 (rust/crates/aes-gcm-siv-0.11.1.crate) = ae0784134ba9375416d469ec31e7c5f9fa94405049cf08c5ce5b4698be673e0d SIZE (rust/crates/aes-gcm-siv-0.11.1.crate) = 26633 -SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 -SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 +SHA256 (rust/crates/aligned-0.4.2.crate) = 377e4c0ba83e4431b10df45c1d4666f178ea9c552cac93e60c3a88bf32785923 +SIZE (rust/crates/aligned-0.4.2.crate) = 8519 SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -25,10 +25,10 @@ SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07 SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 SHA256 (rust/crates/anstyle-parse-0.2.7.crate) = 4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2 SIZE (rust/crates/anstyle-parse-0.2.7.crate) = 21707 -SHA256 (rust/crates/anstyle-query-1.1.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2 -SIZE (rust/crates/anstyle-query-1.1.4.crate) = 10192 -SHA256 (rust/crates/anstyle-wincon-3.0.10.crate) = 3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a -SIZE (rust/crates/anstyle-wincon-3.0.10.crate) = 12558 +SHA256 (rust/crates/anstyle-query-1.1.5.crate) = 40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc +SIZE (rust/crates/anstyle-query-1.1.5.crate) = 10264 +SHA256 (rust/crates/anstyle-wincon-3.0.11.crate) = 291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d +SIZE (rust/crates/anstyle-wincon-3.0.11.crate) = 12638 SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1 @@ -39,6 +39,8 @@ SHA256 (rust/crates/argon2-0.5.3.crate) = 3c3610892ee6e0cbce8ae2700349fcf8f98adb SIZE (rust/crates/argon2-0.5.3.crate) = 28795 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 +SHA256 (rust/crates/as-slice-0.2.1.crate) = 516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516 +SIZE (rust/crates/as-slice-0.2.1.crate) = 6942 SHA256 (rust/crates/ashpd-0.11.0.crate) = 6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df SIZE (rust/crates/ashpd-0.11.0.crate) = 115010 SHA256 (rust/crates/assert_matches-1.5.0.crate) = 9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9 @@ -57,12 +59,12 @@ SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 -SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8 -SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 +SHA256 (rust/crates/av-scenechange-0.14.1.crate) = 0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394 +SIZE (rust/crates/av-scenechange-0.14.1.crate) = 462353 +SHA256 (rust/crates/av1-grain-0.2.5.crate) = 8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8 +SIZE (rust/crates/av1-grain-0.2.5.crate) = 37997 SHA256 (rust/crates/avif-serialize-0.8.6.crate) = 47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f SIZE (rust/crates/avif-serialize-0.8.6.crate) = 14185 -SHA256 (rust/crates/backtrace-0.3.76.crate) = bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6 -SIZE (rust/crates/backtrace-0.3.76.crate) = 89458 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba @@ -71,10 +73,10 @@ SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462c SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bit_field-0.10.3.crate) = 1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6 SIZE (rust/crates/bit_field-0.10.3.crate) = 11173 -SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 -SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 -SHA256 (rust/crates/bitstream-io-2.6.0.crate) = 6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2 -SIZE (rust/crates/bitstream-io-2.6.0.crate) = 38256 +SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 +SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 +SHA256 (rust/crates/bitstream-io-4.9.0.crate) = 60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757 +SIZE (rust/crates/bitstream-io-4.9.0.crate) = 65217 SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe SIZE (rust/crates/blake2-0.10.6.crate) = 47234 SHA256 (rust/crates/block-0.1.6.crate) = 0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a @@ -83,8 +85,8 @@ SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996a SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/block-padding-0.3.3.crate) = a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93 SIZE (rust/crates/block-padding-0.3.3.crate) = 8504 -SHA256 (rust/crates/built-0.7.7.crate) = 56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b -SIZE (rust/crates/built-0.7.7.crate) = 29776 +SHA256 (rust/crates/built-0.8.0.crate) = f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64 +SIZE (rust/crates/built-0.8.0.crate) = 35112 SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/bytemuck-1.24.0.crate) = 1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4 @@ -93,22 +95,20 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353 SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 -SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a -SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/bytes-1.11.0.crate) = b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3 +SIZE (rust/crates/bytes-1.11.0.crate) = 78391 SHA256 (rust/crates/cairo-rs-0.20.12.crate) = 91e3bd0f4e25afa9cabc157908d14eeef9067d6448c49414d17b3fb55f0eadd0 SIZE (rust/crates/cairo-rs-0.20.12.crate) = 58079 SHA256 (rust/crates/cairo-sys-rs-0.20.10.crate) = 059cc746549898cbfd9a47754288e5a958756650ef4652bbb6c5f71a6bda4f8b SIZE (rust/crates/cairo-sys-rs-0.20.10.crate) = 14424 SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 SIZE (rust/crates/cbc-0.1.2.crate) = 23501 -SHA256 (rust/crates/cc-1.2.40.crate) = e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb -SIZE (rust/crates/cc-1.2.40.crate) = 91094 -SHA256 (rust/crates/cfg-expr-0.15.8.crate) = d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02 -SIZE (rust/crates/cfg-expr-0.15.8.crate) = 42108 -SHA256 (rust/crates/cfg-expr-0.20.3.crate) = 1a2c5f3bf25ec225351aa1c8e230d04d880d3bd89dea133537dafad4ae291e5c -SIZE (rust/crates/cfg-expr-0.20.3.crate) = 44845 -SHA256 (rust/crates/cfg-if-1.0.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 -SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 +SHA256 (rust/crates/cc-1.2.46.crate) = b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36 +SIZE (rust/crates/cc-1.2.46.crate) = 92306 +SHA256 (rust/crates/cfg-expr-0.20.4.crate) = 9acd0bdbbf4b2612d09f52ba61da432140cb10930354079d0d53fafc12968726 +SIZE (rust/crates/cfg-expr-0.20.4.crate) = 44896 +SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 SHA256 (rust/crates/chrono-0.4.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 @@ -129,6 +129,8 @@ SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f2807 SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/core-models-0.0.3.crate) = 94950e87ea550d6d68f1993f3e7bebc8cb7235157bff84337d46195c3aa0b3f0 SIZE (rust/crates/core-models-0.0.3.crate) = 31996 +SHA256 (rust/crates/core2-0.4.0.crate) = b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505 +SIZE (rust/crates/core2-0.4.0.crate) = 37075 SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 SHA256 (rust/crates/crc-3.3.0.crate) = 9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675 @@ -147,8 +149,8 @@ SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aa SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crunchy-0.2.4.crate) = 460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5 SIZE (rust/crates/crunchy-0.2.4.crate) = 3887 -SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 -SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 +SHA256 (rust/crates/crypto-common-0.1.7.crate) = 78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a +SIZE (rust/crates/crypto-common-0.1.7.crate) = 9619 SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476 @@ -181,8 +183,8 @@ SHA256 (rust/crates/enumflags2-0.7.12.crate) = 1027f7680c853e056ebcec683615fb6fb SIZE (rust/crates/enumflags2-0.7.12.crate) = 17544 SHA256 (rust/crates/enumflags2_derive-0.7.12.crate) = 67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827 SIZE (rust/crates/enumflags2_derive-0.7.12.crate) = 8573 -SHA256 (rust/crates/env_filter-0.1.3.crate) = 186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0 -SIZE (rust/crates/env_filter-0.1.3.crate) = 15191 +SHA256 (rust/crates/env_filter-0.1.4.crate) = 1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2 +SIZE (rust/crates/env_filter-0.1.4.crate) = 15281 SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 SHA256 (rust/crates/equator-0.4.2.crate) = 4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc @@ -199,8 +201,8 @@ SHA256 (rust/crates/event-listener-5.4.1.crate) = e13b66accf52311f30a0db42147dad SIZE (rust/crates/event-listener-5.4.1.crate) = 43782 SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 -SHA256 (rust/crates/exr-1.73.0.crate) = f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0 -SIZE (rust/crates/exr-1.73.0.crate) = 244371 +SHA256 (rust/crates/exr-1.74.0.crate) = 4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be +SIZE (rust/crates/exr-1.74.0.crate) = 248890 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fax-0.2.6.crate) = f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab @@ -213,12 +215,12 @@ SHA256 (rust/crates/fiat-crypto-0.2.9.crate) = 28dea519a9695b9977216879a3ebfddf9 SIZE (rust/crates/fiat-crypto-0.2.9.crate) = 495390 SHA256 (rust/crates/field-offset-0.3.6.crate) = 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f SIZE (rust/crates/field-offset-0.3.6.crate) = 10032 -SHA256 (rust/crates/find-msvc-tools-0.1.3.crate) = 0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3 -SIZE (rust/crates/find-msvc-tools-0.1.3.crate) = 30486 +SHA256 (rust/crates/find-msvc-tools-0.1.5.crate) = 3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844 +SIZE (rust/crates/find-msvc-tools-0.1.5.crate) = 30942 SHA256 (rust/crates/fixedbitset-0.5.7.crate) = 1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99 SIZE (rust/crates/fixedbitset-0.5.7.crate) = 26537 -SHA256 (rust/crates/flate2-1.1.4.crate) = dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9 -SIZE (rust/crates/flate2-1.1.4.crate) = 77010 +SHA256 (rust/crates/flate2-1.1.5.crate) = bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb +SIZE (rust/crates/flate2-1.1.5.crate) = 77015 SHA256 (rust/crates/flume-0.11.1.crate) = da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095 SIZE (rust/crates/flume-0.11.1.crate) = 67947 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -269,18 +271,16 @@ SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 -SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 -SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 -SHA256 (rust/crates/gettext-rs-0.7.2.crate) = a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a -SIZE (rust/crates/gettext-rs-0.7.2.crate) = 13870 -SHA256 (rust/crates/gettext-sys-0.22.5.crate) = bb45773f5b8945f12aecd04558f545964f943dacda1b1155b3d738f5469ef661 -SIZE (rust/crates/gettext-sys-0.22.5.crate) = 10282346 +SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd +SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 +SHA256 (rust/crates/gettext-rs-0.7.7.crate) = 5d5857dc1b7f0fee86961de833f434e29494d72af102ce5355738c0664222bdf +SIZE (rust/crates/gettext-rs-0.7.7.crate) = 15518 +SHA256 (rust/crates/gettext-sys-0.26.0.crate) = 4ea859ab0dd7e70ff823032b3e077d03d39c965d68c6c10775add60e999d8ee9 +SIZE (rust/crates/gettext-sys-0.26.0.crate) = 9677636 SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1 SIZE (rust/crates/ghash-0.5.1.crate) = 9482 -SHA256 (rust/crates/gif-0.13.3.crate) = 4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b -SIZE (rust/crates/gif-0.13.3.crate) = 36010 -SHA256 (rust/crates/gimli-0.32.3.crate) = e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7 -SIZE (rust/crates/gimli-0.32.3.crate) = 289789 +SHA256 (rust/crates/gif-0.14.0.crate) = f954a9e9159ec994f73a30a12b96a702dde78f5547bcb561174597924f7d4162 +SIZE (rust/crates/gif-0.14.0.crate) = 37756 SHA256 (rust/crates/gio-0.20.12.crate) = 8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831 SIZE (rust/crates/gio-0.20.12.crate) = 220615 SHA256 (rust/crates/gio-sys-0.20.10.crate) = 521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83 @@ -307,8 +307,8 @@ SHA256 (rust/crates/gtk4-macros-0.9.5.crate) = 0ed1786c4703dd196baf7e103525ce0cf SIZE (rust/crates/gtk4-macros-0.9.5.crate) = 16721 SHA256 (rust/crates/gtk4-sys-0.9.6.crate) = 41e03b01e54d77c310e1d98647d73f996d04b2f29b9121fe493ea525a7ec03d6 SIZE (rust/crates/gtk4-sys-0.9.6.crate) = 114426 -SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 -SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/half-2.7.1.crate) = 6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b +SIZE (rust/crates/half-2.7.1.crate) = 61040 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d @@ -335,8 +335,8 @@ SHA256 (rust/crates/hkdf-0.12.4.crate) = 7b5f8eb2ad728638ea2c7d47a21db23b7b58a72 SIZE (rust/crates/hkdf-0.12.4.crate) = 171163 SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e SIZE (rust/crates/hmac-0.12.1.crate) = 42657 -SHA256 (rust/crates/home-0.5.11.crate) = 589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf -SIZE (rust/crates/home-0.5.11.crate) = 9926 +SHA256 (rust/crates/home-0.5.12.crate) = cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d +SIZE (rust/crates/home-0.5.12.crate) = 9445 SHA256 (rust/crates/hpke-rs-0.3.0.crate) = 36874953dfe0223fd877a77b0eefcd84f8da36161b446c6fcb47b8311fa0251a SIZE (rust/crates/hpke-rs-0.3.0.crate) = 29179 SHA256 (rust/crates/hpke-rs-crypto-0.3.0.crate) = d51ffd304e06803f90f2e56a24a6910f19b8516f842d7b72a436c51026279876 @@ -351,68 +351,64 @@ SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1f SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 SIZE (rust/crates/httparse-1.10.1.crate) = 45190 -SHA256 (rust/crates/hyper-1.7.0.crate) = eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e -SIZE (rust/crates/hyper-1.7.0.crate) = 157006 +SHA256 (rust/crates/hyper-1.8.1.crate) = 2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11 +SIZE (rust/crates/hyper-1.8.1.crate) = 157353 SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 -SHA256 (rust/crates/hyper-util-0.1.17.crate) = 3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8 -SIZE (rust/crates/hyper-util-0.1.17.crate) = 100999 +SHA256 (rust/crates/hyper-util-0.1.18.crate) = 52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56 +SIZE (rust/crates/hyper-util-0.1.18.crate) = 101688 SHA256 (rust/crates/iana-time-zone-0.1.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 -SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 -SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a -SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 -SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 -SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 -SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 -SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 -SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b -SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 -SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 -SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 -SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af -SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 +SHA256 (rust/crates/icu_collections-2.1.1.crate) = 4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43 +SIZE (rust/crates/icu_collections-2.1.1.crate) = 87233 +SHA256 (rust/crates/icu_locale_core-2.1.1.crate) = edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6 +SIZE (rust/crates/icu_locale_core-2.1.1.crate) = 70876 +SHA256 (rust/crates/icu_normalizer-2.1.1.crate) = 5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599 +SIZE (rust/crates/icu_normalizer-2.1.1.crate) = 67132 +SHA256 (rust/crates/icu_normalizer_data-2.1.1.crate) = 7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a +SIZE (rust/crates/icu_normalizer_data-2.1.1.crate) = 68649 +SHA256 (rust/crates/icu_properties-2.1.1.crate) = e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99 +SIZE (rust/crates/icu_properties-2.1.1.crate) = 59036 +SHA256 (rust/crates/icu_properties_data-2.1.1.crate) = 02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899 +SIZE (rust/crates/icu_properties_data-2.1.1.crate) = 162431 +SHA256 (rust/crates/icu_provider-2.1.1.crate) = 85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614 +SIZE (rust/crates/icu_provider-2.1.1.crate) = 50907 SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de SIZE (rust/crates/idna-1.1.0.crate) = 148747 SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/image-0.25.8.crate) = 529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7 -SIZE (rust/crates/image-0.25.8.crate) = 292229 +SHA256 (rust/crates/image-0.25.9.crate) = e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a +SIZE (rust/crates/image-0.25.9.crate) = 294591 SHA256 (rust/crates/image-webp-0.2.4.crate) = 525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3 SIZE (rust/crates/image-webp-0.2.4.crate) = 68478 SHA256 (rust/crates/imgref-1.12.0.crate) = e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8 SIZE (rust/crates/imgref-1.12.0.crate) = 66324 -SHA256 (rust/crates/indexmap-2.11.4.crate) = 4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5 -SIZE (rust/crates/indexmap-2.11.4.crate) = 100302 +SHA256 (rust/crates/indexmap-2.12.0.crate) = 6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f +SIZE (rust/crates/indexmap-2.12.0.crate) = 100446 SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/interpolate_name-0.2.4.crate) = c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60 SIZE (rust/crates/interpolate_name-0.2.4.crate) = 4027 -SHA256 (rust/crates/io-uring-0.7.10.crate) = 046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b -SIZE (rust/crates/io-uring-0.7.10.crate) = 103070 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 -SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 -SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 -SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf -SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 -SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 -SIZE (rust/crates/itertools-0.12.1.crate) = 137761 +SHA256 (rust/crates/iri-string-0.7.9.crate) = 4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397 +SIZE (rust/crates/iri-string-0.7.9.crate) = 142144 +SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 +SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 SIZE (rust/crates/itertools-0.14.0.crate) = 152715 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/jiff-0.2.15.crate) = be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49 -SIZE (rust/crates/jiff-0.2.15.crate) = 712996 -SHA256 (rust/crates/jiff-static-0.2.15.crate) = 03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4 -SIZE (rust/crates/jiff-static-0.2.15.crate) = 76146 +SHA256 (rust/crates/jiff-0.2.16.crate) = 49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35 +SIZE (rust/crates/jiff-0.2.16.crate) = 731814 +SHA256 (rust/crates/jiff-static-0.2.16.crate) = 980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69 +SIZE (rust/crates/jiff-static-0.2.16.crate) = 77672 SHA256 (rust/crates/jobserver-0.1.34.crate) = 9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33 SIZE (rust/crates/jobserver-0.1.34.crate) = 29013 -SHA256 (rust/crates/js-sys-0.3.81.crate) = ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305 -SIZE (rust/crates/js-sys-0.3.81.crate) = 56399 +SHA256 (rust/crates/js-sys-0.3.82.crate) = b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65 +SIZE (rust/crates/js-sys-0.3.82.crate) = 56436 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lebe-0.5.3.crate) = 7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8 @@ -421,8 +417,8 @@ SHA256 (rust/crates/libadwaita-0.7.2.crate) = 500135d29c16aabf67baafd3e7741d48e8 SIZE (rust/crates/libadwaita-0.7.2.crate) = 125693 SHA256 (rust/crates/libadwaita-sys-0.7.2.crate) = 6680988058c2558baf3f548a370e4e78da3bf7f08469daa822ac414842c912db SIZE (rust/crates/libadwaita-sys-0.7.2.crate) = 35416 -SHA256 (rust/crates/libc-0.2.176.crate) = 58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174 -SIZE (rust/crates/libc-0.2.176.crate) = 790040 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/libcrux-hacl-rs-0.0.2.crate) = f8bba0885296a72555a5d77056c39cc9b04edd9ab1afa3025ef3dbd96220705c SIZE (rust/crates/libcrux-hacl-rs-0.0.2.crate) = 46297 SHA256 (rust/crates/libcrux-hkdf-0.0.2.crate) = 4f42b91d695ed80a637c7670bdc7a5a5e11b98493b01266d985a1477bfaa6bd7 @@ -465,8 +461,8 @@ SHA256 (rust/crates/linux-raw-sys-0.4.15.crate) = d26c52dbd32dccf2d10cac7725f8ea SIZE (rust/crates/linux-raw-sys-0.4.15.crate) = 2150898 SHA256 (rust/crates/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 -SHA256 (rust/crates/litemap-0.8.0.crate) = 241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956 -SIZE (rust/crates/litemap-0.8.0.crate) = 34344 +SHA256 (rust/crates/litemap-0.8.1.crate) = 6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77 +SIZE (rust/crates/litemap-0.8.1.crate) = 34172 SHA256 (rust/crates/locale_config-0.3.0.crate) = 08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934 SIZE (rust/crates/locale_config-0.3.0.crate) = 20808 SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 @@ -497,10 +493,10 @@ SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 -SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c -SIZE (rust/crates/mio-1.0.4.crate) = 104212 -SHA256 (rust/crates/moxcms-0.7.6.crate) = 1cc7d85f3d741164e8972ad355e26ac6e51b20fcae5f911c7da8f2d8bbbb3f33 -SIZE (rust/crates/moxcms-0.7.6.crate) = 175487 +SHA256 (rust/crates/mio-1.1.0.crate) = 69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873 +SIZE (rust/crates/mio-1.1.0.crate) = 105232 +SHA256 (rust/crates/moxcms-0.7.9.crate) = 0fbdd3d7436f8b5e892b8b7ea114271ff0fa00bc5acae845d53b07d498616ef6 +SIZE (rust/crates/moxcms-0.7.9.crate) = 176419 SHA256 (rust/crates/multimap-0.10.1.crate) = 1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084 SIZE (rust/crates/multimap-0.10.1.crate) = 15232 SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 @@ -509,14 +505,16 @@ SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304 SIZE (rust/crates/nix-0.30.1.crate) = 342015 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 +SHA256 (rust/crates/nom-8.0.0.crate) = df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405 +SIZE (rust/crates/nom-8.0.0.crate) = 135590 SHA256 (rust/crates/noop_proc_macro-0.3.0.crate) = 0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8 SIZE (rust/crates/noop_proc_macro-0.3.0.crate) = 2157 SHA256 (rust/crates/num-0.4.3.crate) = 35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23 SIZE (rust/crates/num-0.4.3.crate) = 9575 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 -SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 -SIZE (rust/crates/num-bigint-dig-0.8.4.crate) = 123825 +SHA256 (rust/crates/num-bigint-dig-0.8.6.crate) = e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7 +SIZE (rust/crates/num-bigint-dig-0.8.6.crate) = 126196 SHA256 (rust/crates/num-complex-0.4.6.crate) = 73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495 SIZE (rust/crates/num-complex-0.4.6.crate) = 30352 SHA256 (rust/crates/num-derive-0.4.2.crate) = ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202 @@ -529,22 +527,20 @@ SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e54 SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/num_enum-0.7.4.crate) = a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a -SIZE (rust/crates/num_enum-0.7.4.crate) = 21553 -SHA256 (rust/crates/num_enum_derive-0.7.4.crate) = 77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d -SIZE (rust/crates/num_enum_derive-0.7.4.crate) = 18167 +SHA256 (rust/crates/num_enum-0.7.5.crate) = b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c +SIZE (rust/crates/num_enum-0.7.5.crate) = 21570 +SHA256 (rust/crates/num_enum_derive-0.7.5.crate) = ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7 +SIZE (rust/crates/num_enum_derive-0.7.5.crate) = 18760 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 SIZE (rust/crates/objc-0.2.7.crate) = 22036 SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 -SHA256 (rust/crates/object-0.37.3.crate) = ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe -SIZE (rust/crates/object-0.37.3.crate) = 344032 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 -SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad -SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/once_cell_polyfill-1.70.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe +SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 SHA256 (rust/crates/oncemutex-0.1.1.crate) = 44d11de466f4a3006fe8a5e7ec84e93b79c70cb992ae0aa0eb631ad2df8abfe2 SIZE (rust/crates/oncemutex-0.1.1.crate) = 2476 SHA256 (rust/crates/oo7-0.4.3.crate) = 6cb23d3ec3527d65a83be1c1795cb883c52cfa57147d42acc797127df56fc489 @@ -605,8 +601,8 @@ SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433 SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/portable-atomic-util-0.2.4.crate) = d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507 SIZE (rust/crates/portable-atomic-util-0.2.4.crate) = 47043 -SHA256 (rust/crates/potential_utf-0.1.3.crate) = 84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a -SIZE (rust/crates/potential_utf-0.1.3.crate) = 9698 +SHA256 (rust/crates/potential_utf-0.1.4.crate) = b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77 +SIZE (rust/crates/potential_utf-0.1.4.crate) = 9514 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/prettyplease-0.2.37.crate) = 479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b @@ -621,8 +617,8 @@ SHA256 (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 96de42df36bb9bba5542fe SIZE (rust/crates/proc-macro-error-attr2-2.0.0.crate) = 7745 SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802 SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 -SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de -SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 +SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 +SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 SHA256 (rust/crates/profiling-1.0.17.crate) = 3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773 SIZE (rust/crates/profiling-1.0.17.crate) = 13493 SHA256 (rust/crates/profiling-procmacros-1.0.17.crate) = 52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b @@ -643,8 +639,8 @@ SHA256 (rust/crates/protobuf-parse-3.7.2.crate) = b4aeaa1f2460f1d348eeaeed86aea9 SIZE (rust/crates/protobuf-parse-3.7.2.crate) = 68279 SHA256 (rust/crates/protobuf-support-3.7.2.crate) = 3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6 SIZE (rust/crates/protobuf-support-3.7.2.crate) = 11725 -SHA256 (rust/crates/pxfm-0.1.24.crate) = 83f9b339b02259ada5c0f4a389b7fb472f933aa17ce176fd2ad98f28bb401fde -SIZE (rust/crates/pxfm-0.1.24.crate) = 867020 +SHA256 (rust/crates/pxfm-0.1.25.crate) = a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84 +SIZE (rust/crates/pxfm-0.1.25.crate) = 866791 SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001 SIZE (rust/crates/qoi-0.4.1.crate) = 71135 SHA256 (rust/crates/qrcode-generator-5.0.0.crate) = faf0051849b5465059b75f59d388c7318aad6554701b74ecf02afc2573b0306c @@ -661,8 +657,8 @@ SHA256 (rust/crates/quinn-proto-0.11.13.crate) = f1906b49b0c3bc04b5fe5d86a77925a SIZE (rust/crates/quinn-proto-0.11.13.crate) = 243837 SHA256 (rust/crates/quinn-udp-0.5.14.crate) = addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd SIZE (rust/crates/quinn-udp-0.5.14.crate) = 33436 -SHA256 (rust/crates/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 -SIZE (rust/crates/quote-1.0.41.crate) = 31408 +SHA256 (rust/crates/quote-1.0.42.crate) = a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f +SIZE (rust/crates/quote-1.0.42.crate) = 31504 SHA256 (rust/crates/r-efi-5.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -677,38 +673,36 @@ SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9ba SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 -SHA256 (rust/crates/rav1e-0.7.1.crate) = cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9 -SIZE (rust/crates/rav1e-0.7.1.crate) = 1472522 -SHA256 (rust/crates/ravif-0.11.20.crate) = 5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b -SIZE (rust/crates/ravif-0.11.20.crate) = 19233 +SHA256 (rust/crates/rav1e-0.8.1.crate) = 43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b +SIZE (rust/crates/rav1e-0.8.1.crate) = 1465215 +SHA256 (rust/crates/ravif-0.12.0.crate) = ef69c1990ceef18a116855938e74793a5f7496ee907562bd0857b6ac734ab285 +SIZE (rust/crates/ravif-0.12.0.crate) = 18402 SHA256 (rust/crates/rayon-1.11.0.crate) = 368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f SIZE (rust/crates/rayon-1.11.0.crate) = 182470 SHA256 (rust/crates/rayon-core-1.13.0.crate) = 22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91 SIZE (rust/crates/rayon-core-1.13.0.crate) = 73151 SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 -SHA256 (rust/crates/regex-1.11.3.crate) = 8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c -SIZE (rust/crates/regex-1.11.3.crate) = 163275 -SHA256 (rust/crates/regex-automata-0.4.11.crate) = 833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad -SIZE (rust/crates/regex-automata-0.4.11.crate) = 622880 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 SHA256 (rust/crates/regex-cache-0.2.1.crate) = 2f7b62d69743b8b94f353b6b7c3deb4c5582828328bcb8d5fedf214373808793 SIZE (rust/crates/regex-cache-0.2.1.crate) = 6346 SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 -SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 -SIZE (rust/crates/regex-syntax-0.8.6.crate) = 358808 -SHA256 (rust/crates/reqwest-0.12.23.crate) = d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb -SIZE (rust/crates/reqwest-0.12.23.crate) = 161307 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 +SHA256 (rust/crates/reqwest-0.12.24.crate) = 9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f +SIZE (rust/crates/reqwest-0.12.24.crate) = 159974 SHA256 (rust/crates/reqwest-websocket-0.4.4.crate) = f477f800f86d8f5c320e19d8b2b1ef0b1e773ea7c75eec6c7f442e7ec3f06d7e SIZE (rust/crates/reqwest-websocket-0.4.4.crate) = 26987 SHA256 (rust/crates/rgb-0.8.52.crate) = 0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce SIZE (rust/crates/rgb-0.8.52.crate) = 22449 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 -SHA256 (rust/crates/rsa-0.9.8.crate) = 78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b -SIZE (rust/crates/rsa-0.9.8.crate) = 85741 -SHA256 (rust/crates/rustc-demangle-0.1.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace -SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 +SHA256 (rust/crates/rsa-0.9.9.crate) = 40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88 +SIZE (rust/crates/rsa-0.9.9.crate) = 86379 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 @@ -717,12 +711,12 @@ SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 SHA256 (rust/crates/rustix-1.1.2.crate) = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e SIZE (rust/crates/rustix-1.1.2.crate) = 422717 -SHA256 (rust/crates/rustls-0.23.32.crate) = cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40 -SIZE (rust/crates/rustls-0.23.32.crate) = 372459 -SHA256 (rust/crates/rustls-pki-types-1.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 -SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 -SHA256 (rust/crates/rustls-webpki-0.103.7.crate) = e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf -SIZE (rust/crates/rustls-webpki-0.103.7.crate) = 85721 +SHA256 (rust/crates/rustls-0.23.35.crate) = 533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f +SIZE (rust/crates/rustls-0.23.35.crate) = 373700 +SHA256 (rust/crates/rustls-pki-types-1.13.0.crate) = 94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a +SIZE (rust/crates/rustls-pki-types-1.13.0.crate) = 65448 +SHA256 (rust/crates/rustls-webpki-0.103.8.crate) = 2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52 +SIZE (rust/crates/rustls-webpki-0.103.8.crate) = 85810 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f @@ -741,8 +735,8 @@ SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_spanned-1.0.3.crate) = e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392 +SIZE (rust/crates/serde_spanned-1.0.3.crate) = 11011 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba @@ -765,8 +759,8 @@ SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 -SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 -SIZE (rust/crates/socket2-0.6.0.crate) = 57974 +SHA256 (rust/crates/socket2-0.6.1.crate) = 17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881 +SIZE (rust/crates/socket2-0.6.1.crate) = 58486 SHA256 (rust/crates/sorted-vec-0.8.10.crate) = 19f58d7b0190c7f12df7e8be6b79767a0836059159811b869d5ab55721fe14d0 SIZE (rust/crates/sorted-vec-0.8.10.crate) = 15005 SHA256 (rust/crates/sourceview5-0.9.1.crate) = f0e07d99b15f12767aa1c84870c45667f42bf24fd6a989dc70088e32854ef56e @@ -791,8 +785,8 @@ SHA256 (rust/crates/sqlx-postgres-0.8.6.crate) = db58fcd5a53cf07c184b154801ff913 SIZE (rust/crates/sqlx-postgres-0.8.6.crate) = 140616 SHA256 (rust/crates/sqlx-sqlite-0.8.6.crate) = c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea SIZE (rust/crates/sqlx-sqlite-0.8.6.crate) = 82039 -SHA256 (rust/crates/stable_deref_trait-1.2.0.crate) = a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3 -SIZE (rust/crates/stable_deref_trait-1.2.0.crate) = 8054 +SHA256 (rust/crates/stable_deref_trait-1.2.1.crate) = 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596 +SIZE (rust/crates/stable_deref_trait-1.2.1.crate) = 8186 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 SHA256 (rust/crates/stringprep-0.1.5.crate) = 7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1 @@ -805,20 +799,16 @@ SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 -SIZE (rust/crates/syn-2.0.106.crate) = 301514 +SHA256 (rust/crates/syn-2.0.110.crate) = a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea +SIZE (rust/crates/syn-2.0.110.crate) = 302184 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 -SHA256 (rust/crates/system-deps-6.2.2.crate) = a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349 -SIZE (rust/crates/system-deps-6.2.2.crate) = 25546 -SHA256 (rust/crates/system-deps-7.0.5.crate) = e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb -SIZE (rust/crates/system-deps-7.0.5.crate) = 28669 -SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 -SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a -SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 +SHA256 (rust/crates/system-deps-7.0.7.crate) = 48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f +SIZE (rust/crates/system-deps-7.0.7.crate) = 28941 +SHA256 (rust/crates/target-lexicon-0.13.3.crate) = df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c +SIZE (rust/crates/target-lexicon-0.13.3.crate) = 28498 SHA256 (rust/crates/temp-dir-0.1.16.crate) = 83176759e9416cf81ee66cb6508dbfe9c96f20b8b56265a39917551c23c70964 SIZE (rust/crates/temp-dir-0.1.16.crate) = 6127 SHA256 (rust/crates/tempfile-3.23.0.crate) = 2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16 @@ -833,34 +823,32 @@ SHA256 (rust/crates/thiserror-impl-2.0.17.crate) = 3ff15c8ecd7de3849db632e14d18d SIZE (rust/crates/thiserror-impl-2.0.17.crate) = 21344 SHA256 (rust/crates/tiff-0.10.3.crate) = af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f SIZE (rust/crates/tiff-0.10.3.crate) = 1444592 -SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b -SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tinystr-0.8.2.crate) = 42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869 +SIZE (rust/crates/tinystr-0.8.2.crate) = 23942 SHA256 (rust/crates/tinyvec-1.10.0.crate) = bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa SIZE (rust/crates/tinyvec-1.10.0.crate) = 51996 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.47.1.crate) = 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 -SIZE (rust/crates/tokio-1.47.1.crate) = 829790 -SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 -SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-1.48.0.crate) = ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408 +SIZE (rust/crates/tokio-1.48.0.crate) = 843434 +SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 +SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 SHA256 (rust/crates/tokio-rustls-0.26.4.crate) = 1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61 SIZE (rust/crates/tokio-rustls-0.26.4.crate) = 35430 SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 -SHA256 (rust/crates/tokio-util-0.7.16.crate) = 14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5 -SIZE (rust/crates/tokio-util-0.7.16.crate) = 127775 -SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 -SIZE (rust/crates/toml-0.8.23.crate) = 36050 -SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c -SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_datetime-0.7.2.crate) = 32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1 -SIZE (rust/crates/toml_datetime-0.7.2.crate) = 17859 -SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a -SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_edit-0.23.6.crate) = f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b -SIZE (rust/crates/toml_edit-0.23.6.crate) = 65753 -SHA256 (rust/crates/toml_parser-1.0.3.crate) = 4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627 -SIZE (rust/crates/toml_parser-1.0.3.crate) = 34982 +SHA256 (rust/crates/tokio-util-0.7.17.crate) = 2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594 +SIZE (rust/crates/tokio-util-0.7.17.crate) = 133898 +SHA256 (rust/crates/toml-0.9.8.crate) = f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8 +SIZE (rust/crates/toml-0.9.8.crate) = 56104 +SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 +SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 +SHA256 (rust/crates/toml_edit-0.23.7.crate) = 6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d +SIZE (rust/crates/toml_edit-0.23.7.crate) = 65946 +SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e +SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 +SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 +SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-http-0.6.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 @@ -889,12 +877,12 @@ SHA256 (rust/crates/unicase-2.8.1.crate) = 75b844d17643ee918803943289730bec8aac4 SIZE (rust/crates/unicase-2.8.1.crate) = 24088 SHA256 (rust/crates/unicode-bidi-0.3.18.crate) = 5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5 SIZE (rust/crates/unicode-bidi-0.3.18.crate) = 58300 -SHA256 (rust/crates/unicode-ident-1.0.19.crate) = f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d -SIZE (rust/crates/unicode-ident-1.0.19.crate) = 47480 -SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 -SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 -SHA256 (rust/crates/unicode-properties-0.1.3.crate) = e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0 -SIZE (rust/crates/unicode-properties-0.1.3.crate) = 42252 +SHA256 (rust/crates/unicode-ident-1.0.22.crate) = 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5 +SIZE (rust/crates/unicode-ident-1.0.22.crate) = 47919 +SHA256 (rust/crates/unicode-normalization-0.1.25.crate) = 5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8 +SIZE (rust/crates/unicode-normalization-0.1.25.crate) = 128462 +SHA256 (rust/crates/unicode-properties-0.1.4.crate) = 7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d +SIZE (rust/crates/unicode-properties-0.1.4.crate) = 42752 SHA256 (rust/crates/universal-hash-0.5.1.crate) = fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea SIZE (rust/crates/universal-hash-0.5.1.crate) = 9146 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 @@ -915,40 +903,36 @@ SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233a SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 -SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b -SIZE (rust/crates/version-compare-0.2.0.crate) = 13942 +SHA256 (rust/crates/version-compare-0.2.1.crate) = 03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e +SIZE (rust/crates/version-compare-0.2.1.crate) = 14245 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a SIZE (rust/crates/version_check-0.9.5.crate) = 15554 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 -SHA256 (rust/crates/wasi-0.14.7+wasi-0.2.4.crate) = 883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c -SIZE (rust/crates/wasi-0.14.7+wasi-0.2.4.crate) = 18219 SHA256 (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7 SIZE (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 132087 SHA256 (rust/crates/wasite-0.1.0.crate) = b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b SIZE (rust/crates/wasite-0.1.0.crate) = 2346 -SHA256 (rust/crates/wasm-bindgen-0.2.104.crate) = c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d -SIZE (rust/crates/wasm-bindgen-0.2.104.crate) = 47345 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.104.crate) = 671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19 -SIZE (rust/crates/wasm-bindgen-backend-0.2.104.crate) = 32230 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.54.crate) = 7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c -SIZE (rust/crates/wasm-bindgen-futures-0.4.54.crate) = 16381 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.104.crate) = 7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119 -SIZE (rust/crates/wasm-bindgen-macro-0.2.104.crate) = 9390 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.104.crate) = 9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.104.crate) = 26411 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.104.crate) = bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1 -SIZE (rust/crates/wasm-bindgen-shared-0.2.104.crate) = 9057 +SHA256 (rust/crates/wasm-bindgen-0.2.105.crate) = da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60 +SIZE (rust/crates/wasm-bindgen-0.2.105.crate) = 48215 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.55.crate) = 551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0 +SIZE (rust/crates/wasm-bindgen-futures-0.4.55.crate) = 16687 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.105.crate) = 04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2 +SIZE (rust/crates/wasm-bindgen-macro-0.2.105.crate) = 9264 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.105.crate) = 420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.105.crate) = 49633 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.105.crate) = 76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76 +SIZE (rust/crates/wasm-bindgen-shared-0.2.105.crate) = 9269 SHA256 (rust/crates/wasm-streams-0.4.2.crate) = 15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65 SIZE (rust/crates/wasm-streams-0.4.2.crate) = 36773 -SHA256 (rust/crates/web-sys-0.3.81.crate) = 9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120 -SIZE (rust/crates/web-sys-0.3.81.crate) = 641812 +SHA256 (rust/crates/web-sys-0.3.82.crate) = 3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1 +SIZE (rust/crates/web-sys-0.3.82.crate) = 644272 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/weezl-0.1.10.crate) = a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3 -SIZE (rust/crates/weezl-0.1.10.crate) = 46418 +SHA256 (rust/crates/weezl-0.1.12.crate) = a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88 +SIZE (rust/crates/weezl-0.1.12.crate) = 46045 SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 SIZE (rust/crates/which-4.4.2.crate) = 15953 SHA256 (rust/crates/whoami-1.6.1.crate) = 5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d @@ -1037,18 +1021,20 @@ SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f1 SIZE (rust/crates/winnow-0.7.13.crate) = 174454 SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 -SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb -SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/writeable-0.6.2.crate) = 9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9 +SIZE (rust/crates/writeable-0.6.2.crate) = 25181 SHA256 (rust/crates/x25519-dalek-2.0.1.crate) = c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277 SIZE (rust/crates/x25519-dalek-2.0.1.crate) = 87820 -SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc -SIZE (rust/crates/yoke-0.8.0.crate) = 28726 -SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 -SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 -SHA256 (rust/crates/zbus-5.11.0.crate) = 2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7 -SIZE (rust/crates/zbus-5.11.0.crate) = 167028 -SHA256 (rust/crates/zbus_macros-5.11.0.crate) = 57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca -SIZE (rust/crates/zbus_macros-5.11.0.crate) = 37505 +SHA256 (rust/crates/y4m-0.8.0.crate) = 7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448 +SIZE (rust/crates/y4m-0.8.0.crate) = 12455 +SHA256 (rust/crates/yoke-0.8.1.crate) = 72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954 +SIZE (rust/crates/yoke-0.8.1.crate) = 32016 +SHA256 (rust/crates/yoke-derive-0.8.1.crate) = b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d +SIZE (rust/crates/yoke-derive-0.8.1.crate) = 7593 +SHA256 (rust/crates/zbus-5.12.0.crate) = b622b18155f7a93d1cd2dc8c01d2d6a44e08fb9ebb7b3f9e6ed101488bad6c91 +SIZE (rust/crates/zbus-5.12.0.crate) = 168368 +SHA256 (rust/crates/zbus_macros-5.12.0.crate) = 1cdb94821ca8a87ca9c298b5d1cbd80e2a8b67115d99f6e4551ac49e42b6a314 +SIZE (rust/crates/zbus_macros-5.12.0.crate) = 37026 SHA256 (rust/crates/zbus_names-4.2.0.crate) = 7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97 SIZE (rust/crates/zbus_names-4.2.0.crate) = 17015 SHA256 (rust/crates/zerocopy-0.8.27.crate) = 0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c @@ -1063,35 +1049,39 @@ SHA256 (rust/crates/zeroize-1.8.2.crate) = b97154e67e32c85465826e8bcc1c59429aaaf SIZE (rust/crates/zeroize-1.8.2.crate) = 20907 SHA256 (rust/crates/zeroize_derive-1.4.2.crate) = ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69 SIZE (rust/crates/zeroize_derive-1.4.2.crate) = 11141 -SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 -SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 -SHA256 (rust/crates/zerovec-0.11.4.crate) = e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b -SIZE (rust/crates/zerovec-0.11.4.crate) = 125080 -SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f -SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zerotrie-0.2.3.crate) = 2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851 +SIZE (rust/crates/zerotrie-0.2.3.crate) = 69547 +SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002 +SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 +SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3 +SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 +SHA256 (rust/crates/zune-core-0.5.0.crate) = 111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773 +SIZE (rust/crates/zune-core-0.5.0.crate) = 27393 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 SHA256 (rust/crates/zune-jpeg-0.4.21.crate) = 29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713 SIZE (rust/crates/zune-jpeg-0.4.21.crate) = 68268 -SHA256 (rust/crates/zvariant-5.7.0.crate) = 999dd3be73c52b1fccd109a4a81e4fcd20fab1d3599c8121b38d04e1419498db -SIZE (rust/crates/zvariant-5.7.0.crate) = 90643 -SHA256 (rust/crates/zvariant_derive-5.7.0.crate) = 6643fd0b26a46d226bd90d3f07c1b5321fe9bb7f04673cb37ac6d6883885b68e -SIZE (rust/crates/zvariant_derive-5.7.0.crate) = 14214 +SHA256 (rust/crates/zune-jpeg-0.5.5.crate) = dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e +SIZE (rust/crates/zune-jpeg-0.5.5.crate) = 77168 +SHA256 (rust/crates/zvariant-5.8.0.crate) = 2be61892e4f2b1772727be11630a62664a1826b62efa43a6fe7449521cb8744c +SIZE (rust/crates/zvariant-5.8.0.crate) = 92133 +SHA256 (rust/crates/zvariant_derive-5.8.0.crate) = da58575a1b2b20766513b1ec59d8e2e68db2745379f961f86650655e862d2006 +SIZE (rust/crates/zvariant_derive-5.8.0.crate) = 14336 SHA256 (rust/crates/zvariant_utils-3.2.1.crate) = c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599 SIZE (rust/crates/zvariant_utils-3.2.1.crate) = 14678 SHA256 (whisperfish-blurhash-rs-2135e101377e514266358b3e67adab37e736bb8a_GH0.tar.gz) = 3c998ec7e98d12515b8e2d7050da8f0fd5656e457ff4f46f56bdf21b10b20cfc SIZE (whisperfish-blurhash-rs-2135e101377e514266358b3e67adab37e736bb8a_GH0.tar.gz) = 212200 SHA256 (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 8dd338dd7d558b7882310e8dc76ceca41ef448afd0532be208d4ff0f2924f334 SIZE (signalapp-curve25519-dalek-signal-curve25519-4.1.3_GH0.tar.gz) = 808022 -SHA256 (whisperfish-presage-559591c0e5886f101d3c25c27d8010214e9ea0c3_GH0.tar.gz) = 3330a5149b5fdab6302f1925223eea255825d88f321b48da9386e6d178356e88 -SIZE (whisperfish-presage-559591c0e5886f101d3c25c27d8010214e9ea0c3_GH0.tar.gz) = 118287 +SHA256 (whisperfish-presage-194148f88ccf595c089474294bc3ff685b4e1b00_GH0.tar.gz) = d2c28f2386fe6acf3a862c30077b9eb4f8740e27a76ff11f452244968a5a7ca1 +SIZE (whisperfish-presage-194148f88ccf595c089474294bc3ff685b4e1b00_GH0.tar.gz) = 121340 SHA256 (whisperfish-libsignal-service-rs-0a3bea3fb81599590bf3a54dc00f0a93f36f56e6_GH0.tar.gz) = c87655a94aca67c8fc5321e47e8bb24b976c4f17e9ee5fdb09280daa15604819 SIZE (whisperfish-libsignal-service-rs-0a3bea3fb81599590bf3a54dc00f0a93f36f56e6_GH0.tar.gz) = 102266 SHA256 (signalapp-SparsePostQuantumRatchet-v1.2.0_GH0.tar.gz) = e551333c1ff1a1e8fc19d4b47513b1b15b556f2d79ab37c10ffab3150b17d405 SIZE (signalapp-SparsePostQuantumRatchet-v1.2.0_GH0.tar.gz) = 143737 SHA256 (signalapp-libsignal-v0.83.0_GH0.tar.gz) = 01ba1304e7a76bd20f365b108a36063f124704c875182ccbfb407620c4ec241e SIZE (signalapp-libsignal-v0.83.0_GH0.tar.gz) = 2349978 -SHA256 (flare-0.17.3.tar.bz2) = f3934df65e9052d0bf3e1ba7802a8772363a8f0bba8c90fff51fefecb7b8d510 -SIZE (flare-0.17.3.tar.bz2) = 486336 +SHA256 (flare-0.17.5.tar.bz2) = c47975c717ad8a92ff84465a54e4acf44215765ac8c0d2169e9b6b19f2d984cb +SIZE (flare-0.17.5.tar.bz2) = 491550 diff --git a/net-im/nextcloud-spreed-signaling/Makefile b/net-im/nextcloud-spreed-signaling/Makefile index aebfecbd02e6..a8ee8d1c3c2c 100644 --- a/net-im/nextcloud-spreed-signaling/Makefile +++ b/net-im/nextcloud-spreed-signaling/Makefile @@ -1,7 +1,6 @@ PORTNAME= nextcloud-spreed-signaling DISTVERSIONPREFIX=v -DISTVERSION=2.0.2 -PORTREVISION= 1 +DISTVERSION= 2.0.4 CATEGORIES= net-im MAINTAINER= jsm@FreeBSD.org @@ -10,12 +9,11 @@ WWW= https://github.com/strukturag/nextcloud-spreed-signaling LICENSE= AGPLv3 -BUILD_DEPENDS= protoc:devel/protobuf +BUILD_DEPENDS= protoc:devel/protobuf \ + bash:shells/bash -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 -USES= gmake go:1.22 go:no_targets +USES= gmake go:no_targets USERS= signaling GROUPS= signaling USE_RC_SUBR= ncs_signaling @@ -24,95 +22,98 @@ USE_GITHUB= yes GH_ACCOUNT= strukturag GH_TUPLE= \ beorn7:perks:v1.0.1:beorn7_perks/vendor/src/github.com/beorn7/perks \ - cenkalti:backoff:v4.2.1:cenkalti_backoff_v4/vendor/src/github.com/cenkalti/backoff/v4 \ + cenkalti:backoff:v4.3.0:cenkalti_backoff_v4/vendor/src/github.com/cenkalti/backoff/v4 \ cespare:xxhash:v2.3.0:cespare_xxhash_v2/vendor/src/github.com/cespare/xxhash/v2 \ - coreos:go-semver:v0.3.0:coreos_go_semver/vendor/src/github.com/coreos/go-semver \ - coreos:go-systemd:v22.3.2:coreos_go_systemd_v22/vendor/src/github.com/coreos/go-systemd/v22 \ + coreos:go-semver:v0.3.1:coreos_go_semver/vendor/src/github.com/coreos/go-semver \ + coreos:go-systemd:v22.5.0:coreos_go_systemd_v22/vendor/src/github.com/coreos/go-systemd/v22 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/src/github.com/davecgh/go-spew \ dlintw:goconf:dcc070983490:dlintw_goconf/vendor/src/github.com/dlintw/goconf \ - dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/src/github.com/dustin/go-humanize \ - etcd-io:bbolt:v1.3.11:etcd_io_bbolt/vendor/src/go.etcd.io/bbolt \ - etcd-io:etcd:v3.5.17:etcd_io_etcd_2/vendor/src/go.etcd.io/etcd \ - fsnotify:fsnotify:v1.8.0:fsnotify_fsnotify/vendor/src/github.com/fsnotify/fsnotify \ - go-logr:logr:v1.4.2:go_logr_logr/vendor/src/github.com/go-logr/logr \ + dustin:go-humanize:v1.0.1:dustin_go_humanize/vendor/src/github.com/dustin/go-humanize \ + etcd-io:bbolt:v1.4.2:etcd_io_bbolt/vendor/src/go.etcd.io/bbolt \ + etcd-io:etcd:v3.6.4:etcd_io_etcd/vendor/go.etcd.io/etcd/api/v3 \ + etcd-io:etcd:v3.6.4:etcd_io_etcd_2/vendor/src/go.etcd.io/etcd \ + etcd-io:raft:v3.6.0:etcd_io_raft/vendor/src/go.etcd.io/raft/v3 \ + fsnotify:fsnotify:v1.9.0:fsnotify_fsnotify/vendor/src/github.com/fsnotify/fsnotify \ + go-logr:logr:v1.4.3:go_logr_logr/vendor/src/github.com/go-logr/logr \ go-logr:stdr:v1.2.2:go_logr_stdr/vendor/src/github.com/go-logr/stdr \ - go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/src/gopkg.in/yaml.v2 \ - go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/src/gopkg.in/yaml.v3 \ + go-yaml:yaml:v3.0.1:go_yaml_yaml/vendor/src/gopkg.in/yaml.v3 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/src/github.com/gogo/protobuf \ - golang-jwt:jwt:v4.5.1:golang_jwt_jwt_v4/vendor/src/github.com/golang-jwt/jwt/v4 \ - golang-jwt:jwt:v5.2.1:golang_jwt_jwt_v5/vendor/src/github.com/golang-jwt/jwt/v5 \ - golang:crypto:v0.31.0:golang_crypto/vendor/src/golang.org/x/crypto \ - golang:net:v0.33.0:golang_net/vendor/src/golang.org/x/net \ + golang-jwt:jwt:v5.3.0:golang_jwt_jwt_v5/vendor/src/github.com/golang-jwt/jwt/v5 \ + golang:crypto:v0.41.0:golang_crypto/vendor/src/golang.org/x/crypto \ + golang:net:v0.42.0:golang_net/vendor/src/golang.org/x/net \ golang:protobuf:v1.5.4:golang_protobuf/vendor/src/github.com/golang/protobuf \ - golang:sys:v0.28.0:golang_sys/vendor/src/golang.org/x/sys \ - golang:text:v0.21.0:golang_text/vendor/src/golang.org/x/text \ - golang:time:v0.8.0:golang_time/vendor/src/golang.org/x/time \ - google:btree:v1.0.1:google_btree/vendor/src/github.com/google/btree \ - google:go-genproto:6ceb2ff114de:google_go_genproto/vendor/src/google.golang.org/genproto \ - google:go-genproto:796eee8c2d53:google_go_genproto_1/vendor/src/google.golang.org/genproto/googleapis/api \ - google:go-genproto:796eee8c2d53:google_go_genproto_2/vendor/src/google.golang.org/genproto/googleapis/rpc \ + golang:sys:v0.35.0:golang_sys/vendor/src/golang.org/x/sys \ + golang:text:v0.28.0:golang_text/vendor/src/golang.org/x/text \ + golang:time:v0.12.0:golang_time/vendor/src/golang.org/x/time \ + google:btree:v1.1.3:google_btree/vendor/src/github.com/google/btree \ + google:go-cmp:v0.7.0:google_go_cmp/vendor/src/github.com/google/go-cmp \ + google:go-genproto:200df99c418a:google_go_genproto/vendor/src/google.golang.org/genproto \ + google:go-tpm:v0.9.5:google_go_tpm/vendor/src/github.com/google/go-tpm \ google:uuid:v1.6.0:google_uuid/vendor/src/github.com/google/uuid \ gorilla:mux:v1.8.1:gorilla_mux/vendor/src/github.com/gorilla/mux \ gorilla:securecookie:v1.1.2:gorilla_securecookie/vendor/src/github.com/gorilla/securecookie \ gorilla:websocket:v1.5.3:gorilla_websocket/vendor/src/github.com/gorilla/websocket \ - grpc-ecosystem:go-grpc-middleware:v1.3.0:grpc_ecosystem_go_grpc_middleware/vendor/src/github.com/grpc-ecosystem/go-grpc-middleware \ - grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/src/github.com/grpc-ecosystem/go-grpc-prometheus \ - grpc-ecosystem:grpc-gateway:v1.16.0:grpc_ecosystem_grpc_gateway/vendor/src/github.com/grpc-ecosystem/grpc-gateway \ - grpc-ecosystem:grpc-gateway:v2.16.0:grpc_ecosystem_grpc_gateway_v2/vendor/src/github.com/grpc-ecosystem/grpc-gateway/v2 \ + grpc-ecosystem:go-grpc-middleware:7da22cf3f3d3:grpc_ecosystem_go_grpc_middleware_prometheus/vendor/src/github.com/grpc-ecosystem/go-grpc-middleware \ + grpc-ecosystem:go-grpc-middleware:v2.1.0:grpc_ecosystem_go_grpc_middleware_v2/vendor/src/github.com/grpc-ecosystem/go-grpc-middleware/v2 \ + grpc-ecosystem:grpc-gateway:v2.26.3:grpc_ecosystem_grpc_gateway_v2/vendor/src/github.com/grpc-ecosystem/grpc-gateway/v2 \ grpc:grpc-go:v1.5.1:grpc_grpc_go_1/vendor/src/google.golang.org/grpc/cmd/protoc-gen-go-grpc \ - grpc:grpc-go:v1.69.4:grpc_grpc_go/vendor/src/google.golang.org/grpc \ - jonboulle:clockwork:v0.2.2:jonboulle_clockwork/vendor/src/github.com/jonboulle/clockwork \ + grpc:grpc-go:v1.74.2:grpc_grpc_go/vendor/src/google.golang.org/grpc \ + jonboulle:clockwork:v0.5.0:jonboulle_clockwork/vendor/src/github.com/jonboulle/clockwork \ josharian:intern:v1.0.0:josharian_intern/vendor/src/github.com/josharian/intern \ - json-iterator:go:v1.1.12:json_iterator_go/vendor/src/github.com/json-iterator/go \ - klauspost:compress:v1.17.11:klauspost_compress/vendor/src/github.com/klauspost/compress \ - kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/src/sigs.k8s.io/yaml \ + klauspost:compress:v1.18.0:klauspost_compress/vendor/src/github.com/klauspost/compress \ + kubernetes-sigs:json:c049b76a60c6:kubernetes_sigs_json/vendor/src/sigs.k8s.io/json \ + kubernetes-sigs:yaml:v1.4.0:kubernetes_sigs_yaml/vendor/src/sigs.k8s.io/yaml \ kylelemons:godebug:v1.1.0:kylelemons_godebug/vendor/src/github.com/kylelemons/godebug \ mailru:easyjson:v0.9.0:mailru_easyjson/vendor/src/github.com/mailru/easyjson \ - marcw:cachecontrol:30341fe9a7d5:marcw_cachecontrol/vendor/src/github.com/marcw/cachecontrol \ minio:highwayhash:v1.0.3:minio_highwayhash/vendor/src/github.com/minio/highwayhash \ - modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/src/github.com/modern-go/concurrent \ - modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/src/github.com/modern-go/reflect2 \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/src/github.com/munnerz/goautoneg \ - natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/src/gopkg.in/natefinch/lumberjack.v2 \ - nats-io:jwt:v2.7.3:nats_io_jwt_v2/vendor/src/github.com/nats-io/jwt \ - nats-io:nats-server:v2.10.24:nats_io_nats_server_v2/vendor/src/github.com/nats-io/nats-server/v2 \ - nats-io:nats.go:v1.38.0:nats_io_nats_go/vendor/src/github.com/nats-io/nats.go \ - nats-io:nkeys:v0.4.9:nats_io_nkeys/vendor/src/github.com/nats-io/nkeys \ + natefinch:lumberjack:v2.2.1:natefinch_lumberjack/vendor/src/gopkg.in/natefinch/lumberjack.v2 \ + nats-io:jwt:v2.7.4:nats_io_jwt_v2/vendor/src/github.com/nats-io/jwt \ + nats-io:nats-server:v2.11.8:nats_io_nats_server_v2/vendor/src/github.com/nats-io/nats-server/v2 \ + nats-io:nats.go:v1.44.0:nats_io_nats_go/vendor/src/github.com/nats-io/nats.go \ + nats-io:nkeys:v0.4.11:nats_io_nkeys/vendor/src/github.com/nats-io/nkeys \ nats-io:nuid:v1.0.1:nats_io_nuid/vendor/src/github.com/nats-io/nuid \ notedit:janus-go:10eb8b95d1a0:notedit_janus_go/vendor/src/github.com/notedit/janus-go \ - open-telemetry:opentelemetry-go-contrib:v1.21.0:open_telemetry_opentelemetry_go_contrib/vendor/src/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc \ - open-telemetry:opentelemetry-go:v1.20.0:open_telemetry_opentelemetry_go_1/vendor/src/go.opentelemetry.io/otel/exporters/otlp/otlptrace \ - open-telemetry:opentelemetry-go:v1.31.0:open_telemetry_opentelemetry_go/vendor/src/go.opentelemetry.io/otel \ - open-telemetry:opentelemetry-proto-go:v1.0.0:open_telemetry_opentelemetry_proto_go/vendor/src/go.opentelemetry.io/proto/otlp \ + open-telemetry:opentelemetry-go-contrib:v1.34.0:open_telemetry_opentelemetry_go_contrib/vendor/src/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc \ + open-telemetry:opentelemetry-go-instrumentation:sdk/v1.1.0:open_telemetry_opentelemetry_go_instrumentation/vendor/src/go.opentelemetry.io/auto/sdk \ + open-telemetry:opentelemetry-go:v1.34.0:open_telemetry_opentelemetry_go_1/vendor/src/go.opentelemetry.io/otel/exporters/otlp/otlptrace \ + open-telemetry:opentelemetry-go:v1.36.0:open_telemetry_opentelemetry_go/vendor/src/go.opentelemetry.io/otel \ + open-telemetry:opentelemetry-proto-go:v1.5.0:open_telemetry_opentelemetry_proto_go/vendor/src/go.opentelemetry.io/proto/otlp \ oschwald:maxminddb-golang:v1.13.1:oschwald_maxminddb_golang/vendor/src/github.com/oschwald/maxminddb-golang \ + pion:dtls:v3.0.6:pion_dtls_v3/vendor/src/github.com/pion/dtls/v3 \ + pion:ice:v4.0.10:pion_ice_v4/vendor/src/github.com/pion/ice/v4 \ + pion:logging:v0.2.3:pion_logging/vendor/src/github.com/pion/logging \ + pion:mdns:v2.0.7:pion_mdns_v2/vendor/src/github.com/pion/mdns/v2 \ pion:randutil:v0.1.0:pion_randutil/vendor/src/github.com/pion/randutil \ - pion:sdp:v3.0.10:pion_sdp_v3/vendor/src/github.com/pion/sdp/v3 \ + pion:sdp:v3.0.15:pion_sdp_v3/vendor/src/github.com/pion/sdp/v3 \ + pion:stun:v3.0.0:pion_stun_v3/vendor/src/github.com/pion/stun/v3 \ + pion:transport:v3.0.7:pion_transport_v3/vendor/src/github.com/pion/transport/v3 \ + pion:turn:v4.0.0:pion_turn_v4/vendor/src/github.com/pion/turn/v4 \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/src/github.com/pmezard/go-difflib \ - prometheus:client_golang:v1.20.5:prometheus_client_golang/vendor/src/github.com/prometheus/client_golang \ - prometheus:client_model:v0.6.1:prometheus_client_model/vendor/src/github.com/prometheus/client_model \ - prometheus:common:v0.55.0:prometheus_common/vendor/src/github.com/prometheus/common \ - prometheus:procfs:v0.15.1:prometheus_procfs/vendor/src/github.com/prometheus/procfs \ - protocolbuffers:protobuf-go:v1.36.3:protocolbuffers_protobuf_go/vendor/src/google.golang.org/protobuf \ + pquerna:cachecontrol:v0.2.0:pquerna_cachecontrol/vendor/src/github.com/pquerna/cachecontrol \ + prometheus:client_golang:v1.23.0:prometheus_client_golang/vendor/src/github.com/prometheus/client_golang \ + prometheus:client_model:v0.6.2:prometheus_client_model/vendor/src/github.com/prometheus/client_model \ + prometheus:common:v0.65.0:prometheus_common/vendor/src/github.com/prometheus/common \ + prometheus:procfs:v0.16.1:prometheus_procfs/vendor/src/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.36.7:protocolbuffers_protobuf_go/vendor/src/google.golang.org/protobuf \ sirupsen:logrus:v1.9.3:sirupsen_logrus/vendor/src/github.com/sirupsen/logrus \ soheilhy:cmux:v0.1.5:soheilhy_cmux/vendor/src/github.com/soheilhy/cmux \ - spf13:pflag:v1.0.5:spf13_pflag/vendor/src/github.com/spf13/pflag \ + spf13:pflag:v1.0.6:spf13_pflag/vendor/src/github.com/spf13/pflag \ stretchr:testify:v1.10.0:stretchr_testify/vendor/src/github.com/stretchr/testify \ tmc:grpc-websocket-proxy:e5319fda7802:tmc_grpc_websocket_proxy/vendor/src/github.com/tmc/grpc-websocket-proxy \ - uber-go:multierr:v1.10.0:uber_go_multierr/vendor/src/go.uber.org/multierr \ + uber-go:multierr:v1.11.0:uber_go_multierr/vendor/src/go.uber.org/multierr \ uber-go:zap:v1.27.0:uber_go_zap/vendor/src/go.uber.org/zap \ + wlynxg:anet:v0.0.5:wlynxg_anet/vendor/src/github.com/wlynxg/anet \ xiang90:probing:43a291ad63a2:xiang90_probing/vendor/src/github.com/xiang90/probing MAKE_ENV= ${GOENV}\ GO111MODULE=off \ GOPATH="${WRKSRC}/vendor" post-extract: - ${MKDIR} ${WRKSRC}/vendor/src/go.etcd.io/etcd/client/pkg/v3 - ${MKDIR} ${WRKSRC}/vendor/src/go.etcd.io/etcd/api/v3 - ${FIND} ${WRKSRC}/vendor/src/go.etcd.io/etcd/client/pkg -type d -not -name v3 -exec ${SH} -c 'ln -s `realpath {}` ${WRKSRC}/vendor/src/go.etcd.io/etcd/client/pkg/v3/`basename {}`' \; - ${FIND} ${WRKSRC}/vendor/src/go.etcd.io/etcd/api -type d -not -name v3 -exec ${SH} -c 'ln -s `realpath {}` ${WRKSRC}/vendor/src/go.etcd.io/etcd/api/v3/`basename {}`' \; + ${MKDIR} ${WRKSRC}/tmp + ${MKDIR} ${WRKSRC}/vendor/src/github.com/strukturag + ${LN} -s ${WRKSRC} ${WRKSRC}/vendor/src/github.com/strukturag/${PORTNAME} ${CP} ${FILESDIR}/version.txt ${WRKSRC}/version.txt - ${MKDIR} ${WRKDIR}/${PORTNAME}-${DISTVERSION}/vendor/src/github.com/strukturag - ${LN} -s ${WRKDIR}/${PORTNAME}-${DISTVERSION}/ ${WRKDIR}/${PORTNAME}-${DISTVERSION}/vendor/src/github.com/strukturag/${PORTNAME} do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} post-patch: diff --git a/net-im/nextcloud-spreed-signaling/distinfo b/net-im/nextcloud-spreed-signaling/distinfo index 374ed53a4183..4240556ca2b8 100644 --- a/net-im/nextcloud-spreed-signaling/distinfo +++ b/net-im/nextcloud-spreed-signaling/distinfo @@ -1,60 +1,60 @@ -TIMESTAMP = 1740769735 -SHA256 (strukturag-nextcloud-spreed-signaling-v2.0.2_GH0.tar.gz) = 4cdf34af7ffea00c8be0a72d5a38386cc8b3a2cc0d04889fd5f4afa4e83db57d -SIZE (strukturag-nextcloud-spreed-signaling-v2.0.2_GH0.tar.gz) = 377790 +TIMESTAMP = 1764968731 +SHA256 (strukturag-nextcloud-spreed-signaling-v2.0.4_GH0.tar.gz) = 9d944384aec7a6ff6a0914468e688006038c097cc074878d4ff9b8b6466ae79b +SIZE (strukturag-nextcloud-spreed-signaling-v2.0.4_GH0.tar.gz) = 396481 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 -SHA256 (cenkalti-backoff-v4.2.1_GH0.tar.gz) = adb92e0d2ecc3de14f45bea713afb367367bdc89c1af8391b91089ce91ce18f4 -SIZE (cenkalti-backoff-v4.2.1_GH0.tar.gz) = 10394 +SHA256 (cenkalti-backoff-v4.3.0_GH0.tar.gz) = 5006d8626ff22ad2c584b0ab09b6f20f8013b46467381519b80f9c037ad8c2b0 +SIZE (cenkalti-backoff-v4.3.0_GH0.tar.gz) = 10952 SHA256 (cespare-xxhash-v2.3.0_GH0.tar.gz) = 0e3dda07b03a5f3733506218860ecb2d50c0f01f16299b5d60902ef5158cbde5 SIZE (cespare-xxhash-v2.3.0_GH0.tar.gz) = 12696 -SHA256 (coreos-go-semver-v0.3.0_GH0.tar.gz) = 1b72134483db366fb43f216727d6bc110086d4450ce0d226960cf4ce823d6eb9 -SIZE (coreos-go-semver-v0.3.0_GH0.tar.gz) = 10663 -SHA256 (coreos-go-systemd-v22.3.2_GH0.tar.gz) = dbb1a3930d43f49e11c53f2010ab9609e18236f776a99921850cd05f54779438 -SIZE (coreos-go-systemd-v22.3.2_GH0.tar.gz) = 72134 +SHA256 (coreos-go-semver-v0.3.1_GH0.tar.gz) = 22763890859bc980adb6698dd67e07493646bc6472e90369aa678d2a041cb1cb +SIZE (coreos-go-semver-v0.3.1_GH0.tar.gz) = 11217 +SHA256 (coreos-go-systemd-v22.5.0_GH0.tar.gz) = b56f4a5aa5cd8a5a2e8b323fb8e76b4a45c6ea6a319a42d9bb2851c54e97a3a1 +SIZE (coreos-go-systemd-v22.5.0_GH0.tar.gz) = 75550 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (dlintw-goconf-dcc070983490_GH0.tar.gz) = 658234767ec03d81dcdee9cdf4790c359bba8399e7281a125bd7a5e480bf712d SIZE (dlintw-goconf-dcc070983490_GH0.tar.gz) = 6199 -SHA256 (dustin-go-humanize-v1.0.0_GH0.tar.gz) = e4540bd50ac855143b4f2e509313079c50cf5d8774f09cc10dbca5ae9803d8ba -SIZE (dustin-go-humanize-v1.0.0_GH0.tar.gz) = 17260 -SHA256 (etcd-io-bbolt-v1.3.11_GH0.tar.gz) = eea1f5263917e51b171fcb861391e14b6f5cf775cf1f3ac820e0b1403ecd1e6f -SIZE (etcd-io-bbolt-v1.3.11_GH0.tar.gz) = 133683 -SHA256 (etcd-io-etcd-v3.5.17_GH0.tar.gz) = d1b7e01b6b8d1cfa988edf2b1947c1b0af4e77b6e6b61ff1f469e1884d50ee51 -SIZE (etcd-io-etcd-v3.5.17_GH0.tar.gz) = 4124391 -SHA256 (fsnotify-fsnotify-v1.8.0_GH0.tar.gz) = 3c4cbec6225307397717f18bb87ffc496e59d0f802a41fff572bf09e5dbf6e2b -SIZE (fsnotify-fsnotify-v1.8.0_GH0.tar.gz) = 72325 -SHA256 (go-logr-logr-v1.4.2_GH0.tar.gz) = d06d6b9c3aa0cc42ba65ebcecd789addd149c859ca33a8878308f89590bf9fbd -SIZE (go-logr-logr-v1.4.2_GH0.tar.gz) = 57464 +SHA256 (dustin-go-humanize-v1.0.1_GH0.tar.gz) = ac3a0d8d0eef07c75d12eddce775a8e8306dfb9783a45312597c34ff643793d8 +SIZE (dustin-go-humanize-v1.0.1_GH0.tar.gz) = 17692 +SHA256 (etcd-io-bbolt-v1.4.2_GH0.tar.gz) = 0875f814e830d20df782a5c4cb2ac9361640f96877944b385769ca3f75270e60 +SIZE (etcd-io-bbolt-v1.4.2_GH0.tar.gz) = 169423 +SHA256 (etcd-io-etcd-v3.6.4_GH0.tar.gz) = dcbb42495ebdfa66c3cbba00501f679a88de11523533ba13ead3de8585422b2c +SIZE (etcd-io-etcd-v3.6.4_GH0.tar.gz) = 7376032 +SHA256 (etcd-io-raft-v3.6.0_GH0.tar.gz) = b3f294a642494641a58a94c63db4fe5b080d7fb0ccdf97894d6d3fe735703179 +SIZE (etcd-io-raft-v3.6.0_GH0.tar.gz) = 321032 +SHA256 (fsnotify-fsnotify-v1.9.0_GH0.tar.gz) = 3ff59fb248bb76a6bf4fbe99586aec08f7218743187c71da3ff2e34c23cc1a05 +SIZE (fsnotify-fsnotify-v1.9.0_GH0.tar.gz) = 73945 +SHA256 (go-logr-logr-v1.4.3_GH0.tar.gz) = 195536e2f36cc061abba5e0f9153a227c39fb9f9a673eec571be1cbceb50d9e1 +SIZE (go-logr-logr-v1.4.3_GH0.tar.gz) = 57731 SHA256 (go-logr-stdr-v1.2.2_GH0.tar.gz) = 37d975b280d884ca0d55a800bc6e47314b6e86268e56254f9d15d19ca9404eb8 SIZE (go-logr-stdr-v1.2.2_GH0.tar.gz) = 9098 -SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 -SIZE (go-yaml-yaml-v2.4.0_GH0.tar.gz) = 73209 SHA256 (go-yaml-yaml-v3.0.1_GH0.tar.gz) = cf05411540d3e6ef8f1fd88434b34f94cedaceb540329031d80e23b74540c4e5 SIZE (go-yaml-yaml-v3.0.1_GH0.tar.gz) = 91173 SHA256 (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2bb4b13d6e56b3911f09b8e9ddd15708477fbff8823c057cc79dd99c9a452b34 SIZE (gogo-protobuf-v1.3.2_GH0.tar.gz) = 2038725 -SHA256 (golang-jwt-jwt-v4.5.1_GH0.tar.gz) = 1bb5df28987139b800083b79fab18bb644f664da1aade0f9d36482c3bf04eccd -SIZE (golang-jwt-jwt-v4.5.1_GH0.tar.gz) = 53181 -SHA256 (golang-jwt-jwt-v5.2.1_GH0.tar.gz) = 76d1c81a7cd38ed03309f770f60ac3417f16c75b4c53a0c01bb783863783fef0 -SIZE (golang-jwt-jwt-v5.2.1_GH0.tar.gz) = 61340 -SHA256 (golang-crypto-v0.31.0_GH0.tar.gz) = 36e325f89d4cd03ec568d92c74d6affd2b1fb88fcdc63aeb15d1df41e11200ca -SIZE (golang-crypto-v0.31.0_GH0.tar.gz) = 1837859 -SHA256 (golang-net-v0.33.0_GH0.tar.gz) = 675e0ceaf54baf4f6e2a5152fe148906119c97e7b1d37d1c44ec2621faeab0e8 -SIZE (golang-net-v0.33.0_GH0.tar.gz) = 1466426 +SHA256 (golang-jwt-jwt-v5.3.0_GH0.tar.gz) = 946655610d8b790757e4d31c8be44860fd45e842370d494140c25296520a9e1c +SIZE (golang-jwt-jwt-v5.3.0_GH0.tar.gz) = 61993 +SHA256 (golang-crypto-v0.41.0_GH0.tar.gz) = e2755451de1987afe358285b19ff7fa2eadb1286a2a2e11b21f725bc1d47efdf +SIZE (golang-crypto-v0.41.0_GH0.tar.gz) = 2156602 +SHA256 (golang-net-v0.42.0_GH0.tar.gz) = c63ea31ca98f9cee6c242dc127370ea7786e685a8031955b7b3628c732dfc7cd +SIZE (golang-net-v0.42.0_GH0.tar.gz) = 1504513 SHA256 (golang-protobuf-v1.5.4_GH0.tar.gz) = d75e6960ecfabaaa83a7261b1b630d24e9c63aca79615fb15bf33e11b62fd019 SIZE (golang-protobuf-v1.5.4_GH0.tar.gz) = 172992 -SHA256 (golang-sys-v0.28.0_GH0.tar.gz) = 62726b1ccbb09c7e8de2215756a26012751bdded12b5bacc6de83296db694ebf -SIZE (golang-sys-v0.28.0_GH0.tar.gz) = 1519898 -SHA256 (golang-text-v0.21.0_GH0.tar.gz) = d64dbf40a8ae06c4805895e48553ecdadaed07089d8ed2168a0d61551d17ff22 -SIZE (golang-text-v0.21.0_GH0.tar.gz) = 8964782 -SHA256 (golang-time-v0.8.0_GH0.tar.gz) = 3aa7caa13415147ae08e37bdde9265ea6c5513fe27a46f54ae9642a7c727516a -SIZE (golang-time-v0.8.0_GH0.tar.gz) = 12284 -SHA256 (google-btree-v1.0.1_GH0.tar.gz) = 240723cff7c3c28e8444d45e500e65b2c25df519273260f248786e1a7367a654 -SIZE (google-btree-v1.0.1_GH0.tar.gz) = 15381 -SHA256 (google-go-genproto-6ceb2ff114de_GH0.tar.gz) = bbe44d23b7c654b545e924fb92831989b1bd66a67e475ce12449a96b01b4ae9a -SIZE (google-go-genproto-6ceb2ff114de_GH0.tar.gz) = 5957045 -SHA256 (google-go-genproto-796eee8c2d53_GH0.tar.gz) = 3b9e93e4bb7464dd3f326da03498d8880e099910f10dd7ba88c597dbf721fb09 -SIZE (google-go-genproto-796eee8c2d53_GH0.tar.gz) = 5879150 +SHA256 (golang-sys-v0.35.0_GH0.tar.gz) = 08a0eed7f36ae25bfd3275b92c8542da4924ce2902c36599d5a1f87d54f3b5dd +SIZE (golang-sys-v0.35.0_GH0.tar.gz) = 1531316 +SHA256 (golang-text-v0.28.0_GH0.tar.gz) = 0c707e505057045b4c20812f3dd60e3c8e77ee0bf7af1a8d2105b6a6b4f2993d +SIZE (golang-text-v0.28.0_GH0.tar.gz) = 8974035 +SHA256 (golang-time-v0.12.0_GH0.tar.gz) = 53f80bdb50179679e9ce18b1117d6f1cf968b4f6772a57cb607a45c8b54cf1c8 +SIZE (golang-time-v0.12.0_GH0.tar.gz) = 12523 +SHA256 (google-btree-v1.1.3_GH0.tar.gz) = ecb1f97cff16ce5b18a12ed31728a82a8e0df0c0181febf2b9c39dd3ed362ffd +SIZE (google-btree-v1.1.3_GH0.tar.gz) = 19772 +SHA256 (google-go-cmp-v0.7.0_GH0.tar.gz) = c98f4f998ad8134b26816500b5c4c5cd6329905c0610b0c1f031efe7fbb469af +SIZE (google-go-cmp-v0.7.0_GH0.tar.gz) = 105149 +SHA256 (google-go-genproto-200df99c418a_GH0.tar.gz) = 3f10e4ec6cf28f00f8c97170a0629a6e28e53dd6dda8312bb931fcfd740cc902 +SIZE (google-go-genproto-200df99c418a_GH0.tar.gz) = 5911322 +SHA256 (google-go-tpm-v0.9.5_GH0.tar.gz) = 8f247de9d10a7a1f35e06e26da616039d4ba13785b974b846479aa2f393d4bed +SIZE (google-go-tpm-v0.9.5_GH0.tar.gz) = 387349 SHA256 (google-uuid-v1.6.0_GH0.tar.gz) = ee63376b5675376c60e055ed66e5f3651ccc703bd580c022b8ad00cea309252d SIZE (google-uuid-v1.6.0_GH0.tar.gz) = 20896 SHA256 (gorilla-mux-v1.8.1_GH0.tar.gz) = c2a09e78d1886abb2d291b472eba3ac9185acb35234c1f5616669664ba893d6d @@ -63,95 +63,107 @@ SHA256 (gorilla-securecookie-v1.1.2_GH0.tar.gz) = 6a95562e0bf0b29033bfe75a55a28c SIZE (gorilla-securecookie-v1.1.2_GH0.tar.gz) = 12180 SHA256 (gorilla-websocket-v1.5.3_GH0.tar.gz) = 707f217e9a46c516c289b71c45a4e51b11b5e0fcec54c1fbfecde47b8a001799 SIZE (gorilla-websocket-v1.5.3_GH0.tar.gz) = 54884 -SHA256 (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = c9b908202c05a7f821b03ee49cd678e7e71469519054629770e0565d78275cbc -SIZE (grpc-ecosystem-go-grpc-middleware-v1.3.0_GH0.tar.gz) = 103780 -SHA256 (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = eba66530952a126ab869205bdb909af607bfd9eb09f00207b62eb29140258aa9 -SIZE (grpc-ecosystem-go-grpc-prometheus-v1.2.0_GH0.tar.gz) = 24760 -SHA256 (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 20ba8f2aeb4a580109357fffaa42f8400aba1155b95c8845e412287907e64379 -SIZE (grpc-ecosystem-grpc-gateway-v1.16.0_GH0.tar.gz) = 521578 -SHA256 (grpc-ecosystem-grpc-gateway-v2.16.0_GH0.tar.gz) = f49af0b9a5b260c5a783c30010ba3cca4730abba9246618cbee19070f7a843e7 -SIZE (grpc-ecosystem-grpc-gateway-v2.16.0_GH0.tar.gz) = 821213 +SHA256 (grpc-ecosystem-go-grpc-middleware-7da22cf3f3d3_GH0.tar.gz) = 82501d5a5314c072aad2b5fc07c1d89b17eba7870f81df6d33eac1d39bd0b1b6 +SIZE (grpc-ecosystem-go-grpc-middleware-7da22cf3f3d3_GH0.tar.gz) = 304660 +SHA256 (grpc-ecosystem-go-grpc-middleware-v2.1.0_GH0.tar.gz) = 1b92c23965bc2aff0b250c0c0fd972502dc2b04aecccc20b9b9dedd59761a444 +SIZE (grpc-ecosystem-go-grpc-middleware-v2.1.0_GH0.tar.gz) = 304074 +SHA256 (grpc-ecosystem-grpc-gateway-v2.26.3_GH0.tar.gz) = 264f12df71a1419576869a994a728e07f0a3ba8b991aff21b40433026229651f +SIZE (grpc-ecosystem-grpc-gateway-v2.26.3_GH0.tar.gz) = 858519 SHA256 (grpc-grpc-go-v1.5.1_GH0.tar.gz) = d93d7e7e8a6d59c26f0f82b32c2b34299016aa56766a4d426331038fb3e35545 SIZE (grpc-grpc-go-v1.5.1_GH0.tar.gz) = 302765 -SHA256 (grpc-grpc-go-v1.69.4_GH0.tar.gz) = 27f5fef36c75a513e7d4d3dee37df78e84b6afb72f384865316a424407f006bd -SIZE (grpc-grpc-go-v1.69.4_GH0.tar.gz) = 2274733 -SHA256 (jonboulle-clockwork-v0.2.2_GH0.tar.gz) = 79ac7c0e53dfa48aac0622745f133b2438542f1c11d2c09ec1c98affbd62e1f0 -SIZE (jonboulle-clockwork-v0.2.2_GH0.tar.gz) = 9588 +SHA256 (grpc-grpc-go-v1.74.2_GH0.tar.gz) = da6fa507c6225914d520e1b7fe1cca28ee8a499d088d36c2c63e9f8313bb9f82 +SIZE (grpc-grpc-go-v1.74.2_GH0.tar.gz) = 2440089 +SHA256 (jonboulle-clockwork-v0.5.0_GH0.tar.gz) = 9cbf34c4fd4e88f317a4b5fb259f6c2cf374d06ad3951b24934ef7d85732de78 +SIZE (jonboulle-clockwork-v0.5.0_GH0.tar.gz) = 16998 SHA256 (josharian-intern-v1.0.0_GH0.tar.gz) = 7c7df6e792ed5db0b1a63c8ec74236b70958ad36c9fe5a02b52b1a418b177b5e SIZE (josharian-intern-v1.0.0_GH0.tar.gz) = 1927 -SHA256 (json-iterator-go-v1.1.12_GH0.tar.gz) = ff70e539fd919da757a2f3a530a053e7577cb4d7e2824fc1058d3abbefbb523e -SIZE (json-iterator-go-v1.1.12_GH0.tar.gz) = 84307 -SHA256 (klauspost-compress-v1.17.11_GH0.tar.gz) = d06b1a6f8c5fd1c79a3733acdeac9e3411f88acbe0dcd1ba0823c54e3567e31e -SIZE (klauspost-compress-v1.17.11_GH0.tar.gz) = 39082191 -SHA256 (kubernetes-sigs-yaml-v1.2.0_GH0.tar.gz) = 80612b8cc63863556906f04df7eca89179bf81e5b3d1133c082bd7e5e35d5514 -SIZE (kubernetes-sigs-yaml-v1.2.0_GH0.tar.gz) = 92574 +SHA256 (klauspost-compress-v1.18.0_GH0.tar.gz) = 2fdacf413615dc72f8cb4d199ce49bb5591da7ebdefaf7e2d1acf50ba2246c6c +SIZE (klauspost-compress-v1.18.0_GH0.tar.gz) = 39078330 +SHA256 (kubernetes-sigs-json-c049b76a60c6_GH0.tar.gz) = 02671a119dd26d8c1c99dd6c79bacf090ee67a2ce434ab3bd7f5c9a7d7a8e3d4 +SIZE (kubernetes-sigs-json-c049b76a60c6_GH0.tar.gz) = 207005 +SHA256 (kubernetes-sigs-yaml-v1.4.0_GH0.tar.gz) = b3f61049628348ee1483cb78812557222b7720912bcdb879fc8129970749a5be +SIZE (kubernetes-sigs-yaml-v1.4.0_GH0.tar.gz) = 192433 SHA256 (kylelemons-godebug-v1.1.0_GH0.tar.gz) = 72cc6f274fbd165b7674280f836a6b400e80dbae055919e101920dedf50e79db SIZE (kylelemons-godebug-v1.1.0_GH0.tar.gz) = 17637 SHA256 (mailru-easyjson-v0.9.0_GH0.tar.gz) = ac8e8a3e43d7afa1c005c1977a2bd16770164e943059cba2133c9842a293671d SIZE (mailru-easyjson-v0.9.0_GH0.tar.gz) = 82266 -SHA256 (marcw-cachecontrol-30341fe9a7d5_GH0.tar.gz) = 484f816742921a630da5145f93f105628c0370ef8681fc95cb21cf68827e0d97 -SIZE (marcw-cachecontrol-30341fe9a7d5_GH0.tar.gz) = 2317 SHA256 (minio-highwayhash-v1.0.3_GH0.tar.gz) = 033262f4e02deb6cf8a0cbe1e99f4bc07180c96c203b059b017c4735e24f5f05 SIZE (minio-highwayhash-v1.0.3_GH0.tar.gz) = 25363 -SHA256 (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f -SIZE (modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526 -SHA256 (modern-go-reflect2-v1.0.2_GH0.tar.gz) = eab313f24c09d512f004d489aeed0d0a485f789abd07e7df411375035174341b -SIZE (modern-go-reflect2-v1.0.2_GH0.tar.gz) = 14030 SHA256 (munnerz-goautoneg-a7dc8b61c822_GH0.tar.gz) = 3a455e3bcf8237ecee0385f97223ca821ec2547284e827e90f94a4984801ca1c SIZE (munnerz-goautoneg-a7dc8b61c822_GH0.tar.gz) = 2810 -SHA256 (natefinch-lumberjack-v2.0.0_GH0.tar.gz) = 5817941b45096eb70b8114d7a4bf392ea47c4fe8030ff383ca54c67dfa0617bd -SIZE (natefinch-lumberjack-v2.0.0_GH0.tar.gz) = 12631 -SHA256 (nats-io-jwt-v2.7.3_GH0.tar.gz) = b073ee10453a9d987c28b7db0b0a464ab04cf7462f7e117da1f57da51454127e -SIZE (nats-io-jwt-v2.7.3_GH0.tar.gz) = 92718 -SHA256 (nats-io-nats-server-v2.10.24_GH0.tar.gz) = 64093d74f81ad92d466f1a0de119cebe455db1c7acd2511197a497fa85b8baf5 -SIZE (nats-io-nats-server-v2.10.24_GH0.tar.gz) = 2211885 -SHA256 (nats-io-nats.go-v1.38.0_GH0.tar.gz) = 2659d4bf5352b95e27e82f8e833c647453461ee9141b9c6331bdef5a8b1ac2d1 -SIZE (nats-io-nats.go-v1.38.0_GH0.tar.gz) = 659343 -SHA256 (nats-io-nkeys-v0.4.9_GH0.tar.gz) = 6c9cd99c75c1f9b9d3d79402baa4aecdac4e1551deb973dc7b868a4267fd3d51 -SIZE (nats-io-nkeys-v0.4.9_GH0.tar.gz) = 25602 +SHA256 (natefinch-lumberjack-v2.2.1_GH0.tar.gz) = 935582f3f3377f09604bce4ab0488092d71c0d9ff3e9359a397f00ab6caed658 +SIZE (natefinch-lumberjack-v2.2.1_GH0.tar.gz) = 12568 +SHA256 (nats-io-jwt-v2.7.4_GH0.tar.gz) = 587d2fe27aade4b616e48db3c1623fdd7548ae6bce5247947a6160cdf64aebb4 +SIZE (nats-io-jwt-v2.7.4_GH0.tar.gz) = 92716 +SHA256 (nats-io-nats-server-v2.11.8_GH0.tar.gz) = 957ec915c35f232ecb497e9f744a8c0948a187a049d4ad1ecf00ae2bfa763650 +SIZE (nats-io-nats-server-v2.11.8_GH0.tar.gz) = 2466336 +SHA256 (nats-io-nats.go-v1.44.0_GH0.tar.gz) = cf201f18f63119543fa32acf39b58c4c0739d5de72876fb3d5a8b8971f81bc64 +SIZE (nats-io-nats.go-v1.44.0_GH0.tar.gz) = 686534 +SHA256 (nats-io-nkeys-v0.4.11_GH0.tar.gz) = 52309d8b83697692548fb746e26a146235c36260918baa01ed62c59d56d6391e +SIZE (nats-io-nkeys-v0.4.11_GH0.tar.gz) = 25588 SHA256 (nats-io-nuid-v1.0.1_GH0.tar.gz) = a0b4fe5b40781add2a9fdb5d723313be5f5d11c1a79ea1dd2671278826ef078d SIZE (nats-io-nuid-v1.0.1_GH0.tar.gz) = 7529 SHA256 (notedit-janus-go-10eb8b95d1a0_GH0.tar.gz) = 007fa7a626a0d2034ee4f2e2695f51c86e943ab012af167cbcd8373a75f73989 SIZE (notedit-janus-go-10eb8b95d1a0_GH0.tar.gz) = 4309 -SHA256 (open-telemetry-opentelemetry-go-contrib-v1.21.0_GH0.tar.gz) = d346c2a5ddb81909f58908f27e547a5e1bd4b6931d4b7bfc95c6dfe2f4ceb82a -SIZE (open-telemetry-opentelemetry-go-contrib-v1.21.0_GH0.tar.gz) = 599990 -SHA256 (open-telemetry-opentelemetry-go-v1.20.0_GH0.tar.gz) = c739ba9a4eb74db325acdec5eca5d2c18f789f63e10f1658d8c5e0061700d18a -SIZE (open-telemetry-opentelemetry-go-v1.20.0_GH0.tar.gz) = 1273769 -SHA256 (open-telemetry-opentelemetry-go-v1.31.0_GH0.tar.gz) = c322c4d645d577dd6cb05d05642cdd101c1583e1bb15eb6e32e3d5f442d5ddf4 -SIZE (open-telemetry-opentelemetry-go-v1.31.0_GH0.tar.gz) = 1778091 -SHA256 (open-telemetry-opentelemetry-proto-go-v1.0.0_GH0.tar.gz) = 543b133a09579ad227b2db21460f71baeeb46e4209c2ac5e5621f4ffe7fb192b -SIZE (open-telemetry-opentelemetry-proto-go-v1.0.0_GH0.tar.gz) = 177183 +SHA256 (open-telemetry-opentelemetry-go-contrib-v1.34.0_GH0.tar.gz) = ac74330fdf9d3f6ce5407754468f1d058d0e84cc9300a374d9f8f080ed6831e9 +SIZE (open-telemetry-opentelemetry-go-contrib-v1.34.0_GH0.tar.gz) = 737340 +SHA256 (open-telemetry-opentelemetry-go-instrumentation-sdk-v1.1.0_GH0.tar.gz) = 633de267e9143f97362998517e119c29f12c22316f2cb27af5047cf81f864330 +SIZE (open-telemetry-opentelemetry-go-instrumentation-sdk-v1.1.0_GH0.tar.gz) = 1114771 +SHA256 (open-telemetry-opentelemetry-go-v1.34.0_GH0.tar.gz) = 16d562e15e7cdbd7e6c49cd5ac3fa2770969d7873295dd0387ad842126815436 +SIZE (open-telemetry-opentelemetry-go-v1.34.0_GH0.tar.gz) = 1873245 +SHA256 (open-telemetry-opentelemetry-go-v1.36.0_GH0.tar.gz) = 3cdfba4d530e753884fc795f249e96f380cc00b3285d824f48224867368d509b +SIZE (open-telemetry-opentelemetry-go-v1.36.0_GH0.tar.gz) = 2318104 +SHA256 (open-telemetry-opentelemetry-proto-go-v1.5.0_GH0.tar.gz) = 810887a5dfe7eae2134e492ad6ba1ea54c67736805f8f1d0e7b219f963222956 +SIZE (open-telemetry-opentelemetry-proto-go-v1.5.0_GH0.tar.gz) = 146551 SHA256 (oschwald-maxminddb-golang-v1.13.1_GH0.tar.gz) = d337efdac8d906cf3853f048fb74f96ecff4f70c2e64d869fdd87c83eb797bfd SIZE (oschwald-maxminddb-golang-v1.13.1_GH0.tar.gz) = 27909 +SHA256 (pion-dtls-v3.0.6_GH0.tar.gz) = 751c9d1c3677b02e9252306f1e8c1a27be71260ae4e62391674dfa07ea6443b7 +SIZE (pion-dtls-v3.0.6_GH0.tar.gz) = 182279 +SHA256 (pion-ice-v4.0.10_GH0.tar.gz) = 88bf3ac7b061f22a48eb8276e0bfa62d635b25b12fc50fdc8293db96edf33f11 +SIZE (pion-ice-v4.0.10_GH0.tar.gz) = 114905 +SHA256 (pion-logging-v0.2.3_GH0.tar.gz) = 1daea858e29ce5716361efc8ab5296892340159fb0f039849a1145ecbdc232aa +SIZE (pion-logging-v0.2.3_GH0.tar.gz) = 10587 +SHA256 (pion-mdns-v2.0.7_GH0.tar.gz) = d418c2be58eaac2344f1061929674f2b164b8a7e48490c3d54e0eec37e8bde00 +SIZE (pion-mdns-v2.0.7_GH0.tar.gz) = 23716 SHA256 (pion-randutil-v0.1.0_GH0.tar.gz) = 4b0301915ebbfa77c8621cebf99c6c7d71651762a33ce4fa4e6af8994ecd4993 SIZE (pion-randutil-v0.1.0_GH0.tar.gz) = 7521 -SHA256 (pion-sdp-v3.0.10_GH0.tar.gz) = 65771956d483a18fbb9274a75beb372c45e0a5595bd8c562c92fa5db4f19ec3e -SIZE (pion-sdp-v3.0.10_GH0.tar.gz) = 28365 +SHA256 (pion-sdp-v3.0.15_GH0.tar.gz) = 980db3687eed2653371f0b50318b03030da6a2c4536769aa38874d703f4af247 +SIZE (pion-sdp-v3.0.15_GH0.tar.gz) = 30088 +SHA256 (pion-stun-v3.0.0_GH0.tar.gz) = ccb7176193376e7dd1988438dad2329d983f12740e19ebb3153f58b99badfddc +SIZE (pion-stun-v3.0.0_GH0.tar.gz) = 85015 +SHA256 (pion-transport-v3.0.7_GH0.tar.gz) = dca2f4ede133623bfb1f2d1a055e500c80ef3faa39ad9db4d45086d60c7458b5 +SIZE (pion-transport-v3.0.7_GH0.tar.gz) = 85680 +SHA256 (pion-turn-v4.0.0_GH0.tar.gz) = 7b9c83303419b6ba279630863c66827a4f412d755451a355d97ed5d45e6afb20 +SIZE (pion-turn-v4.0.0_GH0.tar.gz) = 130862 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (prometheus-client_golang-v1.20.5_GH0.tar.gz) = ab8aa5a2a56f2fb739ea7db4485d0a05df30476924a872b28cce3a319a347af8 -SIZE (prometheus-client_golang-v1.20.5_GH0.tar.gz) = 1103272 -SHA256 (prometheus-client_model-v0.6.1_GH0.tar.gz) = b9b690bc35d80061f255faa7df7621eae39fe157179ccd78ff6409c3b004f05e -SIZE (prometheus-client_model-v0.6.1_GH0.tar.gz) = 17373 -SHA256 (prometheus-common-v0.55.0_GH0.tar.gz) = b9cabec7dadf615ae8bf86414d916f6680bc9e641d7631deaad71422b104ab6b -SIZE (prometheus-common-v0.55.0_GH0.tar.gz) = 147527 -SHA256 (prometheus-procfs-v0.15.1_GH0.tar.gz) = ba96bb6d45f1fcbff820c7d844e6acdef4416bb0ff2d9e24656f5cbacb8e46b5 -SIZE (prometheus-procfs-v0.15.1_GH0.tar.gz) = 243687 -SHA256 (protocolbuffers-protobuf-go-v1.36.3_GH0.tar.gz) = d15b5c42786fa47d716b1572e5ba21979dc3163121854ece5101f072d4fa95bb -SIZE (protocolbuffers-protobuf-go-v1.36.3_GH0.tar.gz) = 1959978 +SHA256 (pquerna-cachecontrol-v0.2.0_GH0.tar.gz) = cfe3fd03d57f1e06d2d4df587383e50b087667fdd23dcc89300e4b47c7a66fef +SIZE (pquerna-cachecontrol-v0.2.0_GH0.tar.gz) = 19917 +SHA256 (prometheus-client_golang-v1.23.0_GH0.tar.gz) = fe0fdaa38ccb9d50dbf131ec704f44cfbe2e13b3b331fb7ff15f96d8043ee986 +SIZE (prometheus-client_golang-v1.23.0_GH0.tar.gz) = 1130755 +SHA256 (prometheus-client_model-v0.6.2_GH0.tar.gz) = 47c5ea7949f68e7f7b344350c59b6bd31eeb921f0eec6c3a566e27cf1951470c +SIZE (prometheus-client_model-v0.6.2_GH0.tar.gz) = 17508 +SHA256 (prometheus-common-v0.65.0_GH0.tar.gz) = 0a6f1eb93c63fcb24a52d27b3049644ce71a21562bedd2e8614fd4491d7aab15 +SIZE (prometheus-common-v0.65.0_GH0.tar.gz) = 148092 +SHA256 (prometheus-procfs-v0.16.1_GH0.tar.gz) = 56cc0d3f4bfda280e9a2abe821dbc180c2a18ea4a1565e6a087abe4f7dbeb50f +SIZE (prometheus-procfs-v0.16.1_GH0.tar.gz) = 253359 +SHA256 (protocolbuffers-protobuf-go-v1.36.7_GH0.tar.gz) = f3be1721420f0524ed036e16b5b53f13d10052741a7061db9b13f0a4a469d817 +SIZE (protocolbuffers-protobuf-go-v1.36.7_GH0.tar.gz) = 1806031 SHA256 (sirupsen-logrus-v1.9.3_GH0.tar.gz) = cfa48a647a28c1f12fb6a9b672bc4d88b6407ff05aedcf23ce939d342646acce SIZE (sirupsen-logrus-v1.9.3_GH0.tar.gz) = 50320 SHA256 (soheilhy-cmux-v0.1.5_GH0.tar.gz) = 199232ece74332f408a38e4d38e7ca942b3e66ae58074ca95d3f069693e0dca1 SIZE (soheilhy-cmux-v0.1.5_GH0.tar.gz) = 22250 -SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 -SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 +SHA256 (spf13-pflag-v1.0.6_GH0.tar.gz) = b6beba1d0a8ce6e0827567931ff9b1b1c93b0fb4b091e825aa09bf0310664ff7 +SIZE (spf13-pflag-v1.0.6_GH0.tar.gz) = 52840 SHA256 (stretchr-testify-v1.10.0_GH0.tar.gz) = 06af5143ab5fc8f2fbf3d1420a5f002f6383cd7de911698dbd1822beacb27684 SIZE (stretchr-testify-v1.10.0_GH0.tar.gz) = 112732 SHA256 (tmc-grpc-websocket-proxy-e5319fda7802_GH0.tar.gz) = ab27ebe35674bcc777d63bb1d64874310832d857a3eb573192b082f73afde494 SIZE (tmc-grpc-websocket-proxy-e5319fda7802_GH0.tar.gz) = 10031 -SHA256 (uber-go-multierr-v1.10.0_GH0.tar.gz) = fe39190f90b6410892c1fd0953926074d156e2aa91df8a2ba5d3140abfc11808 -SIZE (uber-go-multierr-v1.10.0_GH0.tar.gz) = 16212 +SHA256 (uber-go-multierr-v1.11.0_GH0.tar.gz) = 8aa599cf7de733306cf8770f854f8a38e6c819b1ae4296f15e44b1e7c6698f34 +SIZE (uber-go-multierr-v1.11.0_GH0.tar.gz) = 16900 SHA256 (uber-go-zap-v1.27.0_GH0.tar.gz) = 62860771a138097535da9053f75d1da1a9e57f98263ead698ce493e0c9670652 SIZE (uber-go-zap-v1.27.0_GH0.tar.gz) = 271384 +SHA256 (wlynxg-anet-v0.0.5_GH0.tar.gz) = bf9a401124ec58f00413b5597fc7f9ced9abd3314ec62ce49021c4c7b023d47e +SIZE (wlynxg-anet-v0.0.5_GH0.tar.gz) = 5475910 SHA256 (xiang90-probing-43a291ad63a2_GH0.tar.gz) = 576dd87a3b8729fd6f2422664897e285d43254138831aaedfac797813964d255 SIZE (xiang90-probing-43a291ad63a2_GH0.tar.gz) = 3468 diff --git a/net-im/nextcloud-spreed-signaling/files/patch-Makefile b/net-im/nextcloud-spreed-signaling/files/patch-Makefile deleted file mode 100644 index 6a362af9901c..000000000000 --- a/net-im/nextcloud-spreed-signaling/files/patch-Makefile +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig 2025-01-22 09:33:28 UTC -+++ Makefile -@@ -1,6 +1,6 @@ all: build - all: build - --GO := $(shell which go) -+GO := $(shell which go122) - GOPATH := $(shell "$(GO)" env GOPATH) - GODIR := $(shell dirname "$(GO)") - GOFMT := "$(GODIR)/gofmt" diff --git a/net-im/tde2e/Makefile b/net-im/tde2e/Makefile index 996929a7b447..cbdcf55defcd 100644 --- a/net-im/tde2e/Makefile +++ b/net-im/tde2e/Makefile @@ -1,6 +1,6 @@ PORTNAME= tde2e DISTVERSIONPREFIX= v -DISTVERSION= 1.8.56 +DISTVERSION= 1.8.58 CATEGORIES= net-im devel MAINTAINER= osa@FreeBSD.org @@ -16,7 +16,7 @@ CONFLICTS_INSTALL= tdlib USE_GITHUB= yes GH_ACCOUNT= tdlib GH_PROJECT= td -GH_TAGNAME= 8fbaf84 # 1.8.56 +GH_TAGNAME= 282f96c # 1.8.58 CMAKE_ON= TD_INSTALL_STATIC_LIBRARIES TD_E2E_ONLY CMAKE_OFF= BUILD_TESTING FREEBSD_BUILD_BENCHMARKS diff --git a/net-im/tde2e/distinfo b/net-im/tde2e/distinfo index d70244cc27e4..7898067529e4 100644 --- a/net-im/tde2e/distinfo +++ b/net-im/tde2e/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760966622 -SHA256 (tdlib-td-v1.8.56-8fbaf84_GH0.tar.gz) = 6a3a7fafedfc0610abe9028df591d8818154840d576f140a5a50e11d2fb1418e -SIZE (tdlib-td-v1.8.56-8fbaf84_GH0.tar.gz) = 5584835 +TIMESTAMP = 1765065837 +SHA256 (tdlib-td-v1.8.58-282f96c_GH0.tar.gz) = 7994f6c89138c450201d19d4b2f73c2e7ebb505fd1162816f96fda705a274177 +SIZE (tdlib-td-v1.8.58-282f96c_GH0.tar.gz) = 5621003 diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 65b75fc78a3f..bb0bc8175cbe 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -1,5 +1,5 @@ PORTNAME= telegram-desktop -DISTVERSION= 6.3.4 +DISTVERSION= 6.3.6 CATEGORIES= net-im MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/ DISTNAME= tdesktop-${DISTVERSION}-full @@ -33,8 +33,6 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \ libdbus-1.so:devel/dbus \ libdispatch.so:devel/libdispatch \ libfmt.so:devel/libfmt \ - libgeoclue-2.so:net/geoclue \ - libgeocode-glib-2.so:net/geocode-glib2 \ libheif.so:graphics/libheif \ libhunspell-1.7.so:textproc/hunspell \ libjxl.so:graphics/libjxl \ diff --git a/net-im/telegram-desktop/distinfo b/net-im/telegram-desktop/distinfo index 10dbfc17eabf..e87a93c875b8 100644 --- a/net-im/telegram-desktop/distinfo +++ b/net-im/telegram-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764301239 -SHA256 (tdesktop-6.3.4-full.tar.gz) = 7943671e3242bbc714c260e910333c5731ebef37e2c0310a563d4de6329fbfdd -SIZE (tdesktop-6.3.4-full.tar.gz) = 76221210 +TIMESTAMP = 1765038669 +SHA256 (tdesktop-6.3.6-full.tar.gz) = e2cb4d726f8ce9a268ce903317b02b17a3b8486372e3e121dd57c130e7b55498 +SIZE (tdesktop-6.3.6-full.tar.gz) = 76304813 diff --git a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_current__geo__location__linux.cpp b/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_current__geo__location__linux.cpp deleted file mode 100644 index 167d6549ed92..000000000000 --- a/net-im/telegram-desktop/files/patch-Telegram_SourceFiles_platform_linux_current__geo__location__linux.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- Telegram/SourceFiles/platform/linux/current_geo_location_linux.cpp.orig 2025-02-13 17:24:40 UTC -+++ Telegram/SourceFiles/platform/linux/current_geo_location_linux.cpp -@@ -118,7 +118,7 @@ void ResolveCurrentExactLocation(Fn<void(Core::GeoLoca - .accuracy = Core::GeoLocationAccuracy::Exact, - }); - }), -- new Fn(callback)); -+ new std::function(callback)); - } - - void ResolveLocationAddress( -@@ -193,7 +193,7 @@ void ResolveLocationAddress( - - (*callback)({ .name = checked.join(u", "_q) }); - }), -- new Fn(callback)); -+ new std::function(callback)); - } - - } // namespace Platform diff --git a/net-mgmt/check_syncthing/Makefile b/net-mgmt/check_syncthing/Makefile index b8970070e3cf..cb28b1a58891 100644 --- a/net-mgmt/check_syncthing/Makefile +++ b/net-mgmt/check_syncthing/Makefile @@ -1,7 +1,6 @@ PORTNAME= check_syncthing DISTVERSIONPREFIX= v -DISTVERSION= 0.0.6 -PORTREVISION= 3 +DISTVERSION= 1.0.0 CATEGORIES= net-mgmt MAINTAINER= dsh@bamus.cz @@ -11,16 +10,15 @@ WWW= https://github.com/dsh2dsh/check_syncthing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dsh2dsh +GO_MOD_DIST= github GO_MODULE= github.com/dsh2dsh/${PORTNAME} -GO_BUILDFLAGS= -ldflags="${STRIP} -w -X ${GO_MODULE}/main.version=${DISTVERSIONFULL}" +_BUILD_XFLAGS= main.version=${DISTVERSIONFULL} +GO_BUILDFLAGS= -ldflags "${STRIP} ${_BUILD_XFLAGS:S!^!-X ${GO_MODULE}/!}" PLIST_FILES= libexec/nagios/${PORTNAME} diff --git a/net-mgmt/check_syncthing/distinfo b/net-mgmt/check_syncthing/distinfo index c0b26b82b4cf..453e3eb8fd06 100644 --- a/net-mgmt/check_syncthing/distinfo +++ b/net-mgmt/check_syncthing/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1715192624 -SHA256 (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v0.0.6_GH0/v0.0.6.mod) = 8f1da3db7a75f90a2dfc086244f13cbaaecd5216501f83b1122a48dff43d79f0 -SIZE (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v0.0.6_GH0/v0.0.6.mod) = 575 -SHA256 (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v0.0.6_GH0/v0.0.6.zip) = 3068b81ea3ab574a909537ae54ead6ec1fc7a3bf7db88623025d8119c90ad1e8 -SIZE (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v0.0.6_GH0/v0.0.6.zip) = 41579 -SHA256 (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v0.0.6_GH0/dsh2dsh-check_syncthing-v0.0.6_GH0.tar.gz) = 5ec81072f96eee0f4f03c5becff1dc10d2e518cbf5e1b8b94c769c7d22146fa0 -SIZE (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v0.0.6_GH0/dsh2dsh-check_syncthing-v0.0.6_GH0.tar.gz) = 28487 +TIMESTAMP = 1764951174 +SHA256 (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v1.0.0_GH0/go.mod) = 96d5a3cd0b89ea15c69478de434fb1c5481dfdf06d608cfd7ca991f51d858ca7 +SIZE (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v1.0.0_GH0/go.mod) = 579 +SHA256 (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v1.0.0_GH0/dsh2dsh-check_syncthing-v1.0.0_GH0.tar.gz) = bb5c0ef38d8f7bdbb18662dd1a3f2481c408653d89bf6da08c58c4cf08183999 +SIZE (go/net-mgmt_check_syncthing/dsh2dsh-check_syncthing-v1.0.0_GH0/dsh2dsh-check_syncthing-v1.0.0_GH0.tar.gz) = 29344 diff --git a/net-mgmt/peering-manager/Makefile b/net-mgmt/peering-manager/Makefile index 5eea3c1dc6ad..5bd59697a523 100644 --- a/net-mgmt/peering-manager/Makefile +++ b/net-mgmt/peering-manager/Makefile @@ -1,6 +1,6 @@ PORTNAME= peering-manager DISTVERSIONPREFIX= v -DISTVERSION= 1.10.0 +DISTVERSION= 1.10.1 CATEGORIES= net-mgmt python MAINTAINER= bofh@FreeBSD.org diff --git a/net-mgmt/peering-manager/distinfo b/net-mgmt/peering-manager/distinfo index 5e3fe667e411..cef80969b790 100644 --- a/net-mgmt/peering-manager/distinfo +++ b/net-mgmt/peering-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764585598 -SHA256 (peering-manager-peering-manager-v1.10.0_GH0.tar.gz) = b38cb035792ca2d3aaf2eb4c7da8086d10b3d887b257fceffce97c21e538c039 -SIZE (peering-manager-peering-manager-v1.10.0_GH0.tar.gz) = 9433956 +TIMESTAMP = 1765019252 +SHA256 (peering-manager-peering-manager-v1.10.1_GH0.tar.gz) = 49d729c6e5b2353527539c4ee8ca1ab7de4e5cad5eb0f95c453b5cc75f7c6ef1 +SIZE (peering-manager-peering-manager-v1.10.1_GH0.tar.gz) = 9434177 diff --git a/net-mgmt/prometheus3/Makefile b/net-mgmt/prometheus3/Makefile index 7924b946e4c1..5e31fe5076b6 100644 --- a/net-mgmt/prometheus3/Makefile +++ b/net-mgmt/prometheus3/Makefile @@ -1,7 +1,6 @@ PORTNAME= prometheus DISTVERSIONPREFIX= v -DISTVERSION= 3.7.3 -PORTREVISION= 2 +DISTVERSION= 3.8.0 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${DISTVERSIONFULL}/:gomod \ https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${DISTVERSIONFULL}/:ui diff --git a/net-mgmt/prometheus3/distinfo b/net-mgmt/prometheus3/distinfo index d02eb72f6294..7e20c6a91126 100644 --- a/net-mgmt/prometheus3/distinfo +++ b/net-mgmt/prometheus3/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1761903331 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.3_GH0/go.mod) = 512f05a10e7c5aaa8e3df91a4cfb2bc42e25af1b8715ab5d523fbddf8b46b606 -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.3_GH0/go.mod) = 11980 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.3_GH0/prometheus-web-ui-3.7.3.tar.gz) = 786c3ef7eac9ec9c19636b001372aeafac79a36a541adc5447625b2d4c5acb5c -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.3_GH0/prometheus-web-ui-3.7.3.tar.gz) = 3491109 -SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.3_GH0/prometheus-prometheus-v3.7.3_GH0.tar.gz) = c3f6be8b3198d547c548dc6289f06688c245b46dcc28490e60445b06e5360347 -SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.7.3_GH0/prometheus-prometheus-v3.7.3_GH0.tar.gz) = 5214272 +TIMESTAMP = 1764774198 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.8.0_GH0/go.mod) = 0e78c6e51dfa79c9c5c2ce90ecb8402e4eaf980a7e86f27456017e805ca486de +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.8.0_GH0/go.mod) = 11980 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.8.0_GH0/prometheus-web-ui-3.8.0.tar.gz) = a0e12f35916562d4cd06c9fe076a405978b4036a09e88028ed5f1b38bb637c23 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.8.0_GH0/prometheus-web-ui-3.8.0.tar.gz) = 3209264 +SHA256 (go/net-mgmt_prometheus3/prometheus-prometheus-v3.8.0_GH0/prometheus-prometheus-v3.8.0_GH0.tar.gz) = 5e6e64535b5862b1a6247bd492f424b68dcb0dcc875424b66d9112a168f9ec16 +SIZE (go/net-mgmt_prometheus3/prometheus-prometheus-v3.8.0_GH0/prometheus-prometheus-v3.8.0_GH0.tar.gz) = 5411601 diff --git a/net-mgmt/prometheus3/pkg-plist b/net-mgmt/prometheus3/pkg-plist index cd592c6003dc..fd332a9a8399 100644 --- a/net-mgmt/prometheus3/pkg-plist +++ b/net-mgmt/prometheus3/pkg-plist @@ -1,7 +1,7 @@ bin/prometheus bin/promtool %%PORTDOCS%%%%DOCSDIR%%/command-line/index.md -%%PORTDOCS%%%%DOCSDIR%%/command-line/%%PROMETHEUS_USER%%.md +%%PORTDOCS%%%%DOCSDIR%%/command-line/prometheus.md %%PORTDOCS%%%%DOCSDIR%%/command-line/promtool.md %%PORTDOCS%%%%DOCSDIR%%/configuration/alerting_rules.md %%PORTDOCS%%%%DOCSDIR%%/configuration/configuration.md @@ -16,11 +16,13 @@ bin/promtool %%PORTDOCS%%%%DOCSDIR%%/federation.md %%PORTDOCS%%%%DOCSDIR%%/getting_started.md %%PORTDOCS%%%%DOCSDIR%%/http_sd.md +%%PORTDOCS%%%%DOCSDIR%%/images/prometheus_agent.png %%PORTDOCS%%%%DOCSDIR%%/images/remote_integrations.png %%PORTDOCS%%%%DOCSDIR%%/index.md %%PORTDOCS%%%%DOCSDIR%%/installation.md %%PORTDOCS%%%%DOCSDIR%%/management_api.md %%PORTDOCS%%%%DOCSDIR%%/migration.md +%%PORTDOCS%%%%DOCSDIR%%/prometheus_agent.md %%PORTDOCS%%%%DOCSDIR%%/querying/api.md %%PORTDOCS%%%%DOCSDIR%%/querying/basics.md %%PORTDOCS%%%%DOCSDIR%%/querying/examples.md diff --git a/net/gitlab-agent/Makefile b/net/gitlab-agent/Makefile index 9013daf97fef..fd163ae13835 100644 --- a/net/gitlab-agent/Makefile +++ b/net/gitlab-agent/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT BUILD_DEPENDS= git>=0:devel/git \ golangci-lint>=0:devel/golangci-lint -USES= go:modules,1.24 +USES= go:modules GO_MODULE= gitlab.com/gitlab-org/cluster-integration/gitlab-agent/v18 _BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC") diff --git a/net/gotify-cli/Makefile b/net/gotify-cli/Makefile index dd13168f21fb..24afb8a6eea3 100644 --- a/net/gotify-cli/Makefile +++ b/net/gotify-cli/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/gotify/cli LICENSE= MIT -USES= go:modules,1.22 +USES= go:modules GO_MODULE= github.com/gotify/cli/v2 _BUILD_DATE= $$(date -u "+%Y-%m-%d-%H%M UTC") diff --git a/net/gotify-server/Makefile b/net/gotify-server/Makefile index 747890998aee..58c88a21ea2d 100644 --- a/net/gotify-server/Makefile +++ b/net/gotify-server/Makefile @@ -17,7 +17,7 @@ BROKEN_i386= Build does not succeed (timeout in poudriere) BUILD_DEPENDS= yarn${NODEJS_SUFFIX}>=1.10.0:www/yarn${NODEJS_SUFFIX} \ -USES= go:modules,1.25 nodejs:build +USES= go:modules nodejs:build USE_RC_SUBR= gotify_server GO_MODULE= github.com/gotify/server/v2 diff --git a/net/k6/Makefile b/net/k6/Makefile index df4f6a1bec23..a994b4554f1e 100644 --- a/net/k6/Makefile +++ b/net/k6/Makefile @@ -1,7 +1,6 @@ PORTNAME= k6 DISTVERSIONPREFIX= v -DISTVERSION= 1.4.1 -PORTREVISION= 1 +DISTVERSION= 1.4.2 CATEGORIES= net MAINTAINER= dutra@FreeBSD.org @@ -16,7 +15,7 @@ USES= go:1.24,modules NOT_FOR_ARCHS= armv6 armv7 i386 _BUILD_DATE= $$(date -u +"%FT%T%z") -_BUILD_HASH= b670a64 +_BUILD_HASH= 5b725e8 GO_MODULE= github.com/grafana/${PORTNAME} GO_BUILDFLAGS= -ldflags "\ diff --git a/net/k6/distinfo b/net/k6/distinfo index 5770773c53bb..e99548eab87d 100644 --- a/net/k6/distinfo +++ b/net/k6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763850453 -SHA256 (go/net_k6/k6-v1.4.1/v1.4.1.mod) = 7de70dcef56a712ee5f3b9564b2c15c69b38bcd5d2f53fcd8008f9fe516b0185 -SIZE (go/net_k6/k6-v1.4.1/v1.4.1.mod) = 4783 -SHA256 (go/net_k6/k6-v1.4.1/v1.4.1.zip) = 5556d61dc3787a77c79123a85d992837042566a086e81e05f04cbfd41d12d063 -SIZE (go/net_k6/k6-v1.4.1/v1.4.1.zip) = 2589217 +TIMESTAMP = 1765088464 +SHA256 (go/net_k6/k6-v1.4.2/v1.4.2.mod) = baef83314cc7d5d1d55a318813ea583aeb01cd4462bd5cb016ff3aad167f9464 +SIZE (go/net_k6/k6-v1.4.2/v1.4.2.mod) = 4783 +SHA256 (go/net_k6/k6-v1.4.2/v1.4.2.zip) = 1484df7c1971a04a80042497f9309b557bcf07c57cd8e1973286aa7d06ab759b +SIZE (go/net_k6/k6-v1.4.2/v1.4.2.zip) = 2591095 diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index c590eb7fe4bf..20075f98e622 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -1,5 +1,6 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index ab5f5347b2c2..2ab90d1e4e32 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20251127 -PORTREVISION= 2 +DISTVERSION= 3.4.99.20251205 +PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= poudriere USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.3.0-2468-gcc10e391b +GH_TAGNAME= 3.3.0-2473-gd507571d3 GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 1475d2b4ab10..0f9543c59eb6 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764628548 -SHA256 (freebsd-poudriere-3.4.99.20251127-3.3.0-2468-gcc10e391b_GH0.tar.gz) = 800ebd5739df5185e7fb6c9e4ac5e8bf7167dd01af9140eaffcc88a6f03021a0 -SIZE (freebsd-poudriere-3.4.99.20251127-3.3.0-2468-gcc10e391b_GH0.tar.gz) = 5826884 +TIMESTAMP = 1764992644 +SHA256 (freebsd-poudriere-3.4.99.20251205-3.3.0-2473-gd507571d3_GH0.tar.gz) = f79cfd06a3fca76f5236c24e8e2e68557fad78d3626938a7a27658df689182e6 +SIZE (freebsd-poudriere-3.4.99.20251205-3.3.0-2473-gd507571d3_GH0.tar.gz) = 5827704 diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 5287ae5e8483..5034f538345e 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,6 @@ PORTNAME= cups-filters PORTVERSION= 1.28.17 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print MASTER_SITES= https://github.com/OpenPrinting/cups-filters/releases/download/${DISTVERSION}/ diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index a8bcf8459acd..06f891cdf01f 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfviewer PORTVERSION= 0.0.2 -PORTREVISION= 51 +PORTREVISION= 52 CATEGORIES= print MASTER_SITES= http://www.defora.org/os/download/download/4431/ PKGNAMEPREFIX= deforaos- diff --git a/print/extractpdfmark/Makefile b/print/extractpdfmark/Makefile index ebbae76343b8..e73e6524975f 100644 --- a/print/extractpdfmark/Makefile +++ b/print/extractpdfmark/Makefile @@ -1,7 +1,7 @@ PORTNAME= extractpdfmark DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MAINTAINER= m.ne@gmx.net diff --git a/print/ghostscript10/Makefile b/print/ghostscript10/Makefile index e19b3e83d9bf..bb40e31a9fd3 100644 --- a/print/ghostscript10/Makefile +++ b/print/ghostscript10/Makefile @@ -1,5 +1,6 @@ PORTNAME= ghostscript DISTVERSION= 10.06.0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/ PKGNAMESUFFIX= ${GS_MAJOR_VERSION} diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index 302d7b504e11..7eb49451468c 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= pdf-tools DISTVERSIONPREFIX= v DISTVERSION= 1.1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= print elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/print/pdfarranger/Makefile b/print/pdfarranger/Makefile index be05ab1ff56d..9d4df6887ae8 100644 --- a/print/pdfarranger/Makefile +++ b/print/pdfarranger/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdfarranger DISTVERSION= 1.12.1 +PORTREVISION= 1 CATEGORIES= print PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/print/plutobook/Makefile b/print/plutobook/Makefile index b5b00d0e4634..db439793858f 100644 --- a/print/plutobook/Makefile +++ b/print/plutobook/Makefile @@ -1,6 +1,6 @@ PORTNAME= plutobook DISTVERSIONPREFIX= v -DISTVERSION= 0.11.1 +DISTVERSION= 0.11.2 CATEGORIES= print MAINTAINER= jbo@FreeBSD.org diff --git a/print/plutobook/distinfo b/print/plutobook/distinfo index fa25757610aa..9bcba0fa1df5 100644 --- a/print/plutobook/distinfo +++ b/print/plutobook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763993433 -SHA256 (plutoprint-plutobook-v0.11.1_GH0.tar.gz) = 38e0af00d983d385a67cbabb26430c21f60c98d232d5846f2ba17f6990176ee0 -SIZE (plutoprint-plutobook-v0.11.1_GH0.tar.gz) = 458470 +TIMESTAMP = 1765016689 +SHA256 (plutoprint-plutobook-v0.11.2_GH0.tar.gz) = 70000ed4b438a683cea1d5e4eea42bc975f7076f56b402927a2a332f13bc1d77 +SIZE (plutoprint-plutobook-v0.11.2_GH0.tar.gz) = 458791 diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 3f4f6e72ca6a..093530666c8a 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -1,6 +1,6 @@ PORTNAME= qpdfview DISTVERSION= 0.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= print MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ DISTNAME= ${PORTNAME}-${DISTVERSION:S/.0$//} diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index 0ebc97a813e0..83837d276ffb 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= scribus DISTVERSION= 1.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -9,7 +9,18 @@ PKGNAMESUFFIX= -devel PATCH_SITES= https://github.com/scribusproject/scribus/commit/ PATCHFILES= 188d030acd0cb71e89dbb57695fe52158b6a0959.patch:-p1 \ f553dce73905d11b301901dc039e973c18adf0a5.patch:-p1 \ - 13fc4f874354511e05bf91a48703b57b4c489715.patch:-p1 + 13fc4f874354511e05bf91a48703b57b4c489715.patch:-p1 \ + 5ad6755d25e79e07ed12426fa02509e58061815a.patch:-p1 \ + 4f4f61ac42f43f14b9ac918d0e86e85107114605.patch:-p1 \ + 8c1b88ac188143a9cc0a152f28d13b14bdda2298.patch:-p1 \ + 42c5319d4213ac36630b673a95b285b3913b2b1d.patch:-p1 \ + 8dcf8d777bd85a0741c455961f2de382e3ed47ec.patch:-p1 \ + ff6c6abfa8683028e548a269dee6a859b6f63335.patch:-p1 \ + 4a27f282c5b9f7b6743987d5e51b1dc269aaaaa3.patch:-p1 \ + f0cfe30019a514bdaf38b78590451e2c5b9b5420.patch:-p1 \ + 2db93722610ff5b0853aa7406373faeb39e86e41.patch:-p1 \ + cc6449aa0cd638036ccb30d4ff64b94e87eee359.patch:-p1 \ + 3c1fc34fae1aa26fceb65b6bdf631a7f00b03c3c.patch:-p1 MAINTAINER= pkubaj@FreeBSD.org COMMENT= Comprehensive desktop publishing program (development version) diff --git a/print/scribus-devel/distinfo b/print/scribus-devel/distinfo index 47a18e879cff..6be234aa8b21 100644 --- a/print/scribus-devel/distinfo +++ b/print/scribus-devel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1763539707 +TIMESTAMP = 1764955291 SHA256 (scribus-1.7.0.tar.xz) = fa59d6221ff7cffa9372357997e86570162e1e18913736b7176fd10f48c243f6 SIZE (scribus-1.7.0.tar.xz) = 97163704 SHA256 (188d030acd0cb71e89dbb57695fe52158b6a0959.patch) = 2d9bf20f0653b7ff498865215fa4bc5d9f8291e92e3c6d7e385b029e47212751 @@ -7,3 +7,25 @@ SHA256 (f553dce73905d11b301901dc039e973c18adf0a5.patch) = 05f1f22a6274089f20af88 SIZE (f553dce73905d11b301901dc039e973c18adf0a5.patch) = 989 SHA256 (13fc4f874354511e05bf91a48703b57b4c489715.patch) = 11a7cc0793af5a987bab90dc6fdc533e926862e724c9c3c54ce37a09ec3e93f1 SIZE (13fc4f874354511e05bf91a48703b57b4c489715.patch) = 1732 +SHA256 (5ad6755d25e79e07ed12426fa02509e58061815a.patch) = 5383d9bee6e9b548cfb6a6d1018f72d3dd06a215d86f0792d29ee8ea95d9b8a1 +SIZE (5ad6755d25e79e07ed12426fa02509e58061815a.patch) = 902 +SHA256 (4f4f61ac42f43f14b9ac918d0e86e85107114605.patch) = f50ee8727f986ce1d65d54c0948f69ad0e234453cb069c45aa3cda02829c1f14 +SIZE (4f4f61ac42f43f14b9ac918d0e86e85107114605.patch) = 3719 +SHA256 (8c1b88ac188143a9cc0a152f28d13b14bdda2298.patch) = b6d93e448c9788ad93fe6ef853d21161e2022884e8e7087a6cbfa7188c53aeeb +SIZE (8c1b88ac188143a9cc0a152f28d13b14bdda2298.patch) = 2684 +SHA256 (42c5319d4213ac36630b673a95b285b3913b2b1d.patch) = 72576e4c65ba87033d34252ee895b8e842fe5ac814d607559ec0ae2725f9d4f7 +SIZE (42c5319d4213ac36630b673a95b285b3913b2b1d.patch) = 4133 +SHA256 (8dcf8d777bd85a0741c455961f2de382e3ed47ec.patch) = 59fc92d5ffd0da221e71fd634b6af68be2365ccb382687c795dce0f8d6355c0d +SIZE (8dcf8d777bd85a0741c455961f2de382e3ed47ec.patch) = 1100 +SHA256 (ff6c6abfa8683028e548a269dee6a859b6f63335.patch) = 0a72162d1c95000f7da2e4080d6ab354bbd4775e2280a0658916f78b4d67a7cc +SIZE (ff6c6abfa8683028e548a269dee6a859b6f63335.patch) = 1812 +SHA256 (4a27f282c5b9f7b6743987d5e51b1dc269aaaaa3.patch) = 8c314191898d90b33bc3af07dddd8b2107b9e95d390428730d9d1c6627adcb8b +SIZE (4a27f282c5b9f7b6743987d5e51b1dc269aaaaa3.patch) = 2066 +SHA256 (f0cfe30019a514bdaf38b78590451e2c5b9b5420.patch) = c4db4d0b1b70784a59a603f4347172272ab99c4864dd7f9dbbc8ce9957b13d75 +SIZE (f0cfe30019a514bdaf38b78590451e2c5b9b5420.patch) = 7930 +SHA256 (2db93722610ff5b0853aa7406373faeb39e86e41.patch) = a4e7e1d2de6230df07c0e44d4eae7f7b18d95349c9f60151708a9a1a3d7a7653 +SIZE (2db93722610ff5b0853aa7406373faeb39e86e41.patch) = 6914 +SHA256 (cc6449aa0cd638036ccb30d4ff64b94e87eee359.patch) = 8fe72061032d92e564b66523afe50fd253334075de5106b05931d328f8b1d4ea +SIZE (cc6449aa0cd638036ccb30d4ff64b94e87eee359.patch) = 3184 +SHA256 (3c1fc34fae1aa26fceb65b6bdf631a7f00b03c3c.patch) = 0371b23a609be23db4bb84473a36bd0a5c0b26953960234573de6e69df76d350 +SIZE (3c1fc34fae1aa26fceb65b6bdf631a7f00b03c3c.patch) = 3365 diff --git a/print/scribus/Makefile b/print/scribus/Makefile index ade198940245..1457014bb982 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -1,9 +1,18 @@ PORTNAME= scribus DISTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ +PATCH_SITES= https://github.com/scribusproject/scribus/commit/ +PATCHFILES= \ + ae78d676dab57b0cbf0007fcf91994f3598cfab5.patch:-p1 \ + 57160b8d9501899b46adc140064ae7f53d85fb13.patch:-p1 \ + c2b3f3f93e1d32e6ae5e0abce01579e37fcc7d18.patch:-p1 \ + 19e208523c09d3ce5deb2bb0193cd9eb6ddee5f6.patch:-p1 \ + 54a725b24d173dc251da0b9638b230f4bf408cc6.patch:-p1 + MAINTAINER= pkubaj@FreeBSD.org COMMENT= Comprehensive desktop publishing program WWW= https://www.scribus.net/ diff --git a/print/scribus/distinfo b/print/scribus/distinfo index ed6d4fcd555b..15368a2e7423 100644 --- a/print/scribus/distinfo +++ b/print/scribus/distinfo @@ -1,3 +1,13 @@ -TIMESTAMP = 1760353387 +TIMESTAMP = 1764829307 SHA256 (scribus-1.6.4.tar.xz) = 533be7af03acfaa736ec5f7a3fc2562abd200fef5ca2a7cdee02b5f44d61829e SIZE (scribus-1.6.4.tar.xz) = 74761856 +SHA256 (ae78d676dab57b0cbf0007fcf91994f3598cfab5.patch) = 934d22c4809caa2f16245c92d904f4102a9d17cb61c5a695fe990190fef6a6ee +SIZE (ae78d676dab57b0cbf0007fcf91994f3598cfab5.patch) = 1181 +SHA256 (57160b8d9501899b46adc140064ae7f53d85fb13.patch) = 6802e76f377de7045b4b4bd8ca5934f95f676647c7efe6d1beaf1fb98b3f75b7 +SIZE (57160b8d9501899b46adc140064ae7f53d85fb13.patch) = 1826 +SHA256 (c2b3f3f93e1d32e6ae5e0abce01579e37fcc7d18.patch) = bc75f41167641e2f5d5a4261e356353f6c62de8fdc020a1399d946157a432152 +SIZE (c2b3f3f93e1d32e6ae5e0abce01579e37fcc7d18.patch) = 8735 +SHA256 (19e208523c09d3ce5deb2bb0193cd9eb6ddee5f6.patch) = ace86eb739175c6dcaed24cddcf09aab1a7ee0ac3749e80fad3b182361647cf3 +SIZE (19e208523c09d3ce5deb2bb0193cd9eb6ddee5f6.patch) = 3106 +SHA256 (54a725b24d173dc251da0b9638b230f4bf408cc6.patch) = 30b6c1f6d6f2b9440a2d9eef90359a1831e5d9550b2bd25bb11a53552122e4bc +SIZE (54a725b24d173dc251da0b9638b230f4bf408cc6.patch) = 3380 diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index efd93174c880..8d3c3b925e53 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -1,6 +1,6 @@ PORTNAME= texlive DISTVERSION= ${TEXLIVE_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/${TEXLIVE_YEAR} PKGNAMESUFFIX= -base diff --git a/science/afni/Makefile b/science/afni/Makefile index d9df14c3314c..5b9d77b3920c 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 25.3.00 +DISTVERSION= 25.3.01 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index bbc262bd6adb..eff28baed2a3 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763655339 -SHA256 (afni-afni-AFNI_25.3.00_GH0.tar.gz) = 6122a5a48620d84c59ca076967ce53189dd1afb1e31d4cc04b6e4b2ad9598686 -SIZE (afni-afni-AFNI_25.3.00_GH0.tar.gz) = 53396071 +TIMESTAMP = 1764918918 +SHA256 (afni-afni-AFNI_25.3.01_GH0.tar.gz) = 29317f60586f1c652d0d47bd324a8241befb83c16e6df127633a776d0c8810d8 +SIZE (afni-afni-AFNI_25.3.01_GH0.tar.gz) = 53422684 diff --git a/science/afni/pkg-plist b/science/afni/pkg-plist index ff89f38c13a6..6f92d8e84736 100644 --- a/science/afni/pkg-plist +++ b/science/afni/pkg-plist @@ -879,6 +879,9 @@ lib/afni/plug_zeropad.so %%PYTHON_SITELIBDIR%%/afnipy/lib_mat2d_tableize.py %%PYTHON_SITELIBDIR%%/afnipy/lib_matplot.py %%PYTHON_SITELIBDIR%%/afnipy/lib_msar.py +%%PYTHON_SITELIBDIR%%/afnipy/lib_obl_child.py +%%PYTHON_SITELIBDIR%%/afnipy/lib_obl_name.py +%%PYTHON_SITELIBDIR%%/afnipy/lib_obl_tool.py %%PYTHON_SITELIBDIR%%/afnipy/lib_physio_filt.py %%PYTHON_SITELIBDIR%%/afnipy/lib_physio_funcs.py %%PYTHON_SITELIBDIR%%/afnipy/lib_physio_interact.py @@ -1318,8 +1321,8 @@ lib/afni/plug_zeropad.so %%DATADIR%%/funstuff/face_rjsquirrel.jpg %%DATADIR%%/funstuff/face_rmbirn.jpg %%DATADIR%%/funstuff/face_roadbrain.jpg +%%DATADIR%%/funstuff/face_robertwill.jpg %%DATADIR%%/funstuff/face_robinkampe.jpg -%%DATADIR%%/funstuff/face_robterwill.jpg %%DATADIR%%/funstuff/face_rory.jpg %%DATADIR%%/funstuff/face_roryd.jpg %%DATADIR%%/funstuff/face_rprost.jpg @@ -1347,6 +1350,7 @@ lib/afni/plug_zeropad.so %%DATADIR%%/funstuff/face_rwcoxI.jpg %%DATADIR%%/funstuff/face_rwcoxJ.jpg %%DATADIR%%/funstuff/face_rwcoxK.jpg +%%DATADIR%%/funstuff/face_will_e.jpg %%DATADIR%%/funstuff/face_rwcoxL.jpg %%DATADIR%%/funstuff/face_rwcoxM.jpg %%DATADIR%%/funstuff/face_rwcoxN.jpg diff --git a/security/certificate_maker/Makefile b/security/certificate_maker/Makefile index 3de1559ee359..815854e981ff 100644 --- a/security/certificate_maker/Makefile +++ b/security/certificate_maker/Makefile @@ -1,7 +1,6 @@ PORTNAME= certificate_maker DISTVERSIONPREFIX= v -DISTVERSION= 1.8.2 -PORTREVISION= 1 +DISTVERSION= 1.8.3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://www.sigstore.dev/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe go:modules +USES= cpe go:1.25,modules CPE_VENDOR= sigstore GO_MODULE= github.com/sigstore/fulcio diff --git a/security/certificate_maker/distinfo b/security/certificate_maker/distinfo index 15e2f7008f1b..8dea80bb072c 100644 --- a/security/certificate_maker/distinfo +++ b/security/certificate_maker/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763635242 -SHA256 (go/security_certificate_maker/certificate_maker-v1.8.2/v1.8.2.mod) = 176cb4fc64fc6040cc65bffc403839a2840e075f06f4f4c9cb509759ac90b649 -SIZE (go/security_certificate_maker/certificate_maker-v1.8.2/v1.8.2.mod) = 8493 -SHA256 (go/security_certificate_maker/certificate_maker-v1.8.2/v1.8.2.zip) = 49e11bb0fb347cd790fc37966fd2477a136d604f2e8c2ca28a501793d6e1a4f9 -SIZE (go/security_certificate_maker/certificate_maker-v1.8.2/v1.8.2.zip) = 1244478 +TIMESTAMP = 1765019812 +SHA256 (go/security_certificate_maker/certificate_maker-v1.8.3/v1.8.3.mod) = 9be5a1e97be2a86f88c752392ca2655c197031f2fe0fa29b1ed81e41f18b4ce2 +SIZE (go/security_certificate_maker/certificate_maker-v1.8.3/v1.8.3.mod) = 8493 +SHA256 (go/security_certificate_maker/certificate_maker-v1.8.3/v1.8.3.zip) = 14c77573368b3f785e49e770722732f2f44bd5a423249e283128a905066fd385 +SIZE (go/security_certificate_maker/certificate_maker-v1.8.3/v1.8.3.zip) = 1242599 diff --git a/security/gitlab-analyzers-secrets/Makefile b/security/gitlab-analyzers-secrets/Makefile index 65eaf25ea8f8..3791d351b1f3 100644 --- a/security/gitlab-analyzers-secrets/Makefile +++ b/security/gitlab-analyzers-secrets/Makefile @@ -21,7 +21,7 @@ EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip RUN_DEPENDS= gitleaks:devel/gitleaks \ git>=0:devel/git -USES= go:modules,1.24 tar:bzip2 +USES= go:modules tar:bzip2 USE_GITLAB= yes GL_ACCOUNT= gitlab-org/security-products/analyzers diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index ad3da32c4472..121ba47d9746 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pinentry PORTVERSION= 1.3.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= GNUPG/pinentry diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index 9dde77e2ddd0..695dba9a2b49 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -15,8 +15,6 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ minixmlto:textproc/minixmlto USES= cpe gmake pkgconfig ssl -BROKEN_SSL= openssl openssl31 -BROKEN_SSL_REASON= Fails to build with ld: error: undefined symbol: SSL_get_peer_certificate USE_GITHUB= yes PLIST_FILES= bin/proxytunnel \ diff --git a/security/rekor/Makefile b/security/rekor/Makefile index 5fd7519facc6..9110da24c190 100644 --- a/security/rekor/Makefile +++ b/security/rekor/Makefile @@ -1,7 +1,6 @@ PORTNAME= rekor DISTVERSIONPREFIX= v -DISTVERSION= 1.3.10 -PORTREVISION= 9 +DISTVERSION= 1.4.0 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -20,7 +19,7 @@ server_PKGNAMESUFFIX= -server server_COMMENT= (server only) server_PLIST= ${.CURDIR}/pkg-plist.server -USES= cpe go:1.24,modules +USES= cpe go:modules CPE_VENDOR= linuxfoundation .if ${FLAVOR} == server USE_RC_SUBR= rekor @@ -46,7 +45,7 @@ USERS= ${PORTNAME} GROUPS= ${PORTNAME} .endif -GIT_HASH= 4118a64b4b9c228a968b2d935a00807ca1b33aed +GIT_HASH= d7d31f0250d4b98ce0be3837fef9510b59e57cb7 .include <bsd.port.pre.mk> diff --git a/security/rekor/distinfo b/security/rekor/distinfo index 2c16c79e10d2..b320a1e22c81 100644 --- a/security/rekor/distinfo +++ b/security/rekor/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1746289423 -SHA256 (go/security_rekor/rekor-v1.3.10/v1.3.10.mod) = 788c563e936db5816de40e7ff4a7f58ffa8d184fbe99842eec058da0d3b8f65d -SIZE (go/security_rekor/rekor-v1.3.10/v1.3.10.mod) = 11137 -SHA256 (go/security_rekor/rekor-v1.3.10/v1.3.10.zip) = 6a65d2c266a8ac2351061716142c9cb373abec19c892d4b5c0c83e21bf2b3789 -SIZE (go/security_rekor/rekor-v1.3.10/v1.3.10.zip) = 1193215 +TIMESTAMP = 1764952267 +SHA256 (go/security_rekor/rekor-v1.4.0/v1.4.0.mod) = d138bf1cf84acd9e4f7d2c250d2e109859cb6c2e831eb014459757f7898cbf97 +SIZE (go/security_rekor/rekor-v1.4.0/v1.4.0.mod) = 11266 +SHA256 (go/security_rekor/rekor-v1.4.0/v1.4.0.zip) = b153dea29ff49d7a3c034a8bdc07874e282068a18babd53834806484157b98c7 +SIZE (go/security_rekor/rekor-v1.4.0/v1.4.0.zip) = 1185127 diff --git a/security/trivy/Makefile b/security/trivy/Makefile index 62547a137464..0f4232db8fbb 100644 --- a/security/trivy/Makefile +++ b/security/trivy/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= not supported, see https://github.com/aquasecurity/trivy/pull/9102 -USES= go:modules,1.25 +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= aquasecurity diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 83004d9b0e45..d795461fa6b6 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,96 @@ + <vuln vid="ea34264d-d289-11f0-a15a-a8a1599412c6"> + <topic>chromium -- multiple security fixes</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>143.0.7499.40</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>143.0.7499.40</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/12/stable-channel-update-for-desktop.html"> + <p>This update includes 13 security fixes:</p> + <ul> + <li>[456547591] High CVE-2025-13630: Type Confusion in V8. Reported by Shreyas Penkar (@streypaws) on 2025-10-31</li> + <li>[448113221] High CVE-2025-13631: Inappropriate implementation in Google Updater. Reported by Jota Domingos on 2025-09-29</li> + <li>[439058242] High CVE-2025-13632: Inappropriate implementation in DevTools. Reported by Leandro Teles on 2025-08-16</li> + <li>[458082926] High CVE-2025-13633: Use after free in Digital Credentials. Reported by Chrome on 2025-11-05</li> + <li>[429140219] Medium CVE-2025-13634: Inappropriate implementation in Downloads. Reported by Eric Lawrence of Microsoft on 2025-07-02</li> + <li>[457818670] Medium CVE-2025-13720: Bad cast in Loader. Reported by Chrome on 2025-11-04</li> + <li>[355120682] Medium CVE-2025-13721: Race in v8. Reported by Chrome on 2024-07-23</li> + <li>[405727341] Low CVE-2025-13635: Inappropriate implementation in Downloads. Reported by Hafiizh on 2025-03-24</li> + <li>[446181124] Low CVE-2025-13636: Inappropriate implementation in Split View. Reported by Khalil Zhani on 2025-09-20</li> + <li>[392375329] Low CVE-2025-13637: Inappropriate implementation in Downloads. Reported by Hafiizh on 2025-01-27</li> + <li>[448046109] Low CVE-2025-13638: Use after free in Media Stream. Reported by sherkito on 2025-09-29</li> + <li>[448408148] Low CVE-2025-13639: Inappropriate implementation in WebRTC. Reported by Philipp Hancke on 2025-10-01</li> + <li>[452071826] Low CVE-2025-13640: Inappropriate implementation in Passwords. Reported by Anonymous on 2025-10-14</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-13631</cvename> + <cvename>CVE-2025-13632</cvename> + <cvename>CVE-2025-13633</cvename> + <cvename>CVE-2025-13634</cvename> + <cvename>CVE-2025-13635</cvename> + <cvename>CVE-2025-13636</cvename> + <cvename>CVE-2025-13637</cvename> + <cvename>CVE-2025-13638</cvename> + <cvename>CVE-2025-13639</cvename> + <cvename>CVE-2025-13640</cvename> + <cvename>CVE-2025-13634</cvename> + <cvename>CVE-2025-13720</cvename> + <cvename>CVE-2025-13721</cvename> + <url>https://chromereleases.googleblog.com/2025/12/stable-channel-update-for-desktop.html</url> + </references> + <dates> + <discovery>2025-12-02</discovery> + <entry>2025-12-06</entry> + </dates> + </vuln> + + <vuln vid="8acfcfdc-d27c-11f0-8512-b0416f0c4c67"> + <topic>spotipy -- CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')</topic> + <affects> + <package> + <name>py310-spotipy</name> + <name>py311-spotipy</name> + <name>py312-spotipy</name> + <name>py313-spotipy</name> + <name>py313t-spotipy</name> + <name>py314-spotipy</name> + <range><lt>2.25.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://github.com/spotipy-dev/spotipy/security/advisories/GHSA-r77h-rpp9-w2xm reports:</p> + <blockquote cite="https://github.com/spotipy-dev/spotipy/security/advisories/GHSA-r77h-rpp9-w2xm"> + <p>Spotipy is a Python library for the Spotify Web API. Prior to +version 2.25.2, there is a cross-site scripting (XSS) vulnerability +in the OAuth callback server that allows for JavaScript injection +through the unsanitized error parameter. Attackers can execute +arbitrary JavaScript in the user's browser during OAuth authentication. +This issue has been patched in version 2.25.2.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-66040</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-66040</url> + </references> + <dates> + <discovery>2025-11-26</discovery> + <entry>2025-12-06</entry> + </dates> + </vuln> + <vuln vid="c7187676-d176-11f0-841f-843a4b343614"> <topic>xkbcomp -- Several vulnerabilities</topic> <affects> diff --git a/sysutils/cardano-cli/Makefile b/sysutils/cardano-cli/Makefile index 656e0c507922..a6879a56a1ce 100644 --- a/sysutils/cardano-cli/Makefile +++ b/sysutils/cardano-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cardano-cli DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 10.11.0.0 +DISTVERSION= 10.13.1.0 CATEGORIES= sysutils net-p2p MASTER_SITES= https://chap.intersectmbo.org/package/:chap @@ -28,8 +28,8 @@ LIBSODIUM_HASH= dbb48cce5429cb6585c9034f002568964f1ce567 LIBS_PREFIX= ${WRKDIR}/libs_install -USE_CABAL= Cabal-3.14.2.0_1 \ - Cabal-syntax-3.14.2.0 \ +USE_CABAL= Cabal-3.16.0.0_1 \ + Cabal-syntax-3.16.0.0 \ Diff-1.0.2 \ FailT-0.1.2.0 \ Glob-0.10.2_3 \ @@ -42,15 +42,15 @@ USE_CABAL= Cabal-3.14.2.0_1 \ QuickCheck-2.15.0.1_1 \ StateVar-1.2.2 \ Stream-0.4.7.2 \ - Unique-0.4.7.9_1 \ + Unique-0.4.8.0_1 \ Win32-network-0.2.0.1:chap \ adjunctions-4.4.3 \ - aeson-2.2.3.0_3 \ + aeson-2.2.3.0_4 \ aeson-pretty-0.8.10 \ - alex-3.5.3.0 \ + alex-3.5.4.0 \ algebraic-graphs-0.7_3 \ - ansi-terminal-1.1.2 \ - ansi-terminal-types-1.1 \ + ansi-terminal-1.1.3 \ + ansi-terminal-types-1.1.3 \ ansi-wl-pprint-1.0.2 \ appar-0.1.8 \ asn1-encoding-0.9.6_2 \ @@ -63,72 +63,74 @@ USE_CABAL= Cabal-3.14.2.0_1 \ attoparsec-aeson-2.2.2.0 \ auto-update-0.2.6 \ barbies-2.1.1.0 \ - base-compat-0.13.1 \ - base-compat-batteries-0.13.1 \ + base-compat-0.14.1 \ + base-compat-batteries-0.14.1 \ base-deriving-via-0.1.0.2:chap \ base-orphans-0.9.3 \ base16-bytestring-1.0.2.0_1 \ base58-bytestring-0.1.0 \ base64-bytestring-1.2.1.0_1 \ - base64-bytestring-type-1.0.1_21 \ + base64-bytestring-type-1.0.1_22 \ basement-0.0.16 \ - bech32-1.1.8 \ - bech32-th-1.1.8 \ + bech32-1.1.9 \ + bech32-th-1.1.9 \ bifunctors-5.6.2_2 \ bimap-0.5.0 \ bin-0.1.4_2 \ binary-orphans-1.0.5_1 \ bitvec-1.1.5.0_3 \ - blaze-builder-0.4.2.3 \ + blaze-builder-0.4.4.1 \ + blaze-html-0.9.2.0_1 \ + blaze-markup-0.8.3.0_2 \ boring-0.2.2_1 \ - brick-2.8.3 \ + boxes-0.1.5 \ + brick-2.9_1 \ bsb-http-chunked-0.0.0.4_4 \ - byron-spec-chain-1.0.1.0:chap \ - byron-spec-ledger-1.1.0.0:chap \ + byron-spec-chain-1.0.1.1:chap \ + byron-spec-ledger-1.1.0.1:chap \ byteorder-1.0.4 \ bytestring-strict-builder-0.4.5.8 \ bytestring-trie-0.2.7.6 \ call-stack-0.4.0 \ canonical-json-0.6.0.1_1 \ - capability-0.5.0.1_4 \ + capability-0.5.0.1_6 \ cardano-addresses-4.0.0_1 \ - cardano-api-10.16.3.0:chap \ - cardano-binary-1.7.1.0:chap \ + cardano-api-10.19.1.0:chap \ + cardano-binary-1.7.2.0:chap \ cardano-crypto-1.3.0 \ - cardano-crypto-class-2.2.2.0:chap \ - cardano-crypto-praos-2.2.1.0:chap \ + cardano-crypto-class-2.2.3.1:chap \ + cardano-crypto-praos-2.2.1.1:chap \ cardano-crypto-test-1.6.0.0:chap \ - cardano-crypto-tests-2.2.1.0:chap \ - cardano-crypto-wrapper-1.6.0.0:chap \ - cardano-data-1.2.4.0:chap \ - cardano-git-rev-0.2.2.0:chap \ - cardano-ledger-allegra-1.7.0.0:chap \ - cardano-ledger-alonzo-1.13.0.0:chap \ - cardano-ledger-alonzo-test-1.3.1.0:chap \ - cardano-ledger-api-1.11.0.0:chap \ - cardano-ledger-babbage-1.11.0.0:chap \ - cardano-ledger-babbage-test-1.3.1.0:chap \ - cardano-ledger-binary-1.6.0.0:chap \ - cardano-ledger-byron-1.1.0.0:chap \ - cardano-ledger-byron-test-1.5.2.1:chap \ - cardano-ledger-conway-1.19.0.0:chap \ - cardano-ledger-conway-test-1.3.1.0:chap \ - cardano-ledger-core-1.17.0.0:chap \ - cardano-ledger-mary-1.8.0.0:chap \ - cardano-ledger-shelley-1.16.0.0:chap \ - cardano-ledger-shelley-ma-test-1.3.0.0:chap \ - cardano-ledger-shelley-test-1.6.0.0:chap \ + cardano-crypto-tests-2.2.2.0_1:chap \ + cardano-crypto-wrapper-1.6.1.0:chap \ + cardano-data-1.2.4.1:chap \ + cardano-git-rev-0.2.2.1:chap \ + cardano-ledger-allegra-1.8.0.0:chap \ + cardano-ledger-alonzo-1.14.0.0:chap \ + cardano-ledger-alonzo-test-1.4.0.0:chap \ + cardano-ledger-api-1.12.1.0:chap \ + cardano-ledger-babbage-1.12.0.0:chap \ + cardano-ledger-binary-1.7.0.0:chap \ + cardano-ledger-byron-1.2.0.0:chap \ + cardano-ledger-conway-1.20.0.0:chap \ + cardano-ledger-core-1.18.0.0:chap \ + cardano-ledger-dijkstra-0.1.0.0:chap \ + cardano-ledger-mary-1.9.0.0:chap \ + cardano-ledger-shelley-1.17.0.0:chap \ + cardano-ledger-shelley-ma-test-1.4.0.0:chap \ + cardano-ledger-shelley-test-1.7.0.0:chap \ cardano-lmdb-0.4.0.3:chap \ - cardano-lmdb-simple-0.8.0.1:chap \ - cardano-ping-0.8.0.1:chap \ + cardano-lmdb-simple-0.8.1.0:chap \ + cardano-ping-0.9.0.0:chap \ cardano-prelude-0.2.1.0:chap \ cardano-prelude-test-0.1.0.5:chap \ - cardano-protocol-tpraos-1.4.0.0:chap \ - cardano-slotting-0.2.0.0:chap \ - cardano-strict-containers-0.1.4.0:chap \ + cardano-protocol-tpraos-1.4.1.0:chap \ + cardano-slotting-0.2.0.1:chap \ + cardano-strict-containers-0.1.5.0:chap \ case-insensitive-1.2.1.0 \ - cassava-0.5.3.2_1 \ - cborg-0.2.10.0_2 \ + casing-0.1.4.1_1 \ + cassava-0.5.4.1 \ + cborg-0.2.10.0_3 \ cereal-0.5.8.3 \ character-ps-0.1 \ charset-0.3.12 \ @@ -142,22 +144,23 @@ USE_CABAL= Cabal-3.14.2.0_1 \ composition-prelude-3.0.1.0 \ concurrent-output-1.10.21 \ conduit-1.3.6.1 \ - conduit-extra-1.3.7 \ + conduit-extra-1.3.8_1 \ config-ini-0.2.7.0_1 \ constraints-0.14.2_1 \ constraints-extras-0.4.0.2 \ - contra-tracer-0.1.0.1:chap \ + contra-tracer-0.1.0.2:chap \ contravariant-1.5.5 \ cookie-0.5.1 \ - criterion-1.6.4.0 \ + criterion-1.6.4.1 \ criterion-measurement-0.2.3.0 \ crypton-1.0.4 \ - crypton-connection-0.4.4 \ + crypton-connection-0.4.5 \ + crypton-socks-0.6.2 \ crypton-x509-1.7.7 \ - crypton-x509-store-1.6.10 \ + crypton-x509-store-1.6.11 \ crypton-x509-system-1.6.7 \ crypton-x509-validation-1.6.14 \ - cuddle-0.3.2.1:chap \ + cuddle-1.0.0.0 \ data-clist-0.2_1 \ data-default-0.8.0.1 \ data-default-class-0.2.0.0 \ @@ -172,31 +175,33 @@ USE_CABAL= Cabal-3.14.2.0_1 \ dictionary-sharing-0.1.0.0_4 \ diff-containers-1.3.0.0:chap \ digest-0.0.2.1 \ - directory-ospath-streaming-0.2.2 \ + directory-ospath-streaming-0.2.2_1 \ distributive-0.6.2.1_1 \ dlist-1.0_2 \ dns-4.2.0 \ dom-lt-0.2.3_1 \ dot-0.3 \ - either-5.0.2_2 \ + either-5.0.3_1 \ erf-2.0.0.0 \ errors-2.3.0_5 \ + extensible-exceptions-0.1.1.4 \ extra-1.8 \ - fgl-5.8.3.0 \ + fgl-5.8.3.0_1 \ file-embed-0.0.16.0 \ file-io-0.1.5 \ - filelock-0.1.1.7 \ + filelock-0.1.1.8 \ fin-0.3.2_1 \ - fingertree-0.1.5.0 \ + fingertree-0.1.6.2 \ fingertree-rm-1.0.0.4:chap \ flat-0.6 \ fmt-0.6.3.0 \ + foldable1-classes-compat-0.1.2 \ foldl-1.4.18_1 \ formatting-7.2.0 \ foundation-0.0.30 \ free-5.2_7 \ - fs-api-0.3.0.0_1 \ - fs-sim-0.3.0.0_1 \ + fs-api-0.4.0.0 \ + fs-sim-0.4.0.0_1 \ generic-lens-2.2.2.0_1 \ generic-lens-core-2.2.1.0_2 \ generic-optics-2.2.1.0_2 \ @@ -207,23 +212,25 @@ USE_CABAL= Cabal-3.14.2.0_1 \ githash-0.1.7.0 \ graphviz-2999.20.2.1 \ groups-0.5.3 \ - half-0.3.2 \ - happy-2.1.5 \ - happy-lib-2.1.5 \ - hashable-1.4.7.0 \ + half-0.3.3_1 \ + happy-2.1.7 \ + happy-lib-2.1.7 \ + hashable-1.5.0.0_1 \ haskell-lexer-1.2.1 \ + hdaemonize-0.5.7 \ heapwords-0.1.0.2:chap \ hedgehog-1.5_2 \ - hedgehog-extras-0.7.0.0_1 \ - hedgehog-quickcheck-0.1.1_8 \ + hedgehog-extras-0.10.0.0 \ + hedgehog-quickcheck-0.1.1_10 \ heredoc-0.2.0.0 \ hourglass-0.2.12_1 \ hsc2hs-0.68.10_4 \ - hspec-2.11.12 \ - hspec-core-2.11.12 \ - hspec-discover-2.11.12 \ + hspec-2.11.13 \ + hspec-core-2.11.13 \ + hspec-discover-2.11.13 \ hspec-expectations-0.8.4_2 \ hspec-expectations-lifted-0.10.0 \ + hsyslog-5.0.2_1 \ http-api-data-0.6.2 \ http-client-0.7.19 \ http-client-tls-0.3.6.4_2 \ @@ -231,7 +238,8 @@ USE_CABAL= Cabal-3.14.2.0_1 \ http-date-0.0.11 \ http-semantics-0.3.0 \ http-types-0.12.4 \ - http2-5.3.9 \ + http2-5.3.10_1 \ + hw-prelude-0.0.5.0 \ indexed-profunctors-0.1.1.1 \ indexed-traversable-0.1.4_1 \ indexed-traversable-instances-0.1.2_1 \ @@ -239,15 +247,16 @@ USE_CABAL= Cabal-3.14.2.0_1 \ integer-conversion-0.1.1_1 \ integer-logarithms-1.0.4 \ invariant-0.6.4_1 \ - io-classes-1.5.0.0_2 \ - io-classes-mtl-0.1.2.0_2 \ - io-sim-1.5.1.0_1 \ + io-classes-1.8.0.1 \ + io-sim-1.8.0.1 \ iproute-1.7.15 \ js-chart-2.9.4.1 \ - kan-extensions-5.2.6_1 \ + kan-extensions-5.2.7 \ + kes-agent-0.2.0.1:chap \ + kes-agent-crypto-0.1.0.0:chap \ lazy-search-0.1.3.0 \ lazysmallcheck-0.6 \ - lens-5.3.4 \ + lens-5.3.5_1 \ libyaml-0.1.4 \ libyaml-clib-0.2.5 \ lifted-async-0.10.2.7 \ @@ -259,32 +268,31 @@ USE_CABAL= Cabal-3.14.2.0_1 \ megaparsec-9.7.0 \ memory-0.18.0_1 \ memory-pool-0.1.0.0 \ - mempack-0.1.1.0_2 \ + mempack-0.1.2.0 \ microlens-0.4.13.1_1 \ - microlens-aeson-2.5.2 \ + microlens-ghc-0.4.14.3 \ microlens-mtl-0.2.1.0 \ microlens-th-0.4.3.17 \ microstache-1.0.3_1 \ mime-types-0.1.2.0 \ - mmorph-1.2.0_3 \ + mmorph-1.2.1_1 \ monad-control-1.0.3.1 \ mono-traversable-1.0.21.0 \ monoid-subclasses-1.2.6 \ monoidal-containers-0.6.6.0 \ monoidal-synchronisation-0.1.0.6:chap \ - mtl-compat-0.2.2 \ multiset-0.3.4.3_1 \ mutable-containers-0.3.4.1 \ mwc-random-0.15.2.0 \ - network-3.2.7.0 \ + network-3.2.8.0 \ network-byte-order-0.1.7 \ - network-control-0.1.6 \ - network-mux-0.8:chap \ + network-control-0.1.7 \ + network-mux-0.9.0.0:chap \ network-uri-2.6.4.2_1 \ newtype-0.2.2.0_3 \ - newtype-generics-0.6.2_4 \ + newtype-generics-0.6.2_5 \ non-integral-1.0.0.0_2:chap \ - nonempty-containers-0.3.4.5 \ + nonempty-containers-0.3.5.0 \ nonempty-vector-0.2.4 \ nothunks-0.2.1.1 \ old-locale-1.0.0.7_2 \ @@ -293,27 +301,27 @@ USE_CABAL= Cabal-3.14.2.0_1 \ optparse-applicative-0.18.1.0_1 \ optparse-applicative-fork-0.18.1.0:chap \ ordered-containers-0.2.4 \ - os-string-2.0.7 \ - ouroboros-consensus-0.27.0.0:chap \ - ouroboros-consensus-cardano-0.25.1.0:chap \ - ouroboros-consensus-diffusion-0.23.0.0:chap \ - ouroboros-consensus-protocol-0.12.0.0_1:chap \ - ouroboros-network-0.21.0.0:chap \ - ouroboros-network-api-0.14.0.0:chap \ - ouroboros-network-framework-0.18.0.0:chap \ + os-string-2.0.8 \ + ouroboros-consensus-0.28.0.1:chap \ + ouroboros-consensus-cardano-0.26.0.0:chap \ + ouroboros-consensus-diffusion-0.24.0.0:chap \ + ouroboros-consensus-protocol-0.13.0.0:chap \ + ouroboros-network-0.22.3.0:chap \ + ouroboros-network-api-0.16.0.0:chap \ + ouroboros-network-framework-0.19.2.0:chap \ ouroboros-network-mock-0.1.1.2:chap \ - ouroboros-network-protocols-0.14.0.1:chap \ - ouroboros-network-testing-0.8.1.0:chap \ - parallel-3.2.2.0_9 \ + ouroboros-network-protocols-0.15.0.0_1:chap \ + ouroboros-network-testing-0.8.2.0:chap \ + parallel-3.2.2.0_10 \ parser-combinators-1.3.0_1 \ parsers-0.12.12_1 \ partial-order-0.2.0.0 \ pem-0.2.4 \ pipes-4.3.16_6 \ - plutus-core-1.45.0.0:chap \ - plutus-ledger-api-1.45.0.0:chap \ - plutus-tx-1.45.0.0:chap \ - polyparse-1.13_9 \ + plutus-core-1.53.1.0:chap \ + plutus-ledger-api-1.53.1.0:chap \ + plutus-tx-1.53.1.0:chap \ + polyparse-1.13.1 \ pretty-show-1.10 \ pretty-simple-4.1.3.0 \ prettyprinter-1.7.1 \ @@ -322,27 +330,28 @@ USE_CABAL= Cabal-3.14.2.0_1 \ prettyprinter-configurable-1.36.0.0:chap \ primes-0.2.1.0 \ primitive-0.9.1.0 \ - profunctors-5.6.2_3 \ - psqueues-0.2.8.1 \ + profunctors-5.6.3 \ + psqueues-0.2.8.2 \ pvar-1.0.0.0_1 \ - quickcheck-instances-0.3.32_1 \ + quickcheck-instances-0.3.33_1 \ quickcheck-io-0.2.0 \ - quickcheck-monoids-0.1.0.1:chap \ - quickcheck-state-machine-0.10.1 \ + quickcheck-monoids-0.1.0.3:chap \ + quickcheck-state-machine-0.10.2 \ quickcheck-transformer-0.3.1.2_1 \ quiet-0.2 \ ral-0.2.2_2 \ random-1.2.1.3 \ random-shuffle-0.0.4 \ - rawlock-0.1.1.0_2 \ + rawlock-0.1.2.0 \ recursion-schemes-5.2.3_1 \ - recv-0.1.0 \ + recv-0.1.1 \ reducers-3.12.5_1 \ reflection-2.1.9_1 \ - resource-registry-0.1.0.0_1 \ + regex-base-0.94.0.3 \ + regex-tdfa-1.3.2.4 \ + resource-registry-0.1.1.0 \ resourcet-1.3.0 \ - retry-0.9.3.1 \ - rio-0.1.22.0 \ + rio-0.1.23.0 \ safe-0.3.21_1 \ safe-exceptions-0.1.7.4_1 \ safe-wild-cards-1.0.0.2_2 \ @@ -351,47 +360,46 @@ USE_CABAL= Cabal-3.14.2.0_1 \ semialign-1.3.1_2 \ semigroupoids-6.0.1_2 \ semigroups-0.20 \ - serialise-0.2.6.1_4 \ - set-algebra-1.1.0.3:chap \ - si-timers-1.5.0.0_2 \ + serdoc-core-0.3.2.0 \ + serialise-0.2.6.1_5 \ + set-algebra-1.1.0.4:chap \ simple-sendfile-0.2.32 \ singletons-3.0.4 \ singletons-th-3.3 \ size-based-0.1.3.3_1 \ - small-steps-1.1.1.0:chap \ - socks-0.6.1 \ + small-steps-1.1.2.0:chap \ + socket-0.8.3.0_2 \ some-1.0.6_2 \ sop-core-0.5.0.2_5 \ - sop-extras-0.4.0.0:chap \ + sop-extras-0.4.1.0:chap \ split-0.2.5 \ - splitmix-0.1.1 \ - statistics-0.16.3.0 \ + splitmix-0.1.3.1 \ + statistics-0.16.3.0_2 \ statistics-linreg-0.3 \ streaming-0.2.4.0 \ streaming-binary-0.3.0.1 \ streaming-bytestring-0.3.4 \ streaming-commons-0.2.3.0 \ strict-0.5.1_1 \ - strict-checked-vars-0.2.0.0_1:chap \ + strict-checked-vars-0.2.1.0 \ strict-list-0.1.7.6 \ - strict-mvar-1.5.0.0_1 \ strict-sop-core-0.1.3.0:chap \ - strict-stm-1.5.0.0_1 \ - syb-0.7.2.4 \ + syb-0.7.3 \ tagged-0.8.9 \ - tar-0.6.4.0_1 \ - tasty-1.5.3_1 \ + tar-0.6.4.0_4 \ + tasty-1.5.3_2 \ + tasty-discover-5.1.0_1 \ tasty-expected-failure-0.12.3 \ tasty-golden-2.3.5 \ - tasty-hedgehog-1.4.0.2_6 \ + tasty-hedgehog-1.4.0.2_7 \ tasty-hunit-0.10.2 \ - tasty-quickcheck-0.11.1_1 \ - tasty-rerun-1.1.20 \ + tasty-quickcheck-0.11.1_4 \ + tasty-rerun-1.1.20_2 \ tdigest-0.3.1 \ temporary-1.3 \ terminal-size-0.3.4_1 \ testing-type-modifiers-0.1.0.1 \ - text-builder-1.0.0.3 \ + text-builder-1.0.0.4 \ text-builder-core-0.1.1.1 \ text-iso8601-0.1.1_2 \ text-short-0.1.6_3 \ @@ -410,45 +418,42 @@ USE_CABAL= Cabal-3.14.2.0_1 \ these-1.2.1_2 \ time-compat-1.9.8 \ time-locale-compat-0.1.1.5 \ - time-manager-0.2.2 \ - tls-2.1.8 \ + time-manager-0.2.3 \ + tls-2.1.6 \ + tomland-1.3.3.3_3 \ transformers-base-0.4.6 \ transformers-compat-0.7.2 \ transformers-except-0.1.4_1 \ - tree-diff-0.3.4_1 \ + tree-diff-0.3.4_2 \ typed-process-0.2.13.0 \ - typed-protocols-0.3.0.0:chap \ - typed-protocols-cborg-0.3.0.0:chap \ - typed-protocols-examples-0.5.0.0:chap \ - typed-protocols-stateful-0.3.0.0:chap \ - typed-protocols-stateful-cborg-0.3.0.0:chap \ + typed-protocols-1.0.0.0 \ unbounded-delays-0.1.1.1 \ universe-base-1.1.4_1 \ unix-bytestring-0.4.0.3 \ - unix-compat-0.7.4 \ - unix-time-0.4.16 \ + unix-compat-0.7.4.1 \ + unix-time-0.4.17 \ unliftio-0.2.25.1 \ unliftio-core-0.2.1.0_4 \ unordered-containers-0.2.20_4 \ utf8-string-1.0.2 \ uuid-types-1.0.6_3 \ validation-1.1.3_1 \ - validation-selective-0.2.0.0_5 \ + validation-selective-0.2.0.0_6 \ validity-0.12.1.0 \ - vary-0.1.1.2 \ + vary-0.1.1.3 \ vault-0.3.1.5_10 \ - vector-0.13.2.0_1 \ + vector-0.13.2.0_2 \ vector-algorithms-0.9.1.0 \ vector-binary-instances-0.2.5.2_5 \ - vector-map-1.1.0.0:chap \ - vector-stream-0.1.0.1_3 \ + vector-map-1.1.0.1:chap \ + vector-stream-0.1.0.1_4 \ vector-th-unbox-0.2.2_8 \ void-0.7.3 \ - vty-6.2 \ + vty-6.2_1 \ vty-crossplatform-0.4.0.0 \ vty-unix-0.2.0.0 \ wai-3.2.4 \ - warp-3.4.7 \ + warp-3.4.9 \ wherefrom-compat-0.1.1.1_1 \ with-utf8-1.1.0.0_2 \ witherable-0.5_1 \ @@ -457,7 +462,7 @@ USE_CABAL= Cabal-3.14.2.0_1 \ word-wrap-0.5 \ word8-0.1.3 \ yaml-0.11.11.2_2 \ - zlib-0.7.1.0_2 + zlib-0.7.1.1 CABAL_PROJECT= append CABAL_REPOSITORIES= chap diff --git a/sysutils/cardano-cli/distinfo b/sysutils/cardano-cli/distinfo index 78335e19c475..1b3696ca776b 100644 --- a/sysutils/cardano-cli/distinfo +++ b/sysutils/cardano-cli/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1758824600 -SHA256 (cabal/Cabal-3.14.2.0/Cabal-3.14.2.0.tar.gz) = a58ca2b17c250472ed4dac0ec0aa2c65173701cbfdfecca104713f73b4429432 -SIZE (cabal/Cabal-3.14.2.0/Cabal-3.14.2.0.tar.gz) = 475699 -SHA256 (cabal/Cabal-3.14.2.0/revision/1.cabal) = f98aa86a37b9920dc6dfc8d79119a10df69542734f158a1c66ff144592f1d004 -SIZE (cabal/Cabal-3.14.2.0/revision/1.cabal) = 14148 -SHA256 (cabal/Cabal-syntax-3.14.2.0/Cabal-syntax-3.14.2.0.tar.gz) = 9d5f39eadafffc1906558486f612dc21d2921d6a749319accefff982e9ae5985 -SIZE (cabal/Cabal-syntax-3.14.2.0/Cabal-syntax-3.14.2.0.tar.gz) = 245186 +TIMESTAMP = 1764862711 +SHA256 (cabal/Cabal-3.16.0.0/Cabal-3.16.0.0.tar.gz) = d68aa36d47f550a45e72a2079aeef28d42add0a2e97f131b4d491c6cf1491b0c +SIZE (cabal/Cabal-3.16.0.0/Cabal-3.16.0.0.tar.gz) = 476203 +SHA256 (cabal/Cabal-3.16.0.0/revision/1.cabal) = 9972c2bd263168a20bd990962a68d4fd024f50c30a00519a6b942e8871d1bd67 +SIZE (cabal/Cabal-3.16.0.0/revision/1.cabal) = 14455 +SHA256 (cabal/Cabal-syntax-3.16.0.0/Cabal-syntax-3.16.0.0.tar.gz) = f45bd417052f4638787871957380365aab5cabfc7b110ec52df4e445c656809f +SIZE (cabal/Cabal-syntax-3.16.0.0/Cabal-syntax-3.16.0.0.tar.gz) = 248805 SHA256 (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = cd7e26d3d5ebf7f2c1a7525aebe251fbcbffee2a6362db634b4be23b9e354d85 SIZE (cabal/Diff-1.0.2/Diff-1.0.2.tar.gz) = 10936 SHA256 (cabal/FailT-0.1.2.0/FailT-0.1.2.0.tar.gz) = f1e3d5714df7e7e134545239bd78927bc9949a9b4760dfa061ff2b35ff0a76c3 @@ -37,30 +37,30 @@ SHA256 (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5e4b39da395656a59827b02805 SIZE (cabal/StateVar-1.2.2/StateVar-1.2.2.tar.gz) = 5048 SHA256 (cabal/Stream-0.4.7.2/Stream-0.4.7.2.tar.gz) = 990be249b3ef1b0075563026d4d2c803b86e3cbf168965ba6f9f2b4227a007d1 SIZE (cabal/Stream-0.4.7.2/Stream-0.4.7.2.tar.gz) = 6543 -SHA256 (cabal/Unique-0.4.7.9/Unique-0.4.7.9.tar.gz) = 34e8247ef2769cae219ff05bed0c8269d680396c451c1d31aa6ad506abc5c191 -SIZE (cabal/Unique-0.4.7.9/Unique-0.4.7.9.tar.gz) = 7788 -SHA256 (cabal/Unique-0.4.7.9/revision/1.cabal) = 7c37e22b7bb9df935c22112e67043177461aedcebe3a958854f6c0e9ecb54083 -SIZE (cabal/Unique-0.4.7.9/revision/1.cabal) = 2155 +SHA256 (cabal/Unique-0.4.8.0/Unique-0.4.8.0.tar.gz) = a664381cc6f099837c40d3ced302e28be1a58309b50f78922a350abda76e69f3 +SIZE (cabal/Unique-0.4.8.0/Unique-0.4.8.0.tar.gz) = 7679 +SHA256 (cabal/Unique-0.4.8.0/revision/1.cabal) = d2c53fd8f83aabc1a1b2694d1d78a4ecd9f3c6f741ab0f513020041cdf75b133 +SIZE (cabal/Unique-0.4.8.0/revision/1.cabal) = 2155 SHA256 (cabal/Win32-network-0.2.0.1.tar.gz) = 0e71e603dcdbdfe31201e29ce71a953f5b7344cb8acae676d712928baf1de656 SIZE (cabal/Win32-network-0.2.0.1.tar.gz) = 32132 SHA256 (cabal/adjunctions-4.4.3/adjunctions-4.4.3.tar.gz) = 8beb121cee2bf913dac3188ed1e0e05cf1a0d0f12d4cb4a27c0da58450eb189a SIZE (cabal/adjunctions-4.4.3/adjunctions-4.4.3.tar.gz) = 16788 SHA256 (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = daa25cf428256ad05d21f2bfa44077c1b14d6c784b7930a202ee901f11cc6baa SIZE (cabal/aeson-2.2.3.0/aeson-2.2.3.0.tar.gz) = 340855 -SHA256 (cabal/aeson-2.2.3.0/revision/3.cabal) = 61e559f2bad61a98aac564f2a4fd892d21e9e1712e14e3db93326317aa944a9b -SIZE (cabal/aeson-2.2.3.0/revision/3.cabal) = 6378 +SHA256 (cabal/aeson-2.2.3.0/revision/4.cabal) = 7d48c2395ef168d2c2070fdb02c7998384be27d31a03bb35d1740af4a19a857b +SIZE (cabal/aeson-2.2.3.0/revision/4.cabal) = 6368 SHA256 (cabal/aeson-pretty-0.8.10/aeson-pretty-0.8.10.tar.gz) = 2a21f2cd78adcb149ceba770239ed664519552911e7680172b18ff695cfa7ae5 SIZE (cabal/aeson-pretty-0.8.10/aeson-pretty-0.8.10.tar.gz) = 5894 -SHA256 (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = a5cd52e2dd2837138523e2e24ec3435b8cf2624afd50725105e644226e0b9ec6 -SIZE (cabal/alex-3.5.3.0/alex-3.5.3.0.tar.gz) = 92759 +SHA256 (cabal/alex-3.5.4.0/alex-3.5.4.0.tar.gz) = a9ea70f2c4900e685312cf330d1fe955a3e8f00acd1328d463ae150481d28ade +SIZE (cabal/alex-3.5.4.0/alex-3.5.4.0.tar.gz) = 94220 SHA256 (cabal/algebraic-graphs-0.7/algebraic-graphs-0.7.tar.gz) = 51159a0d18690ab51e6709e3c576275402f96f57d901f87d734da6854582e568 SIZE (cabal/algebraic-graphs-0.7/algebraic-graphs-0.7.tar.gz) = 180978 SHA256 (cabal/algebraic-graphs-0.7/revision/3.cabal) = de8e3c278b3ebe546f263a3a21f5175a01ca4a34f3e0aa962388b43f68431104 SIZE (cabal/algebraic-graphs-0.7/revision/3.cabal) = 8800 -SHA256 (cabal/ansi-terminal-1.1.2/ansi-terminal-1.1.2.tar.gz) = a8d04a3e0451e22a6499a92311f0df1196dc65b687df7d10e3f30d92420156b0 -SIZE (cabal/ansi-terminal-1.1.2/ansi-terminal-1.1.2.tar.gz) = 36259 -SHA256 (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = f2e5333eb78da5f4dd330fca0c81a59276cc150c625647cd20f57b7f297a5d25 -SIZE (cabal/ansi-terminal-types-1.1/ansi-terminal-types-1.1.tar.gz) = 4746 +SHA256 (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 88d11a165cd709bfd603b4bc36afd5b39d3e9eec69ee466ca4359441d468c092 +SIZE (cabal/ansi-terminal-1.1.3/ansi-terminal-1.1.3.tar.gz) = 32633 +SHA256 (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 9fc9ce2157f1889bd99a4d22c9f1c64589590be0f797c3efe71c8fa17a11a689 +SIZE (cabal/ansi-terminal-types-1.1.3/ansi-terminal-types-1.1.3.tar.gz) = 8791 SHA256 (cabal/ansi-wl-pprint-1.0.2/ansi-wl-pprint-1.0.2.tar.gz) = 234e1813a178e5466d121635e190e6ff33ea6f09c45120138824d5de76af2747 SIZE (cabal/ansi-wl-pprint-1.0.2/ansi-wl-pprint-1.0.2.tar.gz) = 5699 SHA256 (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = c4ceeddc26525b58d82c41b6d3e32141371a200a6794aae185b6266ccc81631f @@ -93,10 +93,10 @@ SHA256 (cabal/auto-update-0.2.6/auto-update-0.2.6.tar.gz) = 9a25cc5c9de2a20981ff SIZE (cabal/auto-update-0.2.6/auto-update-0.2.6.tar.gz) = 14719 SHA256 (cabal/barbies-2.1.1.0/barbies-2.1.1.0.tar.gz) = 73972093f6a5f8e8daaeb5f1058abbd0944d3fcb9f073f2ad3cdb94095d4d2b7 SIZE (cabal/barbies-2.1.1.0/barbies-2.1.1.0.tar.gz) = 41687 -SHA256 (cabal/base-compat-0.13.1/base-compat-0.13.1.tar.gz) = db1d9e8d56c8bb0066d313a3b5bc4143c021698d377f4c51b3ba010cff1e8421 -SIZE (cabal/base-compat-0.13.1/base-compat-0.13.1.tar.gz) = 41518 -SHA256 (cabal/base-compat-batteries-0.13.1/base-compat-batteries-0.13.1.tar.gz) = 3e525b51a1db32a0d5d826ee3000e8436aa142505f24467737b9519545a7a802 -SIZE (cabal/base-compat-batteries-0.13.1/base-compat-batteries-0.13.1.tar.gz) = 19158 +SHA256 (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 74e655541e645e8fc7aade1e6a1b6973561be0bca9369bc1623aa345019a35e9 +SIZE (cabal/base-compat-0.14.1/base-compat-0.14.1.tar.gz) = 32244 +SHA256 (cabal/base-compat-batteries-0.14.1/base-compat-batteries-0.14.1.tar.gz) = 3d2bf42f04cd02c8f7ed346454e29e188e1c7865d075c4277ea25197e53828e1 +SIZE (cabal/base-compat-batteries-0.14.1/base-compat-batteries-0.14.1.tar.gz) = 18163 SHA256 (cabal/base-deriving-via-0.1.0.2.tar.gz) = d75e4927980f44c6af36f963f956d3d4aee640a4740b457887605fafde76b37f SIZE (cabal/base-deriving-via-0.1.0.2.tar.gz) = 5353 SHA256 (cabal/base-orphans-0.9.3/base-orphans-0.9.3.tar.gz) = 17a35079c8719014560c028d9805ec1301b900972adf212e00af23fe3ebfabd8 @@ -113,14 +113,14 @@ SHA256 (cabal/base64-bytestring-1.2.1.0/revision/1.cabal) = 45305ccf8914c66d385b SIZE (cabal/base64-bytestring-1.2.1.0/revision/1.cabal) = 2502 SHA256 (cabal/base64-bytestring-type-1.0.1/base64-bytestring-type-1.0.1.tar.gz) = f607d07c4aab227b4536c495fa7c07b35ddc9c2c013d385c16c02f236526780e SIZE (cabal/base64-bytestring-type-1.0.1/base64-bytestring-type-1.0.1.tar.gz) = 5259 -SHA256 (cabal/base64-bytestring-type-1.0.1/revision/21.cabal) = 0387fc53b86e087ba4fb99317cc7b704b507988a43a3072ea188638a270d72f8 -SIZE (cabal/base64-bytestring-type-1.0.1/revision/21.cabal) = 3256 +SHA256 (cabal/base64-bytestring-type-1.0.1/revision/22.cabal) = aa67127f796c9213cac1148f03601f68e28b150dd9389db6496eb4253120a628 +SIZE (cabal/base64-bytestring-type-1.0.1/revision/22.cabal) = 3256 SHA256 (cabal/basement-0.0.16/basement-0.0.16.tar.gz) = 7fb77e249aef76ba5aed3059d556800ce02b614597c488ba01f0a16449146300 SIZE (cabal/basement-0.0.16/basement-0.0.16.tar.gz) = 134837 -SHA256 (cabal/bech32-1.1.8/bech32-1.1.8.tar.gz) = 5aa9f4b115986facc8bd57155fb35e4dd269eec5c191ef9be400f65cd8483379 -SIZE (cabal/bech32-1.1.8/bech32-1.1.8.tar.gz) = 28699 -SHA256 (cabal/bech32-th-1.1.8/bech32-th-1.1.8.tar.gz) = c20a6504e495e9d426eec3ba60210f1159c91b0e7add3f359c2ae7b1294de735 -SIZE (cabal/bech32-th-1.1.8/bech32-th-1.1.8.tar.gz) = 6962 +SHA256 (cabal/bech32-1.1.9/bech32-1.1.9.tar.gz) = c40dd6d3703629ffc07fe39d26e689c178ca5b02043fc25aa7194bac02237050 +SIZE (cabal/bech32-1.1.9/bech32-1.1.9.tar.gz) = 28709 +SHA256 (cabal/bech32-th-1.1.9/bech32-th-1.1.9.tar.gz) = 9a01c3b47b229ee7a0c371a11d6d540799622a7283204d7c58f4846b4be7832d +SIZE (cabal/bech32-th-1.1.9/bech32-th-1.1.9.tar.gz) = 6970 SHA256 (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 1086a9285061eed0c2c5d3cb65aa223defd52fca6d0515bb69ddf2dbc3d9697a SIZE (cabal/bifunctors-5.6.2/bifunctors-5.6.2.tar.gz) = 38193 SHA256 (cabal/bifunctors-5.6.2/revision/2.cabal) = 115a621c4eaaabb07834f9e4dd3371e21f39d034305062f4bd5cd72c2f8880d2 @@ -139,22 +139,34 @@ SHA256 (cabal/bitvec-1.1.5.0/bitvec-1.1.5.0.tar.gz) = 83d27cee5be1d5342ddbf39999 SIZE (cabal/bitvec-1.1.5.0/bitvec-1.1.5.0.tar.gz) = 40076 SHA256 (cabal/bitvec-1.1.5.0/revision/3.cabal) = 434be6dc60e22858a52869c58038c35353f1a778b9679ebc06a2165bcc7f88b3 SIZE (cabal/bitvec-1.1.5.0/revision/3.cabal) = 4921 -SHA256 (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 66291874236b7342adab033e3cddae414a23a2865dfb44095dfc4e0b9d46703b -SIZE (cabal/blaze-builder-0.4.2.3/blaze-builder-0.4.2.3.tar.gz) = 60777 +SHA256 (cabal/blaze-builder-0.4.4.1/blaze-builder-0.4.4.1.tar.gz) = 971d360428ac97af9a4e55e4f2c23649f6cedc0ce5d6e94d520e663f33ea5113 +SIZE (cabal/blaze-builder-0.4.4.1/blaze-builder-0.4.4.1.tar.gz) = 59452 +SHA256 (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 65542ef39f7644a3d76afcadeb976d3e334c6947516b7313fcb59165cea1608f +SIZE (cabal/blaze-html-0.9.2.0/blaze-html-0.9.2.0.tar.gz) = 81915 +SHA256 (cabal/blaze-html-0.9.2.0/revision/1.cabal) = 85c42f84f4ead2c48844fbe0865069add3bb3bb3322d38607e93d5515a4c9c58 +SIZE (cabal/blaze-html-0.9.2.0/revision/1.cabal) = 3087 +SHA256 (cabal/blaze-markup-0.8.3.0/blaze-markup-0.8.3.0.tar.gz) = 8606ac8b4a1f7f8f1bbc0770b2752e9b6f88ccc9fbdcbb33aa20577d0e5930e8 +SIZE (cabal/blaze-markup-0.8.3.0/blaze-markup-0.8.3.0.tar.gz) = 14647 +SHA256 (cabal/blaze-markup-0.8.3.0/revision/2.cabal) = 027f218b81d28a7c0a33b93d456c4e5aa92d145e9dcee14834fbad73a39ad7e4 +SIZE (cabal/blaze-markup-0.8.3.0/revision/2.cabal) = 2360 SHA256 (cabal/boring-0.2.2/boring-0.2.2.tar.gz) = 928baf1fff69b17658fb7014a1cc3e220b3b69b52271ae9c0452f82d67b3ef86 SIZE (cabal/boring-0.2.2/boring-0.2.2.tar.gz) = 5474 SHA256 (cabal/boring-0.2.2/revision/1.cabal) = f6d705c30830a337862210f12c4ce38d5ab4d3660631e0214b504f10815a2e8d SIZE (cabal/boring-0.2.2/revision/1.cabal) = 1779 -SHA256 (cabal/brick-2.8.3/brick-2.8.3.tar.gz) = 5416fc702ae179e51a1e7b0de2c64e3888eb141f8e22d5bc8634c9569212a659 -SIZE (cabal/brick-2.8.3/brick-2.8.3.tar.gz) = 235766 +SHA256 (cabal/boxes-0.1.5/boxes-0.1.5.tar.gz) = 38e1782e8a458f342a0acbb74af8f55cb120756bc3af7ee7220d955812af56c3 +SIZE (cabal/boxes-0.1.5/boxes-0.1.5.tar.gz) = 7598 +SHA256 (cabal/brick-2.9/brick-2.9.tar.gz) = c1017d80fd49d9b0484c0fa71a15818b49375c0d6b551b6f79e9c258f853b0c9 +SIZE (cabal/brick-2.9/brick-2.9.tar.gz) = 236013 +SHA256 (cabal/brick-2.9/revision/1.cabal) = 3d2d52ba0667cbc2f46e0e62fd34b7d3538670e6e6f6dc6249e7be268a1df627 +SIZE (cabal/brick-2.9/revision/1.cabal) = 19018 SHA256 (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 148309e23eb8b261c1de374712372d62d8c8dc8ee504c392809c7ec33c0a0e7c SIZE (cabal/bsb-http-chunked-0.0.0.4/bsb-http-chunked-0.0.0.4.tar.gz) = 6630 SHA256 (cabal/bsb-http-chunked-0.0.0.4/revision/4.cabal) = 1cce7371c31b1d3cfa3eb155e2aecffc0ec212d1d8a7e7c8a3b00ef76818a43b SIZE (cabal/bsb-http-chunked-0.0.0.4/revision/4.cabal) = 2687 -SHA256 (cabal/byron-spec-chain-1.0.1.0.tar.gz) = c94e598f2e542500b4a201af17ec5e89ce09d15d229a1560631cf81f8f9522e8 -SIZE (cabal/byron-spec-chain-1.0.1.0.tar.gz) = 14105 -SHA256 (cabal/byron-spec-ledger-1.1.0.0.tar.gz) = ee98551e14160fadd7055e1461f6ce558e95baa29d8c0f389a4719a24201b52f -SIZE (cabal/byron-spec-ledger-1.1.0.0.tar.gz) = 54964 +SHA256 (cabal/byron-spec-chain-1.0.1.1.tar.gz) = 82aab157a2343f7b7b77d23078fbbda23f1a987296b19c07178ec28c6b123964 +SIZE (cabal/byron-spec-chain-1.0.1.1.tar.gz) = 14095 +SHA256 (cabal/byron-spec-ledger-1.1.0.1.tar.gz) = 0bb9787ebef1b550f7c6e8289058a189a95e0327437ac62922e5b21c1e08e639 +SIZE (cabal/byron-spec-ledger-1.1.0.1.tar.gz) = 54913 SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 SHA256 (cabal/bytestring-strict-builder-0.4.5.8/bytestring-strict-builder-0.4.5.8.tar.gz) = 3b9ae00a210638d7d3972247f7106e51735327081cda17f4d0c1283b1ca2dd0b @@ -169,90 +181,90 @@ SHA256 (cabal/canonical-json-0.6.0.1/revision/1.cabal) = 48eaf084d542ca7a9d41b09 SIZE (cabal/canonical-json-0.6.0.1/revision/1.cabal) = 3499 SHA256 (cabal/capability-0.5.0.1/capability-0.5.0.1.tar.gz) = 91e10f3f425b0dfd261ad8908e5373616acaae313ec1a0ce56052bee05697a6a SIZE (cabal/capability-0.5.0.1/capability-0.5.0.1.tar.gz) = 34847 -SHA256 (cabal/capability-0.5.0.1/revision/4.cabal) = 3b3fa095891573bbdff854bf8351c3fcfa986d502c8071a2e4a2686ff3819302 -SIZE (cabal/capability-0.5.0.1/revision/4.cabal) = 3287 +SHA256 (cabal/capability-0.5.0.1/revision/6.cabal) = cd440fdcc8ad6d6a71506692e1fab6018c2266424b5d1f6873d5d9cb34b8ccf9 +SIZE (cabal/capability-0.5.0.1/revision/6.cabal) = 3149 SHA256 (cabal/cardano-addresses-4.0.0/cardano-addresses-4.0.0.tar.gz) = 8487dca5bca38c261c13c42928557cd5c0ea48bb289e370a4b7278a8eb579b8d SIZE (cabal/cardano-addresses-4.0.0/cardano-addresses-4.0.0.tar.gz) = 154677 SHA256 (cabal/cardano-addresses-4.0.0/revision/1.cabal) = bb0f8146494fa81507f102187e141ee7d3ce7c19dbf319b70906931636d79eaa SIZE (cabal/cardano-addresses-4.0.0/revision/1.cabal) = 6570 -SHA256 (cabal/cardano-api-10.16.3.0.tar.gz) = 7dfe3306bf56b4826a9bfdad0c0536f72982113184351bf6b919a733a2b9803a -SIZE (cabal/cardano-api-10.16.3.0.tar.gz) = 364045 -SHA256 (cabal/cardano-binary-1.7.1.0.tar.gz) = 00281caeb436f100e3b74bb4a69a96c3a1f354bd55fa37c2217e60bdb78e06fa -SIZE (cabal/cardano-binary-1.7.1.0.tar.gz) = 27896 +SHA256 (cabal/cardano-api-10.19.1.0.tar.gz) = f328cb82c29c8fb01c8e3166c86b751ace4e55e1d6054da626c0f102747d7d1b +SIZE (cabal/cardano-api-10.19.1.0.tar.gz) = 380888 +SHA256 (cabal/cardano-binary-1.7.2.0.tar.gz) = 891041a868cdcc503499ffaaf05d964f79f93496d352b63da0aafdfda0ed7112 +SIZE (cabal/cardano-binary-1.7.2.0.tar.gz) = 27810 SHA256 (cabal/cardano-crypto-1.3.0/cardano-crypto-1.3.0.tar.gz) = 5d3e1b00796458a605746d280571a93cbe050305c03d324d6eab5f7d771da879 SIZE (cabal/cardano-crypto-1.3.0/cardano-crypto-1.3.0.tar.gz) = 121062 -SHA256 (cabal/cardano-crypto-class-2.2.2.0.tar.gz) = 41058ee29f2eb4f4860a391876a52d707d1ac6b80e67fa4f16ebabb59b07b804 -SIZE (cabal/cardano-crypto-class-2.2.2.0.tar.gz) = 77846 -SHA256 (cabal/cardano-crypto-praos-2.2.1.0.tar.gz) = c2945dae88b0d57ce3da6479ff3e343bef289a75c68dacb04726c9d0f4a4b24b -SIZE (cabal/cardano-crypto-praos-2.2.1.0.tar.gz) = 117122 +SHA256 (cabal/cardano-crypto-class-2.2.3.1.tar.gz) = 94d62d9d2b6c0993f7fd37d8d5cbb341190ae875a978bedbce634282084d489f +SIZE (cabal/cardano-crypto-class-2.2.3.1.tar.gz) = 79887 +SHA256 (cabal/cardano-crypto-praos-2.2.1.1.tar.gz) = 85c35179d6e8c20904945bbf06ef08ac5d7313283f9f396cb4e9b85cd15aa640 +SIZE (cabal/cardano-crypto-praos-2.2.1.1.tar.gz) = 117121 SHA256 (cabal/cardano-crypto-test-1.6.0.0.tar.gz) = 62d7d94f73eef151eb7418e0976d17056b0d16aad6159aba35fbfe8028020698 SIZE (cabal/cardano-crypto-test-1.6.0.0.tar.gz) = 8437 -SHA256 (cabal/cardano-crypto-tests-2.2.1.0.tar.gz) = 59ebe68c95afcd50f0a8d2ab9d6033ef0e7a1dbc5d1fc614a200cd415049d4b9 -SIZE (cabal/cardano-crypto-tests-2.2.1.0.tar.gz) = 49137 -SHA256 (cabal/cardano-crypto-wrapper-1.6.0.0.tar.gz) = 9a15f157b953bb75ed3c29efbb4a4d8dc70dfdae9771a36ff269da6faede19a0 -SIZE (cabal/cardano-crypto-wrapper-1.6.0.0.tar.gz) = 26104 -SHA256 (cabal/cardano-data-1.2.4.0.tar.gz) = 83cfab8732ca1fd45dea0f6188ed095eaa9ad40edd4d1eaaa9272c5d9c5336b7 -SIZE (cabal/cardano-data-1.2.4.0.tar.gz) = 20289 -SHA256 (cabal/cardano-git-rev-0.2.2.0.tar.gz) = efe889225834d7ee10045c01b8a5051fae93f14642ca58a852348c527f296e8b -SIZE (cabal/cardano-git-rev-0.2.2.0.tar.gz) = 5956 -SHA256 (cabal/cardano-ledger-allegra-1.7.0.0.tar.gz) = d4e26393209992c297ed7f487915f539c75326688006b8d32c3000dca2c73d12 -SIZE (cabal/cardano-ledger-allegra-1.7.0.0.tar.gz) = 27513 -SHA256 (cabal/cardano-ledger-alonzo-1.13.0.0.tar.gz) = b019d1340444de98fb4134a3179bc56317b199f6bb76130a7b9227e523236070 -SIZE (cabal/cardano-ledger-alonzo-1.13.0.0.tar.gz) = 2020920 -SHA256 (cabal/cardano-ledger-alonzo-test-1.3.1.0.tar.gz) = a16c14b8d112db5bc261f37cf85c1bd34b4d47a65fcf83b342dd9088b2e1aa84 -SIZE (cabal/cardano-ledger-alonzo-test-1.3.1.0.tar.gz) = 65462 -SHA256 (cabal/cardano-ledger-api-1.11.0.0.tar.gz) = a14e68d83d5e7b0301b7103ac9ae00ac731efb8e96c4e08d9e191e3a4a292680 -SIZE (cabal/cardano-ledger-api-1.11.0.0.tar.gz) = 29101 -SHA256 (cabal/cardano-ledger-babbage-1.11.0.0.tar.gz) = 10037042bf86c758a2218c54151a744a10dd79d04b8812c5d9135e7648b54eb4 -SIZE (cabal/cardano-ledger-babbage-1.11.0.0.tar.gz) = 2549975 -SHA256 (cabal/cardano-ledger-babbage-test-1.3.1.0.tar.gz) = 7a673ebe9b9279deedeec294328df49216bdf365c47b766360f5b700fd771ee6 -SIZE (cabal/cardano-ledger-babbage-test-1.3.1.0.tar.gz) = 6635 -SHA256 (cabal/cardano-ledger-binary-1.6.0.0.tar.gz) = a8a5368ebabf33cc5bc2a4aabcc894fc5f59297b2ef7004b7da9e27798111c93 -SIZE (cabal/cardano-ledger-binary-1.6.0.0.tar.gz) = 88177 -SHA256 (cabal/cardano-ledger-byron-1.1.0.0.tar.gz) = 81fa4d9f7fa82142b5a9aa98d2fd8b17773c2887adf9f402609d181533a55f7a -SIZE (cabal/cardano-ledger-byron-1.1.0.0.tar.gz) = 807238 -SHA256 (cabal/cardano-ledger-byron-test-1.5.2.1.tar.gz) = a99bb2d6522d37cfac7892408b24f23e413a4c9afcb02991387e5653aa0381f6 -SIZE (cabal/cardano-ledger-byron-test-1.5.2.1.tar.gz) = 714803 -SHA256 (cabal/cardano-ledger-conway-1.19.0.0.tar.gz) = 0118da444afee8b2f01b9919bd5093efb75a8441bbf17d9b6ffbda6b71342e48 -SIZE (cabal/cardano-ledger-conway-1.19.0.0.tar.gz) = 4569826 -SHA256 (cabal/cardano-ledger-conway-test-1.3.1.0.tar.gz) = 03156c85ab5b0baf0314175a63423a0aeb3e23c36123b06c6960f2380f52f5f3 -SIZE (cabal/cardano-ledger-conway-test-1.3.1.0.tar.gz) = 3475 -SHA256 (cabal/cardano-ledger-core-1.17.0.0.tar.gz) = 15ed4c60e92fade842e3267a03fe8817b6a665d0f73651535e58cc8dfefe5c0d -SIZE (cabal/cardano-ledger-core-1.17.0.0.tar.gz) = 192559 -SHA256 (cabal/cardano-ledger-mary-1.8.0.0.tar.gz) = 332cfb13086e29530e3d76eb952324583aeddeeccf69a01b29a39c83602909c6 -SIZE (cabal/cardano-ledger-mary-1.8.0.0.tar.gz) = 32899 -SHA256 (cabal/cardano-ledger-shelley-1.16.0.0.tar.gz) = b7b4ee3561fdd1845ee5ad78a0422232f983dad01892fe041852270dc1463745 -SIZE (cabal/cardano-ledger-shelley-1.16.0.0.tar.gz) = 154974 -SHA256 (cabal/cardano-ledger-shelley-ma-test-1.3.0.0.tar.gz) = 7a9a0c6f323c6d650a7547e3ef850b01e400d279fd29c96541990c91a227df9f -SIZE (cabal/cardano-ledger-shelley-ma-test-1.3.0.0.tar.gz) = 24171 -SHA256 (cabal/cardano-ledger-shelley-test-1.6.0.0.tar.gz) = 0804f367093d6ea8659c4ff410ac5b429a3b7e78cbc3879dab39c9150f1ebc91 -SIZE (cabal/cardano-ledger-shelley-test-1.6.0.0.tar.gz) = 145221 +SHA256 (cabal/cardano-crypto-tests-2.2.2.0.tar.gz) = 43525e1b81e4ad2e1563339bf595c3142a764872dba108b169aacf9cfdf1405a +SIZE (cabal/cardano-crypto-tests-2.2.2.0.tar.gz) = 49402 +SHA256 (cabal/cardano-crypto-tests-2.2.2.0/revision/1.cabal) = b191d316eb37092dab16f738b10ee247372562d748952cc31aa7ce78c1b3b5d4 +SIZE (cabal/cardano-crypto-tests-2.2.2.0/revision/1.cabal) = 3545 +SHA256 (cabal/cardano-crypto-wrapper-1.6.1.0.tar.gz) = 5e9ece4bf68e2e7b298fbcea7411dc53d2b46cce144af46190de882b8dee75c3 +SIZE (cabal/cardano-crypto-wrapper-1.6.1.0.tar.gz) = 25806 +SHA256 (cabal/cardano-data-1.2.4.1.tar.gz) = 746ea7a335173d35d6da7bd11fbce9518d1418a93f66e6c6b28829af581fd4d3 +SIZE (cabal/cardano-data-1.2.4.1.tar.gz) = 20445 +SHA256 (cabal/cardano-git-rev-0.2.2.1.tar.gz) = 4943156d4352cf6804b69f0c4841f83fee522a05f89305cd1972135106ee9964 +SIZE (cabal/cardano-git-rev-0.2.2.1.tar.gz) = 5885 +SHA256 (cabal/cardano-ledger-allegra-1.8.0.0.tar.gz) = 6aa2f556eff6427e8a68a675ae4f7eeac9a6c5e5b0cbd14ef22d7ac9cb1b86bf +SIZE (cabal/cardano-ledger-allegra-1.8.0.0.tar.gz) = 29470 +SHA256 (cabal/cardano-ledger-alonzo-1.14.0.0.tar.gz) = a35385934dbf6f37ddfdc059a9c1bc236e66f7d024a4f200e25f39e80ed7476d +SIZE (cabal/cardano-ledger-alonzo-1.14.0.0.tar.gz) = 2026166 +SHA256 (cabal/cardano-ledger-alonzo-test-1.4.0.0.tar.gz) = d71385d298c830c1b86e5e85de685ebad8911af53f01cfb4dbb40d34984717e2 +SIZE (cabal/cardano-ledger-alonzo-test-1.4.0.0.tar.gz) = 59350 +SHA256 (cabal/cardano-ledger-api-1.12.1.0.tar.gz) = e2aa056aede8af7f9a78b40768f82340de4bd28755affec34fe31f61b59a0dfe +SIZE (cabal/cardano-ledger-api-1.12.1.0.tar.gz) = 37600 +SHA256 (cabal/cardano-ledger-babbage-1.12.0.0.tar.gz) = fe1bc267aa72a7a589163dc779990fe67e02720362a4d6482516d37bdc68215b +SIZE (cabal/cardano-ledger-babbage-1.12.0.0.tar.gz) = 2551930 +SHA256 (cabal/cardano-ledger-binary-1.7.0.0.tar.gz) = 114ded02215bd1c200928e575af85e5ce278ece1ee5d280bbba5ae9cb97c7d90 +SIZE (cabal/cardano-ledger-binary-1.7.0.0.tar.gz) = 88940 +SHA256 (cabal/cardano-ledger-byron-1.2.0.0.tar.gz) = 313b9f660ebe6ccd9b64a5dcd96a24057fcb05a4d33a0f2ee31f8b639b3c0398 +SIZE (cabal/cardano-ledger-byron-1.2.0.0.tar.gz) = 808697 +SHA256 (cabal/cardano-ledger-conway-1.20.0.0.tar.gz) = 331706443c53c3992f5685d6ec8a91972fd8af4bd6de6a15c626edbb4dac0f2d +SIZE (cabal/cardano-ledger-conway-1.20.0.0.tar.gz) = 4604553 +SHA256 (cabal/cardano-ledger-core-1.18.0.0.tar.gz) = 80d00b252710f19f4c7b4dc5161bbe9145e0323d2589ebb0587b5bd65662ad1f +SIZE (cabal/cardano-ledger-core-1.18.0.0.tar.gz) = 177418 +SHA256 (cabal/cardano-ledger-dijkstra-0.1.0.0.tar.gz) = 020d1b6a5f84ab4d5f2debced8ca4d3e662527260c5b26f6d8989a283da3f337 +SIZE (cabal/cardano-ledger-dijkstra-0.1.0.0.tar.gz) = 51379 +SHA256 (cabal/cardano-ledger-mary-1.9.0.0.tar.gz) = 8bf2b530e9eeb88b7dc8c0aec34b5e84ef13b64f6425c658c57d53c38443b9dd +SIZE (cabal/cardano-ledger-mary-1.9.0.0.tar.gz) = 33877 +SHA256 (cabal/cardano-ledger-shelley-1.17.0.0.tar.gz) = 5e8f7e17f13eb59670eff3583e7d68321a98faa3bda5803ecd2b270d62d19599 +SIZE (cabal/cardano-ledger-shelley-1.17.0.0.tar.gz) = 164856 +SHA256 (cabal/cardano-ledger-shelley-ma-test-1.4.0.0.tar.gz) = c8d1d6911f62fac8d3109e3d516d5d978c2b78803622fe6dc54c97e84c0fdabf +SIZE (cabal/cardano-ledger-shelley-ma-test-1.4.0.0.tar.gz) = 23358 +SHA256 (cabal/cardano-ledger-shelley-test-1.7.0.0.tar.gz) = a028fdcd0dca6495ba4e194b214dd47385baa9340f921b3f2527586cb753b12f +SIZE (cabal/cardano-ledger-shelley-test-1.7.0.0.tar.gz) = 136966 SHA256 (cabal/cardano-lmdb-0.4.0.3.tar.gz) = 411cb219d06fd1443fbfe0926e6cd6614c9ca0100b4e7fdfff439b984c56f253 SIZE (cabal/cardano-lmdb-0.4.0.3.tar.gz) = 19954 -SHA256 (cabal/cardano-lmdb-simple-0.8.0.1.tar.gz) = 01fb8c3529f4bd8802825137f9c69579126d1d11fbc83e702dbbb9775372d608 -SIZE (cabal/cardano-lmdb-simple-0.8.0.1.tar.gz) = 33181 -SHA256 (cabal/cardano-ping-0.8.0.1.tar.gz) = ac2e2f91671ce3a15664865e8df62790e52842ec4c34e94161b5ade08864a9f0 -SIZE (cabal/cardano-ping-0.8.0.1.tar.gz) = 13467 +SHA256 (cabal/cardano-lmdb-simple-0.8.1.0.tar.gz) = 7ccba3eb67fb9407e7295982c50cf0d881539a4a9762be22e3d7e4497c6328a7 +SIZE (cabal/cardano-lmdb-simple-0.8.1.0.tar.gz) = 33306 +SHA256 (cabal/cardano-ping-0.9.0.0.tar.gz) = 9ae6ce93334b856cb5172a591a7bd34e11a0a3c92945d3a8e805e33eaf4f0836 +SIZE (cabal/cardano-ping-0.9.0.0.tar.gz) = 13550 SHA256 (cabal/cardano-prelude-0.2.1.0.tar.gz) = 021413c092137a0785f0cdd662ff0df9705ade3bbb9e381710da19fdb1d2e456 SIZE (cabal/cardano-prelude-0.2.1.0.tar.gz) = 29316 SHA256 (cabal/cardano-prelude-test-0.1.0.5.tar.gz) = 448d87031edb0d922994ed4e1aa9f3a138c59853da2d29b2e0aa4a6c502cef0a SIZE (cabal/cardano-prelude-test-0.1.0.5.tar.gz) = 14732 -SHA256 (cabal/cardano-protocol-tpraos-1.4.0.0.tar.gz) = 2e79041c77e6168b5ebd262538d3f47ba1ea4101862f39accb624299e6162457 -SIZE (cabal/cardano-protocol-tpraos-1.4.0.0.tar.gz) = 23941 -SHA256 (cabal/cardano-slotting-0.2.0.0.tar.gz) = d2916cc1f488ddc7efc18011002938b35a876ff1c51cf900d6703aeddcc66640 -SIZE (cabal/cardano-slotting-0.2.0.0.tar.gz) = 10639 -SHA256 (cabal/cardano-strict-containers-0.1.4.0.tar.gz) = 542ded378be85312d60f0d0bfba7d8946d4cd35cd98af14bb9cd55c448771400 -SIZE (cabal/cardano-strict-containers-0.1.4.0.tar.gz) = 11097 +SHA256 (cabal/cardano-protocol-tpraos-1.4.1.0.tar.gz) = 0ba610b15e73245736a58607b612ff77142fb7f5e004afe42f58f330598b3ea5 +SIZE (cabal/cardano-protocol-tpraos-1.4.1.0.tar.gz) = 25597 +SHA256 (cabal/cardano-slotting-0.2.0.1.tar.gz) = b4fbffce9074f8367515724b55fc9e7743aa13288fa5802b48ff9e0787066773 +SIZE (cabal/cardano-slotting-0.2.0.1.tar.gz) = 10495 +SHA256 (cabal/cardano-strict-containers-0.1.5.0.tar.gz) = fd815ed978debc85cc7cf1c45b4d9db08349d9a6adb7a6782dea4f22498a7fef +SIZE (cabal/cardano-strict-containers-0.1.5.0.tar.gz) = 11489 SHA256 (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 296dc17e0c5f3dfb3d82ced83e4c9c44c338ecde749b278b6eae512f1d04e406 SIZE (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 53609 -SHA256 (cabal/cassava-0.5.3.2/cassava-0.5.3.2.tar.gz) = 3ad25d225d2c0db54ef17372d8bf206356bcb7e02a0e7ff38f7078f141d0a9c9 -SIZE (cabal/cassava-0.5.3.2/cassava-0.5.3.2.tar.gz) = 37741 -SHA256 (cabal/cassava-0.5.3.2/revision/1.cabal) = b2e52282af6ca7b42bdd0fb427079b908a2b2e4b350b77df19cdb45ee4fe7876 -SIZE (cabal/cassava-0.5.3.2/revision/1.cabal) = 4977 +SHA256 (cabal/casing-0.1.4.1/casing-0.1.4.1.tar.gz) = 106271c00246b551f2ef6a2e511437c9f0e1f3bb920a283f6f9eaa0940b4f8ca +SIZE (cabal/casing-0.1.4.1/casing-0.1.4.1.tar.gz) = 3623 +SHA256 (cabal/casing-0.1.4.1/revision/1.cabal) = 0be79e10a37cb7bd71f195e8a5f064e584be7674f57f5fe9f6f73a160527fcd8 +SIZE (cabal/casing-0.1.4.1/revision/1.cabal) = 1081 +SHA256 (cabal/cassava-0.5.4.1/cassava-0.5.4.1.tar.gz) = d40636f530737a99c0282084322230d04d6e1b445e779a0d0a5005f6285a495f +SIZE (cabal/cassava-0.5.4.1/cassava-0.5.4.1.tar.gz) = 38097 SHA256 (cabal/cborg-0.2.10.0/cborg-0.2.10.0.tar.gz) = 17fe070c38fc498cab49bcb9d6215b7747d53bedf96502e9bcce9cad73b9c797 SIZE (cabal/cborg-0.2.10.0/cborg-0.2.10.0.tar.gz) = 92122 -SHA256 (cabal/cborg-0.2.10.0/revision/2.cabal) = a52224590aca5c992a5ca0c6713439587076ad1f9c8e04ce2dca7ba2026e3654 -SIZE (cabal/cborg-0.2.10.0/revision/2.cabal) = 5406 +SHA256 (cabal/cborg-0.2.10.0/revision/3.cabal) = 47c044ade185e59433ec301fd3d85c7a1b9709cc752daf8b6388c9190aa618aa +SIZE (cabal/cborg-0.2.10.0/revision/3.cabal) = 5397 SHA256 (cabal/cereal-0.5.8.3/cereal-0.5.8.3.tar.gz) = 99905220661b26e5bd91130bd9772554938608a5b1d717240a6eb331121e0f6a SIZE (cabal/cereal-0.5.8.3/cereal-0.5.8.3.tar.gz) = 20166 SHA256 (cabal/character-ps-0.1/character-ps-0.1.tar.gz) = 22de71fde38b236d3e9168a832b5e1e75d1fb4f4028667bdf747b3b4c8c1529c @@ -283,8 +295,10 @@ SHA256 (cabal/concurrent-output-1.10.21/concurrent-output-1.10.21.tar.gz) = 4a20 SIZE (cabal/concurrent-output-1.10.21/concurrent-output-1.10.21.tar.gz) = 23875 SHA256 (cabal/conduit-1.3.6.1/conduit-1.3.6.1.tar.gz) = 69902af03ea7e4cb982fa83da42afe36973b62d0a52ea140ae5362e52854ba3f SIZE (cabal/conduit-1.3.6.1/conduit-1.3.6.1.tar.gz) = 89114 -SHA256 (cabal/conduit-extra-1.3.7/conduit-extra-1.3.7.tar.gz) = b2bd6f8626909c1784793d791078bedc0831fbaf97cb3e837d9fd94c89532b57 -SIZE (cabal/conduit-extra-1.3.7/conduit-extra-1.3.7.tar.gz) = 33170 +SHA256 (cabal/conduit-extra-1.3.8/conduit-extra-1.3.8.tar.gz) = 491f3e8e9408f5d10ff8d02bf4d0edb11821e2537e7c22edbd6d64bf91388222 +SIZE (cabal/conduit-extra-1.3.8/conduit-extra-1.3.8.tar.gz) = 33479 +SHA256 (cabal/conduit-extra-1.3.8/revision/1.cabal) = e932b260dc50dd2a81c996f370798b19979acfd5cfa7bb6b685358e6846600bb +SIZE (cabal/conduit-extra-1.3.8/revision/1.cabal) = 4473 SHA256 (cabal/config-ini-0.2.7.0/config-ini-0.2.7.0.tar.gz) = 3a171c45baa6ed066dd62a4bfd7fb60d99030e9e320c2b73cfd0980252596901 SIZE (cabal/config-ini-0.2.7.0/config-ini-0.2.7.0.tar.gz) = 24825 SHA256 (cabal/config-ini-0.2.7.0/revision/1.cabal) = 2ae5a3e77ef16bffe9f2dd2b328cd79444cd1c193386007260aa6b0af0f957b2 @@ -295,30 +309,32 @@ SHA256 (cabal/constraints-0.14.2/revision/1.cabal) = 381a53e9d5aad937644d13b5c2c SIZE (cabal/constraints-0.14.2/revision/1.cabal) = 2384 SHA256 (cabal/constraints-extras-0.4.0.2/constraints-extras-0.4.0.2.tar.gz) = cc7fdb2625f1baeb16501176d8e2eb6da16a3448f2f0a37e188289c503cb482c SIZE (cabal/constraints-extras-0.4.0.2/constraints-extras-0.4.0.2.tar.gz) = 7292 -SHA256 (cabal/contra-tracer-0.1.0.1.tar.gz) = 29786d117b22955586f64ee20c6b21357bd7e15b0eea421ff346bc6879134c26 -SIZE (cabal/contra-tracer-0.1.0.1.tar.gz) = 8123 +SHA256 (cabal/contra-tracer-0.1.0.2.tar.gz) = aece5861203eb196cc7c852ff2dfe1d593f5baaef81b81aa5f9ba43c1d6dbb54 +SIZE (cabal/contra-tracer-0.1.0.2.tar.gz) = 8124 SHA256 (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 062fd66580d7aad0b5ba93e644ffa7feee69276ef50f20d4ed9f1deb7642dffa SIZE (cabal/contravariant-1.5.5/contravariant-1.5.5.tar.gz) = 13815 SHA256 (cabal/cookie-0.5.1/cookie-0.5.1.tar.gz) = 1adde62726e3a3bbe147c02514fe0c4f5f2c5a2ff63842deac10c451a2a6f7a0 SIZE (cabal/cookie-0.5.1/cookie-0.5.1.tar.gz) = 6680 -SHA256 (cabal/criterion-1.6.4.0/criterion-1.6.4.0.tar.gz) = 062bf47a43278dfe8725391b5e550905f185801c79ea772a9cdaa672b2ea2f51 -SIZE (cabal/criterion-1.6.4.0/criterion-1.6.4.0.tar.gz) = 46689 +SHA256 (cabal/criterion-1.6.4.1/criterion-1.6.4.1.tar.gz) = 4ea56f6c5768c65a321e5546d077e764653994affd86a4d3e036d7883fb7aa0d +SIZE (cabal/criterion-1.6.4.1/criterion-1.6.4.1.tar.gz) = 316375 SHA256 (cabal/criterion-measurement-0.2.3.0/criterion-measurement-0.2.3.0.tar.gz) = cc75dca35e8473d6e0c7419fd5a577c2cbb202b3ae0d8af237756c2aeb7cdfe2 SIZE (cabal/criterion-measurement-0.2.3.0/criterion-measurement-0.2.3.0.tar.gz) = 17774 SHA256 (cabal/crypton-1.0.4/crypton-1.0.4.tar.gz) = b4885402206422450823e7001a40d0f6b11d0c603a0cb8bf8ff5a186b7c4011a SIZE (cabal/crypton-1.0.4/crypton-1.0.4.tar.gz) = 649976 -SHA256 (cabal/crypton-connection-0.4.4/crypton-connection-0.4.4.tar.gz) = 247068c222a5feec66ada8d599bfc4a878bef2cac104636afbc7d5cae93ca491 -SIZE (cabal/crypton-connection-0.4.4/crypton-connection-0.4.4.tar.gz) = 9324 +SHA256 (cabal/crypton-connection-0.4.5/crypton-connection-0.4.5.tar.gz) = bcddb9f095eb7f13526bcbd4c20001b4bec737c1e6b2dcb6939f643fb83225de +SIZE (cabal/crypton-connection-0.4.5/crypton-connection-0.4.5.tar.gz) = 9360 +SHA256 (cabal/crypton-socks-0.6.2/crypton-socks-0.6.2.tar.gz) = a836087e5c277413c79e6d94a7bf346bfb61eaffb2f55555875c76dfeca69f3b +SIZE (cabal/crypton-socks-0.6.2/crypton-socks-0.6.2.tar.gz) = 11908 SHA256 (cabal/crypton-x509-1.7.7/crypton-x509-1.7.7.tar.gz) = efece48c8c4adfee209979c2967037d90e6ba1b7b4e7bb1081d1d4cd93daf382 SIZE (cabal/crypton-x509-1.7.7/crypton-x509-1.7.7.tar.gz) = 21547 -SHA256 (cabal/crypton-x509-store-1.6.10/crypton-x509-store-1.6.10.tar.gz) = cef0631c0dad9ca43984e51140f030e7de9a1f4bfd0b2223ed9c6d41fe4238b0 -SIZE (cabal/crypton-x509-store-1.6.10/crypton-x509-store-1.6.10.tar.gz) = 12720 +SHA256 (cabal/crypton-x509-store-1.6.11/crypton-x509-store-1.6.11.tar.gz) = 03a991cc1241873435761b379eed94a4e899e0c4804df1719ea5b281903b781f +SIZE (cabal/crypton-x509-store-1.6.11/crypton-x509-store-1.6.11.tar.gz) = 12772 SHA256 (cabal/crypton-x509-system-1.6.7/crypton-x509-system-1.6.7.tar.gz) = a436261e5f5e83d85080f57a5509c8224c9e75a6e56d0c43a7d2967052b634ca SIZE (cabal/crypton-x509-system-1.6.7/crypton-x509-system-1.6.7.tar.gz) = 3496 SHA256 (cabal/crypton-x509-validation-1.6.14/crypton-x509-validation-1.6.14.tar.gz) = ed0e394127db59d66a0a8e4bde28fa0b8cc67cc9a810793b54a58e96df4c601d SIZE (cabal/crypton-x509-validation-1.6.14/crypton-x509-validation-1.6.14.tar.gz) = 19693 -SHA256 (cabal/cuddle-0.3.2.1.tar.gz) = 61751eb1e3abb4954f0ecc1177c6d8339452220d6f481d6b978cb10003af2502 -SIZE (cabal/cuddle-0.3.2.1.tar.gz) = 46501 +SHA256 (cabal/cuddle-1.0.0.0/cuddle-1.0.0.0.tar.gz) = 8d596ba4155531cc9af705c30d1b32c5dfb7e7bf066e3b9a5fa8d61c6ab1a813 +SIZE (cabal/cuddle-1.0.0.0/cuddle-1.0.0.0.tar.gz) = 67761 SHA256 (cabal/data-clist-0.2/data-clist-0.2.tar.gz) = 1c3a1ebd71e8f6fe30afdb3797c4852db7fb0b4e3c145fc53e8282eb4303b212 SIZE (cabal/data-clist-0.2/data-clist-0.2.tar.gz) = 5475 SHA256 (cabal/data-clist-0.2/revision/1.cabal) = 47ad08ffa523b5fcdfd0e999ff57417a2e70b48e0ea79b84d7f8b9e6d1152225 @@ -363,6 +379,8 @@ SHA256 (cabal/digest-0.0.2.1/digest-0.0.2.1.tar.gz) = cbf87b02e01f97dfe6d2d7f080 SIZE (cabal/digest-0.0.2.1/digest-0.0.2.1.tar.gz) = 23636 SHA256 (cabal/directory-ospath-streaming-0.2.2/directory-ospath-streaming-0.2.2.tar.gz) = 1ade8fbee13db15e8d22a1ecdca54794617cabc69911b51d46a65e12f4554ef7 SIZE (cabal/directory-ospath-streaming-0.2.2/directory-ospath-streaming-0.2.2.tar.gz) = 13734 +SHA256 (cabal/directory-ospath-streaming-0.2.2/revision/1.cabal) = b24ec42ce02c42a76732323c4e59414d9b5439ac5fa99304412719ba7f4c6a3f +SIZE (cabal/directory-ospath-streaming-0.2.2/revision/1.cabal) = 3593 SHA256 (cabal/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz) = d7351392e078f58caa46630a4b9c643e1e2e9dddee45848c5c8358e7b1316b91 SIZE (cabal/distributive-0.6.2.1/distributive-0.6.2.1.tar.gz) = 8140 SHA256 (cabal/distributive-0.6.2.1/revision/1.cabal) = 0f99f5541cca04acf89b64432b03422b6408e830a8dff30e6c4334ef1a48680c @@ -379,38 +397,44 @@ SHA256 (cabal/dom-lt-0.2.3/revision/1.cabal) = 1df9402e21e97de0da74fdf2a9f8c96ab SIZE (cabal/dom-lt-0.2.3/revision/1.cabal) = 1938 SHA256 (cabal/dot-0.3/dot-0.3.tar.gz) = b6144d948d86fe8f8df6c4ec12d4d127733dc6b194a6d204792a5fadb42e8483 SIZE (cabal/dot-0.3/dot-0.3.tar.gz) = 2735 -SHA256 (cabal/either-5.0.2/either-5.0.2.tar.gz) = bfa45b967fd77b1c7c952e156377441e3c42b6dc873ab1f06a7421a3222287be -SIZE (cabal/either-5.0.2/either-5.0.2.tar.gz) = 7983 -SHA256 (cabal/either-5.0.2/revision/2.cabal) = 7f0b93d3f2a1dbe8fc29dd300967162f6a4b380fd98915cb795a6f3492a6a6d3 -SIZE (cabal/either-5.0.2/revision/2.cabal) = 2015 +SHA256 (cabal/either-5.0.3/either-5.0.3.tar.gz) = 6d66691e84955a90a2d169f71cf51c83d76c141635cb8da2a60ddffca4804801 +SIZE (cabal/either-5.0.3/either-5.0.3.tar.gz) = 7934 +SHA256 (cabal/either-5.0.3/revision/1.cabal) = c3c5f462a2d5eb9fa66630252239b372c902e4cf12f128d5507bd2f5b32ebbcf +SIZE (cabal/either-5.0.3/revision/1.cabal) = 1905 SHA256 (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 24f0b79c7e1d25cb2cd44c2258d7a464bf6db8079775b50b60b54a254616b337 SIZE (cabal/erf-2.0.0.0/erf-2.0.0.0.tar.gz) = 1918 SHA256 (cabal/errors-2.3.0/errors-2.3.0.tar.gz) = 6772e5689f07e82077ffe3339bc672934d83d83a97a7d4f1349de1302cb71f75 SIZE (cabal/errors-2.3.0/errors-2.3.0.tar.gz) = 9184 SHA256 (cabal/errors-2.3.0/revision/5.cabal) = 541d4ecafde6556b70877ecf28402a21d0fbd50fa12390f38e122f0c9bd24e52 SIZE (cabal/errors-2.3.0/revision/5.cabal) = 1399 +SHA256 (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 6ce5e8801760385a408dab71b53550f87629e661b260bdc2cd41c6a439b6e388 +SIZE (cabal/extensible-exceptions-0.1.1.4/extensible-exceptions-0.1.1.4.tar.gz) = 8531 SHA256 (cabal/extra-1.8/extra-1.8.tar.gz) = 2fa4ce5eae50560bba80f1883913cf2ed52b3d87fd290dae27d838c94f5389a1 SIZE (cabal/extra-1.8/extra-1.8.tar.gz) = 47005 SHA256 (cabal/fgl-5.8.3.0/fgl-5.8.3.0.tar.gz) = a4ca15b162068a6cd8fd8685e2c1231ace4a24d56b2424b8e3f8988ff1ab63c1 SIZE (cabal/fgl-5.8.3.0/fgl-5.8.3.0.tar.gz) = 57723 +SHA256 (cabal/fgl-5.8.3.0/revision/1.cabal) = 507f764d5096605759d8639d3a0113f596db08b197a54899e6b2559e113cd68f +SIZE (cabal/fgl-5.8.3.0/revision/1.cabal) = 3949 SHA256 (cabal/file-embed-0.0.16.0/file-embed-0.0.16.0.tar.gz) = 5f18672eff936355557cdd163905451205d7ee22742edac313dd27cf42a3f415 SIZE (cabal/file-embed-0.0.16.0/file-embed-0.0.16.0.tar.gz) = 7198 SHA256 (cabal/file-io-0.1.5/file-io-0.1.5.tar.gz) = 310a19e4c792de4d30c912bc71ff3becb40818d7c796b9999bcd0979dab87d5b SIZE (cabal/file-io-0.1.5/file-io-0.1.5.tar.gz) = 11890 -SHA256 (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 4d35645cdf4f0b7aa8d22238885a970aef2328a39bd4ea63c7274532b1748180 -SIZE (cabal/filelock-0.1.1.7/filelock-0.1.1.7.tar.gz) = 8109 +SHA256 (cabal/filelock-0.1.1.8/filelock-0.1.1.8.tar.gz) = 72ab22e966feb4f6021425fdf9e6f758e3ca711b0156eeb3f8590b8e1092b62e +SIZE (cabal/filelock-0.1.1.8/filelock-0.1.1.8.tar.gz) = 8128 SHA256 (cabal/fin-0.3.2/fin-0.3.2.tar.gz) = b92559549f4f03ee1acbe6aa93f13ad856213d37b887e603502b4fe159162141 SIZE (cabal/fin-0.3.2/fin-0.3.2.tar.gz) = 15913 SHA256 (cabal/fin-0.3.2/revision/1.cabal) = 5bff3c1553a694499d65d46a23e30c06473ec64ab266cf755f7fca3af1169054 SIZE (cabal/fin-0.3.2/revision/1.cabal) = 3725 -SHA256 (cabal/fingertree-0.1.5.0/fingertree-0.1.5.0.tar.gz) = f3263c92fa8b18f1e1a64cd12480c8c1bee2c1fa0584ab3345f3dd8522bdbf71 -SIZE (cabal/fingertree-0.1.5.0/fingertree-0.1.5.0.tar.gz) = 20656 +SHA256 (cabal/fingertree-0.1.6.2/fingertree-0.1.6.2.tar.gz) = f2617dc54dceb6e680e3ac07efe86f0d236dfa66a277005f546a5aaa04139cab +SIZE (cabal/fingertree-0.1.6.2/fingertree-0.1.6.2.tar.gz) = 20851 SHA256 (cabal/fingertree-rm-1.0.0.4.tar.gz) = e3515befeefcf670eb54215fb113e60f465c9d434449007b56422b6e4e3efc64 SIZE (cabal/fingertree-rm-1.0.0.4.tar.gz) = 10699 SHA256 (cabal/flat-0.6/flat-0.6.tar.gz) = a4324174159b79dabbb155572a33d109ea4bd3b105a6c1c658a36e604e1daf86 SIZE (cabal/flat-0.6/flat-0.6.tar.gz) = 74253 SHA256 (cabal/fmt-0.6.3.0/fmt-0.6.3.0.tar.gz) = b4ee7f3da97223bfef589264e7945160521f6e3323f64a2118bdec96cc04b006 SIZE (cabal/fmt-0.6.3.0/fmt-0.6.3.0.tar.gz) = 27036 +SHA256 (cabal/foldable1-classes-compat-0.1.2/foldable1-classes-compat-0.1.2.tar.gz) = e3160e89adea466c18f2ae3377efb7953daa86f01f17443cb4bcbd03d443cad8 +SIZE (cabal/foldable1-classes-compat-0.1.2/foldable1-classes-compat-0.1.2.tar.gz) = 10281 SHA256 (cabal/foldl-1.4.18/foldl-1.4.18.tar.gz) = cad8f45180f7d375262f72887be5f48f4ec55e34b381b5cb71269f006e91500e SIZE (cabal/foldl-1.4.18/foldl-1.4.18.tar.gz) = 26703 SHA256 (cabal/foldl-1.4.18/revision/1.cabal) = aa42a0d8db37909c2bf69861447b9f40b4993166f32a981f6eefbac503d151c7 @@ -423,14 +447,12 @@ SHA256 (cabal/free-5.2/free-5.2.tar.gz) = 72867f7c89173263765736e8d395e94291f1aa SIZE (cabal/free-5.2/free-5.2.tar.gz) = 58781 SHA256 (cabal/free-5.2/revision/7.cabal) = 7f3992a66987bbba5a6546420f6129fb9b66b80cdd005d34ec77a1e1c8ed8340 SIZE (cabal/free-5.2/revision/7.cabal) = 4178 -SHA256 (cabal/fs-api-0.3.0.0/fs-api-0.3.0.0.tar.gz) = a1d5e76caafb175df00129956041636451b412c3a2b1b2b0014bae6d32d019d1 -SIZE (cabal/fs-api-0.3.0.0/fs-api-0.3.0.0.tar.gz) = 24049 -SHA256 (cabal/fs-api-0.3.0.0/revision/1.cabal) = 0cdf6889ecb6c1af1cfe126b718db83c3a02c34e9e09cfb70bd0fd6f8087a885 -SIZE (cabal/fs-api-0.3.0.0/revision/1.cabal) = 2721 -SHA256 (cabal/fs-sim-0.3.0.0/fs-sim-0.3.0.0.tar.gz) = f8004441a16c1ec33cac96eb92ffc67dcc6ace07313e3cc288001057e2d0f072 -SIZE (cabal/fs-sim-0.3.0.0/fs-sim-0.3.0.0.tar.gz) = 49325 -SHA256 (cabal/fs-sim-0.3.0.0/revision/1.cabal) = 32297f472bef4ab0fe7ff741b27ee4fbaf140401718d74ec3b748f395c0fca7c -SIZE (cabal/fs-sim-0.3.0.0/revision/1.cabal) = 2683 +SHA256 (cabal/fs-api-0.4.0.0/fs-api-0.4.0.0.tar.gz) = b5018aaf7c037cbcfedc425f97f2c9e7baf71dbf8f0d7d8b77a252f718e989ab +SIZE (cabal/fs-api-0.4.0.0/fs-api-0.4.0.0.tar.gz) = 24750 +SHA256 (cabal/fs-sim-0.4.0.0/fs-sim-0.4.0.0.tar.gz) = fc929abea89a86ee873ebe160fe64cebf477716ac4ada646e0b23631ebe83972 +SIZE (cabal/fs-sim-0.4.0.0/fs-sim-0.4.0.0.tar.gz) = 52965 +SHA256 (cabal/fs-sim-0.4.0.0/revision/1.cabal) = 9a44877d13c2fa9cab7538667a31b8f76986a81d0caadd106b375c5cb092e7d3 +SIZE (cabal/fs-sim-0.4.0.0/revision/1.cabal) = 2987 SHA256 (cabal/generic-lens-2.2.2.0/generic-lens-2.2.2.0.tar.gz) = 868dc9c8cd02150b419859c3c8a53a62e5b41f5f3fd5d46bb355eb1074288b68 SIZE (cabal/generic-lens-2.2.2.0/generic-lens-2.2.2.0.tar.gz) = 21357 SHA256 (cabal/generic-lens-2.2.2.0/revision/1.cabal) = 89dcd1dc551c823b7c3692890595d1f17011bfe82ac6175803db149811416945 @@ -461,30 +483,34 @@ SHA256 (cabal/graphviz-2999.20.2.1/graphviz-2999.20.2.1.tar.gz) = 8ffc0fa59e01de SIZE (cabal/graphviz-2999.20.2.1/graphviz-2999.20.2.1.tar.gz) = 223488 SHA256 (cabal/groups-0.5.3/groups-0.5.3.tar.gz) = ce1e52a8be7effbd1f995eadf0ed34fa45c412656d372db8a38f9c955e43ac38 SIZE (cabal/groups-0.5.3/groups-0.5.3.tar.gz) = 3396 -SHA256 (cabal/half-0.3.2/half-0.3.2.tar.gz) = 19992e9fb6f4ea8a53b0ba0693565e8ec73c620b603e74b6d4f262e49d7df038 -SIZE (cabal/half-0.3.2/half-0.3.2.tar.gz) = 8319 -SHA256 (cabal/happy-2.1.5/happy-2.1.5.tar.gz) = 7af82f24f65bf951b24000b9e16ee01c750ed40edc0b256881d29daee85c41c4 -SIZE (cabal/happy-2.1.5/happy-2.1.5.tar.gz) = 61293 -SHA256 (cabal/happy-lib-2.1.5/happy-lib-2.1.5.tar.gz) = a25a6c5a2db150caf4b8c91e048e302f776372034b84b8f9461fea0483da94eb -SIZE (cabal/happy-lib-2.1.5/happy-lib-2.1.5.tar.gz) = 93792 -SHA256 (cabal/hashable-1.4.7.0/hashable-1.4.7.0.tar.gz) = 3baee4c9027a08830d148ec524cbc0471de645e1e8426d46780ef2758df0e8da -SIZE (cabal/hashable-1.4.7.0/hashable-1.4.7.0.tar.gz) = 89467 +SHA256 (cabal/half-0.3.3/half-0.3.3.tar.gz) = f476049628d6ff79722fb073c01e85f2a11b2ef3835fdc3fc21a61f05d17ab02 +SIZE (cabal/half-0.3.3/half-0.3.3.tar.gz) = 8359 +SHA256 (cabal/half-0.3.3/revision/1.cabal) = b5109ef8de7ae45cc8aa1ea89c54e9f94bfcea7898dc0aa675131b7894f941d0 +SIZE (cabal/half-0.3.3/revision/1.cabal) = 2011 +SHA256 (cabal/happy-2.1.7/happy-2.1.7.tar.gz) = 9e390f0ab082d11d46598f6215b2f6e8253059721860f81082409091532d7e2a +SIZE (cabal/happy-2.1.7/happy-2.1.7.tar.gz) = 62023 +SHA256 (cabal/happy-lib-2.1.7/happy-lib-2.1.7.tar.gz) = f625b2c4a3f2b5fafa3c560fa8757502cc8de83d9a84c2692fc943380900f269 +SIZE (cabal/happy-lib-2.1.7/happy-lib-2.1.7.tar.gz) = 94227 +SHA256 (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = e58b3a8e18da5f6cd7e937e5fd683e500bb1f8276b3768269759119ca0cddb6a +SIZE (cabal/hashable-1.5.0.0/hashable-1.5.0.0.tar.gz) = 89062 +SHA256 (cabal/hashable-1.5.0.0/revision/1.cabal) = 2f23146cbe0325029927b221647695a4c7d6e97548ff731110979e34361f58ef +SIZE (cabal/hashable-1.5.0.0/revision/1.cabal) = 5914 SHA256 (cabal/haskell-lexer-1.2.1/haskell-lexer-1.2.1.tar.gz) = 9d76e1528106b1b32e6e465264e39381ca4b450b72a4b5331e7e5127640a1a41 SIZE (cabal/haskell-lexer-1.2.1/haskell-lexer-1.2.1.tar.gz) = 14602 +SHA256 (cabal/hdaemonize-0.5.7/hdaemonize-0.5.7.tar.gz) = 748823288eec23252335c00576384fc322e4f91c8e86f456530ba5d7c727f01b +SIZE (cabal/hdaemonize-0.5.7/hdaemonize-0.5.7.tar.gz) = 7958 SHA256 (cabal/heapwords-0.1.0.2.tar.gz) = a0285b2d6ce541a6ea76db152a61a7250b094712b4ad421b3afdc3fca458b5ef SIZE (cabal/heapwords-0.1.0.2.tar.gz) = 7422 SHA256 (cabal/hedgehog-1.5/hedgehog-1.5.tar.gz) = e941609fb3deb9acb0caf161405bff1c84da92b2891753c6d937fb9970ea866a SIZE (cabal/hedgehog-1.5/hedgehog-1.5.tar.gz) = 79621 SHA256 (cabal/hedgehog-1.5/revision/2.cabal) = c904dc9d8ae7b47a58771a0fbfb7a77882059a2b77c9c0c722dc16de504d0bd4 SIZE (cabal/hedgehog-1.5/revision/2.cabal) = 4817 -SHA256 (cabal/hedgehog-extras-0.7.0.0/hedgehog-extras-0.7.0.0.tar.gz) = 5b3db8f8b7186d72ae0dda2e0d3a3204b8f68a01dbb3f4d17261202ca2821336 -SIZE (cabal/hedgehog-extras-0.7.0.0/hedgehog-extras-0.7.0.0.tar.gz) = 30923 -SHA256 (cabal/hedgehog-extras-0.7.0.0/revision/1.cabal) = 727e2f703704595a8e0eddbe771d3991ba1d82f1361379af1d0c95909b601db9 -SIZE (cabal/hedgehog-extras-0.7.0.0/revision/1.cabal) = 8880 +SHA256 (cabal/hedgehog-extras-0.10.0.0/hedgehog-extras-0.10.0.0.tar.gz) = 1d1212e573f3079aca7e4ccc934d9a5a45726898cf131abf9147139377dfb582 +SIZE (cabal/hedgehog-extras-0.10.0.0/hedgehog-extras-0.10.0.0.tar.gz) = 35391 SHA256 (cabal/hedgehog-quickcheck-0.1.1/hedgehog-quickcheck-0.1.1.tar.gz) = 97b65db815fdfaacc7c4d06a7b9b74680b50264afa03f839c4037dcc875152fc SIZE (cabal/hedgehog-quickcheck-0.1.1/hedgehog-quickcheck-0.1.1.tar.gz) = 3332 -SHA256 (cabal/hedgehog-quickcheck-0.1.1/revision/8.cabal) = 35d4db5096299ab32fbaef8a20a13e34bc687f38fa10144af45b51380d4c5298 -SIZE (cabal/hedgehog-quickcheck-0.1.1/revision/8.cabal) = 1513 +SHA256 (cabal/hedgehog-quickcheck-0.1.1/revision/10.cabal) = 18110d5b0e4c48bf313241a995fcd44803af05e2527ea21f538097282ea76ca3 +SIZE (cabal/hedgehog-quickcheck-0.1.1/revision/10.cabal) = 1514 SHA256 (cabal/heredoc-0.2.0.0/heredoc-0.2.0.0.tar.gz) = c90d9fc61cb8cd812be510845493b6a6eddcc4b772581fd40a9433ed8f130f40 SIZE (cabal/heredoc-0.2.0.0/heredoc-0.2.0.0.tar.gz) = 2449 SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a @@ -495,18 +521,22 @@ SHA256 (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 6f4e34d788fe2ca7091ee0a103 SIZE (cabal/hsc2hs-0.68.10/hsc2hs-0.68.10.tar.gz) = 40517 SHA256 (cabal/hsc2hs-0.68.10/revision/4.cabal) = 725ef6da03d3d6e332db4de0a35bee45d72e4d31decc5ec7f153e6837af5f03e SIZE (cabal/hsc2hs-0.68.10/revision/4.cabal) = 3114 -SHA256 (cabal/hspec-2.11.12/hspec-2.11.12.tar.gz) = 373a16d16f567b753f1bdb103d2515e1cf8d23768c63869d66f0b2f9809daffd -SIZE (cabal/hspec-2.11.12/hspec-2.11.12.tar.gz) = 11895 -SHA256 (cabal/hspec-core-2.11.12/hspec-core-2.11.12.tar.gz) = cc5125618268d1f99e4169349c4f38bf48d3ad0df6c4b56396e59c923800040c -SIZE (cabal/hspec-core-2.11.12/hspec-core-2.11.12.tar.gz) = 98557 -SHA256 (cabal/hspec-discover-2.11.12/hspec-discover-2.11.12.tar.gz) = 97faa38ee295ca0c958b8c30a6a264d79e51857d724cf11304c0b942bc7e9b10 -SIZE (cabal/hspec-discover-2.11.12/hspec-discover-2.11.12.tar.gz) = 6894 +SHA256 (cabal/hspec-2.11.13/hspec-2.11.13.tar.gz) = f1006212fdcda31cbff16b6e66df3c4f0557b5f55c30b70db7967f72f27ac481 +SIZE (cabal/hspec-2.11.13/hspec-2.11.13.tar.gz) = 11953 +SHA256 (cabal/hspec-core-2.11.13/hspec-core-2.11.13.tar.gz) = c82b6c62903c5605aa1ce167cd53d57221d6675e22a5d9f47f0262d228670b25 +SIZE (cabal/hspec-core-2.11.13/hspec-core-2.11.13.tar.gz) = 98592 +SHA256 (cabal/hspec-discover-2.11.13/hspec-discover-2.11.13.tar.gz) = d0f9ac92ac928a19fad96ac77a7be12fa352cb06a233358e26e1a4675e88126f +SIZE (cabal/hspec-discover-2.11.13/hspec-discover-2.11.13.tar.gz) = 6890 SHA256 (cabal/hspec-expectations-0.8.4/hspec-expectations-0.8.4.tar.gz) = 7b8dde7e230ecfda90c95fd80478b244a45e68602fb3dd4a76f4710619be21ff SIZE (cabal/hspec-expectations-0.8.4/hspec-expectations-0.8.4.tar.gz) = 6105 SHA256 (cabal/hspec-expectations-0.8.4/revision/2.cabal) = 4237f094a7931202ff57ac6475542b0b314b50a7024550e2b6eb87cfb0d4ff93 SIZE (cabal/hspec-expectations-0.8.4/revision/2.cabal) = 1702 SHA256 (cabal/hspec-expectations-lifted-0.10.0/hspec-expectations-lifted-0.10.0.tar.gz) = 22cdf1509b396fea2f53a0bb88dec3552f540d58cc60962a82970264c1e73828 SIZE (cabal/hspec-expectations-lifted-0.10.0/hspec-expectations-lifted-0.10.0.tar.gz) = 2210 +SHA256 (cabal/hsyslog-5.0.2/hsyslog-5.0.2.tar.gz) = 3eec43c8fb42c23d03f1db7b0b594d39cd94275c2284dcd0c64aa4d680bd7ece +SIZE (cabal/hsyslog-5.0.2/hsyslog-5.0.2.tar.gz) = 7937 +SHA256 (cabal/hsyslog-5.0.2/revision/1.cabal) = 0b604c9f3d1bcbe7cd223b1b530110309ae01f2d7c57bc08ffc4fc31ad21324c +SIZE (cabal/hsyslog-5.0.2/revision/1.cabal) = 2491 SHA256 (cabal/http-api-data-0.6.2/http-api-data-0.6.2.tar.gz) = dc84a9ff403922f03bdc497cedee145fdd0058b1bb47be59cf714460eaec8234 SIZE (cabal/http-api-data-0.6.2/http-api-data-0.6.2.tar.gz) = 20873 SHA256 (cabal/http-client-0.7.19/http-client-0.7.19.tar.gz) = a02c1be082e8f48c959ac7150a48a405f8d4383e0942639481e84b220f29ad61 @@ -523,8 +553,12 @@ SHA256 (cabal/http-semantics-0.3.0/http-semantics-0.3.0.tar.gz) = 9ccee90bcbbfb2 SIZE (cabal/http-semantics-0.3.0/http-semantics-0.3.0.tar.gz) = 14927 SHA256 (cabal/http-types-0.12.4/http-types-0.12.4.tar.gz) = 4d4b1bb0cc817e5fef0c9c76c9647f69f4d300c45a105043493eff86381be549 SIZE (cabal/http-types-0.12.4/http-types-0.12.4.tar.gz) = 18707 -SHA256 (cabal/http2-5.3.9/http2-5.3.9.tar.gz) = 0ed31519dbd56a743c53cb24cb9a3fb3d014893b5dd1ad8c91c520f0e34f9b71 -SIZE (cabal/http2-5.3.9/http2-5.3.9.tar.gz) = 5499718 +SHA256 (cabal/http2-5.3.10/http2-5.3.10.tar.gz) = f46617d617834a9ce7c016eec8160a15129632aa179821c36318b46adf0d4267 +SIZE (cabal/http2-5.3.10/http2-5.3.10.tar.gz) = 5499618 +SHA256 (cabal/http2-5.3.10/revision/1.cabal) = 7c8e64d3cb09dbb9643d03daa9c221b0767969ab8aaa305d529e428707b3766e +SIZE (cabal/http2-5.3.10/revision/1.cabal) = 11014 +SHA256 (cabal/hw-prelude-0.0.5.0/hw-prelude-0.0.5.0.tar.gz) = 23ab82027ade1a36c9f72ac21b11b50773613b777364bb1335899d121dac7bc6 +SIZE (cabal/hw-prelude-0.0.5.0/hw-prelude-0.0.5.0.tar.gz) = 11830 SHA256 (cabal/indexed-profunctors-0.1.1.1/indexed-profunctors-0.1.1.1.tar.gz) = 2e69bb2900bb7e562efffff7bcf3f72daf79f013232ce603263a57595412c398 SIZE (cabal/indexed-profunctors-0.1.1.1/indexed-profunctors-0.1.1.1.tar.gz) = 6477 SHA256 (cabal/indexed-traversable-0.1.4/indexed-traversable-0.1.4.tar.gz) = 58be09afdf3ad5a25c2aa0d2a7df80d602df09f4e76d3abf2b7cdb0e75d03b22 @@ -547,32 +581,28 @@ SHA256 (cabal/invariant-0.6.4/invariant-0.6.4.tar.gz) = a9e2ab4ee3e0d4613beb7bda SIZE (cabal/invariant-0.6.4/invariant-0.6.4.tar.gz) = 27079 SHA256 (cabal/invariant-0.6.4/revision/1.cabal) = 4a9a609f4e93ffed158b3b4f5a80822c6da30aa71a5370307c0c00c2d658d1c6 SIZE (cabal/invariant-0.6.4/revision/1.cabal) = 3513 -SHA256 (cabal/io-classes-1.5.0.0/io-classes-1.5.0.0.tar.gz) = 29923c38047e3d485387bdb56d1c4a280a23540fcfa33eece93aedf14dac9fc7 -SIZE (cabal/io-classes-1.5.0.0/io-classes-1.5.0.0.tar.gz) = 29437 -SHA256 (cabal/io-classes-1.5.0.0/revision/2.cabal) = 42ea6763fb97c9597700ec79b4a813d9f2680f4960d7c18a20bb4762c19bf498 -SIZE (cabal/io-classes-1.5.0.0/revision/2.cabal) = 4587 -SHA256 (cabal/io-classes-mtl-0.1.2.0/io-classes-mtl-0.1.2.0.tar.gz) = 47a37fbcf43f39c1a4317b0e5332ee82157263fafd2721c6846128994dfa8c1a -SIZE (cabal/io-classes-mtl-0.1.2.0/io-classes-mtl-0.1.2.0.tar.gz) = 11675 -SHA256 (cabal/io-classes-mtl-0.1.2.0/revision/2.cabal) = 75da803b889c884b1243c1eb1891a752a5e111c0e572ddd044337241e536cf7f -SIZE (cabal/io-classes-mtl-0.1.2.0/revision/2.cabal) = 2106 -SHA256 (cabal/io-sim-1.5.1.0/io-sim-1.5.1.0.tar.gz) = aaa0c4d984486ba58ad190fc22e39d5d0cbf7b0e06685800c9ace7480337e6f0 -SIZE (cabal/io-sim-1.5.1.0/io-sim-1.5.1.0.tar.gz) = 103881 -SHA256 (cabal/io-sim-1.5.1.0/revision/1.cabal) = 0781c2b7db5537dbb95c717926b419afac9585ad6284e47318ad09572d436011 -SIZE (cabal/io-sim-1.5.1.0/revision/1.cabal) = 5461 +SHA256 (cabal/io-classes-1.8.0.1/io-classes-1.8.0.1.tar.gz) = b12df6bc63238a83fc1e3250475bb89affa6ca640332f10a77280a7a39d07047 +SIZE (cabal/io-classes-1.8.0.1/io-classes-1.8.0.1.tar.gz) = 48591 +SHA256 (cabal/io-sim-1.8.0.1/io-sim-1.8.0.1.tar.gz) = b6c0d5f2f5803b63ee945837e06c576ad09db732e950aacdd91c5843689060f7 +SIZE (cabal/io-sim-1.8.0.1/io-sim-1.8.0.1.tar.gz) = 106159 SHA256 (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18a331a7e0e6f9dc89a2da95577b0d76bd2690b8f832b72b46d6cc9b667b4ba5 SIZE (cabal/iproute-1.7.15/iproute-1.7.15.tar.gz) = 18033 SHA256 (cabal/js-chart-2.9.4.1/js-chart-2.9.4.1.tar.gz) = 0a08efdd35bd1b8f293f9163f59305f31835304b74c3e3a1a840fc94bbc9bd0e SIZE (cabal/js-chart-2.9.4.1/js-chart-2.9.4.1.tar.gz) = 501058 -SHA256 (cabal/kan-extensions-5.2.6/kan-extensions-5.2.6.tar.gz) = fa82283c1c9ac3dc0951b7ca9f5b2e6f13d8331c20154ebb222b509824eeeccc -SIZE (cabal/kan-extensions-5.2.6/kan-extensions-5.2.6.tar.gz) = 21718 -SHA256 (cabal/kan-extensions-5.2.6/revision/1.cabal) = e0b972f900a3c04c0f36d7e221e6b04343a5a1f00ce3aababff7932e173f0833 -SIZE (cabal/kan-extensions-5.2.6/revision/1.cabal) = 2581 +SHA256 (cabal/kan-extensions-5.2.7/kan-extensions-5.2.7.tar.gz) = c323acff95cdef6516f2f1a733a1f00f7e0caa1b7061f8831ed82e18fd37e158 +SIZE (cabal/kan-extensions-5.2.7/kan-extensions-5.2.7.tar.gz) = 21754 +SHA256 (cabal/kes-agent-0.2.0.1.tar.gz) = 526a851e4900837c316b8bbf033290890597fcca7d47ef498fa12c860580c682 +SIZE (cabal/kes-agent-0.2.0.1.tar.gz) = 82780 +SHA256 (cabal/kes-agent-crypto-0.1.0.0.tar.gz) = 1f8e381dd1e196ff341e2b374cb6dc129f607837b1606afdbdd499a43479e871 +SIZE (cabal/kes-agent-crypto-0.1.0.0.tar.gz) = 12749 SHA256 (cabal/lazy-search-0.1.3.0/lazy-search-0.1.3.0.tar.gz) = 56a7ec14260265d3c739f42a519b7cdd9c4ebf8d64ee1b290a05a284ee139aa8 SIZE (cabal/lazy-search-0.1.3.0/lazy-search-0.1.3.0.tar.gz) = 9500 SHA256 (cabal/lazysmallcheck-0.6/lazysmallcheck-0.6.tar.gz) = 9dd4dfb590c77e4f6aff68296602de58422eed5e7148fc29190d875a4e7d0f53 SIZE (cabal/lazysmallcheck-0.6/lazysmallcheck-0.6.tar.gz) = 16862 -SHA256 (cabal/lens-5.3.4/lens-5.3.4.tar.gz) = f1b6ed14b8d8ccafb5724929fb3d0d3b5866b923ca88e8c565b4a84b7993c88a -SIZE (cabal/lens-5.3.4/lens-5.3.4.tar.gz) = 707015 +SHA256 (cabal/lens-5.3.5/lens-5.3.5.tar.gz) = efebacf3dfb108c96171e564f059778d21ac262a98a956fef8890223ed8f1fe8 +SIZE (cabal/lens-5.3.5/lens-5.3.5.tar.gz) = 707043 +SHA256 (cabal/lens-5.3.5/revision/1.cabal) = e0413689b39ea25e12b42b1d79b1afbd2261a1f5a98af66f33383f6393c25a19 +SIZE (cabal/lens-5.3.5/revision/1.cabal) = 15292 SHA256 (cabal/libyaml-0.1.4/libyaml-0.1.4.tar.gz) = d6297ec9b1ebb4e4b580a4357d840d08a6f53e13a10c0c53ee74b973bba6fa13 SIZE (cabal/libyaml-0.1.4/libyaml-0.1.4.tar.gz) = 9592 SHA256 (cabal/libyaml-clib-0.2.5/libyaml-clib-0.2.5.tar.gz) = 04526bc54e5fcf471c2bd22854e6b519e162a6e3d654e866cd8862103c725149 @@ -597,16 +627,14 @@ SHA256 (cabal/memory-0.18.0/revision/1.cabal) = 9f4de967352f80b6f174c9a166f31539 SIZE (cabal/memory-0.18.0/revision/1.cabal) = 4581 SHA256 (cabal/memory-pool-0.1.0.0/memory-pool-0.1.0.0.tar.gz) = 313f52b1d3b7a7402ab5c11ec42822cb70fbd5c138981ad63c7b7d7d5573e346 SIZE (cabal/memory-pool-0.1.0.0/memory-pool-0.1.0.0.tar.gz) = 12355 -SHA256 (cabal/mempack-0.1.1.0/mempack-0.1.1.0.tar.gz) = d810ce2f0a9b78559cce321161d9476c30bcb88467988c34761850902345def5 -SIZE (cabal/mempack-0.1.1.0/mempack-0.1.1.0.tar.gz) = 17442 -SHA256 (cabal/mempack-0.1.1.0/revision/2.cabal) = ea2b2984e8881a7f45cb24b45c409185f7e32bc09837d11666e80d4dc6500965 -SIZE (cabal/mempack-0.1.1.0/revision/2.cabal) = 3270 +SHA256 (cabal/mempack-0.1.2.0/mempack-0.1.2.0.tar.gz) = 8776e207b9880e095dce828c7bc129f2e5b01c55a0c294857f7d99ae57633b52 +SIZE (cabal/mempack-0.1.2.0/mempack-0.1.2.0.tar.gz) = 17447 SHA256 (cabal/microlens-0.4.13.1/microlens-0.4.13.1.tar.gz) = 0a54abee8ff4f6aeb4bea0783409a3dbd28a4e7a892bac916b0fb6a71382d7fc SIZE (cabal/microlens-0.4.13.1/microlens-0.4.13.1.tar.gz) = 27436 SHA256 (cabal/microlens-0.4.13.1/revision/1.cabal) = fc256e2b5d78e8e4f39b3dd359c57b8c19df50853a86eaf8f154a17441a5a51d SIZE (cabal/microlens-0.4.13.1/revision/1.cabal) = 4703 -SHA256 (cabal/microlens-aeson-2.5.2/microlens-aeson-2.5.2.tar.gz) = 6c76be50168b12c8ac67229127d78555e915de91382119a61801f3f1a256d5b2 -SIZE (cabal/microlens-aeson-2.5.2/microlens-aeson-2.5.2.tar.gz) = 440053 +SHA256 (cabal/microlens-ghc-0.4.14.3/microlens-ghc-0.4.14.3.tar.gz) = 9735188354a4f17a890baa0693b9ea2f0f420396da0e67a194de588384fd4c8f +SIZE (cabal/microlens-ghc-0.4.14.3/microlens-ghc-0.4.14.3.tar.gz) = 6777 SHA256 (cabal/microlens-mtl-0.2.1.0/microlens-mtl-0.2.1.0.tar.gz) = fbd79c72e1f2a533cfe376ecdad73807db437c2a3cf3488bf7a8523d4377848f SIZE (cabal/microlens-mtl-0.2.1.0/microlens-mtl-0.2.1.0.tar.gz) = 9264 SHA256 (cabal/microlens-th-0.4.3.17/microlens-th-0.4.3.17.tar.gz) = 1d762c027ca332ae906cb031e87a423c2bbedebe3bb9d988188692a5de4c0a94 @@ -617,10 +645,10 @@ SHA256 (cabal/microstache-1.0.3/revision/1.cabal) = 86a55f331563ea2e4a16f62c13fe SIZE (cabal/microstache-1.0.3/revision/1.cabal) = 3067 SHA256 (cabal/mime-types-0.1.2.0/mime-types-0.1.2.0.tar.gz) = 013ae48a4c1726a4f91a64e882f3fe1fb903a7d4b8c14da51286fe5e4b974f61 SIZE (cabal/mime-types-0.1.2.0/mime-types-0.1.2.0.tar.gz) = 12044 -SHA256 (cabal/mmorph-1.2.0/mmorph-1.2.0.tar.gz) = 61338058eb676b466a462ca45d59f436a77a3bd6b816e4268c6d88522b6a4280 -SIZE (cabal/mmorph-1.2.0/mmorph-1.2.0.tar.gz) = 6861 -SHA256 (cabal/mmorph-1.2.0/revision/3.cabal) = df9b213ec18f811cb3137b478d148f3f1680ee43f841cb775835fa282fdb0295 -SIZE (cabal/mmorph-1.2.0/revision/3.cabal) = 1083 +SHA256 (cabal/mmorph-1.2.1/mmorph-1.2.1.tar.gz) = 0e59d6028463ec832c908edf85b4e7adba02cfb98ad33cebb55295ecbba74ce6 +SIZE (cabal/mmorph-1.2.1/mmorph-1.2.1.tar.gz) = 6951 +SHA256 (cabal/mmorph-1.2.1/revision/1.cabal) = ea4c137f09d377ad071ff266a5f623c67376ff100094b96c44eedd7d3042ee02 +SIZE (cabal/mmorph-1.2.1/revision/1.cabal) = 1083 SHA256 (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = ae0baea04d99375ef788140367179994a7178d400a8ce0d9026846546772713c SIZE (cabal/monad-control-1.0.3.1/monad-control-1.0.3.1.tar.gz) = 13985 SHA256 (cabal/mono-traversable-1.0.21.0/mono-traversable-1.0.21.0.tar.gz) = 4dd93ea334c0169500402f07aa39c98dbb7bffe55dc63fdf228da2cc22c7c5cd @@ -631,8 +659,6 @@ SHA256 (cabal/monoidal-containers-0.6.6.0/monoidal-containers-0.6.6.0.tar.gz) = SIZE (cabal/monoidal-containers-0.6.6.0/monoidal-containers-0.6.6.0.tar.gz) = 12982 SHA256 (cabal/monoidal-synchronisation-0.1.0.6.tar.gz) = a7479ec4c934936c6a03d3fb15be105cde5bdd1ff9d8ae9032e258ff79c8f219 SIZE (cabal/monoidal-synchronisation-0.1.0.6.tar.gz) = 6613 -SHA256 (cabal/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz) = 1955398fe2115674f47f553b2caaf928c6aa3424271a5cd13bc191e54bfe3a9e -SIZE (cabal/mtl-compat-0.2.2/mtl-compat-0.2.2.tar.gz) = 5128 SHA256 (cabal/multiset-0.3.4.3/multiset-0.3.4.3.tar.gz) = 79fcae15a5d3ce28f0b973ad90290f7451396e81cc92007456ce2bb49b9415c4 SIZE (cabal/multiset-0.3.4.3/multiset-0.3.4.3.tar.gz) = 13298 SHA256 (cabal/multiset-0.3.4.3/revision/1.cabal) = 453bc587df455517c723c1493302d2be18451961f2c02edf790797c3b6da7c72 @@ -641,14 +667,14 @@ SHA256 (cabal/mutable-containers-0.3.4.1/mutable-containers-0.3.4.1.tar.gz) = 79 SIZE (cabal/mutable-containers-0.3.4.1/mutable-containers-0.3.4.1.tar.gz) = 12227 SHA256 (cabal/mwc-random-0.15.2.0/mwc-random-0.15.2.0.tar.gz) = 5843ab06e7c9109326aa4eb5e26486400d6e3bce25944f6671ce989499174133 SIZE (cabal/mwc-random-0.15.2.0/mwc-random-0.15.2.0.tar.gz) = 43086 -SHA256 (cabal/network-3.2.7.0/network-3.2.7.0.tar.gz) = 68548e660632a3c09b230c33fe08cc880273372b485e65cbe7a717936de9728b -SIZE (cabal/network-3.2.7.0/network-3.2.7.0.tar.gz) = 145714 +SHA256 (cabal/network-3.2.8.0/network-3.2.8.0.tar.gz) = 51788e5eeb7d77264f260acd48df8055a4dbc2477e8d634a8493677bb15c5fc8 +SIZE (cabal/network-3.2.8.0/network-3.2.8.0.tar.gz) = 146148 SHA256 (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 480ce0ad7f67364ec8d4ce8d815f463d9e4074e3789be22a5722cfdebed08679 SIZE (cabal/network-byte-order-0.1.7/network-byte-order-0.1.7.tar.gz) = 6402 -SHA256 (cabal/network-control-0.1.6/network-control-0.1.6.tar.gz) = f4258aad1462015e741f1541425c14652d33faa305a6b9fe1fe7e8608da28fa1 -SIZE (cabal/network-control-0.1.6/network-control-0.1.6.tar.gz) = 7775 -SHA256 (cabal/network-mux-0.8.tar.gz) = 7ffdfffb768bc3abb7b9d777ece1734b575c8f9f770047c1017e1ce416083bb9 -SIZE (cabal/network-mux-0.8.tar.gz) = 72050 +SHA256 (cabal/network-control-0.1.7/network-control-0.1.7.tar.gz) = 05d40d381e5c72beefb209b7e82877b457fbca2880e60ed849bad480b6795b10 +SIZE (cabal/network-control-0.1.7/network-control-0.1.7.tar.gz) = 7913 +SHA256 (cabal/network-mux-0.9.0.0.tar.gz) = c675ae6f8d6133a73c404feb1af6fbcfdcdd33a54977e88f21567ff5af3f7e1d +SIZE (cabal/network-mux-0.9.0.0.tar.gz) = 74345 SHA256 (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 9c188973126e893250b881f20e8811dca06c223c23402b06f7a1f2e995797228 SIZE (cabal/network-uri-2.6.4.2/network-uri-2.6.4.2.tar.gz) = 31309 SHA256 (cabal/network-uri-2.6.4.2/revision/1.cabal) = 6fffb57373962b5651a2db8b0af732098b3bf029a7ced76a9855615de2026588 @@ -659,14 +685,14 @@ SHA256 (cabal/newtype-0.2.2.0/revision/3.cabal) = 9d292bac9208a847de8b4bf82948bb SIZE (cabal/newtype-0.2.2.0/revision/3.cabal) = 1559 SHA256 (cabal/newtype-generics-0.6.2/newtype-generics-0.6.2.tar.gz) = a1ac6052020a09f1bc5000a141d2edd4b31a82f95ce5957b7eedad40c065a74e SIZE (cabal/newtype-generics-0.6.2/newtype-generics-0.6.2.tar.gz) = 6854 -SHA256 (cabal/newtype-generics-0.6.2/revision/4.cabal) = 36b26be66f5736926fbd16fa3eadfcc96d23e13433e6348f0fa9509163fd0991 -SIZE (cabal/newtype-generics-0.6.2/revision/4.cabal) = 2053 +SHA256 (cabal/newtype-generics-0.6.2/revision/5.cabal) = e1bc40f387a21c6e59eff939f4e01b1eb14f069b683dce8c1c51094470c6342b +SIZE (cabal/newtype-generics-0.6.2/revision/5.cabal) = 2053 SHA256 (cabal/non-integral-1.0.0.0.tar.gz) = 6eed92a22abfc241dee1942d42320f6ac98cabe44a3b172eded214b5ef7d0e82 SIZE (cabal/non-integral-1.0.0.0.tar.gz) = 6013 SHA256 (cabal/non-integral-1.0.0.0/revision/2.cabal) = 02eef244f8974c17e1dfc4d4cbfaf194e2776c807b413a40bd0b784cee359ba0 SIZE (cabal/non-integral-1.0.0.0/revision/2.cabal) = 1261 -SHA256 (cabal/nonempty-containers-0.3.4.5/nonempty-containers-0.3.4.5.tar.gz) = 6eeaac5ec0bcccd848b5e8f6887a6caedf0257ccfc71a99264ebeaf1da0c4428 -SIZE (cabal/nonempty-containers-0.3.4.5/nonempty-containers-0.3.4.5.tar.gz) = 105013 +SHA256 (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 09e5385852d02830152a4ef72a4928a7a3c9353a1fa6fc8510228d9215bfeab6 +SIZE (cabal/nonempty-containers-0.3.5.0/nonempty-containers-0.3.5.0.tar.gz) = 101237 SHA256 (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = e32d9efb7862507e76e3f6876c67c980da9a5b4d743e07d424159868ae471c67 SIZE (cabal/nonempty-vector-0.2.4/nonempty-vector-0.2.4.tar.gz) = 18480 SHA256 (cabal/nothunks-0.2.1.1/nothunks-0.2.1.1.tar.gz) = cca7983daf5dea23fdf413c207c43b8e08e8b6cf067b386a94ee6561f8511cda @@ -689,34 +715,34 @@ SHA256 (cabal/optparse-applicative-fork-0.18.1.0.tar.gz) = 74e9f80bda3ce77d731e4 SIZE (cabal/optparse-applicative-fork-0.18.1.0.tar.gz) = 64875 SHA256 (cabal/ordered-containers-0.2.4/ordered-containers-0.2.4.tar.gz) = 3da1673e24e12902c2879ee08b73e6978f6bfa70693b13995ebf48bfb7aee546 SIZE (cabal/ordered-containers-0.2.4/ordered-containers-0.2.4.tar.gz) = 7877 -SHA256 (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 339c35fd3a290522f23de4e33528423cfd0b0a8f22946b0b9816a817b926cba0 -SIZE (cabal/os-string-2.0.7/os-string-2.0.7.tar.gz) = 44683 -SHA256 (cabal/ouroboros-consensus-0.27.0.0.tar.gz) = c13b66227b2adffba9d9a5b4ffa0c573db87d3f72ec0d3fc3cb2b3bac7ac2594 -SIZE (cabal/ouroboros-consensus-0.27.0.0.tar.gz) = 890307 -SHA256 (cabal/ouroboros-consensus-cardano-0.25.1.0.tar.gz) = edfb0fd56a085e1cf1d01b3547057d07def22b70f8d9b23668246d4034ea8bb1 -SIZE (cabal/ouroboros-consensus-cardano-0.25.1.0.tar.gz) = 335955 -SHA256 (cabal/ouroboros-consensus-diffusion-0.23.0.0.tar.gz) = 1964f12f40b2e6e604771a305674bb6c355d369c89c9e9c2682c8006097bd7d4 -SIZE (cabal/ouroboros-consensus-diffusion-0.23.0.0.tar.gz) = 237096 -SHA256 (cabal/ouroboros-consensus-protocol-0.12.0.0.tar.gz) = 023d733ce6f143ca5cc88e8a9eb39696779537442c9f9918ad6e4d0b17941ed6 -SIZE (cabal/ouroboros-consensus-protocol-0.12.0.0.tar.gz) = 35003 -SHA256 (cabal/ouroboros-consensus-protocol-0.12.0.0/revision/1.cabal) = 2e4708fba1c12563623c0933a5cba198b0de3fb500064b0b4d46e5e85656225a -SIZE (cabal/ouroboros-consensus-protocol-0.12.0.0/revision/1.cabal) = 3051 -SHA256 (cabal/ouroboros-network-0.21.0.0.tar.gz) = 6c405655f9d056965b31cb1d8dbfe9e91a1351d68bafc5400eafaa1298a9c7ac -SIZE (cabal/ouroboros-network-0.21.0.0.tar.gz) = 393361 -SHA256 (cabal/ouroboros-network-api-0.14.0.0.tar.gz) = 5f3de3b771d4d4d218023a726887ad845f38823b12233e94a6047234c4ffa64a -SIZE (cabal/ouroboros-network-api-0.14.0.0.tar.gz) = 42272 -SHA256 (cabal/ouroboros-network-framework-0.18.0.0.tar.gz) = e64647650bfb7051d399d5b23248700c3310483bcd988ebf34e67915b1e6fd61 -SIZE (cabal/ouroboros-network-framework-0.18.0.0.tar.gz) = 225892 +SHA256 (cabal/os-string-2.0.8/os-string-2.0.8.tar.gz) = 02794279dd30282e7b0d45a860dda50ee26a92b1461f5da4545f62dab4172686 +SIZE (cabal/os-string-2.0.8/os-string-2.0.8.tar.gz) = 44896 +SHA256 (cabal/ouroboros-consensus-0.28.0.1.tar.gz) = 553cb3d649db83eadbf8216b3fe8a3873fc10529e658d4be1ab9167defb168fa +SIZE (cabal/ouroboros-consensus-0.28.0.1.tar.gz) = 895088 +SHA256 (cabal/ouroboros-consensus-cardano-0.26.0.0.tar.gz) = 3fd18ce21fd699b59620c3df813777a6781b967dd4984afeca7612a2e8b300a6 +SIZE (cabal/ouroboros-consensus-cardano-0.26.0.0.tar.gz) = 340149 +SHA256 (cabal/ouroboros-consensus-diffusion-0.24.0.0.tar.gz) = c8c07b590d8c36764e294baa259c41500aa298efe936f9ca00664f40a11bd2fc +SIZE (cabal/ouroboros-consensus-diffusion-0.24.0.0.tar.gz) = 234385 +SHA256 (cabal/ouroboros-consensus-protocol-0.13.0.0.tar.gz) = cfc9f40730a1520d59a535b5c48b5df8e8cde8232e4a0864ea8fb4a4175a4f13 +SIZE (cabal/ouroboros-consensus-protocol-0.13.0.0.tar.gz) = 38706 +SHA256 (cabal/ouroboros-network-0.22.3.0.tar.gz) = 3269a49f7bf498b4b92d3f5895ba2a8aa028a93acae0b9dfeefb374514f4a29c +SIZE (cabal/ouroboros-network-0.22.3.0.tar.gz) = 401303 +SHA256 (cabal/ouroboros-network-api-0.16.0.0.tar.gz) = 476434114d7dcb64ad67e93a0564673c8e7af0fe20f84cccc0f4e91c556dbeb3 +SIZE (cabal/ouroboros-network-api-0.16.0.0.tar.gz) = 44566 +SHA256 (cabal/ouroboros-network-framework-0.19.2.0.tar.gz) = 6a89d607db4d1845e036b244db1f8a985301495740f310ff5cf5972077d8cf0e +SIZE (cabal/ouroboros-network-framework-0.19.2.0.tar.gz) = 182994 SHA256 (cabal/ouroboros-network-mock-0.1.1.2.tar.gz) = c57a09e5a77b6725cb705ffe464e3a906133f47956ada4c057e23c5b2c7736bf SIZE (cabal/ouroboros-network-mock-0.1.1.2.tar.gz) = 14182 -SHA256 (cabal/ouroboros-network-protocols-0.14.0.1.tar.gz) = eb46b13a614cf7c5bc3e4af69398dd21b84ea50d8eb219cc897e9c455c697914 -SIZE (cabal/ouroboros-network-protocols-0.14.0.1.tar.gz) = 123217 -SHA256 (cabal/ouroboros-network-testing-0.8.1.0.tar.gz) = b3ddb2ca231e887054645eb40c0f080eb82902b26538690815ff73ea484c4523 -SIZE (cabal/ouroboros-network-testing-0.8.1.0.tar.gz) = 19519 +SHA256 (cabal/ouroboros-network-protocols-0.15.0.0.tar.gz) = 584240d92f1edc1ec1a1d6b1230c0aa6e8008ee2fb1aaefc968e20d950c789ce +SIZE (cabal/ouroboros-network-protocols-0.15.0.0.tar.gz) = 125045 +SHA256 (cabal/ouroboros-network-protocols-0.15.0.0/revision/1.cabal) = be5e070ee814be14b9cb2a281baad285c300d313ed634764130a02aaebcced30 +SIZE (cabal/ouroboros-network-protocols-0.15.0.0/revision/1.cabal) = 9021 +SHA256 (cabal/ouroboros-network-testing-0.8.2.0.tar.gz) = b9182e64eb7b7057796be6d4ca24d444083e3ea8dd871a351252809c7fb94805 +SIZE (cabal/ouroboros-network-testing-0.8.2.0.tar.gz) = 19858 SHA256 (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 170453a71a2a8b31cca63125533f7771d7debeb639700bdabdd779c34d8a6ef6 SIZE (cabal/parallel-3.2.2.0/parallel-3.2.2.0.tar.gz) = 14681 -SHA256 (cabal/parallel-3.2.2.0/revision/9.cabal) = 9d7b34ac537940f67732eca31d48a43bd78fb65a91baebddf63bee4fc3813d81 -SIZE (cabal/parallel-3.2.2.0/revision/9.cabal) = 1961 +SHA256 (cabal/parallel-3.2.2.0/revision/10.cabal) = 3df46ec247e12b5e406a0adb9577294431b24814b30df420551d176fd112a966 +SIZE (cabal/parallel-3.2.2.0/revision/10.cabal) = 2038 SHA256 (cabal/parser-combinators-1.3.0/parser-combinators-1.3.0.tar.gz) = 9310ef0d49f8a8922acda10b1cded9854cbee04dea717effc6ee5983072e4447 SIZE (cabal/parser-combinators-1.3.0/parser-combinators-1.3.0.tar.gz) = 11699 SHA256 (cabal/parser-combinators-1.3.0/revision/1.cabal) = 8659573e0d443d573f5b53f81b81dafbdc988d282b90c11e3da73562b4ea7876 @@ -733,16 +759,14 @@ SHA256 (cabal/pipes-4.3.16/pipes-4.3.16.tar.gz) = f4e16ecf010fd681a56e6216ab1bd4 SIZE (cabal/pipes-4.3.16/pipes-4.3.16.tar.gz) = 43219 SHA256 (cabal/pipes-4.3.16/revision/6.cabal) = f52626e8789a9918cb389383c6ecfbba898c94e1790b6fc7991a4e256350489b SIZE (cabal/pipes-4.3.16/revision/6.cabal) = 3883 -SHA256 (cabal/plutus-core-1.45.0.0.tar.gz) = eb6b1cb8418078e35309902e5dd1d996d6e4a1384378b8494c7cbdcf1a633638 -SIZE (cabal/plutus-core-1.45.0.0.tar.gz) = 782428 -SHA256 (cabal/plutus-ledger-api-1.45.0.0.tar.gz) = e0f87272a6f7d67e2f531b292108ab8d4dbb4e4decdbdd31b2ca93d9784d1583 -SIZE (cabal/plutus-ledger-api-1.45.0.0.tar.gz) = 126855 -SHA256 (cabal/plutus-tx-1.45.0.0.tar.gz) = ce7ca9aec93b7fa8a3988aea37f2788d508074d2fd790d4fb6f13a6e89b06214 -SIZE (cabal/plutus-tx-1.45.0.0.tar.gz) = 122944 -SHA256 (cabal/polyparse-1.13/polyparse-1.13.tar.gz) = 1c4c72980e1e5a4f07fea65ca08b2399581d2a6aa21eb1078f7ad286c279707b -SIZE (cabal/polyparse-1.13/polyparse-1.13.tar.gz) = 33144 -SHA256 (cabal/polyparse-1.13/revision/9.cabal) = 4960fad39d3edcc3827ca93546dbf42eb59c1a022ec06a8d756e6a0558c47f29 -SIZE (cabal/polyparse-1.13/revision/9.cabal) = 2754 +SHA256 (cabal/plutus-core-1.53.1.0.tar.gz) = 569f52190277c2447349ad2ea292ddd0b07753179b36dce03b6a07386df2d96c +SIZE (cabal/plutus-core-1.53.1.0.tar.gz) = 803303 +SHA256 (cabal/plutus-ledger-api-1.53.1.0.tar.gz) = afb38cd299ab9c8c3a7c50f3319c9f336ee22ebd284e0faa610689a80be3c90c +SIZE (cabal/plutus-ledger-api-1.53.1.0.tar.gz) = 140453 +SHA256 (cabal/plutus-tx-1.53.1.0.tar.gz) = bb66f5064c6b5dd3f574939108b06cb541a4fbe41bf13453b495c34a35fbe346 +SIZE (cabal/plutus-tx-1.53.1.0.tar.gz) = 131871 +SHA256 (cabal/polyparse-1.13.1/polyparse-1.13.1.tar.gz) = 395b89ed9901e9b19eaa652d2a17b9d1ed04c111b2cd92b8996868bea642bfd6 +SIZE (cabal/polyparse-1.13.1/polyparse-1.13.1.tar.gz) = 33421 SHA256 (cabal/pretty-show-1.10/pretty-show-1.10.tar.gz) = 307f9086e0b063d439dc4f513e36a145e8a57f23de448aefae2a6c00f6da6fd2 SIZE (cabal/pretty-show-1.10/pretty-show-1.10.tar.gz) = 42233 SHA256 (cabal/pretty-simple-4.1.3.0/pretty-simple-4.1.3.0.tar.gz) = 2aab1db01cdb1cc7847b2d11d915ac80a7df8e12bc0e5567e5331a93b782d00e @@ -759,26 +783,24 @@ SHA256 (cabal/primes-0.2.1.0/primes-0.2.1.0.tar.gz) = 74d66558fb638ea4d31eae2fe1 SIZE (cabal/primes-0.2.1.0/primes-0.2.1.0.tar.gz) = 4602 SHA256 (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 44b4de41813c7bc5db8a57f87c3612a069b65086946268ba165097252ebd3d76 SIZE (cabal/primitive-0.9.1.0/primitive-0.9.1.0.tar.gz) = 61724 -SHA256 (cabal/profunctors-5.6.2/profunctors-5.6.2.tar.gz) = 65955d7b50525a4a3bccdab1d982d2ae342897fd38140d5a94b5ef3800d8c92a -SIZE (cabal/profunctors-5.6.2/profunctors-5.6.2.tar.gz) = 28522 -SHA256 (cabal/profunctors-5.6.2/revision/3.cabal) = e178ba4468982326656626e2089e296f64485e68fdddc9f4476dcd5d612b4f78 -SIZE (cabal/profunctors-5.6.2/revision/3.cabal) = 2484 -SHA256 (cabal/psqueues-0.2.8.1/psqueues-0.2.8.1.tar.gz) = cb7e102f09e373b4a7be52bfbc9625d265c7216d05fe04c36b7ad684ed213f77 -SIZE (cabal/psqueues-0.2.8.1/psqueues-0.2.8.1.tar.gz) = 27584 +SHA256 (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = b9c6f427368d2e811e4c48b59005218672458fd2f00a02cbefb8be9c751c0ef3 +SIZE (cabal/profunctors-5.6.3/profunctors-5.6.3.tar.gz) = 28146 +SHA256 (cabal/psqueues-0.2.8.2/psqueues-0.2.8.2.tar.gz) = f63b46f1361956deb679792ef0bcf110a10c4f1d3060180dfae801599407794e +SIZE (cabal/psqueues-0.2.8.2/psqueues-0.2.8.2.tar.gz) = 28255 SHA256 (cabal/pvar-1.0.0.0/pvar-1.0.0.0.tar.gz) = 96a683b532ea7ccda7813e09147a9da65578e9385d8001607dadd19fd0e24838 SIZE (cabal/pvar-1.0.0.0/pvar-1.0.0.0.tar.gz) = 13854 SHA256 (cabal/pvar-1.0.0.0/revision/1.cabal) = 3d4a6855b0960baee78f6956f082eb8aa1cede52d2955b7faef186d1133f7964 SIZE (cabal/pvar-1.0.0.0/revision/1.cabal) = 1893 -SHA256 (cabal/quickcheck-instances-0.3.32/quickcheck-instances-0.3.32.tar.gz) = 48f5f2e015e2349ac795247917cbf5f1a2e96a7a1382c4441a935e19a430ff83 -SIZE (cabal/quickcheck-instances-0.3.32/quickcheck-instances-0.3.32.tar.gz) = 12831 -SHA256 (cabal/quickcheck-instances-0.3.32/revision/1.cabal) = 8772458bddd354e07102bf05b45976896c278282e71ff8420beac6b9b77efb34 -SIZE (cabal/quickcheck-instances-0.3.32/revision/1.cabal) = 4340 +SHA256 (cabal/quickcheck-instances-0.3.33/quickcheck-instances-0.3.33.tar.gz) = 6803cd547b027bcab7b029a69ad8428e28af842b7709113eb6a43ab2f2f08866 +SIZE (cabal/quickcheck-instances-0.3.33/quickcheck-instances-0.3.33.tar.gz) = 12882 +SHA256 (cabal/quickcheck-instances-0.3.33/revision/1.cabal) = 709fb12799f1b5b00112150168dbb57368ce6c741ec01f23cf44f9e7743e6cf6 +SIZE (cabal/quickcheck-instances-0.3.33/revision/1.cabal) = 4340 SHA256 (cabal/quickcheck-io-0.2.0/quickcheck-io-0.2.0.tar.gz) = fb779119d79fe08ff4d502fb6869a70c9a8d5fd8ae0959f605c3c937efd96422 SIZE (cabal/quickcheck-io-0.2.0/quickcheck-io-0.2.0.tar.gz) = 1843 -SHA256 (cabal/quickcheck-monoids-0.1.0.1.tar.gz) = 21f63f71b3da6ae867941f9248297f8c3f1c61440672f0a9ba1cdf4879757f48 -SIZE (cabal/quickcheck-monoids-0.1.0.1.tar.gz) = 5951 -SHA256 (cabal/quickcheck-state-machine-0.10.1/quickcheck-state-machine-0.10.1.tar.gz) = f4445ada28fa24de364a634852bfd6a3681a1adf7d8029796430ac36a2b72f0e -SIZE (cabal/quickcheck-state-machine-0.10.1/quickcheck-state-machine-0.10.1.tar.gz) = 111975 +SHA256 (cabal/quickcheck-monoids-0.1.0.3.tar.gz) = 7e2111b7a660dde55c6ea152ed97a973a9655db55e878d02cfdf1863d32ab76a +SIZE (cabal/quickcheck-monoids-0.1.0.3.tar.gz) = 6235 +SHA256 (cabal/quickcheck-state-machine-0.10.2/quickcheck-state-machine-0.10.2.tar.gz) = ac04a7c0adabd7e71adb2654381583e0d328aa6e8c8a0aa17d18cb7385209a05 +SIZE (cabal/quickcheck-state-machine-0.10.2/quickcheck-state-machine-0.10.2.tar.gz) = 112000 SHA256 (cabal/quickcheck-transformer-0.3.1.2/quickcheck-transformer-0.3.1.2.tar.gz) = 309f57093f7fb59167d546e464ce5b63024d91d029acc966a3e351875898c61f SIZE (cabal/quickcheck-transformer-0.3.1.2/quickcheck-transformer-0.3.1.2.tar.gz) = 3945 SHA256 (cabal/quickcheck-transformer-0.3.1.2/revision/1.cabal) = 2b92850e243dbdf69e0dc0578ad6ded6ef012c09af7f38e47e8bee9695cc2f8c @@ -793,16 +815,14 @@ SHA256 (cabal/random-1.2.1.3/random-1.2.1.3.tar.gz) = e9c81926a7d1e40328f645f735 SIZE (cabal/random-1.2.1.3/random-1.2.1.3.tar.gz) = 47117 SHA256 (cabal/random-shuffle-0.0.4/random-shuffle-0.0.4.tar.gz) = 52704411f040fd0bf2361dad162e35dc13caa6535b2e4908d3513c00a95d0615 SIZE (cabal/random-shuffle-0.0.4/random-shuffle-0.0.4.tar.gz) = 2847 -SHA256 (cabal/rawlock-0.1.1.0/rawlock-0.1.1.0.tar.gz) = f2eb327e826de3c8419361aa6d0641c752c1f7cccd5f70eabf3c72934115a6c1 -SIZE (cabal/rawlock-0.1.1.0/rawlock-0.1.1.0.tar.gz) = 11874 -SHA256 (cabal/rawlock-0.1.1.0/revision/2.cabal) = 35efc5ceb564db262b11dac8175ad40b4d6879f0574572627d01f76e36704c5c -SIZE (cabal/rawlock-0.1.1.0/revision/2.cabal) = 1959 +SHA256 (cabal/rawlock-0.1.2.0/rawlock-0.1.2.0.tar.gz) = d1694d3cd83b750c8b0efcf2b34d35a8314f192f6c81c4dfcb0f1d0797163c5f +SIZE (cabal/rawlock-0.1.2.0/rawlock-0.1.2.0.tar.gz) = 11880 SHA256 (cabal/recursion-schemes-5.2.3/recursion-schemes-5.2.3.tar.gz) = 3b4e84bcec8d6ea5583388a9fc8b98255d39623d8420784a1a35fe46f4990e08 SIZE (cabal/recursion-schemes-5.2.3/recursion-schemes-5.2.3.tar.gz) = 39351 SHA256 (cabal/recursion-schemes-5.2.3/revision/1.cabal) = 918e804084122e022d3784a4ca9add536fe9fcc2150ceef5865ca14d4fab4851 SIZE (cabal/recursion-schemes-5.2.3/revision/1.cabal) = 3106 -SHA256 (cabal/recv-0.1.0/recv-0.1.0.tar.gz) = f664905cffb44b7f9cba604cd75bd69011a666ba06bccbcb7f3fae0cd4f14d5b -SIZE (cabal/recv-0.1.0/recv-0.1.0.tar.gz) = 5158 +SHA256 (cabal/recv-0.1.1/recv-0.1.1.tar.gz) = 8daf77c57f529503dd3038efc3813a8001032ed810bdddff0acb0faca039b721 +SIZE (cabal/recv-0.1.1/recv-0.1.1.tar.gz) = 4772 SHA256 (cabal/reducers-3.12.5/reducers-3.12.5.tar.gz) = 109561d4ccbcd66283e053182148c6fccc72be1d0d80b0e9e6b04ad993cf821c SIZE (cabal/reducers-3.12.5/reducers-3.12.5.tar.gz) = 11880 SHA256 (cabal/reducers-3.12.5/revision/1.cabal) = 683b0cb05d5bb0dff7d7e1d626f81245bd81b0c5f01414657ebd213046913e1a @@ -811,16 +831,16 @@ SHA256 (cabal/reflection-2.1.9/reflection-2.1.9.tar.gz) = c6a7d5e41ad0ee1a05c660 SIZE (cabal/reflection-2.1.9/reflection-2.1.9.tar.gz) = 17560 SHA256 (cabal/reflection-2.1.9/revision/1.cabal) = eaf28dc9884718a306ed1e0c215a24b36c68b8aa3be425617f66d886d43fe1e0 SIZE (cabal/reflection-2.1.9/revision/1.cabal) = 4171 -SHA256 (cabal/resource-registry-0.1.0.0/resource-registry-0.1.0.0.tar.gz) = b7bc79bb7825b6ad8debe572efc19492bbd51ff66ce059023b2180691c447d56 -SIZE (cabal/resource-registry-0.1.0.0/resource-registry-0.1.0.0.tar.gz) = 28049 -SHA256 (cabal/resource-registry-0.1.0.0/revision/1.cabal) = fcc802f44df2e156bab307a2de895241b184b122392264a770f204f07e8de647 -SIZE (cabal/resource-registry-0.1.0.0/revision/1.cabal) = 2243 +SHA256 (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = e8ca2dee598c790dd1c1c4359bdd1e495d9b881f5aa1f539c22f0dd5563747bf +SIZE (cabal/regex-base-0.94.0.3/regex-base-0.94.0.3.tar.gz) = 10550 +SHA256 (cabal/regex-tdfa-1.3.2.4/regex-tdfa-1.3.2.4.tar.gz) = 078bc313b7441f173eb487d6f46fea6860a21452eff6e5cf730ac4dd74bca797 +SIZE (cabal/regex-tdfa-1.3.2.4/regex-tdfa-1.3.2.4.tar.gz) = 83099 +SHA256 (cabal/resource-registry-0.1.1.0/resource-registry-0.1.1.0.tar.gz) = 37edfa14c7d390fd29810061965e5053e243b5dfb46fad742025b1c95ab4907f +SIZE (cabal/resource-registry-0.1.1.0/resource-registry-0.1.1.0.tar.gz) = 27782 SHA256 (cabal/resourcet-1.3.0/resourcet-1.3.0.tar.gz) = ec601785ee42a201f32adb205b8685c983f18757b1bd33d2e806d571e0f9996b SIZE (cabal/resourcet-1.3.0/resourcet-1.3.0.tar.gz) = 17620 -SHA256 (cabal/retry-0.9.3.1/retry-0.9.3.1.tar.gz) = 622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6 -SIZE (cabal/retry-0.9.3.1/retry-0.9.3.1.tar.gz) = 18717 -SHA256 (cabal/rio-0.1.22.0/rio-0.1.22.0.tar.gz) = 66c9d7da46cb267767488673ad8ff2591b89ce1975faf471351ef0ed8523ec66 -SIZE (cabal/rio-0.1.22.0/rio-0.1.22.0.tar.gz) = 59262 +SHA256 (cabal/rio-0.1.23.0/rio-0.1.23.0.tar.gz) = 2cb20097bb4506a5c47c9907391139617df212e662ee488c8fe22088b9912b21 +SIZE (cabal/rio-0.1.23.0/rio-0.1.23.0.tar.gz) = 59862 SHA256 (cabal/safe-0.3.21/safe-0.3.21.tar.gz) = 2c81fea42bbe79ec488774043c1ec54f30efba059df9a4f3681ce83d85007f01 SIZE (cabal/safe-0.3.21/safe-0.3.21.tar.gz) = 11778 SHA256 (cabal/safe-0.3.21/revision/1.cabal) = b928ea1645876788155b38ce85c7e46d157a1bb41d2b05f5770b13d60bc6a3f7 @@ -849,16 +869,14 @@ SHA256 (cabal/semigroupoids-6.0.1/revision/2.cabal) = bfee06a6d88038a88ddd10fc21 SIZE (cabal/semigroupoids-6.0.1/revision/2.cabal) = 7539 SHA256 (cabal/semigroups-0.20/semigroups-0.20.tar.gz) = 902d2e33c96b40a89de5957f2a9e097197afcc35e257e45b32ebe770993673e1 SIZE (cabal/semigroups-0.20/semigroups-0.20.tar.gz) = 18788 +SHA256 (cabal/serdoc-core-0.3.2.0/serdoc-core-0.3.2.0.tar.gz) = a54fd2170a556b835ac1f056e2f683c617f9076e7dd0bf2a06930fb850e65810 +SIZE (cabal/serdoc-core-0.3.2.0/serdoc-core-0.3.2.0.tar.gz) = 11308 SHA256 (cabal/serialise-0.2.6.1/serialise-0.2.6.1.tar.gz) = 63949799ffd10675ef70ea701c1eb63e618629b3b2f7b25f07c5a966e24e77f4 SIZE (cabal/serialise-0.2.6.1/serialise-0.2.6.1.tar.gz) = 75106 -SHA256 (cabal/serialise-0.2.6.1/revision/4.cabal) = 70495f88c1633bd432847b1d767e9e6832779f85b9d012b01a0a14f2cacbecc6 -SIZE (cabal/serialise-0.2.6.1/revision/4.cabal) = 8823 -SHA256 (cabal/set-algebra-1.1.0.3.tar.gz) = 81b07c4e6a75a7130c8f682b05e31d1093fe15a1ba3559e38a674199e001f5ae -SIZE (cabal/set-algebra-1.1.0.3.tar.gz) = 27973 -SHA256 (cabal/si-timers-1.5.0.0/si-timers-1.5.0.0.tar.gz) = 93f7f83900a4e094f10b7951149fe28d84ff27444a939190e7ea55bf2567fd56 -SIZE (cabal/si-timers-1.5.0.0/si-timers-1.5.0.0.tar.gz) = 11028 -SHA256 (cabal/si-timers-1.5.0.0/revision/2.cabal) = 1c136643d581f13d054a75fa7de0b2d6bae9a03b3dca2e99ed6ca8398af7446c -SIZE (cabal/si-timers-1.5.0.0/revision/2.cabal) = 3065 +SHA256 (cabal/serialise-0.2.6.1/revision/5.cabal) = a67f89b5533b1148ad465dc7f24baeed2e2e9e7d81d2a147fc7fa8ff1089ca4d +SIZE (cabal/serialise-0.2.6.1/revision/5.cabal) = 8814 +SHA256 (cabal/set-algebra-1.1.0.4.tar.gz) = 31ed540e7644f3206351a67ff68705bb4e312e7d7715ef88f33532b3f23650a1 +SIZE (cabal/set-algebra-1.1.0.4.tar.gz) = 27929 SHA256 (cabal/simple-sendfile-0.2.32/simple-sendfile-0.2.32.tar.gz) = 9f28d0a67ac3d956d2dd78eb19ea922c0a9192bbbeeeead20d39f561636828a3 SIZE (cabal/simple-sendfile-0.2.32/simple-sendfile-0.2.32.tar.gz) = 343565 SHA256 (cabal/singletons-3.0.4/singletons-3.0.4.tar.gz) = 01334b3b8f1f7d8bc59e413756fa3bbca5f322fd326af7fac0f7c79d285a9d65 @@ -869,10 +887,12 @@ SHA256 (cabal/size-based-0.1.3.3/size-based-0.1.3.3.tar.gz) = 2fe4ea0c7fb7f83819 SIZE (cabal/size-based-0.1.3.3/size-based-0.1.3.3.tar.gz) = 10708 SHA256 (cabal/size-based-0.1.3.3/revision/1.cabal) = ea75ae5b1053894d08ad51fe80c7379e2f997e3cddc40fb0e2d22a41a690b845 SIZE (cabal/size-based-0.1.3.3/revision/1.cabal) = 1342 -SHA256 (cabal/small-steps-1.1.1.0.tar.gz) = ea639c8a49f36ec41b2af27c2c254584aaafe805c860b93cca5a6025b543bc44 -SIZE (cabal/small-steps-1.1.1.0.tar.gz) = 31796 -SHA256 (cabal/socks-0.6.1/socks-0.6.1.tar.gz) = 734447558bb061ce768f53a0df1f2401902c6bee396cc96ce627edd986ef6a73 -SIZE (cabal/socks-0.6.1/socks-0.6.1.tar.gz) = 9759 +SHA256 (cabal/small-steps-1.1.2.0.tar.gz) = 1f738739ea610a6b25108c4f1b7a17290cf5bf3b8bb5387ec66eecaad468e39b +SIZE (cabal/small-steps-1.1.2.0.tar.gz) = 31828 +SHA256 (cabal/socket-0.8.3.0/socket-0.8.3.0.tar.gz) = 796573319d7381691e84c58aec601e94c084013d3cca61d9ae91fe5b0dcfa03d +SIZE (cabal/socket-0.8.3.0/socket-0.8.3.0.tar.gz) = 37021 +SHA256 (cabal/socket-0.8.3.0/revision/2.cabal) = c7c8433770729eef056445b15ceb0e77807ec3b0bea4e47a2f4c609bbeab2638 +SIZE (cabal/socket-0.8.3.0/revision/2.cabal) = 3414 SHA256 (cabal/some-1.0.6/some-1.0.6.tar.gz) = f7a606ad5df4a07459986364f7d739eb653495fbbe1d7158582fb29a4584bfb9 SIZE (cabal/some-1.0.6/some-1.0.6.tar.gz) = 11394 SHA256 (cabal/some-1.0.6/revision/2.cabal) = ac5915f3d21f058cc0d15c1d72705edee19db903a58083e1ce5e2e42a6899df0 @@ -881,14 +901,16 @@ SHA256 (cabal/sop-core-0.5.0.2/sop-core-0.5.0.2.tar.gz) = 87bffd2254b98ded822d44 SIZE (cabal/sop-core-0.5.0.2/sop-core-0.5.0.2.tar.gz) = 28505 SHA256 (cabal/sop-core-0.5.0.2/revision/5.cabal) = 0bb74cafff423180df3909f5b7ce069131078b132da4b4e292ef4d1601499a4e SIZE (cabal/sop-core-0.5.0.2/revision/5.cabal) = 3005 -SHA256 (cabal/sop-extras-0.4.0.0.tar.gz) = a8d31c57c40d9b46a96aafc596deceb506dc3387acbbac829f42c53a20198bc4 -SIZE (cabal/sop-extras-0.4.0.0.tar.gz) = 20171 +SHA256 (cabal/sop-extras-0.4.1.0.tar.gz) = 613d122e387ed8fb56070e52e0642849021c6f05456e966f1d0f682ef751c0b8 +SIZE (cabal/sop-extras-0.4.1.0.tar.gz) = 19834 SHA256 (cabal/split-0.2.5/split-0.2.5.tar.gz) = 52da404e8397c1ab238354c8d4fd9a7e9c5cac8849cc2ce2e45facc85e74a913 SIZE (cabal/split-0.2.5/split-0.2.5.tar.gz) = 16008 -SHA256 (cabal/splitmix-0.1.1/splitmix-0.1.1.tar.gz) = d678c41a603a62032cf7e5f8336bb8222c93990e4b59c8b291b7ca26c7eb12c7 -SIZE (cabal/splitmix-0.1.1/splitmix-0.1.1.tar.gz) = 21981 +SHA256 (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = b6bcd0d79bd4fe40975c8ebe803be2f3bfbf6006069a59745a325a0df3f86270 +SIZE (cabal/splitmix-0.1.3.1/splitmix-0.1.3.1.tar.gz) = 21955 SHA256 (cabal/statistics-0.16.3.0/statistics-0.16.3.0.tar.gz) = 03ec46e6641227cf7318b7a1f87acf005d38c8cfc4e13f40ff9014a9266ba1e7 SIZE (cabal/statistics-0.16.3.0/statistics-0.16.3.0.tar.gz) = 108444 +SHA256 (cabal/statistics-0.16.3.0/revision/2.cabal) = 47bb39825af79574eeee5127c8d082c1574efc9ab39e91f1de35625f7e020056 +SIZE (cabal/statistics-0.16.3.0/revision/2.cabal) = 7629 SHA256 (cabal/statistics-linreg-0.3/statistics-linreg-0.3.tar.gz) = 6273c2166b8072814ede516c7c9f1e13a158b5013938fdf83a3ea2355aee8909 SIZE (cabal/statistics-linreg-0.3/statistics-linreg-0.3.tar.gz) = 6837 SHA256 (cabal/streaming-0.2.4.0/streaming-0.2.4.0.tar.gz) = caddfba744a057174f94b3c2e6bce2d31f6bb7c436df0c0920269336f132dde0 @@ -903,50 +925,46 @@ SHA256 (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 77719280c2a86312e748227bfa732e SIZE (cabal/strict-0.5.1/strict-0.5.1.tar.gz) = 11798 SHA256 (cabal/strict-0.5.1/revision/1.cabal) = 58c373b7c7748cbb4a5a6c8c15073f99a1c10a9a9bb6894ac33f43a5cdb901f2 SIZE (cabal/strict-0.5.1/revision/1.cabal) = 3557 -SHA256 (cabal/strict-checked-vars-0.2.0.0.tar.gz) = 69f80f5f301d7e42731ae66cb80fa52810b8fc2277d57cb5d22278e380c9dd60 -SIZE (cabal/strict-checked-vars-0.2.0.0.tar.gz) = 12418 -SHA256 (cabal/strict-checked-vars-0.2.0.0/revision/1.cabal) = 8154f375c555b58a558cd136077e0b7034c7e029f2c148a555a5f8f26acc07e2 -SIZE (cabal/strict-checked-vars-0.2.0.0/revision/1.cabal) = 2717 +SHA256 (cabal/strict-checked-vars-0.2.1.0/strict-checked-vars-0.2.1.0.tar.gz) = 9532b13ddf376a37ebabe45ee43adc55ae6ded4063e5a745cc8df54a33918489 +SIZE (cabal/strict-checked-vars-0.2.1.0/strict-checked-vars-0.2.1.0.tar.gz) = 12395 SHA256 (cabal/strict-list-0.1.7.6/strict-list-0.1.7.6.tar.gz) = 756b16c12b5528cdb44ba905bdc78e5f4a749f33f630226645311a8d52207987 SIZE (cabal/strict-list-0.1.7.6/strict-list-0.1.7.6.tar.gz) = 6786 -SHA256 (cabal/strict-mvar-1.5.0.0/strict-mvar-1.5.0.0.tar.gz) = d0c916f9eb519c014921d2562a84ff9d6c71b256e883066e38f44b0b7ce4465e -SIZE (cabal/strict-mvar-1.5.0.0/strict-mvar-1.5.0.0.tar.gz) = 7353 -SHA256 (cabal/strict-mvar-1.5.0.0/revision/1.cabal) = c4ce802cf7e1c7406fbd41c006a3c51ad652aa9931fcc62c99f27d6ce958348a -SIZE (cabal/strict-mvar-1.5.0.0/revision/1.cabal) = 2431 SHA256 (cabal/strict-sop-core-0.1.3.0.tar.gz) = d318c81dbf8e877d2ecb09a3bb69b6632d147cc9027d1906dbe96036d5f969eb SIZE (cabal/strict-sop-core-0.1.3.0.tar.gz) = 7938 -SHA256 (cabal/strict-stm-1.5.0.0/strict-stm-1.5.0.0.tar.gz) = d6f3ef25e94a23cb79e0ba85ad7dc8e9645703ac7aa00915f86f4a5d7d931bdd -SIZE (cabal/strict-stm-1.5.0.0/strict-stm-1.5.0.0.tar.gz) = 8771 -SHA256 (cabal/strict-stm-1.5.0.0/revision/1.cabal) = ee34bfee2a4617c5ce1655937b89f70d75373bd8ef56f40f0bf404724834c4c5 -SIZE (cabal/strict-stm-1.5.0.0/revision/1.cabal) = 2476 -SHA256 (cabal/syb-0.7.2.4/syb-0.7.2.4.tar.gz) = ec7c1e8822d62ab910386361cdcee40a22a26cd344c34741fadd982302291e60 -SIZE (cabal/syb-0.7.2.4/syb-0.7.2.4.tar.gz) = 41809 +SHA256 (cabal/syb-0.7.3/syb-0.7.3.tar.gz) = 676668d46941fc1be26bdd2cfd727aa13bcb909eaa8189937a9dbd6d41ac3b8d +SIZE (cabal/syb-0.7.3/syb-0.7.3.tar.gz) = 42181 SHA256 (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 6daad88ebb414ba6a556d2898d2cbe7650e4276010e3a6eed939daf54b956784 SIZE (cabal/tagged-0.8.9/tagged-0.8.9.tar.gz) = 8151 SHA256 (cabal/tar-0.6.4.0/tar-0.6.4.0.tar.gz) = 7949a50004a80993000512079bc03ebcad4872414fc181f45b3883d743c0f3aa SIZE (cabal/tar-0.6.4.0/tar-0.6.4.0.tar.gz) = 54956 -SHA256 (cabal/tar-0.6.4.0/revision/1.cabal) = a72549370449fe99e3008744ad2e43685e96bf86aa0db15898189fcbaafcd815 -SIZE (cabal/tar-0.6.4.0/revision/1.cabal) = 4971 +SHA256 (cabal/tar-0.6.4.0/revision/4.cabal) = 1a5ff2b64cd1bac53ea68d057631818cab6edf7108dc86e7be8ad020b2bf2580 +SIZE (cabal/tar-0.6.4.0/revision/4.cabal) = 4973 SHA256 (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 54a0c7b644813af871a3726ac8771b5e17b5158c792a7acf8f9e2d3ae9360780 SIZE (cabal/tasty-1.5.3/tasty-1.5.3.tar.gz) = 66548 -SHA256 (cabal/tasty-1.5.3/revision/1.cabal) = 9d56ea9dbc274fc853fc531373b2c91bfe360e21460c2c6a5838897d86e3f6d0 -SIZE (cabal/tasty-1.5.3/revision/1.cabal) = 2923 +SHA256 (cabal/tasty-1.5.3/revision/2.cabal) = 6b5dda3f16db1274a0b3e6c4073ac57172a1e96b1dca05666c5cbd1183639412 +SIZE (cabal/tasty-1.5.3/revision/2.cabal) = 2923 +SHA256 (cabal/tasty-discover-5.1.0/tasty-discover-5.1.0.tar.gz) = 2ee6ab127e0457be1ead3fde35267d7af141199e960d03f2deb8c56128f1d778 +SIZE (cabal/tasty-discover-5.1.0/tasty-discover-5.1.0.tar.gz) = 33098 +SHA256 (cabal/tasty-discover-5.1.0/revision/1.cabal) = a30ca17922908264b205784df057ea8ad178e574834858ece108d40828454cad +SIZE (cabal/tasty-discover-5.1.0/revision/1.cabal) = 7698 SHA256 (cabal/tasty-expected-failure-0.12.3/tasty-expected-failure-0.12.3.tar.gz) = cb07cc5ca62a6fd673ef54ae70b4bc5f9c12662fe835bea1f38b944684ee8f7e SIZE (cabal/tasty-expected-failure-0.12.3/tasty-expected-failure-0.12.3.tar.gz) = 6016 SHA256 (cabal/tasty-golden-2.3.5/tasty-golden-2.3.5.tar.gz) = 8b37b541a2603da27e88fcf3209118817e978a36187142dda160b39c6cb7740e SIZE (cabal/tasty-golden-2.3.5/tasty-golden-2.3.5.tar.gz) = 15179 SHA256 (cabal/tasty-hedgehog-1.4.0.2/tasty-hedgehog-1.4.0.2.tar.gz) = 453484d732712525a9c74a07db5f18b5f80f867a98958e67031d8d0bfe007152 SIZE (cabal/tasty-hedgehog-1.4.0.2/tasty-hedgehog-1.4.0.2.tar.gz) = 5505 -SHA256 (cabal/tasty-hedgehog-1.4.0.2/revision/6.cabal) = 2c5384f1985994fc66edafeb6665036a25516ad2d443b04d96c7fb6e2eb368e5 -SIZE (cabal/tasty-hedgehog-1.4.0.2/revision/6.cabal) = 1852 +SHA256 (cabal/tasty-hedgehog-1.4.0.2/revision/7.cabal) = d9807fa3544209dcfc6c6fed0a3f23d4faef5546dc7d503844f4b9c323368f75 +SIZE (cabal/tasty-hedgehog-1.4.0.2/revision/7.cabal) = 1852 SHA256 (cabal/tasty-hunit-0.10.2/tasty-hunit-0.10.2.tar.gz) = 5af01fa7c1ef98b324da062e36f79986a8b1b83ff0cf6fd53f95d976b41e03f6 SIZE (cabal/tasty-hunit-0.10.2/tasty-hunit-0.10.2.tar.gz) = 7808 SHA256 (cabal/tasty-quickcheck-0.11.1/tasty-quickcheck-0.11.1.tar.gz) = e3d4de7455ed342f8874d84686def897b8a316ce198461da18106d8a1f63246a SIZE (cabal/tasty-quickcheck-0.11.1/tasty-quickcheck-0.11.1.tar.gz) = 7349 -SHA256 (cabal/tasty-quickcheck-0.11.1/revision/1.cabal) = c8c8fbe7f75956cc384fcf90d03cc3c34e258fe69b3f103d6c99fa857b9a8c50 -SIZE (cabal/tasty-quickcheck-0.11.1/revision/1.cabal) = 1622 +SHA256 (cabal/tasty-quickcheck-0.11.1/revision/4.cabal) = bfb7a91061ec43d6c9b2b82d053186db73e32a92b39add073d8d00bef92a568f +SIZE (cabal/tasty-quickcheck-0.11.1/revision/4.cabal) = 1622 SHA256 (cabal/tasty-rerun-1.1.20/tasty-rerun-1.1.20.tar.gz) = 7e8a2d0be2df0e1c864bc8b5f4e7ecb261d112981e68e1b0186f611faa44a55f SIZE (cabal/tasty-rerun-1.1.20/tasty-rerun-1.1.20.tar.gz) = 6931 +SHA256 (cabal/tasty-rerun-1.1.20/revision/2.cabal) = 929a5a35c3e087b9fcb9321925230a12ee0f753e4f5350766e3898bb5226f4c7 +SIZE (cabal/tasty-rerun-1.1.20/revision/2.cabal) = 1514 SHA256 (cabal/tdigest-0.3.1/tdigest-0.3.1.tar.gz) = 193127a89f276537cc1ae889063eb26125baa90b31e47332b71b4a18080072ec SIZE (cabal/tdigest-0.3.1/tdigest-0.3.1.tar.gz) = 14751 SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 @@ -957,8 +975,8 @@ SHA256 (cabal/terminal-size-0.3.4/revision/1.cabal) = 21d7f1320eeb86177e860ec07a SIZE (cabal/terminal-size-0.3.4/revision/1.cabal) = 1364 SHA256 (cabal/testing-type-modifiers-0.1.0.1/testing-type-modifiers-0.1.0.1.tar.gz) = 050bdade2c6f0122b1a04a3833ab7eea2399ffda8258bca6d93ba6614bb202f2 SIZE (cabal/testing-type-modifiers-0.1.0.1/testing-type-modifiers-0.1.0.1.tar.gz) = 2275 -SHA256 (cabal/text-builder-1.0.0.3/text-builder-1.0.0.3.tar.gz) = d324158dd4f8bea52d7dac2ea224f8cd96547bde456b3f2fa19dc3240012bbe4 -SIZE (cabal/text-builder-1.0.0.3/text-builder-1.0.0.3.tar.gz) = 13062 +SHA256 (cabal/text-builder-1.0.0.4/text-builder-1.0.0.4.tar.gz) = 9323f4a824e7b951cafbc5c180402658d4fc9f95afe4a4e2e5b317f75c619be8 +SIZE (cabal/text-builder-1.0.0.4/text-builder-1.0.0.4.tar.gz) = 13151 SHA256 (cabal/text-builder-core-0.1.1.1/text-builder-core-0.1.1.1.tar.gz) = a9a30930dc59f8bd2b243991df7c6a8dcf2f65353c0df1b0fed8c1ba1f2d7d86 SIZE (cabal/text-builder-core-0.1.1.1/text-builder-core-0.1.1.1.tar.gz) = 9036 SHA256 (cabal/text-iso8601-0.1.1/text-iso8601-0.1.1.tar.gz) = 9dead2b7ceeae40fe0fc060bd54795c32e9926c9d1aebae8f9b9a621fba88202 @@ -1005,10 +1023,14 @@ SHA256 (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 502ef8694a5b131b47c0 SIZE (cabal/time-compat-1.9.8/time-compat-1.9.8.tar.gz) = 63414 SHA256 (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 07ff1566de7d851423a843b2de385442319348c621d4f779b3d365ce91ac502c SIZE (cabal/time-locale-compat-0.1.1.5/time-locale-compat-0.1.1.5.tar.gz) = 1956 -SHA256 (cabal/time-manager-0.2.2/time-manager-0.2.2.tar.gz) = d605d046f9c7e416e27d5e150d096a19556f14fdb317c47a1925179245cda9ea -SIZE (cabal/time-manager-0.2.2/time-manager-0.2.2.tar.gz) = 5814 -SHA256 (cabal/tls-2.1.8/tls-2.1.8.tar.gz) = 5843f79b96c12d9e4ea57dc9902456d9fd6d52c509bee38a0a6a5323c8f04db3 -SIZE (cabal/tls-2.1.8/tls-2.1.8.tar.gz) = 172991 +SHA256 (cabal/time-manager-0.2.3/time-manager-0.2.3.tar.gz) = eeb7c33d3b4492af771db0061222239a29727ee68a786a0488b1dba0a63d68e8 +SIZE (cabal/time-manager-0.2.3/time-manager-0.2.3.tar.gz) = 5840 +SHA256 (cabal/tls-2.1.6/tls-2.1.6.tar.gz) = a2d9571fb47ea1ca7f3009e09eac46ee0ca80d039bbbb092736d810931e03c38 +SIZE (cabal/tls-2.1.6/tls-2.1.6.tar.gz) = 167464 +SHA256 (cabal/tomland-1.3.3.3/tomland-1.3.3.3.tar.gz) = a0992bea52a636e2aa2597b0ab25c54f0fb389e0052fe5a6436fe53acef956ab +SIZE (cabal/tomland-1.3.3.3/tomland-1.3.3.3.tar.gz) = 90749 +SHA256 (cabal/tomland-1.3.3.3/revision/3.cabal) = 5a1883fbe1a59bc3e70b3058ca2e1d0fa4add0727f1f3154fbb2f69339fd9429 +SIZE (cabal/tomland-1.3.3.3/revision/3.cabal) = 9404 SHA256 (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 323bf8689eb691b122661cffa41a25e00fea7a768433fe2dde35d3da7d32cf90 SIZE (cabal/transformers-base-0.4.6/transformers-base-0.4.6.tar.gz) = 2902 SHA256 (cabal/transformers-compat-0.7.2/transformers-compat-0.7.2.tar.gz) = b62c7304c9f3cbc9463d0739aa85cb9489f217ea092b9d625d417514fbcc9d6a @@ -1019,20 +1041,12 @@ SHA256 (cabal/transformers-except-0.1.4/revision/1.cabal) = 3ce3fd4deb67beebfd35 SIZE (cabal/transformers-except-0.1.4/revision/1.cabal) = 1175 SHA256 (cabal/tree-diff-0.3.4/tree-diff-0.3.4.tar.gz) = 5e9ae804207df625cf28385937a35152b12605dd4ed350c447c92db054f60e3b SIZE (cabal/tree-diff-0.3.4/tree-diff-0.3.4.tar.gz) = 26431 -SHA256 (cabal/tree-diff-0.3.4/revision/1.cabal) = 20d4d57fb8d964a4a25b5811f57a021d7dc3b42d4bd95a0fdf67dcff495f06db -SIZE (cabal/tree-diff-0.3.4/revision/1.cabal) = 4483 +SHA256 (cabal/tree-diff-0.3.4/revision/2.cabal) = 50a16419e7b82f17398d5639ce74437704b99a5d1323505e7dc78e819a1566c1 +SIZE (cabal/tree-diff-0.3.4/revision/2.cabal) = 4501 SHA256 (cabal/typed-process-0.2.13.0/typed-process-0.2.13.0.tar.gz) = 9400966013b541df2e54ac8d57c3a670fc28bde2be87767ce98f13bbe2aa43a0 SIZE (cabal/typed-process-0.2.13.0/typed-process-0.2.13.0.tar.gz) = 19160 -SHA256 (cabal/typed-protocols-0.3.0.0.tar.gz) = 29c1a5ecda028fb6e73990fcc42a17f9c05deefc58110ebaf8284bc57509de8b -SIZE (cabal/typed-protocols-0.3.0.0.tar.gz) = 28808 -SHA256 (cabal/typed-protocols-cborg-0.3.0.0.tar.gz) = b8fe4cc1d9859a39fe07d18dae0ffd21f41f265ecd5003c7406d45b2ac77da41 -SIZE (cabal/typed-protocols-cborg-0.3.0.0.tar.gz) = 6391 -SHA256 (cabal/typed-protocols-examples-0.5.0.0.tar.gz) = 245c773419a917550c64bb64f9bc6b6e8a902a75d2ed9f4e887e192940167ef7 -SIZE (cabal/typed-protocols-examples-0.5.0.0.tar.gz) = 26292 -SHA256 (cabal/typed-protocols-stateful-0.3.0.0.tar.gz) = 5df962452e17a82a0934f6e96ddeb0f9168128aff41ae37525c8ad0e4ca22b6f -SIZE (cabal/typed-protocols-stateful-0.3.0.0.tar.gz) = 11338 -SHA256 (cabal/typed-protocols-stateful-cborg-0.3.0.0.tar.gz) = 0684fcd05e6cd6917231e1479867c3f0a0713320374a90571e94613afecdfa3a -SIZE (cabal/typed-protocols-stateful-cborg-0.3.0.0.tar.gz) = 5851 +SHA256 (cabal/typed-protocols-1.0.0.0/typed-protocols-1.0.0.0.tar.gz) = c210846cf1d293066267993fba4d91f7843a0d4328050d9cbdce6a27f8002581 +SIZE (cabal/typed-protocols-1.0.0.0/typed-protocols-1.0.0.0.tar.gz) = 59338 SHA256 (cabal/unbounded-delays-0.1.1.1/unbounded-delays-0.1.1.1.tar.gz) = 59ad7e53bfe32ffbf0e703b31490d41d14c70e4745ed49e8adf592ed68dd6185 SIZE (cabal/unbounded-delays-0.1.1.1/unbounded-delays-0.1.1.1.tar.gz) = 4114 SHA256 (cabal/universe-base-1.1.4/universe-base-1.1.4.tar.gz) = aee5589f372927dc3fa66e0cf4e284b89235c0aa3793ded744885ab717f41e98 @@ -1041,10 +1055,10 @@ SHA256 (cabal/universe-base-1.1.4/revision/1.cabal) = 8a203a5cda5a7eac7985f4719e SIZE (cabal/universe-base-1.1.4/revision/1.cabal) = 2261 SHA256 (cabal/unix-bytestring-0.4.0.3/unix-bytestring-0.4.0.3.tar.gz) = 548ccdc28092796c16710cb1223d0eb590fad5542f986db870bac87460c3b678 SIZE (cabal/unix-bytestring-0.4.0.3/unix-bytestring-0.4.0.3.tar.gz) = 15706 -SHA256 (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 689b3a960c8fe12910554aa5b739d5c4769c1d180ade20402fde2ed49db7eff4 -SIZE (cabal/unix-compat-0.7.4/unix-compat-0.7.4.tar.gz) = 15586 -SHA256 (cabal/unix-time-0.4.16/unix-time-0.4.16.tar.gz) = ace2a7126d7344feb3221680c556de7f28a969fb287d49bd4a2d7df18fe638e9 -SIZE (cabal/unix-time-0.4.16/unix-time-0.4.16.tar.gz) = 52594 +SHA256 (cabal/unix-compat-0.7.4.1/unix-compat-0.7.4.1.tar.gz) = 3f9611624a100c75e672d900e63fe7a0e595615a34e6605662edaff151e44054 +SIZE (cabal/unix-compat-0.7.4.1/unix-compat-0.7.4.1.tar.gz) = 15619 +SHA256 (cabal/unix-time-0.4.17/unix-time-0.4.17.tar.gz) = f63a05be5dcc5ac8f72c26c9fef8dcc993638ca9b545b9bd69b8a3924c201f8c +SIZE (cabal/unix-time-0.4.17/unix-time-0.4.17.tar.gz) = 53677 SHA256 (cabal/unliftio-0.2.25.1/unliftio-0.2.25.1.tar.gz) = 3bfc6f8dea6966c2c06df83e6d3f481bbd77531f58b8049c46738aad9268336e SIZE (cabal/unliftio-0.2.25.1/unliftio-0.2.25.1.tar.gz) = 58203 SHA256 (cabal/unliftio-core-0.2.1.0/unliftio-core-0.2.1.0.tar.gz) = 99384cba8d56d9d61b85e38a313a93ebcdb78be6566367f0930ef580597fe3e3 @@ -1067,32 +1081,32 @@ SHA256 (cabal/validation-1.1.3/revision/1.cabal) = 3fdc553ee28ec1c954e5658cf0476 SIZE (cabal/validation-1.1.3/revision/1.cabal) = 3699 SHA256 (cabal/validation-selective-0.2.0.0/validation-selective-0.2.0.0.tar.gz) = 9a884e97e6a64f2cacadec8d5ea7e8ba7562d0c8fa9ab7cd5c34055eaec64987 SIZE (cabal/validation-selective-0.2.0.0/validation-selective-0.2.0.0.tar.gz) = 22397 -SHA256 (cabal/validation-selective-0.2.0.0/revision/5.cabal) = 3fb7836ae5c8be1b41a69f31944c3a8dcf1b8d934ceb68b4989bc55aaad39316 -SIZE (cabal/validation-selective-0.2.0.0/revision/5.cabal) = 3917 +SHA256 (cabal/validation-selective-0.2.0.0/revision/6.cabal) = 7f7d78b28f1bf2165b5d4da0aa98eb7e4a81f56b45ff1e2cbede08f02d8fa192 +SIZE (cabal/validation-selective-0.2.0.0/revision/6.cabal) = 3917 SHA256 (cabal/validity-0.12.1.0/validity-0.12.1.0.tar.gz) = e28a560939523ae649b94140a3412ad253ce2d969b509dfad76186bc94c2a6df SIZE (cabal/validity-0.12.1.0/validity-0.12.1.0.tar.gz) = 9483 -SHA256 (cabal/vary-0.1.1.2/vary-0.1.1.2.tar.gz) = ddf397bced603525ebabe415677f8e84a7cc638e9979f915cd72415ab3a0d1ea -SIZE (cabal/vary-0.1.1.2/vary-0.1.1.2.tar.gz) = 21840 +SHA256 (cabal/vary-0.1.1.3/vary-0.1.1.3.tar.gz) = c36abab7affc6aeac4d60cf5c1bc08cea9867defe7bacaae0fb945b0cb2c80e7 +SIZE (cabal/vary-0.1.1.3/vary-0.1.1.3.tar.gz) = 21891 SHA256 (cabal/vault-0.3.1.5/vault-0.3.1.5.tar.gz) = ac2a6b6adf58598c5c8faa931ae961a8a2aa50ddb2f0f7a2044ff6e8c3d433a0 SIZE (cabal/vault-0.3.1.5/vault-0.3.1.5.tar.gz) = 5431 SHA256 (cabal/vault-0.3.1.5/revision/10.cabal) = 212cc25cd6730a565def636d39fe3fbfeb01adee91617a264b13e28bc04adc0e SIZE (cabal/vault-0.3.1.5/revision/10.cabal) = 2210 SHA256 (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 28f203c786cbf8ac6dc3fea3378ec36f34173d505fb4a1dd60fc8418ad91c423 SIZE (cabal/vector-0.13.2.0/vector-0.13.2.0.tar.gz) = 185739 -SHA256 (cabal/vector-0.13.2.0/revision/1.cabal) = b736a57b73520d2acf4865e3e2b40030d69782f35f870e376dc717ee2508d81f -SIZE (cabal/vector-0.13.2.0/revision/1.cabal) = 8804 +SHA256 (cabal/vector-0.13.2.0/revision/2.cabal) = 9ac338c8da52d8a37db08434ca4480fef2cea4f9aac240f4f994bb467f5275b4 +SIZE (cabal/vector-0.13.2.0/revision/2.cabal) = 8804 SHA256 (cabal/vector-algorithms-0.9.1.0/vector-algorithms-0.9.1.0.tar.gz) = d2b674676802670d8a682b357da6b6b5741b4a33b191f0ffe5f2b2bc40558eb2 SIZE (cabal/vector-algorithms-0.9.1.0/vector-algorithms-0.9.1.0.tar.gz) = 29426 SHA256 (cabal/vector-binary-instances-0.2.5.2/vector-binary-instances-0.2.5.2.tar.gz) = b72e3b2109a02c75cb8f07ef0aabba0dba6ec0148e21321a0a2b2197c9a2f54d SIZE (cabal/vector-binary-instances-0.2.5.2/vector-binary-instances-0.2.5.2.tar.gz) = 4028 SHA256 (cabal/vector-binary-instances-0.2.5.2/revision/5.cabal) = 9ba8f2c5a9527821ab47bbd991dd7b7533bcaa68662c84c4f16b871655117ceb SIZE (cabal/vector-binary-instances-0.2.5.2/revision/5.cabal) = 2728 -SHA256 (cabal/vector-map-1.1.0.0.tar.gz) = cdbe036bb906d7ecba2919310c60bf6c7ae4f68527c2a83408584af2f48a2630 -SIZE (cabal/vector-map-1.1.0.0.tar.gz) = 7758 +SHA256 (cabal/vector-map-1.1.0.1.tar.gz) = 320e23814d07d91e53b950292a7e2c3d3a7dadd4bd05968c5ffe0916bfcfef15 +SIZE (cabal/vector-map-1.1.0.1.tar.gz) = 7761 SHA256 (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = d0f507334bdea5431a2f07f525a97f29e76522c32210f5de6d5a2b4f1d42bf7c SIZE (cabal/vector-stream-0.1.0.1/vector-stream-0.1.0.1.tar.gz) = 12577 -SHA256 (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 5ac96695212a45ae7dc16d8031dbf5311da53e052c35f7ad4a8e2db7fafb651e -SIZE (cabal/vector-stream-0.1.0.1/revision/3.cabal) = 1642 +SHA256 (cabal/vector-stream-0.1.0.1/revision/4.cabal) = 483be6df13c72169a917640589666f9fece7bea9fa13fcd41d052dab37ea289e +SIZE (cabal/vector-stream-0.1.0.1/revision/4.cabal) = 1642 SHA256 (cabal/vector-th-unbox-0.2.2/vector-th-unbox-0.2.2.tar.gz) = 8aa4ca464e842706e5b5234b8242d1aafec9ee755659b0e3ff44ecde13a80149 SIZE (cabal/vector-th-unbox-0.2.2/vector-th-unbox-0.2.2.tar.gz) = 4864 SHA256 (cabal/vector-th-unbox-0.2.2/revision/8.cabal) = 50d26b8d489c9231f6ecf388233507bce39c41c80960275f20456358e821f6b7 @@ -1101,14 +1115,16 @@ SHA256 (cabal/void-0.7.3/void-0.7.3.tar.gz) = 53af758ddc37dc63981671e503438d02c6 SIZE (cabal/void-0.7.3/void-0.7.3.tar.gz) = 6741 SHA256 (cabal/vty-6.2/vty-6.2.tar.gz) = 6f1f48b260b4de0a0506e70faf4d41b8c1757ff429a95ba6b6b76cf76c73987b SIZE (cabal/vty-6.2/vty-6.2.tar.gz) = 66027 +SHA256 (cabal/vty-6.2/revision/1.cabal) = 7323000941a593846de79a6112e1085a775343bd4bcb06b94ad8e507b522ff2f +SIZE (cabal/vty-6.2/revision/1.cabal) = 3620 SHA256 (cabal/vty-crossplatform-0.4.0.0/vty-crossplatform-0.4.0.0.tar.gz) = 35e5433512b883e83aa8bb8c3475221174445a87e51f162b2ce07f9cf1eb3c1a SIZE (cabal/vty-crossplatform-0.4.0.0/vty-crossplatform-0.4.0.0.tar.gz) = 15118 SHA256 (cabal/vty-unix-0.2.0.0/vty-unix-0.2.0.0.tar.gz) = c2ab67e09edc4bade04e269adc059320e83f68b31e428d11a69b20c4f161ddc1 SIZE (cabal/vty-unix-0.2.0.0/vty-unix-0.2.0.0.tar.gz) = 28697 SHA256 (cabal/wai-3.2.4/wai-3.2.4.tar.gz) = a6088f847d886d7c767092d170c03c7690d197eb3189d7cc67dbaaab33bf6d94 SIZE (cabal/wai-3.2.4/wai-3.2.4.tar.gz) = 13302 -SHA256 (cabal/warp-3.4.7/warp-3.4.7.tar.gz) = facc035c77e90cd67cec15eeea8a760e1bdedcd3bde5e65f3a96e348b1f513e8 -SIZE (cabal/warp-3.4.7/warp-3.4.7.tar.gz) = 68905 +SHA256 (cabal/warp-3.4.9/warp-3.4.9.tar.gz) = 3a19680d4c3e22d5a4da0da31af30e0c9001501ec84df6ace639ecad1b5b55b0 +SIZE (cabal/warp-3.4.9/warp-3.4.9.tar.gz) = 69304 SHA256 (cabal/wherefrom-compat-0.1.1.1/wherefrom-compat-0.1.1.1.tar.gz) = c1e3e22e9730a683a7fbc450b5944d97dc34650af8a8c72000170d56ca9eb388 SIZE (cabal/wherefrom-compat-0.1.1.1/wherefrom-compat-0.1.1.1.tar.gz) = 2823 SHA256 (cabal/wherefrom-compat-0.1.1.1/revision/1.cabal) = 53c608feaf51feb95514909c2c5f6c42abcd087d194cf0acb449b254e313bc8d @@ -1137,11 +1153,9 @@ SHA256 (cabal/yaml-0.11.11.2/yaml-0.11.11.2.tar.gz) = ee74923ee5b0fef74413c58aaa SIZE (cabal/yaml-0.11.11.2/yaml-0.11.11.2.tar.gz) = 31926 SHA256 (cabal/yaml-0.11.11.2/revision/2.cabal) = 6f0a1859e0fb3068e50dbc7fe9bf9a26847741bc24344e35e16a03711a18f88d SIZE (cabal/yaml-0.11.11.2/revision/2.cabal) = 5178 -SHA256 (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 6edd38b6b81df8d274952aa85affa6968ae86b2231e1d429ce8bc9083e6a55bc -SIZE (cabal/zlib-0.7.1.0/zlib-0.7.1.0.tar.gz) = 29318 -SHA256 (cabal/zlib-0.7.1.0/revision/2.cabal) = 85e64a75c0b490506a7edaa2d54950c668e66b65758bb08bb14cd31faf53a206 -SIZE (cabal/zlib-0.7.1.0/revision/2.cabal) = 5357 -SHA256 (cabal/IntersectMBO-cardano-cli-cardano-cli-10.11.0.0_GH0.tar.gz) = ce4420a48fab200765317760255a5f2e4031136d975f982b8439e1b8dd45e3af -SIZE (cabal/IntersectMBO-cardano-cli-cardano-cli-10.11.0.0_GH0.tar.gz) = 1146620 +SHA256 (cabal/zlib-0.7.1.1/zlib-0.7.1.1.tar.gz) = bf95ab01ed924be800addea195fba5ca97ec69f378368f6ff466bdc29666c1c1 +SIZE (cabal/zlib-0.7.1.1/zlib-0.7.1.1.tar.gz) = 29324 +SHA256 (cabal/IntersectMBO-cardano-cli-cardano-cli-10.13.1.0_GH0.tar.gz) = 09b4ba8034efd933b926bd51ee8de30383a843b0c8b7aadd03f733d54fd73378 +SIZE (cabal/IntersectMBO-cardano-cli-cardano-cli-10.13.1.0_GH0.tar.gz) = 1146365 SHA256 (cabal/IntersectMBO-libsodium-dbb48cce5429cb6585c9034f002568964f1ce567_GH0.tar.gz) = e4f29ae3c16037e484bb69e3fa22a5565c42adf497f8f88e61ff8d9486ab863e SIZE (cabal/IntersectMBO-libsodium-dbb48cce5429cb6585c9034f002568964f1ce567_GH0.tar.gz) = 2073757 diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile index 22215fb6b2a6..0bc14b299e93 100644 --- a/sysutils/catfish/Makefile +++ b/sysutils/catfish/Makefile @@ -1,5 +1,6 @@ PORTNAME= catfish PORTVERSION= 4.20.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 diff --git a/sysutils/fastfetch/Makefile b/sysutils/fastfetch/Makefile index 78bf63e093b5..dda348e2d9b0 100644 --- a/sysutils/fastfetch/Makefile +++ b/sysutils/fastfetch/Makefile @@ -1,5 +1,5 @@ PORTNAME= fastfetch -DISTVERSION= 2.55.1 +DISTVERSION= 2.56.0 CATEGORIES= sysutils MAINTAINER= pkubaj@FreeBSD.org diff --git a/sysutils/fastfetch/distinfo b/sysutils/fastfetch/distinfo index daa02cc14dff..50436143418a 100644 --- a/sysutils/fastfetch/distinfo +++ b/sysutils/fastfetch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763308635 -SHA256 (fastfetch-cli-fastfetch-2.55.1_GH0.tar.gz) = 65178a21158872990f570e09ca988a7dbeed3fbc27a6d64152ffdd73a9096fbd -SIZE (fastfetch-cli-fastfetch-2.55.1_GH0.tar.gz) = 1386231 +TIMESTAMP = 1764972926 +SHA256 (fastfetch-cli-fastfetch-2.56.0_GH0.tar.gz) = 8df6f21b168069dc35eb361eed47815650a5253f5e0f6948c5490faf375aad74 +SIZE (fastfetch-cli-fastfetch-2.56.0_GH0.tar.gz) = 1391952 diff --git a/sysutils/go-wtf/Makefile b/sysutils/go-wtf/Makefile index c45d0385dd80..4cf65a76e69f 100644 --- a/sysutils/go-wtf/Makefile +++ b/sysutils/go-wtf/Makefile @@ -1,7 +1,6 @@ PORTNAME= wtf DISTVERSIONPREFIX= v -DISTVERSION= 0.47.0 -PORTREVISION= 2 +DISTVERSION= 0.47.1 CATEGORIES= sysutils PKGNAMEPREFIX= go- diff --git a/sysutils/go-wtf/distinfo b/sysutils/go-wtf/distinfo index dc0f20d9d860..374070fa80d1 100644 --- a/sysutils/go-wtf/distinfo +++ b/sysutils/go-wtf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760930767 -SHA256 (go/sysutils_go-wtf/wtf-v0.47.0/v0.47.0.mod) = 8f33eeeaba9b822b368dd9b38bd6b684aac62ae8a6a51d996509c5b1036ec470 -SIZE (go/sysutils_go-wtf/wtf-v0.47.0/v0.47.0.mod) = 13453 -SHA256 (go/sysutils_go-wtf/wtf-v0.47.0/v0.47.0.zip) = 56d05b0289651640ca8b2c3323b22235bcd7cd556ff12da1775d879ce2125aaf -SIZE (go/sysutils_go-wtf/wtf-v0.47.0/v0.47.0.zip) = 2924830 +TIMESTAMP = 1763468368 +SHA256 (go/sysutils_go-wtf/wtf-v0.47.1/v0.47.1.mod) = b3a652c2a0f1cb5fcf390bff792fc0aa92e10df08cb92af4b73278e90c9ee690 +SIZE (go/sysutils_go-wtf/wtf-v0.47.1/v0.47.1.mod) = 13426 +SHA256 (go/sysutils_go-wtf/wtf-v0.47.1/v0.47.1.zip) = 4d4afbf55c16ca6beb330e5dbfb8e0afe29a10ec6b7f9726554f5bd5da264ed4 +SIZE (go/sysutils_go-wtf/wtf-v0.47.1/v0.47.1.zip) = 2924578 diff --git a/sysutils/hcloud/Makefile b/sysutils/hcloud/Makefile index c28b01cc4fb9..2973f85333e7 100644 --- a/sysutils/hcloud/Makefile +++ b/sysutils/hcloud/Makefile @@ -1,7 +1,6 @@ PORTNAME= hcloud DISTVERSIONPREFIX= v -DISTVERSION= 1.55.0 -PORTREVISION= 2 +DISTVERSION= 1.57.0 CATEGORIES= sysutils MAINTAINER= uzsolt@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://github.com/hetznercloud/cli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.24 +USES= go:modules GO_MODULE= github.com/hetznercloud/cli GO_TARGET= ./cmd/hcloud diff --git a/sysutils/hcloud/distinfo b/sysutils/hcloud/distinfo index 6ec6fec92a8f..10fba1b7d656 100644 --- a/sysutils/hcloud/distinfo +++ b/sysutils/hcloud/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761152553 -SHA256 (go/sysutils_hcloud/hcloud-v1.55.0/v1.55.0.mod) = dcf9bc4d4117fe850509750589379b29b4431b7e9c3103090cef890e7ddce8c4 -SIZE (go/sysutils_hcloud/hcloud-v1.55.0/v1.55.0.mod) = 2647 -SHA256 (go/sysutils_hcloud/hcloud-v1.55.0/v1.55.0.zip) = 41076943ff537939db6611d0e32356cccba70eb4453acaeff7340e6b6e4ba18a -SIZE (go/sysutils_hcloud/hcloud-v1.55.0/v1.55.0.zip) = 892608 +TIMESTAMP = 1765028843 +SHA256 (go/sysutils_hcloud/hcloud-v1.57.0/v1.57.0.mod) = 8bf924285943de3615a2f5caa218e30f52d45f440a302e34773610b413d8ac03 +SIZE (go/sysutils_hcloud/hcloud-v1.57.0/v1.57.0.mod) = 2647 +SHA256 (go/sysutils_hcloud/hcloud-v1.57.0/v1.57.0.zip) = e6941e79e6e7ab450b6aaf819ae47be08f56e721cbdab761a45a2fc15636c4b8 +SIZE (go/sysutils_hcloud/hcloud-v1.57.0/v1.57.0.zip) = 890699 diff --git a/sysutils/kopia/Makefile b/sysutils/kopia/Makefile index 6ecc1aa4b208..4ca67239008f 100644 --- a/sysutils/kopia/Makefile +++ b/sysutils/kopia/Makefile @@ -1,7 +1,6 @@ PORTNAME= kopia DISTVERSIONPREFIX= v -DISTVERSION= 0.22.2 -PORTREVISION= 1 +DISTVERSION= 0.22.3 CATEGORIES= sysutils MAINTAINER= eduardo@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://kopia.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:modules GO_MODULE= github.com/kopia/kopia GO_BUILDFLAGS= -ldflags "\ -X github.com/kopia/kopia/repo.BuildVersion=${DISTVERSION} \ diff --git a/sysutils/kopia/distinfo b/sysutils/kopia/distinfo index cb8f9bae4537..b5f48b2e155b 100644 --- a/sysutils/kopia/distinfo +++ b/sysutils/kopia/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764166093 -SHA256 (go/sysutils_kopia/kopia-v0.22.2/v0.22.2.mod) = 007442d47d3e3208175b95c2cc55588b4c721202b37cc0aed684da1532ea4a78 -SIZE (go/sysutils_kopia/kopia-v0.22.2/v0.22.2.mod) = 7187 -SHA256 (go/sysutils_kopia/kopia-v0.22.2/v0.22.2.zip) = 8be397f433510087837ca3667c2958b0786de3ce653f68fa97eb308ef7b0c1d9 -SIZE (go/sysutils_kopia/kopia-v0.22.2/v0.22.2.zip) = 2425073 +TIMESTAMP = 1765024933 +SHA256 (go/sysutils_kopia/kopia-v0.22.3/v0.22.3.mod) = 6f83b2c27b428a8285ce25ff5b9d4c749df265237e79bcdc57270b21c3830b68 +SIZE (go/sysutils_kopia/kopia-v0.22.3/v0.22.3.mod) = 7186 +SHA256 (go/sysutils_kopia/kopia-v0.22.3/v0.22.3.zip) = b1b5e3d698e3761f976b907208079cd8dff0bcca8290fd5f575ff1cd29cabaf8 +SIZE (go/sysutils_kopia/kopia-v0.22.3/v0.22.3.zip) = 2429077 diff --git a/sysutils/localsearch/Makefile b/sysutils/localsearch/Makefile index a800e81bced7..b8a29d411c6e 100644 --- a/sysutils/localsearch/Makefile +++ b/sysutils/localsearch/Makefile @@ -1,6 +1,6 @@ PORTNAME= localsearch PORTVERSION= 3.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index 659a01ea08dd..1d7005fe4a85 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,7 +1,6 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 -PORTREVISION= 1 +DISTVERSION= 1.8.1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tealdeer/Makefile.crates b/sysutils/tealdeer/Makefile.crates index e4e98138a8f6..b9f2394ddca6 100644 --- a/sysutils/tealdeer/Makefile.crates +++ b/sysutils/tealdeer/Makefile.crates @@ -15,6 +15,7 @@ CARGO_CRATES= adler2-2.0.1 \ bitflags-2.9.4 \ bstr-1.12.0 \ bumpalo-3.19.0 \ + byteorder-1.5.0 \ bytes-1.10.1 \ cc-1.2.40 \ cesu8-1.1.0 \ @@ -116,6 +117,7 @@ CARGO_CRATES= adler2-2.0.1 \ serde_spanned-0.6.9 \ shlex-1.3.0 \ simd-adler32-0.3.7 \ + socks-0.3.4 \ subtle-2.6.1 \ syn-2.0.106 \ tempfile-3.23.0 \ diff --git a/sysutils/tealdeer/distinfo b/sysutils/tealdeer/distinfo index 8e69ae582e86..d29edadbd9b0 100644 --- a/sysutils/tealdeer/distinfo +++ b/sysutils/tealdeer/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1759860006 +TIMESTAMP = 1763467052 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 @@ -33,6 +33,8 @@ SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf95891080 SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b +SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a SIZE (rust/crates/bytes-1.10.1.crate) = 76779 SHA256 (rust/crates/cc-1.2.40.crate) = e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb @@ -235,6 +237,8 @@ SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce35 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 +SHA256 (rust/crates/socks-0.3.4.crate) = f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b +SIZE (rust/crates/socks-0.3.4.crate) = 13172 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 @@ -373,5 +377,5 @@ SHA256 (rust/crates/zlib-rs-0.5.2.crate) = 2f06ae92f42f5e5c42443fd094f245eb656ab SIZE (rust/crates/zlib-rs-0.5.2.crate) = 194342 SHA256 (rust/crates/zopfli-0.8.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 -SHA256 (tealdeer-rs-tealdeer-v1.8.0_GH0.tar.gz) = b1f1262de60ef3105ff93de71568a68a56ad5874a28f105ab7cb5857d305cdb9 -SIZE (tealdeer-rs-tealdeer-v1.8.0_GH0.tar.gz) = 701009 +SHA256 (tealdeer-rs-tealdeer-v1.8.1_GH0.tar.gz) = 8b9ea7ef8dd594d6fb8b452733b0c883a68153cec266b23564ce185bdf22fcfa +SIZE (tealdeer-rs-tealdeer-v1.8.1_GH0.tar.gz) = 701157 diff --git a/sysutils/yazi/Makefile b/sysutils/yazi/Makefile index 5856fb1cde4c..27e4aba25fc9 100644 --- a/sysutils/yazi/Makefile +++ b/sysutils/yazi/Makefile @@ -1,7 +1,7 @@ PORTNAME= yazi DISTVERSIONPREFIX= v DISTVERSION= 25.5.31 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= nivit@FreeBSD.org diff --git a/textproc/gitlab-elasticsearch-indexer/Makefile b/textproc/gitlab-elasticsearch-indexer/Makefile index 782ae36d76de..82f6cf1b305a 100644 --- a/textproc/gitlab-elasticsearch-indexer/Makefile +++ b/textproc/gitlab-elasticsearch-indexer/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libicui18n.so:devel/icu \ libparser_c_bindings.so:textproc/gitlab-code-parser #RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool -USES= gmake go:modules,no_targets,1.23 pkgconfig +USES= gmake go:modules,no_targets pkgconfig USE_GITLAB= yes GL_ACCOUNT= gitlab-org diff --git a/textproc/logseq/Makefile b/textproc/logseq/Makefile index d7e3c1214a1a..21e6971fbe67 100644 --- a/textproc/logseq/Makefile +++ b/textproc/logseq/Makefile @@ -1,5 +1,5 @@ PORTNAME= logseq -PORTVERSION= 0.10.13 +PORTVERSION= 0.10.15 CATEGORIES= textproc MASTER_SITES= https://github.com/logseq/logseq/releases/download/${PORTVERSION}/ \ LOCAL/arrowd/:node_modules @@ -14,14 +14,11 @@ WWW= https://logseq.com LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -DEPRECATED= Depends on expired devel/electron34 -EXPIRATION_DATE=2026-02-01 - ONLY_FOR_ARCHS= amd64 RUN_DEPENDS= git:devel/git -USES= desktop-file-utils electronfix:34 shared-mime-info zip +USES= desktop-file-utils electronfix:38 shared-mime-info zip ELECTRONFIX_MAIN_EXECUTABLE= Logseq SUB_FILES= Logseq @@ -31,7 +28,7 @@ WRKSRC= ${WRKDIR}/Logseq-linux-x64 RSAPI_HASH= 0162b98aaec78aa991cdbca2e070816c6acd189a # Taken from https://github.com/search?q=repo%3Alogseq%2Flogseq%20better-sqlite&type=code BETTER_SQLITE_VERSION= 11.10.0 -ELECTRON_VERSION= 34.5.6 +ELECTRON_VERSION= 38.4.0 post-patch: ${RM} ${WRKSRC}/resources/app/node_modules/@logseq/rsapi-linux-x64-gnu/package.json.orig diff --git a/textproc/logseq/distinfo b/textproc/logseq/distinfo index d5fafd09694d..97fbcb363e3b 100644 --- a/textproc/logseq/distinfo +++ b/textproc/logseq/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1754667404 -SHA256 (Logseq-linux-x64-0.10.13.zip) = 7b9ccfee35a24cc67955439f4e482c3c28683a43e01a3b7730e41c3bbbdfe3cc -SIZE (Logseq-linux-x64-0.10.13.zip) = 193915507 -SHA256 (logseq/rsapi-0162b98aaec78aa991cdbca2e070816c6acd189a.freebsd-x64.node.zip) = e0883f9e132c2e23138a834ef39d1a2327ad918455c1d5cea7c812932ccb1aff -SIZE (logseq/rsapi-0162b98aaec78aa991cdbca2e070816c6acd189a.freebsd-x64.node.zip) = 2371329 -SHA256 (logseq/better-sqlite-11.10.0.node.zip) = cd926360c0d4a329583a9ec9af3e6f5c150464fddcd0afad563d185183c988df -SIZE (logseq/better-sqlite-11.10.0.node.zip) = 1005357 +TIMESTAMP = 1764859265 +SHA256 (Logseq-linux-x64-0.10.15.zip) = cfa7afc2d4311efedb1d21508858ebeaff2f3eb896254c2b569a5dc8e2aa3803 +SIZE (Logseq-linux-x64-0.10.15.zip) = 202116983 +SHA256 (logseq/rsapi-0162b98aaec78aa991cdbca2e070816c6acd189a.freebsd-x64.node.zip) = 04ac49b0522fc42e6f397c296fab65ca55bcdfe66c57cb84efbeda3960f3a927 +SIZE (logseq/rsapi-0162b98aaec78aa991cdbca2e070816c6acd189a.freebsd-x64.node.zip) = 2371564 +SHA256 (logseq/better-sqlite-11.10.0.node.zip) = 326edadeae0d6b97051c19c55415d3b5c5a04853448a5f6261c62c770dc596cc +SIZE (logseq/better-sqlite-11.10.0.node.zip) = 1006357 diff --git a/textproc/logseq/pkg-plist b/textproc/logseq/pkg-plist index 869bd71d9d60..76756db73fbd 100644 --- a/textproc/logseq/pkg-plist +++ b/textproc/logseq/pkg-plist @@ -364,6 +364,7 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/js/mhchem.min.js %%DATADIR%%/resources/app/js/module-loader.edn %%DATADIR%%/resources/app/js/module-loader.json +%%DATADIR%%/resources/app/js/pdf_viewer3.mjs %%DATADIR%%/resources/app/js/pdfjs/cmaps/78-EUC-H.bcmap %%DATADIR%%/resources/app/js/pdfjs/cmaps/78-EUC-V.bcmap %%DATADIR%%/resources/app/js/pdfjs/cmaps/78-H.bcmap @@ -532,9 +533,9 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/js/pdfjs/cmaps/UniKS-UTF8-V.bcmap %%DATADIR%%/resources/app/js/pdfjs/cmaps/V.bcmap %%DATADIR%%/resources/app/js/pdfjs/cmaps/WP-Symbol.bcmap -%%DATADIR%%/resources/app/js/pdfjs/pdf.js -%%DATADIR%%/resources/app/js/pdfjs/pdf.worker.js -%%DATADIR%%/resources/app/js/pdfjs/pdf_viewer.js +%%DATADIR%%/resources/app/js/pdfjs/pdf.mjs +%%DATADIR%%/resources/app/js/pdfjs/pdf.worker.mjs +%%DATADIR%%/resources/app/js/pdfjs/pdf_viewer.mjs %%DATADIR%%/resources/app/js/photoswipe-lightbox.umd.min.js %%DATADIR%%/resources/app/js/photoswipe.umd.min.js %%DATADIR%%/resources/app/js/preload.js @@ -573,499 +574,6 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/lib/default-ajv-options.js %%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/lib/serializer-compiler.js %%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/lib/validator-compiler.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/LICENSE -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/README.md -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/formats.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/formats.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/formats.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/limit.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/limit.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/dist/limit.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/package.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/src/formats.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/src/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv-formats/src/limit.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/.runkit_example.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/LICENSE -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/README.md -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2019.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2019.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2019.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2020.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2020.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/2020.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/ajv.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/ajv.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/ajv.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/code.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/code.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/code.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/scope.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/scope.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/codegen/scope.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/errors.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/errors.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/errors.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/parse.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/parse.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/parse.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/serialize.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/serialize.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/serialize.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/types.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/types.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/jtd/types.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/names.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/names.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/names.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/ref_error.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/ref_error.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/ref_error.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/resolve.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/resolve.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/resolve.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/rules.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/rules.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/rules.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/util.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/util.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/util.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/applicability.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/applicability.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/applicability.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/boolSchema.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/boolSchema.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/boolSchema.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/dataType.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/dataType.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/dataType.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/defaults.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/defaults.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/defaults.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/keyword.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/keyword.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/keyword.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/subschema.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/subschema.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/compile/validate/subschema.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/core.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/core.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/core.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/jtd.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/jtd.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/jtd.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/data.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-draft-06.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-draft-07.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/json-schema-secure.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/jtd-schema.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/jtd-schema.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/refs/jtd-schema.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/equal.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/equal.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/equal.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/parseJson.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/parseJson.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/parseJson.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/quote.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/quote.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/quote.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/re2.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/re2.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/re2.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/timestamp.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/timestamp.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/timestamp.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/ucs2length.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/ucs2length.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/ucs2length.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/uri.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/uri.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/uri.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/validation_error.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/validation_error.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/runtime/validation_error.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/instance.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/instance.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/standalone/instance.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/json-schema.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/json-schema.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/json-schema.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/jtd-schema.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/jtd-schema.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/types/jtd-schema.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/allOf.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/anyOf.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/contains.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/contains.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependencies.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/if.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/if.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/if.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/items.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/items.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/items.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/items2020.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/not.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/not.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/not.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/oneOf.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/properties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/properties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/thenElse.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/code.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/code.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/code.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/id.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/id.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/id.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/ref.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/ref.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/core/ref.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/discriminator/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/discriminator/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/discriminator/types.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/discriminator/types.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/draft2020.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/draft2020.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/draft2020.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/draft7.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/draft7.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/draft7.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/errors.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/errors.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/errors.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/format/format.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/format/format.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/format/format.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/format/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/format/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/format/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/discriminator.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/elements.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/elements.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/enum.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/enum.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/error.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/error.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/error.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/metadata.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/nullable.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/properties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/properties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/ref.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/ref.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/type.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/type.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/type.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/union.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/union.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/union.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/values.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/values.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/jtd/values.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/metadata.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/metadata.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/metadata.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/next.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/next.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/next.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/const.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/const.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/const.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/enum.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/enum.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/enum.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/index.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitContains.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitItems.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitLength.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitNumber.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitProperties.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/multipleOf.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/pattern.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/pattern.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/required.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/required.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/required.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/2019.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/2020.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/ajv.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/codegen/code.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/codegen/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/codegen/scope.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/errors.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/jtd/parse.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/jtd/serialize.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/jtd/types.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/names.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/ref_error.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/resolve.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/rules.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/util.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/applicability.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/boolSchema.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/dataType.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/defaults.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/keyword.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/compile/validate/subschema.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/core.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/jtd.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/data.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-draft-06.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-draft-07.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/json-schema-secure.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/refs/jtd-schema.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/equal.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/parseJson.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/quote.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/re2.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/timestamp.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/ucs2length.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/uri.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/runtime/validation_error.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/standalone/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/standalone/instance.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/types/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/types/json-schema.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/types/jtd-schema.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/allOf.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/contains.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/if.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/items.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/items2020.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/not.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/properties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/code.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/core/id.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/core/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/core/ref.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/discriminator/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/discriminator/types.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/draft2020.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/draft7.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/dynamic/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/errors.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/format/format.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/format/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/elements.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/enum.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/error.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/metadata.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/nullable.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/properties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/ref.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/type.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/union.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/jtd/values.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/metadata.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/next.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/unevaluated/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/const.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/enum.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/index.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/limitContains.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/limitItems.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/limitLength.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/pattern.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/required.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/ajv/package.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/.eslintrc.yml -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/.github/FUNDING.yml -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/.github/workflows/build.yml -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/.github/workflows/publish.yml -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/LICENSE -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/README.md -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/index.d.ts -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/index.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/package.json -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/spec/.eslintrc.yml -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/spec/fixtures/schema.js -%%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/node_modules/json-schema-traverse/spec/index.spec.js %%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/package.json %%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/standalone.js %%DATADIR%%/resources/app/node_modules/@fastify/ajv-compiler/test/.gitkeep @@ -2739,6 +2247,487 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/agent-base/dist/index.js %%DATADIR%%/resources/app/node_modules/agent-base/dist/index.js.map %%DATADIR%%/resources/app/node_modules/agent-base/package.json +%%DATADIR%%/resources/app/node_modules/ajv-formats/LICENSE +%%DATADIR%%/resources/app/node_modules/ajv-formats/README.md +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/formats.d.ts +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/formats.js +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/formats.js.map +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/index.js +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/limit.d.ts +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/limit.js +%%DATADIR%%/resources/app/node_modules/ajv-formats/dist/limit.js.map +%%DATADIR%%/resources/app/node_modules/ajv-formats/package.json +%%DATADIR%%/resources/app/node_modules/ajv-formats/src/formats.ts +%%DATADIR%%/resources/app/node_modules/ajv-formats/src/index.ts +%%DATADIR%%/resources/app/node_modules/ajv-formats/src/limit.ts +%%DATADIR%%/resources/app/node_modules/ajv/.runkit_example.js +%%DATADIR%%/resources/app/node_modules/ajv/LICENSE +%%DATADIR%%/resources/app/node_modules/ajv/README.md +%%DATADIR%%/resources/app/node_modules/ajv/dist/2019.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/2019.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/2019.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/2020.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/2020.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/2020.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/ajv.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/ajv.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/ajv.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/code.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/code.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/code.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/scope.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/scope.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/codegen/scope.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/errors.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/errors.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/errors.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/parse.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/parse.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/parse.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/serialize.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/serialize.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/serialize.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/types.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/types.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/jtd/types.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/names.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/names.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/names.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/ref_error.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/ref_error.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/ref_error.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/resolve.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/resolve.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/resolve.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/rules.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/rules.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/rules.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/util.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/util.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/util.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/applicability.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/applicability.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/applicability.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/boolSchema.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/boolSchema.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/boolSchema.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/dataType.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/dataType.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/dataType.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/defaults.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/defaults.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/defaults.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/keyword.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/keyword.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/keyword.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/subschema.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/subschema.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/compile/validate/subschema.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/core.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/core.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/core.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/jtd.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/jtd.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/jtd.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/data.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-draft-06.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-draft-07.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/json-schema-secure.json +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/jtd-schema.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/jtd-schema.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/refs/jtd-schema.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/equal.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/equal.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/equal.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/parseJson.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/parseJson.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/parseJson.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/quote.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/quote.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/quote.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/re2.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/re2.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/re2.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/timestamp.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/timestamp.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/timestamp.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/ucs2length.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/ucs2length.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/ucs2length.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/uri.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/uri.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/uri.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/validation_error.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/validation_error.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/runtime/validation_error.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/standalone/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/standalone/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/standalone/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/standalone/instance.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/standalone/instance.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/standalone/instance.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/json-schema.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/json-schema.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/json-schema.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/jtd-schema.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/jtd-schema.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/types/jtd-schema.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/allOf.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/contains.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/if.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/if.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/if.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/items.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/items.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/items.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/items2020.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/not.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/not.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/not.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/properties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/code.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/code.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/code.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/id.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/id.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/id.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/ref.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/ref.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/core/ref.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/discriminator/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/discriminator/types.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/draft2020.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/draft2020.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/draft2020.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/draft7.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/draft7.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/draft7.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/errors.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/errors.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/errors.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/format/format.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/format/format.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/format/format.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/format/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/format/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/format/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/discriminator.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/elements.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/elements.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/enum.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/enum.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/error.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/error.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/error.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/metadata.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/nullable.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/properties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/properties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/ref.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/ref.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/type.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/type.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/type.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/union.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/union.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/union.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/values.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/values.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/jtd/values.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/metadata.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/metadata.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/metadata.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/next.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/next.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/next.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/const.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/const.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/const.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/enum.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/enum.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/enum.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/index.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/index.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/index.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitContains.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitItems.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitLength.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/pattern.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/required.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/required.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/required.js.map +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +%%DATADIR%%/resources/app/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +%%DATADIR%%/resources/app/node_modules/ajv/lib/2019.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/2020.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/ajv.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/codegen/code.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/codegen/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/codegen/scope.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/errors.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/jtd/parse.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/jtd/serialize.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/jtd/types.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/names.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/ref_error.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/resolve.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/rules.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/util.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/applicability.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/boolSchema.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/dataType.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/defaults.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/keyword.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/compile/validate/subschema.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/core.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/jtd.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/data.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-draft-06.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-draft-07.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/json-schema-secure.json +%%DATADIR%%/resources/app/node_modules/ajv/lib/refs/jtd-schema.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/equal.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/parseJson.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/quote.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/re2.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/timestamp.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/ucs2length.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/uri.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/runtime/validation_error.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/standalone/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/standalone/instance.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/types/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/types/json-schema.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/types/jtd-schema.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/allOf.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/contains.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/if.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/items.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/items2020.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/not.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/properties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/code.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/core/id.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/core/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/core/ref.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/discriminator/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/discriminator/types.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/draft2020.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/draft7.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/dynamic/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/errors.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/format/format.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/format/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/elements.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/enum.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/error.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/metadata.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/nullable.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/properties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/ref.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/type.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/union.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/jtd/values.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/metadata.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/next.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/unevaluated/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/const.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/enum.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/index.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/limitContains.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/limitItems.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/limitLength.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/pattern.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/required.ts +%%DATADIR%%/resources/app/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts +%%DATADIR%%/resources/app/node_modules/ajv/package.json %%DATADIR%%/resources/app/node_modules/anymatch/LICENSE %%DATADIR%%/resources/app/node_modules/anymatch/README.md %%DATADIR%%/resources/app/node_modules/anymatch/index.d.ts @@ -2857,8 +2846,28 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/better-sqlite3/lib/sqlite-error.js %%DATADIR%%/resources/app/node_modules/better-sqlite3/lib/util.js %%DATADIR%%/resources/app/node_modules/better-sqlite3/package.json +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/addon.cpp %%DATADIR%%/resources/app/node_modules/better-sqlite3/src/better_sqlite3.cpp -%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/better_sqlite3.hpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/backup.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/backup.hpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/database.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/database.hpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/statement-iterator.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/statement-iterator.hpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/statement.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/objects/statement.hpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/bind-map.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/binder.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/constants.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/custom-aggregate.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/custom-function.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/custom-table.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/data-converter.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/data.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/helpers.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/macros.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/query-macros.cpp +%%DATADIR%%/resources/app/node_modules/better-sqlite3/src/util/row-builder.cpp %%DATADIR%%/resources/app/node_modules/binary-extensions/binary-extensions.json %%DATADIR%%/resources/app/node_modules/binary-extensions/binary-extensions.json.d.ts %%DATADIR%%/resources/app/node_modules/binary-extensions/index.d.ts @@ -3058,7 +3067,7 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/dugite/script/embedded-git.json %%DATADIR%%/resources/app/node_modules/dugite/script/utils.js %%DATADIR%%/resources/app/node_modules/electron-deeplink/README.md -%%DATADIR%%/resources/app/node_modules/electron-deeplink/bin/linux-x64-132/electron-deeplink.node +%%DATADIR%%/resources/app/node_modules/electron-deeplink/bin/linux-x64-139/electron-deeplink.node %%DATADIR%%/resources/app/node_modules/electron-deeplink/binding.gyp %%DATADIR%%/resources/app/node_modules/electron-deeplink/build/Makefile %%DATADIR%%/resources/app/node_modules/electron-deeplink/build/Release/.deps/Release/electron-deeplink.node.d @@ -3322,499 +3331,6 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/fast-json-stringify/lib/serializer.js %%DATADIR%%/resources/app/node_modules/fast-json-stringify/lib/standalone.js %%DATADIR%%/resources/app/node_modules/fast-json-stringify/lib/validator.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/LICENSE -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/README.md -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/formats.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/formats.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/formats.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/limit.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/limit.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/dist/limit.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/package.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/src/formats.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/src/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv-formats/src/limit.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/.runkit_example.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/LICENSE -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/README.md -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/2019.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/2019.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/2019.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/2020.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/2020.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/2020.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/ajv.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/ajv.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/ajv.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/code.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/code.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/code.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/scope.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/scope.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/codegen/scope.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/errors.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/errors.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/errors.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/parse.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/parse.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/parse.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/serialize.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/serialize.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/serialize.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/types.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/types.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/jtd/types.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/names.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/names.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/names.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/ref_error.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/ref_error.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/ref_error.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/resolve.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/resolve.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/resolve.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/rules.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/rules.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/rules.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/util.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/util.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/util.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/applicability.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/applicability.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/applicability.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/boolSchema.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/boolSchema.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/boolSchema.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/dataType.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/dataType.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/dataType.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/defaults.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/defaults.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/defaults.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/keyword.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/keyword.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/keyword.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/subschema.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/subschema.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/compile/validate/subschema.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/core.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/core.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/core.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/jtd.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/jtd.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/jtd.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/data.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/meta/content.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/meta/core.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/meta/format.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/meta/validation.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2019-09/schema.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-2020-12/schema.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-draft-06.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-draft-07.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/json-schema-secure.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/jtd-schema.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/jtd-schema.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/refs/jtd-schema.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/equal.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/equal.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/equal.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/parseJson.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/parseJson.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/parseJson.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/quote.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/quote.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/quote.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/re2.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/re2.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/re2.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/timestamp.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/timestamp.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/timestamp.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/ucs2length.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/ucs2length.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/ucs2length.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/uri.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/uri.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/uri.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/validation_error.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/validation_error.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/runtime/validation_error.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/standalone/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/standalone/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/standalone/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/standalone/instance.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/standalone/instance.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/standalone/instance.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/json-schema.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/json-schema.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/json-schema.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/jtd-schema.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/jtd-schema.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/types/jtd-schema.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/additionalItems.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/allOf.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/allOf.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/anyOf.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/anyOf.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/contains.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/contains.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/contains.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/dependencies.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/dependencies.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/if.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/if.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/if.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/items.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/items.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/items.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/items2020.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/items2020.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/not.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/not.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/not.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/oneOf.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/oneOf.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/patternProperties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/prefixItems.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/properties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/properties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/properties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/propertyNames.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/thenElse.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/thenElse.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/code.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/code.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/code.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/id.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/id.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/id.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/ref.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/ref.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/core/ref.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/discriminator/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/discriminator/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/discriminator/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/discriminator/types.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/discriminator/types.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/discriminator/types.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/draft2020.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/draft2020.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/draft2020.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/draft7.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/draft7.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/draft7.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/errors.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/errors.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/errors.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/format/format.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/format/format.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/format/format.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/format/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/format/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/format/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/discriminator.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/discriminator.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/discriminator.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/elements.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/elements.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/elements.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/enum.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/enum.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/enum.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/error.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/error.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/error.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/metadata.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/metadata.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/metadata.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/nullable.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/nullable.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/nullable.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/optionalProperties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/properties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/properties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/properties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/ref.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/ref.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/ref.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/type.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/type.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/type.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/union.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/union.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/union.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/values.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/values.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/jtd/values.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/metadata.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/metadata.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/metadata.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/next.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/next.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/next.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/const.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/const.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/const.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/dependentRequired.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/dependentRequired.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/enum.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/enum.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/enum.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/index.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitContains.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitContains.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitContains.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitItems.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitItems.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitLength.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitLength.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitNumber.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitNumber.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitProperties.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitProperties.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/multipleOf.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/multipleOf.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/pattern.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/pattern.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/pattern.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/required.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/required.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/required.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/uniqueItems.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/2019.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/2020.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/ajv.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/codegen/code.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/codegen/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/codegen/scope.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/errors.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/jtd/parse.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/jtd/serialize.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/jtd/types.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/names.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/ref_error.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/resolve.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/rules.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/util.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/applicability.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/boolSchema.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/dataType.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/defaults.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/keyword.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/compile/validate/subschema.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/core.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/jtd.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/data.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/meta/content.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/meta/core.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/meta/format.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/meta/validation.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2019-09/schema.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/applicator.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/content.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/core.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/format-annotation.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/meta-data.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/unevaluated.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/meta/validation.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-2020-12/schema.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-draft-06.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-draft-07.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/json-schema-secure.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/refs/jtd-schema.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/equal.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/parseJson.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/quote.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/re2.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/timestamp.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/ucs2length.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/uri.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/runtime/validation_error.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/standalone/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/standalone/instance.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/types/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/types/json-schema.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/types/jtd-schema.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/additionalItems.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/additionalProperties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/allOf.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/anyOf.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/contains.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/dependencies.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/dependentSchemas.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/if.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/items.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/items2020.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/not.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/oneOf.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/patternProperties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/prefixItems.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/properties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/propertyNames.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/applicator/thenElse.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/code.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/core/id.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/core/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/core/ref.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/discriminator/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/discriminator/types.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/draft2020.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/draft7.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/dynamic/dynamicAnchor.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/dynamic/dynamicRef.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/dynamic/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/dynamic/recursiveAnchor.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/dynamic/recursiveRef.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/errors.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/format/format.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/format/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/discriminator.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/elements.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/enum.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/error.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/metadata.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/nullable.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/optionalProperties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/properties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/ref.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/type.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/union.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/jtd/values.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/metadata.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/next.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/unevaluated/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedItems.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/unevaluated/unevaluatedProperties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/const.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/dependentRequired.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/enum.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/index.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/limitContains.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/limitItems.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/limitLength.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/limitNumber.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/limitProperties.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/multipleOf.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/pattern.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/required.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/lib/vocabularies/validation/uniqueItems.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/ajv/package.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/.eslintrc.yml -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/.github/FUNDING.yml -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/.github/workflows/build.yml -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/.github/workflows/publish.yml -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/LICENSE -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/README.md -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/index.d.ts -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/index.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/package.json -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/spec/.eslintrc.yml -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/spec/fixtures/schema.js -%%DATADIR%%/resources/app/node_modules/fast-json-stringify/node_modules/json-schema-traverse/spec/index.spec.js %%DATADIR%%/resources/app/node_modules/fast-json-stringify/package.json %%DATADIR%%/resources/app/node_modules/fast-json-stringify/test/additionalProperties.test.js %%DATADIR%%/resources/app/node_modules/fast-json-stringify/test/allof.test.js @@ -4566,6 +4082,11 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/fs-minipass/LICENSE %%DATADIR%%/resources/app/node_modules/fs-minipass/README.md %%DATADIR%%/resources/app/node_modules/fs-minipass/index.js +%%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/minipass/LICENSE +%%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/minipass/README.md +%%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/minipass/index.d.ts +%%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/minipass/index.js +%%DATADIR%%/resources/app/node_modules/fs-minipass/node_modules/minipass/package.json %%DATADIR%%/resources/app/node_modules/fs-minipass/package.json %%DATADIR%%/resources/app/node_modules/get-stream/buffer-stream.js %%DATADIR%%/resources/app/node_modules/get-stream/index.d.ts @@ -4983,6 +4504,18 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/json-schema-ref-resolver/test/has-schema.test.js %%DATADIR%%/resources/app/node_modules/json-schema-ref-resolver/types/index.d.ts %%DATADIR%%/resources/app/node_modules/json-schema-ref-resolver/types/index.test-d.ts +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/.eslintrc.yml +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/.github/FUNDING.yml +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/.github/workflows/build.yml +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/.github/workflows/publish.yml +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/LICENSE +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/README.md +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/index.d.ts +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/index.js +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/package.json +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/spec/.eslintrc.yml +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/spec/fixtures/schema.js +%%DATADIR%%/resources/app/node_modules/json-schema-traverse/spec/index.spec.js %%DATADIR%%/resources/app/node_modules/json-stringify-safe/.npmignore %%DATADIR%%/resources/app/node_modules/json-stringify-safe/CHANGELOG.md %%DATADIR%%/resources/app/node_modules/json-stringify-safe/LICENSE @@ -5036,10 +4569,6 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/lowercase-keys/license %%DATADIR%%/resources/app/node_modules/lowercase-keys/package.json %%DATADIR%%/resources/app/node_modules/lowercase-keys/readme.md -%%DATADIR%%/resources/app/node_modules/lru-cache/LICENSE -%%DATADIR%%/resources/app/node_modules/lru-cache/README.md -%%DATADIR%%/resources/app/node_modules/lru-cache/index.js -%%DATADIR%%/resources/app/node_modules/lru-cache/package.json %%DATADIR%%/resources/app/node_modules/lru_map/.npmignore %%DATADIR%%/resources/app/node_modules/lru_map/.travis.yml %%DATADIR%%/resources/app/node_modules/lru_map/README.md @@ -5097,15 +4626,15 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/minimist/test/stop_early.js %%DATADIR%%/resources/app/node_modules/minimist/test/unknown.js %%DATADIR%%/resources/app/node_modules/minimist/test/whitespace.js -%%DATADIR%%/resources/app/node_modules/minipass/LICENSE -%%DATADIR%%/resources/app/node_modules/minipass/README.md -%%DATADIR%%/resources/app/node_modules/minipass/index.d.ts -%%DATADIR%%/resources/app/node_modules/minipass/index.js -%%DATADIR%%/resources/app/node_modules/minipass/package.json %%DATADIR%%/resources/app/node_modules/minizlib/LICENSE %%DATADIR%%/resources/app/node_modules/minizlib/README.md %%DATADIR%%/resources/app/node_modules/minizlib/constants.js %%DATADIR%%/resources/app/node_modules/minizlib/index.js +%%DATADIR%%/resources/app/node_modules/minizlib/node_modules/minipass/LICENSE +%%DATADIR%%/resources/app/node_modules/minizlib/node_modules/minipass/README.md +%%DATADIR%%/resources/app/node_modules/minizlib/node_modules/minipass/index.d.ts +%%DATADIR%%/resources/app/node_modules/minizlib/node_modules/minipass/index.js +%%DATADIR%%/resources/app/node_modules/minizlib/node_modules/minipass/package.json %%DATADIR%%/resources/app/node_modules/minizlib/package.json %%DATADIR%%/resources/app/node_modules/mkdirp-classic/LICENSE %%DATADIR%%/resources/app/node_modules/mkdirp-classic/README.md @@ -5140,6 +4669,7 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/node-abi/LICENSE %%DATADIR%%/resources/app/node_modules/node-abi/README.md %%DATADIR%%/resources/app/node_modules/node-abi/abi_registry.json +%%DATADIR%%/resources/app/node_modules/node-abi/getNextTarget.js %%DATADIR%%/resources/app/node_modules/node-abi/index.js %%DATADIR%%/resources/app/node_modules/node-abi/node_modules/semver/LICENSE %%DATADIR%%/resources/app/node_modules/node-abi/node_modules/semver/README.md @@ -5911,6 +5441,10 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/semver/internal/identifiers.js %%DATADIR%%/resources/app/node_modules/semver/internal/parse-options.js %%DATADIR%%/resources/app/node_modules/semver/internal/re.js +%%DATADIR%%/resources/app/node_modules/semver/node_modules/lru-cache/LICENSE +%%DATADIR%%/resources/app/node_modules/semver/node_modules/lru-cache/README.md +%%DATADIR%%/resources/app/node_modules/semver/node_modules/lru-cache/index.js +%%DATADIR%%/resources/app/node_modules/semver/node_modules/lru-cache/package.json %%DATADIR%%/resources/app/node_modules/semver/package.json %%DATADIR%%/resources/app/node_modules/semver/preload.js %%DATADIR%%/resources/app/node_modules/semver/range.bnf @@ -5928,6 +5462,34 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/serialize-error/index.d.ts %%DATADIR%%/resources/app/node_modules/serialize-error/index.js %%DATADIR%%/resources/app/node_modules/serialize-error/license +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/index.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/license +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/package.json +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/readme.md +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/async-return-type.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/basic.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/conditional-except.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/conditional-keys.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/conditional-pick.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/except.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/literal-union.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/merge-exclusive.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/merge.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/mutable.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/opaque.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/package-json.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/partial-deep.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/promisable.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/promise-value.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/readonly-deep.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/require-at-least-one.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/require-exactly-one.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/set-optional.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/set-required.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/stringified.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/tsconfig-json.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/union-to-intersection.d.ts +%%DATADIR%%/resources/app/node_modules/serialize-error/node_modules/type-fest/source/value-of.d.ts %%DATADIR%%/resources/app/node_modules/serialize-error/package.json %%DATADIR%%/resources/app/node_modules/serialize-error/readme.md %%DATADIR%%/resources/app/node_modules/set-cookie-parser/LICENSE @@ -6219,34 +5781,6 @@ share/applications/Logseq.desktop %%DATADIR%%/resources/app/node_modules/tunnel-agent/README.md %%DATADIR%%/resources/app/node_modules/tunnel-agent/index.js %%DATADIR%%/resources/app/node_modules/tunnel-agent/package.json -%%DATADIR%%/resources/app/node_modules/type-fest/index.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/license -%%DATADIR%%/resources/app/node_modules/type-fest/package.json -%%DATADIR%%/resources/app/node_modules/type-fest/readme.md -%%DATADIR%%/resources/app/node_modules/type-fest/source/async-return-type.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/basic.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/conditional-except.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/conditional-keys.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/conditional-pick.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/except.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/literal-union.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/merge-exclusive.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/merge.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/mutable.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/opaque.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/package-json.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/partial-deep.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/promisable.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/promise-value.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/readonly-deep.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/require-at-least-one.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/require-exactly-one.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/set-optional.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/set-required.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/stringified.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/tsconfig-json.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/union-to-intersection.d.ts -%%DATADIR%%/resources/app/node_modules/type-fest/source/value-of.d.ts %%DATADIR%%/resources/app/node_modules/undici-types/LICENSE %%DATADIR%%/resources/app/node_modules/undici-types/README.md %%DATADIR%%/resources/app/node_modules/undici-types/agent.d.ts diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index d8bd7e8ab3a8..c0afec200f21 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -6,14 +6,14 @@ CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/johnkerl/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod -MAINTAINER= jungleboogie0+mlr@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON WWW= https://johnkerl.org/miller/doc/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe go:1.24,modules +USES= cpe go:modules CPE_VENDOR= johnkerl GO_MODULE= github.com/johnkerl/miller GO_TARGET= ./cmd/mlr diff --git a/textproc/pdfgrep/Makefile b/textproc/pdfgrep/Makefile index 0dabced4fe6d..0924d33e600d 100644 --- a/textproc/pdfgrep/Makefile +++ b/textproc/pdfgrep/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfgrep PORTVERSION= 2.1.1 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= textproc MASTER_SITES= https://pdfgrep.org/download/ diff --git a/textproc/pdfsandwich/Makefile b/textproc/pdfsandwich/Makefile index 83a871fe8e66..b05a2f70ec5a 100644 --- a/textproc/pdfsandwich/Makefile +++ b/textproc/pdfsandwich/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdfsandwich DISTVERSION= 0.1.7 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/pdfsandwich%20${DISTVERSION}/ diff --git a/textproc/py-gi-docgen/Makefile b/textproc/py-gi-docgen/Makefile index ef1f2857b104..c35528416d93 100644 --- a/textproc/py-gi-docgen/Makefile +++ b/textproc/py-gi-docgen/Makefile @@ -1,5 +1,5 @@ PORTNAME= gi-docgen -PORTVERSION= 2025.4 +PORTVERSION= 2025.5 CATEGORIES= textproc python MASTER_SITES= GNOME PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-gi-docgen/distinfo b/textproc/py-gi-docgen/distinfo index dab92c066818..dac49dfa87ed 100644 --- a/textproc/py-gi-docgen/distinfo +++ b/textproc/py-gi-docgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751553139 -SHA256 (gi-docgen-2025.4.tar.xz) = 66c865d459febdfb5e4078a88df06183620c3e91f726d1dc608d88ee3605526e -SIZE (gi-docgen-2025.4.tar.xz) = 2003576 +TIMESTAMP = 1760374241 +SHA256 (gi-docgen-2025.5.tar.xz) = 2579a33ff87b622d10d102c91b7d0ece506340b70e34dbb6522163e16c90aca3 +SIZE (gi-docgen-2025.5.tar.xz) = 2003864 diff --git a/textproc/py-pdftotext/Makefile b/textproc/py-pdftotext/Makefile index 4a47227efb87..570a285be59f 100644 --- a/textproc/py-pdftotext/Makefile +++ b/textproc/py-pdftotext/Makefile @@ -1,6 +1,6 @@ PORTNAME= pdftotext PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/sigil/Makefile b/textproc/sigil/Makefile index a1ec7b4bb720..239070646486 100644 --- a/textproc/sigil/Makefile +++ b/textproc/sigil/Makefile @@ -1,5 +1,5 @@ PORTNAME= sigil -DISTVERSION= 2.6.2 +DISTVERSION= 2.7.0 CATEGORIES= textproc MAINTAINER= jonc@chen.org.nz diff --git a/textproc/sigil/distinfo b/textproc/sigil/distinfo index 2abfb76cb10f..3658ae9b3f07 100644 --- a/textproc/sigil/distinfo +++ b/textproc/sigil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757793962 -SHA256 (Sigil-Ebook-Sigil-2.6.2_GH0.tar.gz) = e53d4ace437a6f02513246b2911a1cd0e5898a283c0ec5c097bd1fc7874efb62 -SIZE (Sigil-Ebook-Sigil-2.6.2_GH0.tar.gz) = 19462877 +TIMESTAMP = 1764636682 +SHA256 (Sigil-Ebook-Sigil-2.7.0_GH0.tar.gz) = 1e87682dda92dfe0dbaf327a18f698c64794e375c22f04036015140be5b08083 +SIZE (Sigil-Ebook-Sigil-2.7.0_GH0.tar.gz) = 19493969 diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 408f97e8a1e9..9e46d0011a27 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 142.0.7444.175 +PORTVERSION= 143.0.7499.40 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 07dd160c7409..71e19c826ac3 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763487556 -SHA256 (chromium-142.0.7444.175-lite.tar.xz) = 619b37ab0273f72fac859fff8dd89fbf1b7ae7e7ccb8d67bc79281b24f683bc9 -SIZE (chromium-142.0.7444.175-lite.tar.xz) = 1711108684 +TIMESTAMP = 1764928176 +SHA256 (chromium-143.0.7499.40-lite.tar.xz) = c1ffa0951b98641de2718143a41e3ae13702a220da7b38be62c8eb4d94c929d2 +SIZE (chromium-143.0.7499.40-lite.tar.xz) = 1137895952 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-142.0.7444.175-testdata.tar.xz) = 0db5f8a557400dc10538f60610328c9bb636135197db75feab753a23a96aadce -SIZE (chromium-142.0.7444.175-testdata.tar.xz) = 650873 +SHA256 (chromium-143.0.7499.40-testdata.tar.xz) = a6e59013408da5614f8262603fa8e4862c9bad337fc0daec71f928847502a655 +SIZE (chromium-143.0.7499.40-testdata.tar.xz) = 1200244664 diff --git a/www/chromium/files/patch-BUILD.gn b/www/chromium/files/patch-BUILD.gn index 76160e72239c..58b7175718a4 100644 --- a/www/chromium/files/patch-BUILD.gn +++ b/www/chromium/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ BUILD.gn -@@ -69,7 +69,7 @@ declare_args() { +@@ -68,7 +68,7 @@ declare_args() { root_extra_deps = [] } @@ -9,7 +9,7 @@ # An official (maximally optimized!) component (optimized for build times) # build doesn't make sense and usually doesn't work. assert(!is_component_build) -@@ -102,7 +102,6 @@ group("gn_all") { +@@ -101,7 +101,6 @@ group("gn_all") { "//codelabs", "//components:components_unittests", "//components/gwp_asan:gwp_asan_unittests", @@ -17,7 +17,7 @@ "//net:net_unittests", "//sandbox:sandbox_unittests", "//services:services_unittests", -@@ -430,7 +429,7 @@ group("gn_all") { +@@ -431,7 +430,7 @@ group("gn_all") { } } @@ -26,7 +26,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -596,6 +595,15 @@ group("gn_all") { +@@ -598,6 +597,15 @@ group("gn_all") { } } @@ -42,7 +42,7 @@ if (is_mac) { deps += [ "//third_party/breakpad:dump_syms($host_system_allocator_toolchain)", -@@ -644,7 +652,7 @@ group("gn_all") { +@@ -646,7 +654,7 @@ group("gn_all") { } } @@ -51,7 +51,7 @@ # The official builders use this binary from the default toolchain's # output directory after building in order to upload the symbols of that # binary. They build the binary like `ninja symupload` which requires the -@@ -679,7 +687,7 @@ group("gn_all") { +@@ -681,7 +689,7 @@ group("gn_all") { ] } @@ -60,7 +60,7 @@ deps += [ "//third_party/crashpad/crashpad:crashpad_tests", "//third_party/crashpad/crashpad/handler:crashpad_handler", -@@ -1077,7 +1085,7 @@ if (use_blink && !is_cronet_build) { +@@ -1072,7 +1080,7 @@ if (use_blink && !is_cronet_build) { "//third_party/blink/public:all_blink", ] @@ -69,7 +69,7 @@ deps += [ ":chrome_wpt_tests", ":headless_shell_wpt", -@@ -1230,7 +1238,7 @@ if (use_blink && !is_cronet_build) { +@@ -1225,7 +1233,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -78,7 +78,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1244,7 +1252,7 @@ if (use_blink && !is_cronet_build) { +@@ -1239,7 +1247,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//third_party/breakpad:dump_syms" ] } @@ -87,7 +87,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1541,7 +1549,7 @@ group("chromium_builder_perf") { +@@ -1536,7 +1544,7 @@ group("chromium_builder_perf") { data_deps += [ "//chrome/test:performance_browser_tests" ] } diff --git a/www/chromium/files/patch-base_BUILD.gn b/www/chromium/files/patch-base_BUILD.gn index 52468e64486c..b7915e0ff11a 100644 --- a/www/chromium/files/patch-base_BUILD.gn +++ b/www/chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- base/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ base/BUILD.gn -@@ -1115,11 +1115,26 @@ component("base") { +@@ -1124,11 +1124,26 @@ component("base") { # Needed for <atomic> if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -28,7 +28,7 @@ if (use_allocator_shim) { if (is_apple) { sources += [ "allocator/early_zone_registration_apple.h" ] -@@ -1139,7 +1154,7 @@ component("base") { +@@ -1148,7 +1163,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2139,6 +2154,22 @@ component("base") { +@@ -2151,6 +2166,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2313,6 +2344,33 @@ component("base") { +@@ -2325,6 +2356,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2719,7 +2777,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2728,7 +2786,7 @@ buildflag_header("protected_memory_buildflags") { header = "protected_memory_buildflags.h" header_dir = "base/memory" @@ -103,7 +103,7 @@ (is_win || is_linux || is_android || is_mac) flags = [ "PROTECTED_MEMORY_ENABLED=$protected_memory_enabled" ] -@@ -3225,7 +3283,7 @@ if (is_apple) { +@@ -3234,7 +3292,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3923,7 +3981,7 @@ test("base_unittests") { +@@ -3941,7 +3999,7 @@ test("base_unittests") { configs += [ ":delayload_esent_dll" ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3947,7 +4005,7 @@ test("base_unittests") { +@@ -3965,7 +4023,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -130,7 +130,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3958,7 +4016,7 @@ test("base_unittests") { +@@ -3976,7 +4034,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -4145,7 +4203,7 @@ test("base_unittests") { +@@ -4163,7 +4221,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } diff --git a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h index 9481bd46bdc6..26454905596f 100644 --- a/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h +++ b/www/chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-09-06 10:01:20 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-12-05 10:12:50 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator.h -@@ -278,7 +278,7 @@ bool DecommitAndZeroSystemPages(void* address, +@@ -284,7 +284,7 @@ bool DecommitAndZeroSystemPages(void* address, // recommitted. Do not assume that this will not change over time. constexpr PA_COMPONENT_EXPORT( PARTITION_ALLOC) bool DecommittedMemoryIsAlwaysZeroed() { diff --git a/www/chromium/files/patch-base_files_file__util__posix.cc b/www/chromium/files/patch-base_files_file__util__posix.cc index d491961526a1..6c03b19cbeea 100644 --- a/www/chromium/files/patch-base_files_file__util__posix.cc +++ b/www/chromium/files/patch-base_files_file__util__posix.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_posix.cc.orig 2025-10-30 15:44:36 UTC +--- base/files/file_util_posix.cc.orig 2025-12-05 10:12:50 UTC +++ base/files/file_util_posix.cc -@@ -943,6 +943,7 @@ bool CreateNewTempDirectory(const FilePath::StringType +@@ -943,6 +943,7 @@ bool CreateNewTempDirectory(FilePath::StringViewType p bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { ScopedBlockingCall scoped_blocking_call( FROM_HERE, BlockingType::MAY_BLOCK); // For call to mkdir(). diff --git a/www/chromium/files/patch-base_functional_unretained__traits.h b/www/chromium/files/patch-base_functional_unretained__traits.h index c8bba80c4ca7..fe4cf9a8c88e 100644 --- a/www/chromium/files/patch-base_functional_unretained__traits.h +++ b/www/chromium/files/patch-base_functional_unretained__traits.h @@ -1,6 +1,6 @@ ---- base/functional/unretained_traits.h.orig 2025-02-19 07:43:18 UTC +--- base/functional/unretained_traits.h.orig 2025-12-05 10:12:50 UTC +++ base/functional/unretained_traits.h -@@ -90,7 +90,7 @@ struct SupportsUnretainedImpl { +@@ -92,7 +92,7 @@ struct SupportsUnretainedImpl { // official builds, and then in non-test code as well. #if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \ (!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) && \ diff --git a/www/chromium/files/patch-base_i18n_icu__util.cc b/www/chromium/files/patch-base_i18n_icu__util.cc index c9eab0a16a44..db7b79da0907 100644 --- a/www/chromium/files/patch-base_i18n_icu__util.cc +++ b/www/chromium/files/patch-base_i18n_icu__util.cc @@ -1,6 +1,6 @@ ---- base/i18n/icu_util.cc.orig 2025-08-07 06:57:29 UTC +--- base/i18n/icu_util.cc.orig 2025-12-05 10:12:50 UTC +++ base/i18n/icu_util.cc -@@ -52,7 +52,7 @@ +@@ -54,7 +54,7 @@ #include "third_party/icu/source/common/unicode/unistr.h" #endif @@ -9,7 +9,7 @@ BUILDFLAG(IS_CHROMEOS) || (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) #include "third_party/icu/source/i18n/unicode/timezone.h" #endif -@@ -318,7 +318,7 @@ void InitializeIcuTimeZone() { +@@ -327,7 +327,7 @@ void InitializeIcuTimeZone() { FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdForIcuInitialization(); icu::TimeZone::adoptDefault( icu::TimeZone::createTimeZone(icu::UnicodeString::fromUTF8(zone_id))); diff --git a/www/chromium/files/patch-base_system_sys__info.cc b/www/chromium/files/patch-base_system_sys__info.cc index 49503c2fc341..3ee988944f64 100644 --- a/www/chromium/files/patch-base_system_sys__info.cc +++ b/www/chromium/files/patch-base_system_sys__info.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info.cc.orig 2025-10-02 04:28:32 UTC +--- base/system/sys_info.cc.orig 2025-12-05 10:12:50 UTC +++ base/system/sys_info.cc -@@ -222,7 +222,7 @@ std::string SysInfo::SocManufacturer() { +@@ -233,7 +233,7 @@ std::string SysInfo::SocManufacturer() { #endif void SysInfo::GetHardwareInfo(base::OnceCallback<void(HardwareInfo)> callback) { diff --git a/www/chromium/files/patch-base_system_sys__info.h b/www/chromium/files/patch-base_system_sys__info.h index 65a57d5dd5b8..2c767b7693d0 100644 --- a/www/chromium/files/patch-base_system_sys__info.h +++ b/www/chromium/files/patch-base_system_sys__info.h @@ -1,6 +1,6 @@ ---- base/system/sys_info.h.orig 2025-10-02 04:28:32 UTC +--- base/system/sys_info.h.orig 2025-12-05 10:12:50 UTC +++ base/system/sys_info.h -@@ -355,6 +355,8 @@ class BASE_EXPORT SysInfo { +@@ -354,6 +354,8 @@ class BASE_EXPORT SysInfo { static void ResetCpuSecurityMitigationsEnabledForTesting(); #endif @@ -9,7 +9,7 @@ private: friend class test::ScopedAmountOfPhysicalMemoryOverride; FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory); -@@ -367,7 +369,7 @@ class BASE_EXPORT SysInfo { +@@ -366,7 +368,7 @@ class BASE_EXPORT SysInfo { static HardwareInfo GetHardwareInfoSync(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-base_system_sys__info__posix.cc b/www/chromium/files/patch-base_system_sys__info__posix.cc index c4e90a963746..0e8c2af90b2b 100644 --- a/www/chromium/files/patch-base_system_sys__info__posix.cc +++ b/www/chromium/files/patch-base_system_sys__info__posix.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info_posix.cc.orig 2025-10-02 04:28:32 UTC +--- base/system/sys_info_posix.cc.orig 2025-12-05 10:12:50 UTC +++ base/system/sys_info_posix.cc -@@ -142,7 +142,7 @@ void GetKernelVersionNumbers(int32_t* major_version, +@@ -143,7 +143,7 @@ void GetKernelVersionNumbers(int32_t* major_version, namespace base { @@ -9,7 +9,7 @@ // static int SysInfo::NumberOfProcessors() { #if BUILDFLAG(IS_MAC) -@@ -198,7 +198,7 @@ int SysInfo::NumberOfProcessors() { +@@ -199,7 +199,7 @@ int SysInfo::NumberOfProcessors() { return cached_num_cpus; } @@ -17,8 +17,8 @@ +#endif // !BUILDFLAG(IS_BSD) // static - uint64_t SysInfo::AmountOfVirtualMemory() { -@@ -286,6 +286,8 @@ std::string SysInfo::OperatingSystemArchitecture() { + ByteCount SysInfo::AmountOfVirtualMemory() { +@@ -289,6 +289,8 @@ std::string SysInfo::OperatingSystemArchitecture() { arch = "x86"; } else if (arch == "amd64") { arch = "x86_64"; diff --git a/www/chromium/files/patch-base_trace__event_memory__dump__manager.cc b/www/chromium/files/patch-base_trace__event_memory__dump__manager.cc index 586f720f01cb..d2992462ee77 100644 --- a/www/chromium/files/patch-base_trace__event_memory__dump__manager.cc +++ b/www/chromium/files/patch-base_trace__event_memory__dump__manager.cc @@ -1,6 +1,6 @@ ---- base/trace_event/memory_dump_manager.cc.orig 2025-03-05 08:14:56 UTC +--- base/trace_event/memory_dump_manager.cc.orig 2025-12-05 10:12:50 UTC +++ base/trace_event/memory_dump_manager.cc -@@ -78,7 +78,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP +@@ -79,7 +79,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP #if defined(MALLOC_MEMORY_TRACING_SUPPORTED) MallocDumpProvider::kAllocatedObjects; #else diff --git a/www/chromium/files/patch-build_config_BUILDCONFIG.gn b/www/chromium/files/patch-build_config_BUILDCONFIG.gn index 68f64ffa2b14..3978e45f3758 100644 --- a/www/chromium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/chromium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2025-10-02 04:28:32 UTC +--- build/config/BUILDCONFIG.gn.orig 2025-12-05 10:12:50 UTC +++ build/config/BUILDCONFIG.gn @@ -136,7 +136,8 @@ declare_args() { is_official_build = false @@ -9,8 +9,8 @@ + current_os == "freebsd" || (current_cpu != "s390x" && current_cpu != "s390" && current_cpu != "ppc64" && current_cpu != "ppc" && - current_cpu != "mips" && current_cpu != "mips64" && -@@ -235,6 +236,10 @@ if (host_toolchain == "") { + current_cpu != "mips" && current_cpu != "mips64") +@@ -234,6 +235,10 @@ if (host_toolchain == "") { host_toolchain = "//build/toolchain/aix:$host_cpu" } else if (host_os == "zos") { host_toolchain = "//build/toolchain/zos:$host_cpu" @@ -21,7 +21,7 @@ } else { assert(false, "Unsupported host_os: $host_os") } -@@ -284,6 +289,8 @@ if (target_os == "android") { +@@ -283,6 +288,8 @@ if (target_os == "android") { assert( false, "emscripten is not a supported target_os. It is available only as secondary toolchain.") @@ -30,7 +30,7 @@ } else { assert(false, "Unsupported target_os: $target_os") } -@@ -318,7 +325,11 @@ is_android = current_os == "android" +@@ -317,7 +324,11 @@ is_android = current_os == "android" is_chromeos = current_os == "chromeos" is_fuchsia = current_os == "fuchsia" is_ios = current_os == "ios" diff --git a/www/chromium/files/patch-build_config_c++_modules.gni b/www/chromium/files/patch-build_config_c++_modules.gni index 9fbb6a920e72..823768f103fc 100644 --- a/www/chromium/files/patch-build_config_c++_modules.gni +++ b/www/chromium/files/patch-build_config_c++_modules.gni @@ -1,11 +1,11 @@ ---- build/config/c++/modules.gni.orig 2025-10-30 15:44:36 UTC +--- build/config/c++/modules.gni.orig 2025-12-05 10:12:50 UTC +++ build/config/c++/modules.gni @@ -16,7 +16,7 @@ declare_args() { # Eg. linux arm64 and windows were never supported with manual clang modules, # so they should use_autogenerated_modules = true despite not having # autogenerated modules because they're guarded by use_clang_modules. -- use_autogenerated_modules = !is_apple -+ use_autogenerated_modules = !is_apple && !is_bsd +- use_autogenerated_modules = !(is_apple && use_system_xcode) ++ use_autogenerated_modules = !(is_apple && use_system_xcode) && !is_bsd } module_platform = "${current_os}-${current_cpu}" diff --git a/www/chromium/files/patch-build_config_compiler_BUILD.gn b/www/chromium/files/patch-build_config_compiler_BUILD.gn index fda244e76cf3..519d9bd51ecf 100644 --- a/www/chromium/files/patch-build_config_compiler_BUILD.gn +++ b/www/chromium/files/patch-build_config_compiler_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/compiler/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- build/config/compiler/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ build/config/compiler/BUILD.gn -@@ -196,7 +196,7 @@ declare_args() { +@@ -201,7 +201,7 @@ declare_args() { # This greatly reduces the size of debug builds, at the cost of # debugging information which is required by some specialized # debugging tools. @@ -9,7 +9,7 @@ # This switch is used to enable -Wexit-time-destructors by default. This # warning serves as a flip switch to allow a gradual migration of targets -@@ -270,7 +270,7 @@ assert(!(llvm_force_head_revision && use_remoteexec && +@@ -282,7 +282,7 @@ assert(is_bot || # # Since this is referenced both when passing the file and when deciding which # warnings to enable, store it in a separate variable here. @@ -18,7 +18,7 @@ is_clang && clang_warning_suppression_file != "" # default_include_dirs --------------------------------------------------------- -@@ -288,13 +288,16 @@ config("default_include_dirs") { +@@ -300,13 +300,16 @@ config("default_include_dirs") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. config("no_unresolved_symbols") { @@ -36,7 +36,7 @@ } # compiler --------------------------------------------------------------------- -@@ -567,6 +570,10 @@ config("compiler") { +@@ -579,6 +582,10 @@ config("compiler") { } } @@ -47,7 +47,7 @@ # Linux-specific compiler flags setup. # ------------------------------------ if (use_icf && (!is_apple || use_lld)) { -@@ -657,7 +664,7 @@ config("compiler") { +@@ -669,7 +676,7 @@ config("compiler") { ldflags += [ "-Wl,-z,keep-text-section-prefix" ] } @@ -56,7 +56,7 @@ cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -1315,7 +1322,7 @@ config("compiler_cpu_abi") { +@@ -1297,7 +1304,7 @@ config("compiler_cpu_abi") { # CPU architecture. We may or may not be doing a cross compile now, so for # simplicity we always explicitly set the architecture. if (current_cpu == "x64") { @@ -65,7 +65,7 @@ cflags += [ "--target=x86_64-unknown-linux-gnu" ] ldflags += [ "--target=x86_64-unknown-linux-gnu" ] } else { -@@ -1324,7 +1331,7 @@ config("compiler_cpu_abi") { +@@ -1306,7 +1313,7 @@ config("compiler_cpu_abi") { } cflags += [ "-msse3" ] } else if (current_cpu == "x86") { @@ -74,7 +74,7 @@ cflags += [ "--target=i386-unknown-linux-gnu" ] ldflags += [ "--target=i386-unknown-linux-gnu" ] } else { -@@ -1336,7 +1343,7 @@ config("compiler_cpu_abi") { +@@ -1318,7 +1325,7 @@ config("compiler_cpu_abi") { "-msse3", ] } else if (current_cpu == "arm") { @@ -83,7 +83,7 @@ cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] } -@@ -1348,7 +1355,7 @@ config("compiler_cpu_abi") { +@@ -1330,7 +1337,7 @@ config("compiler_cpu_abi") { cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { @@ -92,7 +92,7 @@ cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1747,7 +1754,7 @@ config("compiler_deterministic") { +@@ -1735,7 +1742,7 @@ config("compiler_deterministic") { } config("clang_revision") { @@ -101,7 +101,7 @@ current_os != "zos") { _perform_consistency_checks = current_toolchain == default_toolchain if (llvm_force_head_revision) { -@@ -2955,7 +2962,7 @@ config("afdo_optimize_size") { +@@ -2969,7 +2976,7 @@ config("afdo_optimize_size") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. config("afdo") { @@ -110,7 +110,7 @@ cflags = [] if (clang_emit_debug_info_for_profiling) { # Add the following flags to generate debug info for profiling. -@@ -2982,7 +2989,7 @@ config("afdo") { +@@ -2996,7 +3003,7 @@ config("afdo") { cflags += [ "-Wno-backend-plugin" ] inputs = [ _clang_sample_profile ] } diff --git a/www/chromium/files/patch-build_config_rust.gni b/www/chromium/files/patch-build_config_rust.gni index 58f29aef6c5f..85ac4a648e12 100644 --- a/www/chromium/files/patch-build_config_rust.gni +++ b/www/chromium/files/patch-build_config_rust.gni @@ -1,4 +1,4 @@ ---- build/config/rust.gni.orig 2025-11-05 15:35:54 UTC +--- build/config/rust.gni.orig 2025-12-05 10:12:50 UTC +++ build/config/rust.gni @@ -62,7 +62,8 @@ declare_args() { # set this to the output of `rustc -V`. Changing this string will cause all @@ -10,7 +10,7 @@ # Whether artifacts produced by the Rust compiler can participate in ThinLTO. # -@@ -329,7 +330,11 @@ if (is_linux || is_chromeos) { +@@ -326,7 +327,11 @@ if (is_linux || is_chromeos) { } } diff --git a/www/chromium/files/patch-build_linux_unbundle_icu.gn b/www/chromium/files/patch-build_linux_unbundle_icu.gn index 571e7d758fad..a3f9de02c287 100644 --- a/www/chromium/files/patch-build_linux_unbundle_icu.gn +++ b/www/chromium/files/patch-build_linux_unbundle_icu.gn @@ -1,4 +1,4 @@ ---- build/linux/unbundle/icu.gn.orig 2025-01-15 09:18:26 UTC +--- build/linux/unbundle/icu.gn.orig 2025-12-05 10:12:50 UTC +++ build/linux/unbundle/icu.gn @@ -17,6 +17,15 @@ config("icu_config") { "USING_SYSTEM_ICU=1", @@ -26,18 +26,3 @@ ] } -@@ -46,6 +58,14 @@ pkg_config("system_icuuc") { - } - - source_set("icui18n") { -+ deps = [ ":icui18n_shim" ] -+ public_configs = [ -+ ":icu_config", -+ ":system_icui18n", -+ ] -+} -+ -+source_set("icui18n_hidden_visibility") { - deps = [ ":icui18n_shim" ] - public_configs = [ - ":icu_config", diff --git a/www/chromium/files/patch-build_linux_unbundle_libpng.gn b/www/chromium/files/patch-build_linux_unbundle_libpng.gn new file mode 100644 index 000000000000..175a601f1743 --- /dev/null +++ b/www/chromium/files/patch-build_linux_unbundle_libpng.gn @@ -0,0 +1,30 @@ +--- build/linux/unbundle/libpng.gn.orig 2025-12-05 10:12:50 UTC ++++ build/linux/unbundle/libpng.gn +@@ -21,3 +21,27 @@ source_set("libpng") { + deps = [ ":libpng_shim" ] + public_configs = [ ":libpng_config" ] + } ++ ++libpng_testonly_visibility = [ ++ "//chrome/test:accessibility_live_site_tests", ++ "//chrome/test:captured_sites_interactive_tests", ++ "//chrome/test:interactive_ui_tests", ++ "//tools/imagediff", ++ ++ # Using a wildcard, to cover template-generated targets (e.g. ++ # `run_libpng_progressive_read_fuzzer` on `ios-catalyst` trybot). ++ "//testing/libfuzzer/fuzzers:*", ++ ++ # Using a wildcard, to cover template-generated targets (e.g. ++ # `//ui/gfx:gfx_unittests__library__jni_registration__native_sources` or ++ # `//ui/gfx:gfx_unittests__exec`). ++ "//ui/gfx:*", ++] ++ ++group("libpng_for_testonly") { ++ testonly = true ++ public_deps = [ ":libpng" ] ++ ++ visibility = [] ++ visibility = libpng_testonly_visibility ++} diff --git a/www/chromium/files/patch-build_rust_allocator_lib.rs b/www/chromium/files/patch-build_rust_allocator_lib.rs index 5683fb4c4512..5efad650a9b9 100644 --- a/www/chromium/files/patch-build_rust_allocator_lib.rs +++ b/www/chromium/files/patch-build_rust_allocator_lib.rs @@ -1,15 +1,9 @@ ---- build/rust/allocator/lib.rs.orig 2025-11-25 13:37:36 UTC +--- build/rust/allocator/lib.rs.orig 2025-12-06 09:30:09 UTC +++ build/rust/allocator/lib.rs -@@ -96,6 +96,18 @@ mod both_allocators { +@@ -96,6 +96,12 @@ mod both_allocators { 0 } -+ // TODO(crbug.com/422538133) Remove after rolling past -+ // https://github.com/rust-lang/rust/pull/141061 -+ #[no_mangle] -+ #[linkage = "weak"] -+ static __rust_no_alloc_shim_is_unstable: u8 = 0; -+ + // TODO(crbug.com/440481922): Remove this after rolling past https://github.com/rust-lang/rust/pull/143387 + #[rustc_std_internal_symbol] + #[allow(non_upper_case_globals)] diff --git a/www/chromium/files/patch-chrome_app_settings__strings.grdp b/www/chromium/files/patch-chrome_app_settings__strings.grdp index 6c93f8f8346c..3ee0b5122b71 100644 --- a/www/chromium/files/patch-chrome_app_settings__strings.grdp +++ b/www/chromium/files/patch-chrome_app_settings__strings.grdp @@ -1,6 +1,6 @@ ---- chrome/app/settings_strings.grdp.orig 2025-09-06 10:01:20 UTC +--- chrome/app/settings_strings.grdp.orig 2025-12-05 10:12:50 UTC +++ chrome/app/settings_strings.grdp -@@ -240,11 +240,9 @@ +@@ -237,11 +237,9 @@ <message name="IDS_SETTINGS_RESET_TO_DEFAULT" desc="Name of the control which resets a browser setting back to the default value"> Reset to default </message> diff --git a/www/chromium/files/patch-chrome_browser_BUILD.gn b/www/chromium/files/patch-chrome_browser_BUILD.gn index 8380c1659228..c76333a860c0 100644 --- a/www/chromium/files/patch-chrome_browser_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/BUILD.gn -@@ -7144,6 +7144,13 @@ static_library("browser") { +@@ -7142,6 +7142,13 @@ static_library("browser") { [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] } diff --git a/www/chromium/files/patch-chrome_browser_about__flags.cc b/www/chromium/files/patch-chrome_browser_about__flags.cc index ab2281ee004f..1d9f218f5c10 100644 --- a/www/chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/chromium/files/patch-chrome_browser_about__flags.cc @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2025-11-07 07:17:14 UTC +--- chrome/browser/about_flags.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/about_flags.cc -@@ -334,12 +334,12 @@ +@@ -332,12 +332,12 @@ #include "components/stylus_handwriting/win/features.h" #endif @@ -15,7 +15,7 @@ #include "chrome/browser/contextual_cueing/contextual_cueing_features.h" // nogncheck #include "chrome/browser/enterprise/profile_management/profile_management_features.h" #include "chrome/browser/enterprise/webstore/features.h" -@@ -896,6 +896,26 @@ const FeatureEntry::FeatureVariation +@@ -866,6 +866,26 @@ const FeatureEntry::FeatureVariation std::size(kWebIdentityDigitalIdentityCredentialHighRiskDialogParam), nullptr}}; @@ -42,7 +42,7 @@ const FeatureEntry::FeatureParam kClipboardMaximumAge60Seconds[] = { {"UIClipboardMaximumAge", "60"}}; const FeatureEntry::FeatureParam kClipboardMaximumAge90Seconds[] = { -@@ -1265,7 +1285,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada +@@ -1321,7 +1341,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -51,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3870,7 +3890,7 @@ const FeatureEntry::FeatureVariation +@@ -3968,7 +3988,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -60,7 +60,16 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -4130,7 +4150,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -3998,7 +4018,7 @@ const flags_ui::FeatureEntry::FeatureVariation + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || + // BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + const FeatureEntry::Choice kReplaceSyncPromosWithSignInPromosChoices[] = { + {"Default", "", ""}, + {"Disabled", switches::kDisableFeatures, +@@ -4224,7 +4244,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -69,7 +78,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4150,7 +4170,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent +@@ -4244,7 +4264,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent }; #endif // BUILDFLAG(IS_ANDROID) @@ -78,16 +87,25 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -4899,7 +4919,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes +@@ -5013,7 +5033,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const FeatureEntry::FeatureParam kNtpEnterpriseShortcutsWithFakeData[] = { - {"use_fake_data", "true"}}; - const FeatureEntry::FeatureVariation kNtpEnterpriseShortcutsVariations[] = { -@@ -5545,7 +5565,7 @@ const FeatureEntry kFeatureEntries[] = { + const FeatureEntry::FeatureParam kNtpCustomizeChromeAutoOpenOnEveryNTP[] = { + {"max_customize_chrome_auto_shown_count", "5"}, + {"max_customize_chrome_auto_shown_session_count", "5"}}; +@@ -5149,7 +5169,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa + nullptr}}; + #endif // BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + const FeatureEntry::FeatureParam kProfilePickerTextVariation1[] = { + {"profile-picker-variation", "keep-work-and-life-separate"}}; + const FeatureEntry::FeatureParam kProfilePickerTextVariation2[] = { +@@ -5728,7 +5748,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -96,7 +114,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -5840,7 +5860,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6026,7 +6046,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -105,7 +123,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -6032,7 +6052,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6218,7 +6238,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -114,7 +132,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -6061,6 +6081,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6247,6 +6267,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -131,7 +149,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -6927,7 +6957,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7117,7 +7147,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -140,7 +158,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7337,7 +7367,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7531,7 +7561,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -149,7 +167,16 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, -@@ -7815,7 +7845,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7746,7 +7776,7 @@ const FeatureEntry kFeatureEntries[] = { + "NtpRealboxNext")}, + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"ntp-customize-chrome-auto-open", + flag_descriptions::kNtpCustomizeChromeAutoOpenName, + flag_descriptions::kNtpCustomizeChromeAutoOpenDescription, kOsDesktop, +@@ -8025,7 +8055,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -158,7 +185,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8777,7 +8807,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8963,7 +8993,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -167,16 +194,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9355,7 +9385,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(ash::features::kWallpaperGooglePhotosSharedAlbums)}, - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, - flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLinux, - FEATURE_VALUE_TYPE(blink::features::kGetAllScreensMedia)}, -@@ -9380,7 +9410,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9534,7 +9564,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -185,7 +203,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9833,7 +9863,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9991,7 +10021,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -194,7 +212,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10023,7 +10053,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10188,7 +10218,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -203,16 +221,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10495,7 +10525,7 @@ const FeatureEntry kFeatureEntries[] = { - kOsDesktop | kOsAndroid, - FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)}, - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"camera-mic-effects", flag_descriptions::kCameraMicEffectsName, - flag_descriptions::kCameraMicEffectsDescription, - static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux), -@@ -10606,7 +10636,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10750,7 +10780,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, @@ -221,7 +230,7 @@ {"enable-generic-oidc-auth-profile-management", flag_descriptions::kEnableGenericOidcAuthProfileManagementName, flag_descriptions::kEnableGenericOidcAuthProfileManagementDescription, -@@ -10627,7 +10657,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10771,7 +10801,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -230,34 +239,16 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11165,7 +11195,7 @@ const FeatureEntry kFeatureEntries[] = { - kStandardBoundSessionCredentialsFederatedSessionsVariations, - "standard-device-bound-sessions-federated-sessions")}, +@@ -11285,7 +11315,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kResponsiveIframesDescription, kOsAll, + FEATURE_VALUE_TYPE(blink::features::kResponsiveIframes)}, -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) {"replace-sync-promos-with-sign-in-promos-desktop", flag_descriptions::kReplaceSyncPromosWithSignInPromosName, flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, -@@ -11325,7 +11355,7 @@ const FeatureEntry kFeatureEntries[] = { - flag_descriptions::kCanvasHibernationDescription, kOsAll, - FEATURE_VALUE_TYPE(blink::features::kCanvas2DHibernation)}, - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"sync-enable-bookmarks-in-transport-mode", - flag_descriptions::kSyncEnableBookmarksInTransportModeName, - flag_descriptions::kSyncEnableBookmarksInTransportModeDescription, -@@ -11411,7 +11441,7 @@ const FeatureEntry kFeatureEntries[] = { - "HistoryOptInEducationalTipVariations")}, - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - {"supervised-user-local-web-approvals", - flag_descriptions::kSupervisedUserLocalWebApprovalsName, - flag_descriptions::kSupervisedUserLocalWebApprovalsDescription, -@@ -11616,7 +11646,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11701,7 +11731,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -266,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, -@@ -11704,7 +11734,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11772,7 +11802,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -275,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11738,7 +11768,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11798,7 +11828,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -284,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12102,7 +12132,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12174,7 +12204,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -293,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12138,7 +12168,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12210,7 +12240,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -302,7 +293,7 @@ {"autofill-enable-amount-extraction", flag_descriptions::kAutofillEnableAmountExtractionName, flag_descriptions::kAutofillEnableAmountExtractionDescription, -@@ -12290,7 +12320,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12355,7 +12385,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -311,7 +302,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12319,7 +12349,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12384,7 +12414,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(supervised_user::kSupervisedUserBlockInterstitialV3)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -320,7 +311,7 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12334,7 +12364,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12399,7 +12429,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, @@ -329,7 +320,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12607,7 +12637,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12676,7 +12706,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -338,7 +329,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12700,7 +12730,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12766,7 +12796,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -347,7 +338,7 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -12824,7 +12854,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12878,7 +12908,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -356,7 +347,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -12897,7 +12927,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12951,7 +12981,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -365,7 +356,7 @@ {"autofill-enable-buy-now-pay-later-for-externally-linked", flag_descriptions::kAutofillEnableBuyNowPayLaterForExternallyLinkedName, flag_descriptions:: -@@ -13174,7 +13204,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13229,7 +13259,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID), #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -374,7 +365,7 @@ {"enable-ntp-enterprise-shortcuts", flag_descriptions::kEnableNtpEnterpriseShortcutsName, flag_descriptions::kEnableNtpEnterpriseShortcutsDescription, -@@ -13281,7 +13311,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13336,7 +13366,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillAndPasswordsInSameSurface)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -383,7 +374,7 @@ {"contextual-suggestion-ui-improvements", flag_descriptions::kContextualSuggestionsUiImprovementsName, flag_descriptions::kContextualSuggestionsUiImprovementsDescription, -@@ -13309,7 +13339,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13364,7 +13394,7 @@ const FeatureEntry kFeatureEntries[] = { "EnableBlockCanvasReadback")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -392,7 +383,7 @@ {"autofill-enable-ai-based-amount-extraction", flag_descriptions::kAutofillEnableAiBasedAmountExtractionName, flag_descriptions::kAutofillEnableAiBasedAmountExtractionDescription, -@@ -13354,7 +13384,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13414,7 +13444,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kCryptographyComplianceCnsa)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -401,3 +392,75 @@ {"lens-reinvocation-affordance", flag_descriptions::kLensSearchReinvocationAffordanceName, flag_descriptions::kLensSearchReinvocationAffordanceDescription, +@@ -13472,7 +13502,7 @@ const FeatureEntry kFeatureEntries[] = { + STRING_VALUE_TYPE(variations::switches::kVariationsSeedCorpus, "")}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"passkey-unlock-error-ui", flag_descriptions::kPasskeyUnlockErrorUiName, + flag_descriptions::kPasskeyUnlockErrorUiDescription, kOsDesktop, + FEATURE_VALUE_TYPE(device::kPasskeyUnlockErrorUi)}, +@@ -13509,7 +13539,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(features::kUserValueDefaultBrowserStrings)}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"read-anything-read-aloud-ts-text-segmentation", + flag_descriptions::kReadAnythingReadAloudTsTextSegmentationName, + flag_descriptions::kReadAnythingReadAloudTsTextSegmentationDescription, +@@ -13521,7 +13551,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kHandleMdmErrorsForDasherAccountsDescription, kOsAll, + FEATURE_VALUE_TYPE(switches::kHandleMdmErrorsForDasherAccounts)}, + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"profile-creation-decline-signin-cta-experiment", + flag_descriptions::kProfileCreationDeclineSigninCTAExperimentName, + flag_descriptions::kProfileCreationDeclineSigninCTAExperimentDescription, +@@ -13529,7 +13559,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(switches::kProfileCreationDeclineSigninCTAExperiment)}, + #endif + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"show-profile-picker-to-all-users-experiment", + flag_descriptions::kShowProfilePickerToAllUsersExperimentName, + flag_descriptions::kShowProfilePickerToAllUsersExperimentDescription, +@@ -13579,7 +13609,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(features::kAndroidDesktopZoomScaling)}, + #endif + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"profile-picker-text-variations", + flag_descriptions::kProfilePickerTextVariationsName, + flag_descriptions::kProfilePickerTextVariationsDescription, +@@ -13590,7 +13620,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"lens-overlay-optimization-filter", + flag_descriptions::kLensOverlayOptimizationFilterName, + flag_descriptions::kLensOverlayOptimizationFilterDescription, kOsDesktop, +@@ -13609,7 +13639,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(network::features::kConnectionAllowlists)}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"read-anything-with-readability-enabled", + flag_descriptions::kReadAnythingWithReadabilityName, + flag_descriptions::kReadAnythingWithReadabilityDescription, kOsDesktop, +@@ -13617,7 +13647,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"lens-overlay-non-blocking-privacy-notice", + flag_descriptions::kLensOverlayNonBlockingPrivacyNoticeName, + flag_descriptions::kLensOverlayNonBlockingPrivacyNoticeDescription, diff --git a/www/chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc b/www/chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc index a0052fdad9c9..37c78cc65c8d 100644 --- a/www/chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc +++ b/www/chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/extensions/background_mode_manager.cc.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/background/extensions/background_mode_manager.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/background/extensions/background_mode_manager.cc -@@ -879,7 +879,7 @@ gfx::ImageSkia GetStatusTrayIcon() { +@@ -877,7 +877,7 @@ gfx::ImageSkia GetStatusTrayIcon() { } return family->CreateExact(size).AsImageSkia(); diff --git a/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc b/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc index 8180030d053a..cbdd109ff7fd 100644 --- a/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc +++ b/www/chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/background/glic/glic_status_icon.cc -@@ -89,7 +89,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control +@@ -105,7 +105,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control return; } @@ -9,7 +9,7 @@ // Set a vector icon for proper theming on Linux. status_icon_->SetIcon( GlicVectorIconManager::GetVectorIcon(IDR_GLIC_BUTTON_VECTOR_ICON)); -@@ -144,7 +144,7 @@ GlicStatusIcon::~GlicStatusIcon() { +@@ -160,7 +160,7 @@ GlicStatusIcon::~GlicStatusIcon() { context_menu_ = nullptr; if (status_icon_) { @@ -18,7 +18,7 @@ status_icon_->RemoveObserver(this); #endif std::unique_ptr<StatusIcon> removed_icon = -@@ -258,7 +258,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato +@@ -290,7 +290,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato } void GlicStatusIcon::UpdateVisibilityOfExitInContextMenu() { @@ -27,7 +27,7 @@ if (context_menu_) { const bool is_visible = BrowserList::GetInstance()->empty(); const std::optional<size_t> index = -@@ -322,7 +322,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C +@@ -368,7 +368,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C menu->AddItem(IDC_GLIC_STATUS_ICON_MENU_SETTINGS, l10n_util::GetStringUTF16(IDS_GLIC_STATUS_ICON_MENU_SETTINGS)); diff --git a/www/chromium/files/patch-chrome_browser_browser__features.cc b/www/chromium/files/patch-chrome_browser_browser__features.cc index e4be3d63191b..6419c02869c2 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.cc +++ b/www/chromium/files/patch-chrome_browser_browser__features.cc @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/browser_features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/browser_features.cc @@ -70,7 +70,7 @@ BASE_FEATURE(kCertVerificationNetworkTime, base::FEATU BASE_FEATURE(kClearUserDataUponProfileDestruction, @@ -9,7 +9,7 @@ // Enables usage of os_crypt_async::SecretPortalKeyProvider. Once // `kSecretPortalKeyProviderUseForEncryption` is enabled, this flag cannot be // disabled without losing data. -@@ -85,7 +85,7 @@ BASE_FEATURE(kUseFreedesktopSecretKeyProvider, +@@ -80,7 +80,7 @@ BASE_FEATURE(kDbusSecretPortal, base::FEATURE_ENABLED_ // Destroy profiles when their last browser window is closed, instead of when // the browser exits. BASE_FEATURE(kDestroyProfileOnBrowserClose, @@ -18,7 +18,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -204,7 +204,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlocked, base::FE +@@ -198,7 +198,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlocked, base::FE BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-chrome_browser_browser__features.h b/www/chromium/files/patch-chrome_browser_browser__features.h index bcc6af289cc4..0726955fddbe 100644 --- a/www/chromium/files/patch-chrome_browser_browser__features.h +++ b/www/chromium/files/patch-chrome_browser_browser__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/browser_features.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/browser_features.h @@ -41,7 +41,7 @@ BASE_DECLARE_FEATURE(kCertificateTransparencyAskBefore BASE_DECLARE_FEATURE(kCertVerificationNetworkTime); @@ -7,14 +7,14 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_DECLARE_FEATURE(kDbusSecretPortal); - BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProvider); #endif -@@ -92,7 +92,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed + +@@ -89,7 +89,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlocked); BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlockedWarning); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_DECLARE_FEATURE(kSecretPortalKeyProviderUseForEncryption); - BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProviderForEncryption); #endif + diff --git a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc index c5b4b7ac8ef6..c15d4567dbbd 100644 --- a/www/chromium/files/patch-chrome_browser_browser__process__impl.cc +++ b/www/chromium/files/patch-chrome_browser_browser__process__impl.cc @@ -1,24 +1,15 @@ ---- chrome/browser/browser_process_impl.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/browser_process_impl.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/browser_process_impl.cc -@@ -253,7 +253,7 @@ +@@ -257,7 +257,7 @@ void OnLocalStatePrefsLoaded(); #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/browser/browser_features.h" - #include "components/os_crypt/async/browser/fallback_linux_key_provider.h" #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" -@@ -265,7 +265,7 @@ - #include "chrome/browser/safe_browsing/safe_browsing_service.h" - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // How often to check if the persistent instance of Chrome needs to restart - // to install an update. - static const int kUpdateCheckIntervalHours = 6; -@@ -1167,7 +1167,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim + #include "components/os_crypt/async/browser/secret_portal_key_provider.h" +@@ -1182,7 +1182,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim GoogleUpdateSettings::GetCollectStatsConsent()); registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true); @@ -27,16 +18,25 @@ os_crypt_async::SecretPortalKeyProvider::RegisterLocalPrefs(registry); #endif } -@@ -1368,7 +1368,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { +@@ -1383,7 +1383,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { local_state()))); #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); - if (cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore) != - "basic") { -@@ -1718,7 +1718,7 @@ void BrowserProcessImpl::Unpin() { + const auto password_store = + cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore); +@@ -1404,7 +1404,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { + password_store, l10n_util::GetStringUTF8(IDS_PRODUCT_NAME), nullptr)); + #endif // BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + // On other POSIX systems, this is the only key provider. + providers.emplace_back( + /*precedence=*/5u, std::make_unique<os_crypt_async::PosixKeyProvider>()); +@@ -1735,7 +1735,7 @@ void BrowserProcessImpl::Unpin() { } // Mac is currently not supported. diff --git a/www/chromium/files/patch-chrome_browser_browser__process__impl.h b/www/chromium/files/patch-chrome_browser_browser__process__impl.h index 2637f2df12c3..f31aff148def 100644 --- a/www/chromium/files/patch-chrome_browser_browser__process__impl.h +++ b/www/chromium/files/patch-chrome_browser_browser__process__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/browser_process_impl.h.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/browser_process_impl.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/browser_process_impl.h -@@ -414,7 +414,7 @@ class BrowserProcessImpl : public BrowserProcess, +@@ -413,7 +413,7 @@ class BrowserProcessImpl : public BrowserProcess, std::unique_ptr<BatteryMetrics> battery_metrics_; diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc index 4747691e1d63..aa8b7de9f41d 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_field_trials.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_browser_field_trials.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_browser_field_trials.cc -@@ -48,7 +48,7 @@ +@@ -51,7 +51,7 @@ #include "chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.h" #endif @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #include "ui/base/ui_base_features.h" #endif // BUILDFLAG(IS_LINUX) -@@ -104,7 +104,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride +@@ -107,7 +107,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride base::FeatureList* feature_list) { variations::FeatureOverrides feature_overrides(*feature_list); diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc index de9856b79119..6d2c8f7dafde 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_browser_interface_binders.cc @@ -82,7 +82,7 @@ #endif // BUILDFLAG(ENABLE_UNHANDLED_TAP) @@ -9,7 +9,7 @@ #include "chrome/browser/screen_ai/screen_ai_service_router.h" #include "chrome/browser/screen_ai/screen_ai_service_router_factory.h" #include "chrome/browser/ui/web_applications/sub_apps_service_impl.h" -@@ -365,7 +365,7 @@ void BindMediaFoundationPreferences( +@@ -366,7 +366,7 @@ void BindMediaFoundationPreferences( #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,7 +18,7 @@ void BindScreenAIAnnotator( content::RenderFrameHost* frame_host, mojo::PendingReceiver<screen_ai::mojom::ScreenAIAnnotator> receiver) { -@@ -544,7 +544,7 @@ void PopulateChromeFrameBinders( +@@ -545,7 +545,7 @@ void PopulateChromeFrameBinders( #endif // BUILDFLAG(ENABLE_SPEECH_SERVICE) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc index 9a583a81a336..203b83646d39 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_browser_interface_binders_webui.cc -@@ -36,7 +36,7 @@ +@@ -40,7 +40,7 @@ #include "mojo/public/cpp/bindings/binder_map.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/discards/discards.mojom.h" #include "chrome/browser/ui/webui/discards/discards_ui.h" #include "chrome/browser/ui/webui/discards/site_data.mojom.h" -@@ -128,7 +128,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -135,7 +135,7 @@ void PopulateChromeWebUIFrameBinders( #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc index 6b39bc0cbbb6..8f1290ad6b2b 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc -@@ -110,7 +110,7 @@ +@@ -117,7 +117,7 @@ #include "ui/webui/resources/js/browser_command/browser_command.mojom.h" #include "ui/webui/resources/js/tracked_element/tracked_element.mojom.h" // nogncheck crbug.com/1125897 @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_home/app_home.mojom.h" #include "chrome/browser/ui/webui/app_home/app_home_ui.h" #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" -@@ -331,14 +331,14 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( +@@ -335,14 +335,14 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( HistoryClustersSidePanelUI, NewTabPageUI, BookmarksSidePanelUI>(map); } @@ -26,9 +26,9 @@ WhatsNewUI, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) NewTabPageUI>(map); -@@ -525,7 +525,7 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( - RegisterWebUIControllerInterfaceBinder< - guest_contents::mojom::GuestContentsHost, WebUIBrowserUI>(map); +@@ -548,7 +548,7 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( + OmniboxPopupUI>(map); + } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc index 410c3860d7a7..5193be00e2c7 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__browser__main.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_main.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_browser_main.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_browser_main.cc -@@ -158,7 +158,7 @@ +@@ -168,7 +168,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -9,13 +9,14 @@ #include "sql/database.h" #endif -@@ -184,11 +184,11 @@ +@@ -195,12 +195,12 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/browser/first_run/upgrade_util_linux.h" + #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) @@ -23,7 +24,7 @@ #include "chrome/browser/headless/headless_mode_metrics.h" // nogncheck #include "chrome/browser/headless/headless_mode_util.h" // nogncheck #include "chrome/browser/metrics/desktop_session_duration/desktop_session_duration_tracker.h" -@@ -199,7 +199,7 @@ +@@ -211,7 +211,7 @@ #include "ui/gfx/switches.h" #endif @@ -32,7 +33,7 @@ #include "chrome/browser/first_run/upgrade_util.h" #endif -@@ -272,7 +272,7 @@ +@@ -284,7 +284,7 @@ #include "chrome/browser/chrome_process_singleton.h" #include "chrome/browser/ui/startup/startup_browser_creator.h" @@ -41,16 +42,34 @@ #include "base/nix/xdg_util.h" #endif #endif // BUILDFLAG(ENABLE_PROCESS_SINGLETON) -@@ -295,7 +295,7 @@ +@@ -317,7 +317,7 @@ + #include "chrome/browser/chrome_browser_main_mac.h" + #elif BUILDFLAG(IS_CHROMEOS) + #include "chrome/browser/ash/main_parts/chrome_browser_main_parts_ash.h" +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/chrome_browser_main_linux.h" + #elif BUILDFLAG(IS_ANDROID) + #include "chrome/browser/chrome_browser_main_android.h" +@@ -325,7 +325,7 @@ + #include "chrome/browser/chrome_browser_main_posix.h" + #endif +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" + #elif BUILDFLAG(IS_OZONE) + #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" +@@ -334,7 +334,7 @@ namespace { + #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) + BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) constexpr base::FilePath::CharType kMediaHistoryDatabaseName[] = FILE_PATH_LITERAL("Media History"); -@@ -444,7 +444,7 @@ void ProcessSingletonNotificationCallbackImpl( +@@ -483,7 +483,7 @@ void ProcessSingletonNotificationCallbackImpl( } #endif @@ -59,16 +78,52 @@ // Set the global activation token sent as a command line switch by another // browser process. This also removes the switch after use to prevent any side // effects of leaving it in the command line after this point. -@@ -1005,7 +1005,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -549,7 +549,7 @@ bool ProcessSingletonNotificationCallback( + + // Drop the request if headless mode is in effect or the request is from + // a headless Chrome process. +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + if (headless::IsHeadlessMode() || + command_line.HasSwitch(switches::kHeadless)) { + return false; +@@ -715,7 +715,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + #elif BUILDFLAG(IS_CHROMEOS) + main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( + is_integration_test, startup_data); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( + is_integration_test, startup_data); + #elif BUILDFLAG(IS_ANDROID) +@@ -745,7 +745,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + // Construct additional browser parts. Stages are called in the order in + // which they are added. + #if defined(TOOLKIT_VIEWS) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts->AddParts( + std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); + #else +@@ -762,7 +762,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); + #elif BUILDFLAG(IS_OZONE) + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); +@@ -1220,7 +1220,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_ANDROID)) -+ BUILDFLAG(IS_ANDROID)) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) // Create directory for user-level Native Messaging manifest files. This // makes it less likely that the directory will be created by third-party // software with incorrect owner or permission. See crbug.com/725513 . -@@ -1049,7 +1049,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1264,7 +1264,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #endif // BUILDFLAG(IS_MAC) @@ -77,7 +132,7 @@ metrics::DesktopSessionDurationTracker::Initialize(); ProfileActivityMetricsRecorder::Initialize(); TouchUIControllerStatsTracker::Initialize( -@@ -1274,7 +1274,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1478,7 +1478,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +141,7 @@ // Delete the media history database if it still exists. // TODO(crbug.com/40177301): Remove this. base::ThreadPool::PostTask( -@@ -1325,7 +1325,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1529,7 +1529,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* *UrlLanguageHistogramFactory::GetForBrowserContext(profile)); #endif @@ -95,7 +150,7 @@ if (headless::IsHeadlessMode()) { headless::ReportHeadlessActionMetrics(); } -@@ -1434,7 +1434,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( +@@ -1638,7 +1638,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( // In headless mode provide alternate SelectFileDialog factory overriding // any platform specific SelectFileDialog implementation that may have been // set. @@ -104,12 +159,3 @@ if (headless::IsHeadlessMode()) { headless::HeadlessSelectFileDialogFactory::SetUp(); } -@@ -2003,7 +2003,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat - - // Drop the request if headless mode is in effect or the request is from - // a headless Chrome process. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - if (headless::IsHeadlessMode() || - command_line.HasSwitch(switches::kHeadless)) { - return false; diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index abec8ed3a4ff..c4d628acb65c 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,15 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_content_browser_client.cc -@@ -479,7 +479,7 @@ - #include "components/user_manager/user_manager.h" - #include "services/service_manager/public/mojom/interface_provider_spec.mojom.h" - #include "storage/browser/file_system/external_mount_points.h" --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/chrome_browser_main_linux.h" - #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" - #elif BUILDFLAG(IS_ANDROID) -@@ -577,7 +577,7 @@ +@@ -574,7 +574,7 @@ #include "third_party/cros_system_api/switches/chrome_switches.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,13 +9,7 @@ #include "components/crash/core/app/crash_switches.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -587,12 +587,12 @@ - #include "components/crash/content/browser/crash_handler_host_linux.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - #include "chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h" +@@ -585,7 +585,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -33,16 +18,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -601,7 +601,7 @@ - #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h" - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" - #elif BUILDFLAG(IS_OZONE) - #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" -@@ -1426,7 +1426,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre +@@ -1406,7 +1406,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre registry->RegisterBooleanPref(prefs::kDataURLWhitespacePreservationEnabled, true); registry->RegisterBooleanPref(prefs::kEnableUnsafeSwiftShader, false); @@ -51,43 +27,7 @@ registry->RegisterBooleanPref(prefs::kOutOfProcessSystemDnsResolutionEnabled, true); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) -@@ -1649,7 +1649,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - #elif BUILDFLAG(IS_CHROMEOS) - main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( - is_integration_test, &startup_data_); --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( - is_integration_test, &startup_data_); - #elif BUILDFLAG(IS_ANDROID) -@@ -1680,7 +1680,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - // Construct additional browser parts. Stages are called in the order in - // which they are added. - #if defined(TOOLKIT_VIEWS) --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts->AddParts( - std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); - #else -@@ -1697,7 +1697,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); - #elif BUILDFLAG(IS_OZONE) - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); -@@ -1716,7 +1716,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - - chrome::AddMetricsExtraParts(main_parts.get()); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - main_parts->AddParts( - std::make_unique< - enterprise_util::ChromeBrowserMainExtraPartsEnterprise>()); -@@ -1789,7 +1789,7 @@ ChromeContentBrowserClient::GetStoragePartitionConfigF +@@ -1676,7 +1676,7 @@ ChromeContentBrowserClient::GetStoragePartitionConfigF #if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -96,7 +36,7 @@ if (content::SiteIsolationPolicy::ShouldUrlUseApplicationIsolationLevel( browser_context, site)) { CHECK(url::Origin::Create(site).scheme() == webapps::kIsolatedAppScheme); -@@ -2663,7 +2663,7 @@ bool ChromeContentBrowserClient::ShouldUrlUseApplicati +@@ -2550,7 +2550,7 @@ bool ChromeContentBrowserClient::ShouldUrlUseApplicati const GURL& url) { #if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -105,17 +45,17 @@ if (!content::AreIsolatedWebAppsEnabled(browser_context)) { return false; -@@ -2781,7 +2781,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( +@@ -2674,7 +2674,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) { -+#ifdef notyet ++#if !BUILDFLAG(IS_BSD) crash_keys::AppendStringAnnotationsCommandLineSwitch(command_line); +#endif #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -2790,7 +2792,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -2683,7 +2685,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin client_info->client_id); } #elif BUILDFLAG(IS_POSIX) @@ -124,16 +64,16 @@ pid_t pid; if (crash_reporter::GetHandlerSocket(nullptr, &pid)) { command_line->AppendSwitchASCII( -@@ -3123,7 +3125,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -3016,7 +3018,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4182,7 +4184,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref +@@ -4075,7 +4077,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref std::optional<SkColor> GetRootScrollbarThemeColor(WebContents* web_contents) { bool root_scrollbar_follows_browser_theme = false; @@ -142,7 +82,7 @@ root_scrollbar_follows_browser_theme = base::FeatureList::IsEnabled( blink::features::kRootScrollbarFollowsBrowserTheme); #endif -@@ -5071,7 +5073,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS +@@ -5001,7 +5003,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS additional_allowed_schemes->push_back(content::kChromeUIScheme); additional_allowed_schemes->push_back(content::kChromeUIUntrustedScheme); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -151,7 +91,7 @@ additional_allowed_schemes->push_back(webapps::kIsolatedAppScheme); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -5126,7 +5128,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -5056,7 +5058,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -160,7 +100,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -6002,7 +6004,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation +@@ -5932,7 +5934,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation } #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -169,7 +109,7 @@ if (scheme == webapps::kIsolatedAppScheme) { if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { -@@ -6028,7 +6030,7 @@ void ChromeContentBrowserClient:: +@@ -5958,7 +5960,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -178,7 +118,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6057,7 +6059,7 @@ void ChromeContentBrowserClient:: +@@ -5987,7 +5989,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -187,7 +127,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6332,7 +6334,7 @@ void ChromeContentBrowserClient:: +@@ -6262,7 +6264,7 @@ void ChromeContentBrowserClient:: #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -196,7 +136,16 @@ { auto* rph = content::RenderProcessHost::FromID(render_process_id); content::BrowserContext* browser_context = rph->GetBrowserContext(); -@@ -7302,7 +7304,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -6955,7 +6957,7 @@ bool ChromeContentBrowserClient::HandleWebUI( + } + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + + // Rewrite chrome://settings/autofill to chrome://settings/yourSavedInfo. + if (url->SchemeIs(content::kChromeUIScheme) && +@@ -7241,7 +7243,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { // This enterprise policy is supported on Android, but the feature will not be // launched there. @@ -205,7 +154,7 @@ // This is possibly called before `g_browser_process` is initialized. PrefService* local_state; if (g_browser_process) { -@@ -7725,7 +7727,7 @@ void ChromeContentBrowserClient:: +@@ -7680,7 +7682,7 @@ void ChromeContentBrowserClient:: GrantAdditionalRequestPrivilegesToWorkerProcess(int child_id, const GURL& script_url) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -214,7 +163,7 @@ // IWA Service Workers need to be explicitly granted access to their origin // because isolated-app: isn't a web-safe scheme that can be accessed by // default. -@@ -8102,7 +8104,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve +@@ -8057,7 +8059,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve content::BrowserContext* browser_context, int32_t error_code) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h index 44df09f1a728..e32b8fc3674f 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client.h @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_content_browser_client.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_content_browser_client.h -@@ -570,7 +570,7 @@ class ChromeContentBrowserClient : public content::Con +@@ -584,7 +584,7 @@ class ChromeContentBrowserClient : public content::Con const GURL& site_url) override; std::unique_ptr<content::TracingDelegate> CreateTracingDelegate() override; bool IsSystemWideTracingEnabled() override; diff --git a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc index 5b903a0a2bff..f1b4a2ab2a68 100644 --- a/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc +++ b/www/chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/chrome_content_browser_client_navigation_throttles.cc -@@ -126,7 +126,7 @@ +@@ -128,7 +128,7 @@ #include "chrome/browser/captive_portal/captive_portal_service_factory.h" #endif // BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/oidc_auth_response_capture_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.h" -@@ -409,7 +409,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -421,7 +421,7 @@ void CreateAndAddChromeThrottlesForNavigation( TypedNavigationUpgradeThrottle::MaybeCreateAndAdd(registry); } @@ -18,7 +18,7 @@ WebAppSettingsNavigationThrottle::MaybeCreateAndAdd(registry); profile_management::ProfileManagementNavigationThrottle::MaybeCreateAndAdd( registry); -@@ -427,7 +427,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -439,7 +439,7 @@ void CreateAndAddChromeThrottlesForNavigation( #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -27,8 +27,8 @@ enterprise_connectors::DeviceTrustNavigationThrottle::MaybeCreateAndAdd( registry); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -459,7 +459,7 @@ void CreateAndAddChromeThrottlesForNavigation( - } +@@ -478,7 +478,7 @@ void CreateAndAddChromeThrottlesForNavigation( + registry, ui_manager); #endif // BUILDFLAG(SAFE_BROWSING_AVAILABLE) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-chrome_browser_component__updater_registration.cc b/www/chromium/files/patch-chrome_browser_component__updater_registration.cc index b04897149a45..cbe0c12a6fdd 100644 --- a/www/chromium/files/patch-chrome_browser_component__updater_registration.cc +++ b/www/chromium/files/patch-chrome_browser_component__updater_registration.cc @@ -1,6 +1,6 @@ ---- chrome/browser/component_updater/registration.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/component_updater/registration.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/component_updater/registration.cc -@@ -94,7 +94,7 @@ +@@ -95,7 +95,7 @@ #endif // BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/component_updater/installer_policies/amount_extraction_heuristic_regexes_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -107,7 +107,7 @@ +@@ -108,7 +108,7 @@ #include "chrome/browser/component_updater/lacros_component_remover.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ #include "chrome/browser/component_updater/wasm_tts_engine_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -245,7 +245,7 @@ void RegisterComponentsForUpdate() { +@@ -247,7 +247,7 @@ void RegisterComponentsForUpdate() { RegisterCookieReadinessListComponent(cus); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ RegisterAmountExtractionHeuristicRegexesComponent(cus); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -257,7 +257,7 @@ void RegisterComponentsForUpdate() { +@@ -259,7 +259,7 @@ void RegisterComponentsForUpdate() { } #endif // BUIDLFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-chrome_browser_devtools_devtools__window.cc b/www/chromium/files/patch-chrome_browser_devtools_devtools__window.cc deleted file mode 100644 index 63569fae78a5..000000000000 --- a/www/chromium/files/patch-chrome_browser_devtools_devtools__window.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/devtools/devtools_window.cc.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/devtools/devtools_window.cc -@@ -566,7 +566,7 @@ void DevToolsWindow::RegisterProfilePrefs( - prefs::kDevToolsGoogleDeveloperProgramProfileAvailability, - /* enabled */ 0); - #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_MAC) -+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityAllowlist); - registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityBlocklist); - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || diff --git a/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc b/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc index 93f619af9792..37c8bd4538ce 100644 --- a/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/download/chrome_download_manager_delegate.cc -@@ -1948,7 +1948,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe +@@ -2018,7 +2018,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe bool ChromeDownloadManagerDelegate::IsOpenInBrowserPreferredForFile( const base::FilePath& path) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ if (path.MatchesExtension(FILE_PATH_LITERAL(".pdf"))) { return !download_prefs_->ShouldOpenPdfInSystemReader(); } -@@ -2084,7 +2084,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow +@@ -2154,7 +2154,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow content::CheckDownloadAllowedCallback check_download_allowed_cb) { DCHECK_CURRENTLY_ON(BrowserThread::UI); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ // Don't download pdf if it is a file URL, as that might cause an infinite // download loop if Chrome is not the system pdf viewer. if (url.SchemeIsFile() && download_prefs_->ShouldOpenPdfInSystemReader()) { -@@ -2166,7 +2166,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl +@@ -2232,7 +2232,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl DCHECK(download_item->IsSavePackageDownload()); #if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc b/www/chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc new file mode 100644 index 000000000000..e4bae154b54a --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc @@ -0,0 +1,20 @@ +--- chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.cc.orig 2025-12-05 10:12:50 UTC ++++ chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.cc +@@ -7,7 +7,7 @@ + #include "components/enterprise/buildflags/buildflags.h" + #include "content/public/browser/browser_thread.h" + +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + #include "chrome/browser/enterprise/connectors/analysis/content_analysis_sdk_manager.h" // nogncheck + #include "chrome/browser/enterprise/connectors/connectors_service.h" // nogncheck +@@ -53,7 +53,7 @@ ChromeBrowserMainExtraPartsEnterprise::ChromeBrowserMa + ChromeBrowserMainExtraPartsEnterprise:: + ~ChromeBrowserMainExtraPartsEnterprise() = default; + +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + void ChromeBrowserMainExtraPartsEnterprise::PostProfileInit( + Profile* profile, diff --git a/www/chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h b/www/chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h new file mode 100644 index 000000000000..821d9d61cef4 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h @@ -0,0 +1,11 @@ +--- chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h.orig 2025-12-05 10:12:50 UTC ++++ chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h +@@ -25,7 +25,7 @@ class ChromeBrowserMainExtraPartsEnterprise + ~ChromeBrowserMainExtraPartsEnterprise() override; + + // ChromeBrowserMainExtraParts: +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + void PostProfileInit(Profile* profile, bool is_initial_profile) override; + #endif diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc index cabaef4500a6..0ef9f8b02bb6 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc -@@ -192,7 +192,7 @@ void AnalysisServiceSettings::ParseVerificationSignatu +@@ -55,7 +55,7 @@ void AnalysisServiceSettings::ParseVerificationSignatu const char* verification_key = kKeyWindowsVerification; #elif BUILDFLAG(IS_MAC) const char* verification_key = kKeyMacVerification; diff --git a/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc b/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc index 6f1ee0316e3c..9de8796862df 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_connectors_common.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/common.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/enterprise/connectors/common.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/enterprise/connectors/common.cc -@@ -20,7 +20,7 @@ +@@ -19,7 +19,7 @@ #include "components/user_manager/user.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #include "components/prefs/pref_service.h" #endif -@@ -306,7 +306,7 @@ std::string GetProfileEmail(Profile* profile) { +@@ -312,7 +312,7 @@ std::string GetProfileEmail(Profile* profile) { std::string email = GetProfileEmail(IdentityManagerFactory::GetForProfile(profile)); diff --git a/www/chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc b/www/chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc index b18c54ca4284..f566d23d2265 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/signals/context_info_fetcher.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/enterprise/signals/context_info_fetcher.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/enterprise/signals/context_info_fetcher.cc -@@ -182,6 +182,8 @@ std::vector<std::string> ContextInfoFetcher::GetOnSecu +@@ -183,6 +183,8 @@ std::vector<std::string> ContextInfoFetcher::GetOnSecu SettingValue ContextInfoFetcher::GetOSFirewall() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) return device_signals::GetOSFirewall(); @@ -9,7 +9,7 @@ #elif BUILDFLAG(IS_CHROMEOS) return GetChromeosFirewall(); #else -@@ -201,7 +203,7 @@ ScopedUfwConfigPathForTesting::~ScopedUfwConfigPathFor +@@ -202,7 +204,7 @@ ScopedUfwConfigPathForTesting::~ScopedUfwConfigPathFor #endif // BUILDFLAG(IS_LINUX) std::vector<std::string> ContextInfoFetcher::GetDnsServers() { diff --git a/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc b/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc index 03bd90c352e6..09e541b91ba6 100644 --- a/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc +++ b/www/chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/enterprise/util/managed_browser_utils.cc -@@ -300,7 +300,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -302,7 +302,7 @@ void SetUserAcceptedAccountManagement(Profile* profile // The updated consent screen also ask the user for consent to share device // signals. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ profile->GetPrefs()->SetBoolean( device_signals::prefs::kDeviceSignalsPermanentConsentReceived, accepted); #endif -@@ -309,7 +309,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -311,7 +311,7 @@ void SetUserAcceptedAccountManagement(Profile* profile profile_manager->GetProfileAttributesStorage() .GetProfileAttributesWithPath(profile->GetPath()); if (entry) { @@ -18,7 +18,7 @@ SetEnterpriseProfileLabel(profile); #endif entry->SetUserAcceptedAccountManagement(accepted); -@@ -408,7 +408,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { +@@ -410,7 +410,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { } bool CanShowEnterpriseBadgingForNTPFooter(Profile* profile) { @@ -27,12 +27,12 @@ BrowserManagementNoticeState management_notice_state = GetManagementNoticeStateForNTPFooter(profile); switch (management_notice_state) { -@@ -426,7 +426,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro +@@ -428,7 +428,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro BrowserManagementNoticeState GetManagementNoticeStateForNTPFooter( Profile* profile) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (!policy::ManagementServiceFactory::GetForProfile(profile) - ->IsBrowserManaged() || - !g_browser_process->local_state()->GetBoolean( + auto* management_service = + policy::ManagementServiceFactory::GetForProfile(profile); + if (!management_service->IsBrowserManaged() || diff --git a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn index 012812b075ca..69e52fdec634 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/chromium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1518,6 +1518,10 @@ source_set("extensions") { +@@ -1516,6 +1516,10 @@ source_set("extensions") { deps += [ "//chrome/services/printing/public/mojom" ] } diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc b/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc index f255a3f7d34b..b83155d7894e 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/extensions/api/settings_private/prefs_util.cc -@@ -199,7 +199,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -198,7 +198,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[autofill::prefs::kAutofillPaymentCardBenefits] = settings_api::PrefType::kBoolean; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -8,8 +8,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) (*s_allowlist)[autofill::prefs::kAutofillBnplEnabled] = settings_api::PrefType::kBoolean; - (*s_allowlist)[autofill::prefs::kAutofillAiOptInStatus] = -@@ -219,7 +219,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist + (*s_allowlist)[autofill::prefs::kAutofillAiIdentityEntitiesEnabled] = +@@ -222,7 +222,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[tab_groups::prefs::kAutoPinNewTabGroups] = settings_api::PrefType::kBoolean; @@ -18,7 +18,7 @@ (*s_allowlist)[::prefs::kUseCustomChromeFrame] = settings_api::PrefType::kBoolean; #endif -@@ -236,7 +236,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -239,7 +239,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[::prefs::kPinnedActions] = settings_api::PrefType::kList; (*s_allowlist)[themes::prefs::kPolicyThemeColor] = settings_api::PrefType::kNumber; diff --git a/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc b/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc index 437e119b48f0..686983fd4373 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc @@ -1,11 +1,11 @@ ---- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/extensions/api/tabs/tabs_api_non_android.cc -@@ -624,7 +624,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio +@@ -633,7 +633,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio // created as minimized. // TODO(crbug.com/40254339): Remove this workaround when linux is fixed. // TODO(crbug.com/40254339): Find a fix for wayland as well. -#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) - if (new_window->initial_show_state() == + if (new_window->GetBrowserForMigrationOnly()->initial_show_state() == ui::mojom::WindowShowState::kMinimized) { - new_window->window()->Minimize(); + new_window->GetWindow()->Minimize(); diff --git a/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc b/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc index 85c58651da2b..d43b050855f2 100644 --- a/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc +++ b/www/chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/external_provider_impl.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/extensions/external_provider_impl.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/extensions/external_provider_impl.cc -@@ -832,7 +832,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -836,7 +836,7 @@ void ExternalProviderImpl::CreateExternalProviders( #endif // BUILDFLAG(IS_CHROMEOS) if (!profile->GetPrefs()->GetBoolean(pref_names::kBlockExternalExtensions)) { @@ -9,7 +9,7 @@ provider_list->push_back(std::make_unique<ExternalProviderImpl>( service, base::MakeRefCounted<ExternalPrefLoader>( -@@ -860,7 +860,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -864,7 +864,7 @@ void ExternalProviderImpl::CreateExternalProviders( bundled_extension_creation_flags)); // Define a per-user source of external extensions. diff --git a/www/chromium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc b/www/chromium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc new file mode 100644 index 000000000000..413ede5e15e4 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc @@ -0,0 +1,11 @@ +--- chrome/browser/extensions/sync/extension_sync_service.cc.orig 2025-12-05 10:12:50 UTC ++++ chrome/browser/extensions/sync/extension_sync_service.cc +@@ -593,7 +593,7 @@ void ExtensionSyncService::ApplySyncData( + AccountExtensionTracker::Get(profile_)->OnExtensionSyncDataReceived(id); + } + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Chrome Apps are deprecated on WML, so we do not want to sync new apps + // installed on other devices. + if (extension_sync_data.is_app()) { diff --git a/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc b/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc index 7ca558444db8..4eecbe3fa305 100644 --- a/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc +++ b/www/chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc @@ -1,6 +1,6 @@ ---- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc -@@ -377,7 +377,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { +@@ -400,7 +400,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { FILE_PATH_LITERAL("Library/Mobile Documents/com~apple~CloudDocs"), BlockType::kDontBlockChildren}, #endif diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc b/www/chromium/files/patch-chrome_browser_flag__descriptions.cc deleted file mode 100644 index 4013b844effc..000000000000 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.cc +++ /dev/null @@ -1,172 +0,0 @@ ---- chrome/browser/flag_descriptions.cc.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/flag_descriptions.cc -@@ -710,7 +710,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB - "Autofill suggestions on the allowlisted merchant websites."; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - const char kAutofillEnableAmountExtractionName[] = - "Enable checkout amount extraction."; - const char kAutofillEnableAmountExtractionDescription[] = -@@ -726,7 +726,7 @@ const char kAutofillEnableAmountExtractionTestingDescr - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - const char kAutofillEnableBuyNowPayLaterName[] = - "Enable buy now pay later on Autofill"; - const char kAutofillEnableBuyNowPayLaterDescription[] = -@@ -1206,7 +1206,7 @@ const char kDevicePostureDescription[] = - "Enables Device Posture API (foldable devices)"; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kDocumentPictureInPictureAnimateResizeName[] = - "Document Picture-in-Picture Animate Resize"; - const char kDocumentPictureInPictureAnimateResizeDescription[] = -@@ -1330,7 +1330,7 @@ const char kContextMenuEmptySpaceDescription[] = - "space, a context menu containing page-related items will be shown."; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kContextualCueingName[] = "Contextual cueing"; - const char kContextualCueingDescription[] = - "Enables the contextual cueing system to support showing actions."; -@@ -1691,7 +1691,7 @@ const char kEnableIsolatedWebAppDevModeName[] = - const char kEnableIsolatedWebAppDevModeDescription[] = - "Enables the installation of unverified Isolated Web Apps"; - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kEnableIwaKeyDistributionComponentName[] = - "Enable the Iwa Key Distribution component"; - const char kEnableIwaKeyDistributionComponentDescription[] = -@@ -3660,14 +3660,14 @@ const char kReduceTransferSizeUpdatedIPCDescription[] - "When enabled, the network service will send TransferSizeUpdatedIPC IPC " - "only when DevTools is attached or the request is for an ad request."; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kReduceUserAgentDataLinuxPlatformVersionName[] = - "Reduce Linux platform version Client Hint"; - const char kReduceUserAgentDataLinuxPlatformVersionDescription[] = - "Set platform version Client Hint on Linux to empty string."; - #endif // BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kReplaceSyncPromosWithSignInPromosName[] = - "Replace all sync-related UI with sign-in ones"; - const char kReplaceSyncPromosWithSignInPromosDescription[] = -@@ -3701,7 +3701,7 @@ const char kRobustWindowManagementExperimentalDescript - "switching and restoration, ensuring they never lose their work or " - "context."; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kRootScrollbarFollowsTheme[] = "Make scrollbar follow theme"; - const char kRootScrollbarFollowsThemeDescription[] = - "If enabled makes the root scrollbar follow the browser's theme color."; -@@ -3950,7 +3950,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = - "SiteInstance."; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kPwaNavigationCapturingName[] = "Desktop PWA Link Capturing"; - const char kPwaNavigationCapturingDescription[] = - "Enables opening links from Chrome in an installed PWA. Currently under " -@@ -4226,7 +4226,7 @@ const char kTouchTextEditingRedesignName[] = "Touch Te - const char kTouchTextEditingRedesignDescription[] = - "Enables new touch text editing features."; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kTranslationAPIName[] = "Experimental translation API"; - const char kTranslationAPIDescription[] = - "Enables the on-device language translation API. " -@@ -7888,7 +7888,7 @@ const char kTetheringExperimentalFunctionalityDescript - - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; - const char kGetAllScreensMediaDescription[] = - "When enabled, the getAllScreensMedia API for capturing multiple screens " -@@ -8099,7 +8099,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b - - // Linux ----------------------------------------------------------------------- - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - const char kPulseaudioLoopbackForCastName[] = - "Linux System Audio Loopback for Cast (pulseaudio)"; -@@ -8131,6 +8131,17 @@ const char kWaylandSessionManagementName[] = "Wayland - const char kWaylandSessionManagementDescription[] = - "Enable Wayland's xx/xdg-session-management-v1 experimental support."; - -+#if BUILDFLAG(IS_BSD) -+const char kAudioBackendName[] = -+ "Audio Backend"; -+const char kAudioBackendDescription[] = -+#if BUILDFLAG(IS_OPENBSD) -+ "Select the desired audio backend to use. The default is sndio."; -+#elif BUILDFLAG(IS_FREEBSD) -+ "Select the desired audio backend to use. The default will automatically " -+ "enumerate through the supported backends."; -+#endif -+#endif - #endif // BUILDFLAG(IS_LINUX) - - // Random platform combinations ----------------------------------------------- -@@ -8187,7 +8198,7 @@ const char kGroupPromoPrototypeCpaDescription[] = - "Enables contextual toolbar button for group promo prototype."; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kEnableNetworkServiceSandboxName[] = - "Enable the network service sandbox."; - const char kEnableNetworkServiceSandboxDescription[] = -@@ -8208,7 +8219,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti - "Bluetooth"; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) - const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; - const char kCupsIppPrintingBackendDescription[] = - "Use the CUPS IPP printing backend instead of the original CUPS backend " -@@ -8355,7 +8366,7 @@ const char kElementCaptureDescription[] = - "media track into a track capturing just a specific DOM element."; - #endif // !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - const char kUIDebugToolsName[] = "Debugging tools for UI"; - const char kUIDebugToolsDescription[] = - "Enables additional keyboard shortcuts to help debugging."; -@@ -8387,7 +8398,7 @@ const char kThirdPartyDisableChromeAutofillSettingsScr - "Chrome's Address and Payments Autofill are disabled in third party mode."; - #endif // IS_ANDROID - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kGlicName[] = "Glic"; - const char kGlicDescription[] = "Enables glic"; - -@@ -8506,7 +8517,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = - const char kSupervisedUserBlockInterstitialV3Description[] = - "Enables URL filter interstitial V3 for Family Link users."; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kSupervisedUserLocalWebApprovalsName[] = - "Enable local web approvals feature"; - const char kSupervisedUserLocalWebApprovalsDescription[] = diff --git a/www/chromium/files/patch-chrome_browser_flag__descriptions.h b/www/chromium/files/patch-chrome_browser_flag__descriptions.h index b4044ea438e5..56ec5ed1a80d 100644 --- a/www/chromium/files/patch-chrome_browser_flag__descriptions.h +++ b/www/chromium/files/patch-chrome_browser_flag__descriptions.h @@ -1,164 +1,21 @@ ---- chrome/browser/flag_descriptions.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/flag_descriptions.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/flag_descriptions.h -@@ -458,7 +458,7 @@ extern const char - kAutofillEnableAllowlistForBmoCardCategoryBenefitsDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kAutofillEnableAmountExtractionName[]; - extern const char kAutofillEnableAmountExtractionDescription[]; - extern const char kAutofillEnableAmountExtractionTestingName[]; -@@ -467,7 +467,7 @@ extern const char kAutofillEnableAmountExtractionTesti - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kAutofillEnableBuyNowPayLaterName[]; - extern const char kAutofillEnableBuyNowPayLaterDescription[]; - -@@ -721,7 +721,7 @@ extern const char kContextMenuEmptySpaceName[]; - extern const char kContextMenuEmptySpaceDescription[]; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kContextualCueingName[]; - extern const char kContextualCueingDescription[]; - extern const char kGlicActorName[]; -@@ -888,7 +888,7 @@ extern const char kRouteMatchingName[]; - extern const char kRouteMatchingDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kDocumentPictureInPictureAnimateResizeName[]; - extern const char kDocumentPictureInPictureAnimateResizeDescription[]; - -@@ -1064,7 +1064,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri - extern const char kEnableIsolatedWebAppDevModeName[]; - extern const char kEnableIsolatedWebAppDevModeDescription[]; - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kEnableIwaKeyDistributionComponentName[]; - extern const char kEnableIwaKeyDistributionComponentDescription[]; - #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2100,7 +2100,7 @@ extern const char kReduceIPAddressChangeNotificationDe - #endif // BUILDFLAG(IS_MAC) - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kReplaceSyncPromosWithSignInPromosName[]; - extern const char kReplaceSyncPromosWithSignInPromosDescription[]; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -2112,7 +2112,7 @@ extern const char kRobustWindowManagementDescription[] - extern const char kRobustWindowManagementExperimentalName[]; - extern const char kRobustWindowManagementExperimentalDescription[]; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kRootScrollbarFollowsTheme[]; - extern const char kRootScrollbarFollowsThemeDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -2254,7 +2254,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; - extern const char kDefaultSiteInstanceGroupsDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kPwaNavigationCapturingName[]; - extern const char kPwaNavigationCapturingDescription[]; - #endif -@@ -2434,7 +2434,7 @@ extern const char kTouchSelectionStrategyDirection[]; - extern const char kTouchTextEditingRedesignName[]; - extern const char kTouchTextEditingRedesignDescription[]; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kTranslationAPIName[]; - extern const char kTranslationAPIDescription[]; - -@@ -2700,7 +2700,7 @@ extern const char kReduceAcceptLanguageDescription[]; - extern const char kReduceTransferSizeUpdatedIPCName[]; - extern const char kReduceTransferSizeUpdatedIPCDescription[]; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kReduceUserAgentDataLinuxPlatformVersionName[]; - extern const char kReduceUserAgentDataLinuxPlatformVersionDescription[]; - #endif // #if BUILDFLAG(IS_LINUX) -@@ -4555,7 +4555,7 @@ extern const char kTetheringExperimentalFunctionalityD - - #endif // #if BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kGetAllScreensMediaName[]; - extern const char kGetAllScreensMediaDescription[]; - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -4675,7 +4675,7 @@ extern const char kEnableArmHwdrmDescription[]; - - // Linux --------------------------------------------------------------------- - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - extern const char kPulseaudioLoopbackForCastName[]; - extern const char kPulseaudioLoopbackForCastDescription[]; -@@ -4694,6 +4694,8 @@ extern const char kWaylandPerWindowScalingDescription[ - extern const char kWaylandSessionManagementName[]; - extern const char kWaylandSessionManagementDescription[]; - -+extern const char kAudioBackendName[]; -+extern const char kAudioBackendDescription[]; - #endif // BUILDFLAG(IS_LINUX) - - // Random platform combinations ----------------------------------------------- -@@ -4708,7 +4710,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa - extern const char kWebBluetoothConfirmPairingSupportDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) - extern const char kCupsIppPrintingBackendName[]; - extern const char kCupsIppPrintingBackendDescription[]; - #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -@@ -4735,7 +4737,7 @@ extern const char kTaskManagerDesktopRefreshName[]; - extern const char kTaskManagerDesktopRefreshDescription[]; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kEnableNetworkServiceSandboxName[]; - extern const char kEnableNetworkServiceSandboxDescription[]; - -@@ -4831,7 +4833,7 @@ extern const char kElementCaptureName[]; - extern const char kElementCaptureDescription[]; - #endif // !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - extern const char kUIDebugToolsName[]; - extern const char kUIDebugToolsDescription[]; - #endif -@@ -4856,7 +4858,7 @@ extern const char kThirdPartyDisableChromeAutofillSett - extern const char kThirdPartyDisableChromeAutofillSettingsScreenDescription[]; - #endif // IS_ANDROID - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kGlicName[]; - extern const char kGlicDescription[]; - -@@ -4938,7 +4940,7 @@ extern const char kSearchInSettingsDescription[]; - extern const char kSupervisedUserBlockInterstitialV3Name[]; - extern const char kSupervisedUserBlockInterstitialV3Description[]; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kSupervisedUserLocalWebApprovalsName[]; - extern const char kSupervisedUserLocalWebApprovalsDescription[]; - #endif // #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +@@ -8586,6 +8586,18 @@ inline constexpr char kHandleMdmErrorsForDasherAccount + inline constexpr char kHandleMdmErrorsForDasherAccountsDescription[] = + "Enables the mdm error handling feature for dasher accounts"; + ++#if BUILDFLAG(IS_BSD) ++inline constexpr char kAudioBackendName[] = ++ "Audio Backend"; ++inline constexpr char kAudioBackendDescription[] = ++#if BUILDFLAG(IS_OPENBSD) ++ "Select the desired audio backend to use. The default is sndio."; ++#elif BUILDFLAG(IS_FREEBSD) ++ "Select the desired audio backend to use. The default will automatically " ++ "enumerate through the supported backends."; ++#endif ++#endif ++ + // ============================================================================ + // Don't just add flags to the end, put them in the alphabetical order. + // ============================================================================ diff --git a/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc b/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc index cec026f59df3..5892d2c057e0 100644 --- a/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc +++ b/www/chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc @@ -1,11 +1,20 @@ ---- chrome/browser/glic/widget/glic_widget.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/glic/widget/glic_widget.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/glic/widget/glic_widget.cc -@@ -161,7 +161,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create( - // Don't change this name. This is used by other code to identify the glic - // window. See b/404947780. - params.name = "GlicWidget"; +@@ -48,7 +48,7 @@ + #include "ui/views/win/hwnd_util.h" + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/shell_integration_linux.h" + #endif + +@@ -283,7 +283,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create(views:: + #if BUILDFLAG(IS_MAC) + params.animation_enabled = true; + #endif // BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) params.wm_class_class = shell_integration_linux::GetProgramClassClass(); params.wayland_app_id = params.wm_class_class + "-glic"; - #endif + #endif // BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-chrome_browser_global__features.cc b/www/chromium/files/patch-chrome_browser_global__features.cc index ee1be9c55ce9..8024177a5b46 100644 --- a/www/chromium/files/patch-chrome_browser_global__features.cc +++ b/www/chromium/files/patch-chrome_browser_global__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/global_features.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/global_features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/global_features.cc -@@ -25,7 +25,7 @@ +@@ -27,7 +27,7 @@ #include "chrome/browser/glic/public/glic_enabling.h" // nogncheck #endif @@ -9,7 +9,7 @@ // This causes a gn error on Android builds, because gn does not understand // buildflags, so we include it only on platforms where it is used. #include "chrome/browser/ui/webui/whats_new/whats_new_registrar.h" -@@ -71,7 +71,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( +@@ -73,7 +73,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( void GlobalFeatures::Init() { system_permissions_platform_handle_ = CreateSystemPermissionsPlatformHandle(); @@ -18,7 +18,7 @@ whats_new_registry_ = CreateWhatsNewRegistry(); #endif -@@ -123,7 +123,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( +@@ -134,7 +134,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( return system_permission_settings::PlatformHandle::Create(); } diff --git a/www/chromium/files/patch-chrome_browser_global__features.h b/www/chromium/files/patch-chrome_browser_global__features.h index 7339c9bb1c33..598f023c30ea 100644 --- a/www/chromium/files/patch-chrome_browser_global__features.h +++ b/www/chromium/files/patch-chrome_browser_global__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/global_features.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/global_features.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/global_features.h @@ -15,7 +15,7 @@ namespace system_permission_settings { @@ -9,7 +9,7 @@ namespace whats_new { class WhatsNewRegistry; } // namespace whats_new -@@ -67,7 +67,7 @@ class GlobalFeatures { +@@ -71,7 +71,7 @@ class GlobalFeatures { system_permissions_platform_handle() { return system_permissions_platform_handle_.get(); } @@ -18,7 +18,7 @@ whats_new::WhatsNewRegistry* whats_new_registry() { return whats_new_registry_.get(); } -@@ -112,7 +112,7 @@ class GlobalFeatures { +@@ -121,7 +121,7 @@ class GlobalFeatures { virtual std::unique_ptr<system_permission_settings::PlatformHandle> CreateSystemPermissionsPlatformHandle(); @@ -27,7 +27,7 @@ virtual std::unique_ptr<whats_new::WhatsNewRegistry> CreateWhatsNewRegistry(); #endif -@@ -122,7 +122,7 @@ class GlobalFeatures { +@@ -131,7 +131,7 @@ class GlobalFeatures { std::unique_ptr<system_permission_settings::PlatformHandle> system_permissions_platform_handle_; diff --git a/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h b/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h index 930613c234db..6763b27f1466 100644 --- a/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h +++ b/www/chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig 2025-08-07 06:57:29 UTC +--- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/media/webrtc/webrtc_logging_controller.h -@@ -133,7 +133,7 @@ class WebRtcLoggingController +@@ -134,7 +134,7 @@ class WebRtcLoggingController size_t web_app_id, const StartEventLoggingCallback& callback); @@ -9,7 +9,7 @@ // Ensures that the WebRTC Logs directory exists and then grants render // process access to the 'WebRTC Logs' directory, and invokes |callback| with // the ids necessary to create a DirectoryEntry object. -@@ -197,7 +197,7 @@ class WebRtcLoggingController +@@ -198,7 +198,7 @@ class WebRtcLoggingController content::BrowserContext* GetBrowserContext() const; diff --git a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc index 4f6767445dcc..3df477f44002 100644 --- a/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc +++ b/www/chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/metrics/chrome_metrics_service_client.cc @@ -204,11 +204,11 @@ #include "chrome/browser/metrics/google_update_metrics_provider_mac.h" @@ -77,7 +77,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<DesktopPlatformFeaturesMetricsProvider>()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -990,7 +990,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -987,7 +987,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<HttpsEngagementMetricsProvider>()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +86,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<TabMetricsProvider>( g_browser_process->profile_manager())); -@@ -1002,7 +1002,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -999,7 +999,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<PowerMetricsProvider>()); #endif @@ -95,7 +95,7 @@ metrics_service_->RegisterMetricsProvider( metrics::CreateDesktopSessionMetricsProvider()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) -@@ -1202,7 +1202,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve +@@ -1203,7 +1203,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve } #endif @@ -104,7 +104,7 @@ // This creates the DesktopProfileSessionDurationsServices if it didn't exist // already. metrics::DesktopProfileSessionDurationsServiceFactory::GetForBrowserContext( -@@ -1551,7 +1551,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri +@@ -1552,7 +1552,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri recorder = base::MakeRefCounted<metrics::structured::AshStructuredMetricsRecorder>( cros_system_profile_provider_.get()); diff --git a/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc b/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc index 940fb239c281..c986f458e2c1 100644 --- a/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc +++ b/www/chromium/files/patch-chrome_browser_net_profile__network__context__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/net/profile_network_context_service.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/net/profile_network_context_service.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/net/profile_network_context_service.cc -@@ -143,7 +143,7 @@ +@@ -147,7 +147,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/policy/chrome_browser_policy_connector.h" #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" -@@ -293,7 +293,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet +@@ -301,7 +301,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ std::unique_ptr<net::ClientCertStore> GetWrappedCertStore( Profile* profile, std::unique_ptr<net::ClientCertStore> platform_store) { -@@ -1269,7 +1269,7 @@ ProfileNetworkContextService::CreateClientCertStore() +@@ -1315,7 +1315,7 @@ ProfileNetworkContextService::CreateClientCertStore() std::make_unique<net::ClientCertStoreNSS>( base::BindRepeating(&CreateCryptoModuleBlockingPasswordDelegate, kCryptoModulePasswordClientAuth)); diff --git a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc index b1f1df68d417..20c5a7663058 100644 --- a/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc +++ b/www/chromium/files/patch-chrome_browser_net_system__network__context__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/net/system_network_context_manager.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/net/system_network_context_manager.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/net/system_network_context_manager.cc @@ -138,7 +138,7 @@ enum class NetworkSandboxState { // The global instance of the SystemNetworkContextManager. @@ -127,7 +127,7 @@ gssapi_library_loader_observer_.Install(network_service); #endif // BUILDFLAG(IS_LINUX) -@@ -1042,7 +1042,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab +@@ -1047,7 +1047,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab break; } diff --git a/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc b/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc index 734a50499070..124ea2c97ab2 100644 --- a/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc +++ b/www/chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/new_tab_page/new_tab_page_util.cc -@@ -35,7 +35,7 @@ bool IsOsSupportedForCart() { +@@ -38,7 +38,7 @@ bool IsOsSupportedForCart() { } bool IsOsSupportedForDrive() { diff --git a/www/chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc b/www/chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc index cbfd54100b4b..4a0310aa4cca 100644 --- a/www/chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc +++ b/www/chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc @@ -1,4 +1,4 @@ ---- chrome/browser/page_load_metrics/page_load_metrics_initialize.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/page_load_metrics/page_load_metrics_initialize.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/page_load_metrics/page_load_metrics_initialize.cc @@ -70,7 +70,7 @@ #include "url/gurl.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -342,7 +342,7 @@ bool PageLoadMetricsEmbedder::IsInternalWebUI(const GU +@@ -351,7 +351,7 @@ bool PageLoadMetricsEmbedder::IsInternalWebUI(const GU bool PageLoadMetricsEmbedder::ShouldObserveScheme(std::string_view scheme) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc b/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc index 8a30cf83dc21..d4750394b9ab 100644 --- a/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc +++ b/www/chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/password_manager/chrome_password_manager_client.cc -@@ -678,7 +678,7 @@ void ChromePasswordManagerClient::ContinueShowKeyboard +@@ -694,7 +694,7 @@ void ChromePasswordManagerClient::ContinueShowKeyboard bool ChromePasswordManagerClient::IsReauthBeforeFillingRequired( device_reauth::DeviceAuthenticator* authenticator) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ if (!GetLocalStatePrefs() || !GetPrefs() || !authenticator) { return false; } -@@ -955,7 +955,7 @@ void ChromePasswordManagerClient::NotifyUserCredential +@@ -988,7 +988,7 @@ void ChromePasswordManagerClient::NotifyUserCredential } void ChromePasswordManagerClient::NotifyKeychainError() { @@ -18,7 +18,7 @@ PasswordsClientUIDelegate* manage_passwords_ui_controller = PasswordsClientUIDelegateFromWebContents(web_contents()); if (manage_passwords_ui_controller) { -@@ -1987,7 +1987,7 @@ void ChromePasswordManagerClient::HideFillingUI() { +@@ -2016,7 +2016,7 @@ void ChromePasswordManagerClient::HideFillingUI() { bool ChromePasswordManagerClient::IsPasswordManagementEnabledForCurrentPage( const GURL& url) const { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ if (IsPasswordManagerForUrlDisallowedByPolicy(url)) { return false; } -@@ -2026,7 +2026,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement +@@ -2055,7 +2055,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc b/www/chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc index c75c640b719b..02ba03e29788 100644 --- a/www/chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc +++ b/www/chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc -@@ -22,7 +22,7 @@ +@@ -21,7 +21,7 @@ #include "ui/gfx/geometry/resize_utils.h" #include "ui/gfx/geometry/size.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc index 2b5f89cc417e..20977f0410cc 100644 --- a/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc +++ b/www/chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/policy/configuration_policy_handler_list_factory.cc -@@ -247,7 +247,7 @@ +@@ -248,7 +248,7 @@ #include "components/spellcheck/browser/pref_names.h" #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/idle/action.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" -@@ -614,7 +614,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -623,7 +623,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kManagedDefaultSmartCardConnectSetting, base::Value::Type::INTEGER }, #endif @@ -18,7 +18,7 @@ { key::kDeletingUndecryptablePasswordsEnabled, password_manager::prefs::kDeletingUndecryptablePasswordsEnabled, base::Value::Type::BOOLEAN }, -@@ -964,7 +964,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -973,7 +973,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // BUILDFLAG(ENABLE_EXTENSIONS_CORE) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) \ @@ -27,7 +27,7 @@ { key::kRequireOnlineRevocationChecksForLocalAnchors, prefs::kCertRevocationCheckingRequiredLocalAnchors, base::Value::Type::BOOLEAN }, -@@ -976,7 +976,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -985,7 +985,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) // || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -36,8 +36,8 @@ { key::kFullscreenAllowed, prefs::kFullscreenAllowed, base::Value::Type::BOOLEAN }, -@@ -1858,7 +1858,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = - base::Value::Type::BOOLEAN }, +@@ -1864,7 +1864,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + base::Value::Type::INTEGER}, #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) @@ -45,7 +45,7 @@ { key::kGSSAPILibraryName, prefs::kGSSAPILibraryName, base::Value::Type::STRING }, -@@ -1920,7 +1920,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1926,7 +1926,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) @@ -54,7 +54,7 @@ { key::kNetworkServiceSandboxEnabled, prefs::kNetworkServiceSandboxEnabled, base::Value::Type::BOOLEAN }, -@@ -1940,12 +1940,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1946,12 +1946,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kTotalMemoryLimitMb, base::Value::Type::INTEGER }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -69,7 +69,7 @@ { key::kUnmanagedDeviceSignalsConsentFlowEnabled, device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled, base::Value::Type::BOOLEAN }, -@@ -1959,7 +1959,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1965,7 +1965,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kLiveTranslateEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -78,7 +78,7 @@ { key::kDefaultBrowserSettingEnabled, prefs::kDefaultBrowserSettingEnabled, base::Value::Type::BOOLEAN }, -@@ -1971,7 +1971,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1977,7 +1977,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \ @@ -87,7 +87,7 @@ { key::kAutoplayAllowed, prefs::kAutoplayAllowed, base::Value::Type::BOOLEAN }, -@@ -2081,7 +2081,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2087,7 +2087,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) @@ -96,7 +96,7 @@ { key::kAlternativeBrowserPath, browser_switcher::prefs::kAlternativeBrowserPath, base::Value::Type::STRING }, -@@ -2186,7 +2186,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2192,7 +2192,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -105,7 +105,7 @@ { key::kAuthNegotiateDelegateByKdcPolicy, prefs::kAuthNegotiateDelegateByKdcPolicy, base::Value::Type::BOOLEAN }, -@@ -2265,7 +2265,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2271,7 +2271,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = ash::prefs::kUrlParameterToAutofillSAMLUsername, base::Value::Type::STRING }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -114,7 +114,7 @@ { key::kNTPFooterExtensionAttributionEnabled, prefs::kNTPFooterExtensionAttributionEnabled, base::Value::Type::BOOLEAN }, -@@ -2300,7 +2300,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2306,7 +2306,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kRestrictCoreSharingOnRenderer, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) @@ -123,7 +123,7 @@ { key::kOutOfProcessSystemDnsResolutionEnabled, prefs::kOutOfProcessSystemDnsResolutionEnabled, base::Value::Type::BOOLEAN }, -@@ -2334,7 +2334,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2340,7 +2340,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::INTEGER }, #endif #if BUILDFLAG(ENABLE_EXTENSIONS) @@ -132,7 +132,7 @@ { key::kExtensionInstallTypeBlocklist, extensions::pref_names::kExtensionInstallTypeBlocklist, base::Value::Type::LIST}, -@@ -2357,7 +2357,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2363,7 +2363,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { key::kTabCompareSettings, optimization_guide::prefs::kProductSpecificationsEnterprisePolicyAllowed, base::Value::Type::INTEGER}, @@ -141,7 +141,7 @@ { key::kChromeForTestingAllowed, prefs::kChromeForTestingAllowed, base::Value::Type::BOOLEAN }, -@@ -2436,7 +2436,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2442,7 +2442,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = policy_prefs::kBuiltInAIAPIsEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_ANDROID) @@ -150,7 +150,7 @@ { key::kNTPFooterManagementNoticeEnabled, prefs::kNTPFooterManagementNoticeEnabled, base::Value::Type::BOOLEAN }, -@@ -2582,7 +2582,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2593,7 +2593,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH // Policies for all platforms - End #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -159,7 +159,7 @@ handlers->AddHandler(std::make_unique<IntRangePolicyHandler>( key::kMemorySaverModeSavings, performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness, -@@ -2852,7 +2852,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2866,7 +2866,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime, chrome_schema)); @@ -168,7 +168,7 @@ handlers->AddHandler(std::make_unique<GuestModePolicyHandler>()); handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>()); handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>()); -@@ -2946,7 +2946,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2960,7 +2960,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<std::unique_ptr<ConfigurationPolicyHandler>> signin_legacy_policies; #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -177,7 +177,7 @@ signin_legacy_policies.push_back(std::make_unique<SimplePolicyHandler>( key::kForceBrowserSignin, prefs::kForceBrowserSignin, base::Value::Type::BOOLEAN)); -@@ -3328,7 +3328,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3342,7 +3342,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif #if BUILDFLAG(ENABLE_SPELLCHECK) @@ -186,7 +186,7 @@ handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>()); handlers->AddHandler( std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>( -@@ -3336,7 +3336,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3350,7 +3350,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -195,7 +195,7 @@ handlers->AddHandler(std::make_unique<SimplePolicyHandler>( key::kAllowSystemNotifications, prefs::kAllowSystemNotifications, base::Value::Type::BOOLEAN)); -@@ -3389,7 +3389,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3403,7 +3403,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<GenAiDefaultSettingsPolicyHandler::GenAiPolicyDetails> gen_ai_default_policies; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -204,12 +204,3 @@ gen_ai_default_policies.emplace_back( key::kAutofillPredictionSettings, optimization_guide::prefs:: -@@ -3466,7 +3466,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH - std::make_unique<PowerBatteryChargingOptimizationPolicyHandler>())); - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - handlers->AddHandler(std::make_unique<CloudUserOnlyPolicyHandler>( - std::make_unique<SimplePolicyHandler>( - key::kCacheEncryptionEnabled, diff --git a/www/chromium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc b/www/chromium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc new file mode 100644 index 000000000000..046a91be0127 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc @@ -0,0 +1,11 @@ +--- chrome/browser/policy/developer_tools_policy_checker_factory.cc.orig 2025-12-05 10:12:50 UTC ++++ chrome/browser/policy/developer_tools_policy_checker_factory.cc +@@ -58,7 +58,7 @@ void DeveloperToolsPolicyCheckerFactory::RegisterProfi + static_cast<int>(DeveloperToolsPolicyHandler::Availability:: + kDisallowedForForceInstalledExtensions)); + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityAllowlist); + registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityBlocklist); + #endif diff --git a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc index 3e01d7a47257..18d867eba3ac 100644 --- a/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/prefs/browser_prefs.cc -@@ -330,7 +330,7 @@ +@@ -334,7 +334,7 @@ #include "chrome/browser/devtools/devtools_window.h" #endif // BUILDFLAG(ENABLE_DEVTOOLS_FRONTEND) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -497,11 +497,11 @@ +@@ -500,11 +500,11 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -529,7 +529,7 @@ +@@ -532,7 +532,7 @@ #include "chrome/browser/sessions/session_service_log.h" #endif @@ -32,7 +32,7 @@ #include "ui/color/system_theme.h" #endif -@@ -1850,7 +1850,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1666,7 +1666,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) on_device_translation::RegisterLocalStatePrefs(registry); #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) @@ -41,7 +41,7 @@ WhatsNewUI::RegisterLocalStatePrefs(registry); #endif -@@ -2001,7 +2001,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1817,7 +1817,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) #endif // BUILDFLAG(ENABLE_PDF) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -50,7 +50,7 @@ registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true); #endif -@@ -2375,13 +2375,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2193,13 +2193,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc b/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc deleted file mode 100644 index 928d0308fd1d..000000000000 --- a/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.cc.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.cc -@@ -11,7 +11,7 @@ - #include "privacy_sandbox_incognito_survey_service.h" - #include "privacy_sandbox_incognito_survey_service_factory.h" - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "privacy_sandbox_whats_new_survey_service.h" - #include "privacy_sandbox_whats_new_survey_service_factory.h" - #endif -@@ -40,7 +40,7 @@ void PrivacySandboxIncognitoTabObserver::DidFinishLoad - return; - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // What's new page is fully contained within a single iframe for all the - // contents. The survey on the "What's New" page should only appear when the - // *iframe's* content is fully loaded. This happens after the main frame's -@@ -72,7 +72,7 @@ bool PrivacySandboxIncognitoTabObserver::IsNewTabPage( - url == chrome::kChromeUINewTabURL; - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // constant kChromeUIWhatsNewURL is defined only for this three. - bool PrivacySandboxIncognitoTabObserver::IsWhatsNewPage(const GURL& url) { - return url == chrome::kChromeUIWhatsNewURL; diff --git a/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h b/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h deleted file mode 100644 index 13b3ce41e6d4..000000000000 --- a/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.h.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.h -@@ -23,7 +23,7 @@ class PrivacySandboxIncognitoTabObserver : public cont - - private: - bool IsNewTabPage(const GURL& url); --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool IsWhatsNewPage(const GURL& url); - #endif - }; diff --git a/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h b/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h deleted file mode 100644 index 3c5fef3b12df..000000000000 --- a/www/chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_whats_new_survey_service.h.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_whats_new_survey_service.h -@@ -16,7 +16,7 @@ - #include "components/keyed_service/core/keyed_service.h" - #include "content/public/browser/web_contents.h" - --#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) -+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) - #error This file should only be included on Win, Mac or Linux - #endif - diff --git a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc index e3678d7b3a1b..d8c0373647b1 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc -@@ -387,7 +387,7 @@ +@@ -390,7 +390,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_store_factory.h" #include "chrome/browser/enterprise/idle/idle_service_factory.h" -@@ -432,7 +432,7 @@ +@@ -435,7 +435,7 @@ #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,9 +18,9 @@ #include "chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.h" #include "chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.h" #include "chrome/browser/ui/tabs/saved_tab_groups/collaboration_messaging_observer_factory.h" -@@ -442,11 +442,11 @@ - #if !BUILDFLAG(IS_ANDROID) - #include "chrome/browser/password_manager/startup_passwords_import_service_factory.h" // nogncheck (Desktop only) +@@ -447,11 +447,11 @@ + #include "chrome/browser/webauthn/passkey_unlock_manager_factory.h" + #include "device/fido/features.h" #endif -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) @@ -32,16 +32,16 @@ #include "chrome/browser/browser_switcher/browser_switcher_service_factory.h" #include "chrome/browser/enterprise/signin/enterprise_signin_service_factory.h" #include "chrome/browser/enterprise/signin/oidc_authentication_signin_interceptor_factory.h" -@@ -672,7 +672,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - AccountInvestigatorFactory::GetInstance(); +@@ -676,7 +676,7 @@ void ChromeBrowserMainExtraPartsProfiles:: AccountPasswordStoreFactory::GetInstance(); AccountReconcilorFactory::GetInstance(); + autofill::AccountSettingServiceFactory::GetInstance(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) AccountsPolicyManagerFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -771,7 +771,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -775,7 +775,7 @@ void ChromeBrowserMainExtraPartsProfiles:: DiceBoundSessionCookieServiceFactory::GetInstance(); #endif #endif @@ -50,7 +50,7 @@ browser_switcher::BrowserSwitcherServiceFactory::GetInstance(); #endif browser_sync::UserEventServiceFactory::GetInstance(); -@@ -834,7 +834,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -839,7 +839,7 @@ void ChromeBrowserMainExtraPartsProfiles:: collaboration::comments::CommentsServiceFactory::GetInstance(); collaboration::messaging::MessagingBackendServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -59,16 +59,16 @@ tab_groups::CollaborationMessagingObserverFactory::GetInstance(); #endif commerce::ShoppingServiceFactory::GetInstance(); -@@ -842,7 +842,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - contextual_tasks::ContextualTasksContextControllerFactory::GetInstance(); - contextual_tasks::ContextualTasksServiceFactory::GetInstance(); +@@ -853,7 +853,7 @@ void ChromeBrowserMainExtraPartsProfiles:: + contextual_tasks::ContextualTasksUiServiceFactory::GetInstance(); + #endif ContentIndexProviderFactory::GetInstance(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) contextual_cueing::ContextualCueingServiceFactory::GetInstance(); #endif - ContextualSessionServiceFactory::GetInstance(); -@@ -895,11 +895,11 @@ void ChromeBrowserMainExtraPartsProfiles:: + ContextualSearchServiceFactory::GetInstance(); +@@ -907,11 +907,11 @@ void ChromeBrowserMainExtraPartsProfiles:: enterprise_connectors::ConnectorsServiceFactory::GetInstance(); enterprise_connectors::ReportingEventRouterFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -82,7 +82,7 @@ BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) && \ BUILDFLAG(SAFE_BROWSING_AVAILABLE) enterprise_connectors::LocalBinaryUploadServiceFactory::GetInstance(); -@@ -909,7 +909,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -921,7 +921,7 @@ void ChromeBrowserMainExtraPartsProfiles:: GetInstance(); #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -91,7 +91,7 @@ enterprise_idle::IdleServiceFactory::GetInstance(); enterprise_signals::SignalsAggregatorFactory::GetInstance(); #endif -@@ -918,10 +918,10 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -930,10 +930,10 @@ void ChromeBrowserMainExtraPartsProfiles:: #endif enterprise_reporting::LegacyTechServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -104,7 +104,7 @@ enterprise_signin::EnterpriseSigninServiceFactory::GetInstance(); #endif #if BUILDFLAG(ENABLE_SESSION_SERVICE) -@@ -1059,7 +1059,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1069,7 +1069,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_ANDROID) MerchantViewerDataManagerFactory::GetInstance(); #endif @@ -113,7 +113,7 @@ metrics::DesktopProfileSessionDurationsServiceFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -1147,7 +1147,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1162,7 +1162,7 @@ void ChromeBrowserMainExtraPartsProfiles:: PasswordCounterFactory::GetInstance(); #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -122,7 +122,7 @@ PasswordManagerBlocklistPolicyFactory::GetInstance(); #endif PasswordManagerSettingsServiceFactory::GetInstance(); -@@ -1192,7 +1192,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1205,7 +1205,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_CHROMEOS) policy::PolicyCertServiceFactory::GetInstance(); #endif @@ -131,7 +131,7 @@ policy::ProfileTokenPolicyWebSigninServiceFactory::GetInstance(); policy::UserPolicyOidcSigninServiceFactory::GetInstance(); #endif -@@ -1229,7 +1229,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1240,7 +1240,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) ProfileStatisticsFactory::GetInstance(); #endif @@ -139,8 +139,8 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ProfileTokenWebSigninInterceptorFactory::GetInstance(); OidcAuthenticationSigninInterceptorFactory::GetInstance(); - PrivacySandboxWhatsNewSurveyServiceFactory::GetInstance(); -@@ -1250,7 +1250,7 @@ void ChromeBrowserMainExtraPartsProfiles:: + #endif +@@ -1260,7 +1260,7 @@ void ChromeBrowserMainExtraPartsProfiles:: ReduceAcceptLanguageFactory::GetInstance(); RendererUpdaterFactory::GetInstance(); regional_capabilities::RegionalCapabilitiesServiceFactory::GetInstance(); @@ -148,4 +148,4 @@ +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) reporting::ManualTestHeartbeatEventFactory::GetInstance(); #endif - #if !BUILDFLAG(IS_ANDROID) + RevokedPermissionsOSNotificationDisplayManagerFactory::GetInstance(); diff --git a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc index cfeceba90a4e..b84160bc55c2 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_profile__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profile_impl.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/profiles/profile_impl.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/profiles/profile_impl.cc -@@ -268,6 +268,10 @@ +@@ -265,6 +265,10 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -11,7 +11,7 @@ using bookmarks::BookmarkModel; using content::BrowserThread; using content::DownloadManagerDelegate; -@@ -602,7 +606,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async +@@ -599,7 +603,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async policy_provider = GetUserCloudPolicyManagerAsh(); #else // !BUILDFLAG(IS_CHROMEOS) { @@ -20,7 +20,7 @@ ProfileManager* profile_manager = g_browser_process->profile_manager(); ProfileAttributesEntry* entry = profile_manager->GetProfileAttributesStorage() -@@ -876,7 +880,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) +@@ -871,7 +875,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) } base::FilePath ProfileImpl::last_selected_directory() { diff --git a/www/chromium/files/patch-chrome_browser_profiles_profile__io__data.cc b/www/chromium/files/patch-chrome_browser_profiles_profile__io__data.cc index 1e84733a35e1..d450c2456a97 100644 --- a/www/chromium/files/patch-chrome_browser_profiles_profile__io__data.cc +++ b/www/chromium/files/patch-chrome_browser_profiles_profile__io__data.cc @@ -1,4 +1,4 @@ ---- chrome/browser/profiles/profile_io_data.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/profiles/profile_io_data.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/profiles/profile_io_data.cc @@ -17,7 +17,7 @@ #include "url/gurl.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(const std::strin +@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(std::string_view url::kFileSystemScheme, chrome::kChromeSearchScheme, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc b/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc index f16e42e83a69..bee8b98fbcd4 100644 --- a/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc +++ b/www/chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc @@ -1,6 +1,6 @@ ---- chrome/browser/renderer_context_menu/render_view_context_menu.cc.orig 2025-11-12 08:17:34 UTC +--- chrome/browser/renderer_context_menu/render_view_context_menu.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/renderer_context_menu/render_view_context_menu.cc -@@ -243,7 +243,7 @@ +@@ -248,7 +248,7 @@ #include "url/origin.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -4985,7 +4985,7 @@ void RenderViewContextMenu::OpenLinkInSplitView() { +@@ -5024,7 +5024,7 @@ void RenderViewContextMenu::OpenLinkInSplitView() { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc b/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc index 978d683eb739..40e7131bd2f5 100644 --- a/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc +++ b/www/chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/safe_browsing/chrome_password_protection_service.cc -@@ -1288,7 +1288,7 @@ std::string ChromePasswordProtectionService::GetOrgani +@@ -1292,7 +1292,7 @@ std::string ChromePasswordProtectionService::GetOrgani ReusedPasswordAccountType password_type) const { if (base::FeatureList::IsEnabled( safe_browsing::kEnterprisePasswordReuseUiRefresh)) { diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc b/www/chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc index 192f8b507a6a..534b45b3969a 100644 --- a/www/chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc +++ b/www/chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc -@@ -20,7 +20,7 @@ +@@ -21,7 +21,7 @@ #include "components/safe_browsing/core/common/safebrowsing_switches.h" #include "net/base/url_util.h" diff --git a/www/chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc b/www/chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc index 321f2484a2c5..f1867a408be7 100644 --- a/www/chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc +++ b/www/chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc -@@ -12,7 +12,7 @@ +@@ -14,7 +14,7 @@ #include "content/public/browser/web_contents.h" #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/browser_finder.h" #include "chrome/browser/ui/browser_window/public/browser_window_features.h" #include "chrome/browser/ui/toasts/api/toast_id.h" -@@ -59,7 +59,7 @@ SafeBrowsingPrefChangeHandler::~SafeBrowsingPrefChange +@@ -61,7 +61,7 @@ SafeBrowsingPrefChangeHandler::~SafeBrowsingPrefChange void SafeBrowsingPrefChangeHandler:: MaybeShowEnhancedProtectionSettingChangeNotification() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -18,7 +18,7 @@ if (!profile_ || !base::FeatureList::IsEnabled(safe_browsing::kEsbAsASyncedSetting)) { return; -@@ -186,7 +186,7 @@ void SafeBrowsingPrefChangeHandler:: +@@ -216,7 +216,7 @@ void SafeBrowsingPrefChangeHandler:: } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ diff --git a/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc b/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc index ffa11f9a2c7a..10ed0de36051 100644 --- a/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc +++ b/www/chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/chrome_signin_client.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/signin/chrome_signin_client.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/signin/chrome_signin_client.cc -@@ -164,7 +164,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo +@@ -165,7 +165,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo std::string HatsSurveyTriggerForAccessPoint( signin_metrics::AccessPoint access_point) { switch (access_point) { diff --git a/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc b/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc index d8889a8a4ff2..ceb17551c454 100644 --- a/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc +++ b/www/chromium/files/patch-chrome_browser_signin_signin__hats__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/signin_hats_util.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/signin/signin_hats_util.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/signin/signin_hats_util.cc -@@ -36,7 +36,7 @@ +@@ -39,7 +39,7 @@ namespace { @@ -9,16 +9,16 @@ constexpr char kChannel[] = "Channel"; constexpr char kChromeVersion[] = "Chrome Version"; constexpr char kNumberOfChromeProfiles[] = "Number of Chrome Profiles"; -@@ -153,7 +153,7 @@ SurveyStringData GetSigninSurveyStringData( +@@ -123,7 +123,7 @@ SurveyStringData GetSigninSurveyStringData( namespace signin { bool IsFeatureEnabledForSigninHatsTrigger(const std::string& trigger) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - for (const auto& entry : kChromeIdentityHatsTriggerFeatureMapping) { - if (trigger == entry.trigger) { - return base::FeatureList::IsEnabled(*entry.feature); -@@ -171,7 +171,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin + static const base::NoDestructor< + base::flat_map<std::string_view, const base::Feature*>> + kChromeIdentityHatsTriggerFeatureMap({ +@@ -168,7 +168,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin bool defer_if_no_browser, std::optional<signin_metrics::AccessPoint> access_point_for_data_type_promo) { diff --git a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc index b9b4a5af9db1..2ce0ed2cc749 100644 --- a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc +++ b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_browser_utils.cc.orig 2025-05-28 14:55:43 UTC +--- chrome/browser/supervised_user/supervised_user_browser_utils.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/supervised_user/supervised_user_browser_utils.cc @@ -40,7 +40,7 @@ #include "chrome/browser/ash/profiles/profile_helper.h" @@ -9,7 +9,7 @@ #include "chrome/browser/supervised_user/supervised_user_verification_controller_client.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_blocked_sites.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_youtube.h" -@@ -158,7 +158,7 @@ void AssertChildStatusOfTheUser(Profile* profile, bool +@@ -157,7 +157,7 @@ void AssertChildStatusOfTheUser(Profile* profile, bool #endif } diff --git a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h index 5544712f65e2..47998d16bc5c 100644 --- a/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h +++ b/www/chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h @@ -1,6 +1,6 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_manager.h -@@ -151,7 +151,7 @@ class SupervisedUserExtensionsManager : public Extensi +@@ -147,7 +147,7 @@ class SupervisedUserExtensionsManager : public Extensi // launched. bool ShouldBlockExtension(const std::string& extension_id) const; diff --git a/www/chromium/files/patch-chrome_browser_sync_sync__service__factory.cc b/www/chromium/files/patch-chrome_browser_sync_sync__service__factory.cc index aa05a3d198ee..4f85c917683a 100644 --- a/www/chromium/files/patch-chrome_browser_sync_sync__service__factory.cc +++ b/www/chromium/files/patch-chrome_browser_sync_sync__service__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/sync/sync_service_factory.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/sync/sync_service_factory.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/sync/sync_service_factory.cc -@@ -134,7 +134,7 @@ namespace { +@@ -135,7 +135,7 @@ namespace { tab_groups::TabGroupSyncService* GetTabGroupSyncService(Profile* profile) { CHECK(profile); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ tab_groups::TabGroupSyncService* service = tab_groups::TabGroupSyncServiceFactory::GetForProfile(profile); CHECK(service); -@@ -399,7 +399,7 @@ std::unique_ptr<KeyedService> BuildSyncService( +@@ -402,7 +402,7 @@ std::unique_ptr<KeyedService> BuildSyncService( bool local_sync_backend_enabled = false; // Only check the local sync backend pref on the supported platforms of // Windows, Mac and Linux. diff --git a/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h b/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h index c657c0365b97..6962f6547037 100644 --- a/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h +++ b/www/chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/actions/chrome_action_id.h -@@ -512,7 +512,7 @@ +@@ -519,7 +519,7 @@ #if BUILDFLAG(IS_CHROMEOS) #define CHROME_PLATFORM_SPECIFIC_ACTION_IDS \ E(kToggleMultitaskMenu, IDC_TOGGLE_MULTITASK_MENU) diff --git a/www/chromium/files/patch-chrome_browser_ui_browser.h b/www/chromium/files/patch-chrome_browser_ui_browser.h index 429fd3f275a3..86937ce7fb9e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser.h +++ b/www/chromium/files/patch-chrome_browser_ui_browser.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser.h.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/browser.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/browser.h -@@ -270,7 +270,7 @@ class Browser : public TabStripModelObserver, +@@ -258,7 +258,7 @@ class Browser : public TabStripModelObserver, std::optional<int64_t> display_id; #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc b/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc index 2bc5d8f98ede..6699d48916fd 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__command__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_command_controller.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/browser_command_controller.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/browser_command_controller.cc -@@ -129,7 +129,7 @@ +@@ -130,7 +130,7 @@ #include "components/user_manager/user_manager.h" #endif @@ -9,7 +9,7 @@ #include "ui/base/ime/text_edit_commands.h" #include "ui/base/ime/text_input_flags.h" #include "ui/linux/linux_ui.h" -@@ -139,7 +139,7 @@ +@@ -140,7 +140,7 @@ #include "ui/ozone/public/ozone_platform.h" #endif @@ -18,7 +18,7 @@ #include "chrome/browser/ui/shortcuts/desktop_shortcuts_utils.h" #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -373,7 +373,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( +@@ -374,7 +374,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( #endif } @@ -27,7 +27,7 @@ // If this key was registered by the user as a content editing hotkey, then // it is not reserved. auto* linux_ui = ui::LinuxUi::instance(); -@@ -676,7 +676,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -677,7 +677,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; #endif @@ -36,7 +36,7 @@ case IDC_MINIMIZE_WINDOW: browser_->window()->Minimize(); break; -@@ -898,7 +898,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -907,7 +907,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; case IDC_CREATE_SHORTCUT: base::RecordAction(base::UserMetricsAction("CreateShortcut")); @@ -45,7 +45,7 @@ chrome::CreateDesktopShortcutForActiveWebContents(browser_); #else web_app::CreateWebAppFromCurrentWebContents( -@@ -1075,7 +1075,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -1087,7 +1087,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) case IDC_CHROME_WHATS_NEW: #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -54,7 +54,7 @@ ShowChromeWhatsNew(browser_); break; #else -@@ -1464,7 +1464,7 @@ void BrowserCommandController::InitCommandState() { +@@ -1474,7 +1474,7 @@ void BrowserCommandController::InitCommandState() { command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_4, true); command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_5, true); #endif @@ -63,7 +63,7 @@ command_updater_.UpdateCommandEnabled(IDC_MINIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_MAXIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_RESTORE_WINDOW, true); -@@ -1824,7 +1824,7 @@ void BrowserCommandController::UpdateCommandsForTabSta +@@ -1838,7 +1838,7 @@ void BrowserCommandController::UpdateCommandsForTabSta bool can_create_web_app = web_app::CanCreateWebApp(browser_); command_updater_.UpdateCommandEnabled(IDC_INSTALL_PWA, can_create_web_app); diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc b/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc index da64a2d11405..1fb9127c127e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__commands.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_commands.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/browser_commands.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/browser_commands.cc -@@ -2298,7 +2298,7 @@ void OpenUpdateChromeDialog(Browser* browser) { +@@ -2354,7 +2354,7 @@ void OpenUpdateChromeDialog(Browser* browser) { } else if (UpgradeDetector::GetInstance()->is_outdated_install_no_au()) { UpgradeDetector::GetInstance()->NotifyOutdatedInstallNoAutoUpdate(); } else { diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index b64f5ae015f0..6162edf0673b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -82,7 +82,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry +@@ -85,7 +85,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry registry->RegisterTimePref(prefs::kPinInfoBarLastShown, base::Time()); registry->RegisterIntegerPref(prefs::kPinInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser, std::string()); registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -103,7 +103,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -106,7 +106,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry user_prefs::PrefRegistrySyncable::SYNCABLE_PREF; #endif @@ -18,7 +18,7 @@ registry->RegisterIntegerPref(prefs::kSessionRestoreInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -@@ -216,7 +216,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -219,7 +219,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc b/www/chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc index ab5e577d47d0..e94206cc9563 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_window/internal/browser_window_features.cc.orig 2025-11-12 08:17:34 UTC +--- chrome/browser/ui/browser_window/internal/browser_window_features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/browser_window/internal/browser_window_features.cc -@@ -133,7 +133,7 @@ +@@ -145,7 +145,7 @@ #include "chrome/browser/ui/startup/default_browser_prompt/pin_infobar/pin_infobar_controller.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/ui/views/session_restore_infobar/session_restore_infobar_controller.h" #endif -@@ -374,7 +374,7 @@ void BrowserWindowFeatures::Init(BrowserWindowInterfac +@@ -391,7 +391,7 @@ void BrowserWindowFeatures::Init(BrowserWindowInterfac browser_select_file_dialog_controller_ = std::make_unique<BrowserSelectFileDialogController>(profile); diff --git a/www/chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h b/www/chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h index c4a609621132..7ecb6c08e092 100644 --- a/www/chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h +++ b/www/chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_window/public/browser_window_features.h.orig 2025-11-12 08:17:34 UTC +--- chrome/browser/ui/browser_window/public/browser_window_features.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/browser_window/public/browser_window_features.h -@@ -94,7 +94,7 @@ class PinInfoBarController; +@@ -101,7 +101,7 @@ class PinInfoBarController; } // namespace default_browser #endif @@ -9,7 +9,7 @@ class ProfileCustomizationBubbleSyncController; namespace session_restore_infobar { class SessionRestoreInfobarController; -@@ -428,7 +428,7 @@ class BrowserWindowFeatures { +@@ -449,7 +449,7 @@ class BrowserWindowFeatures { return browser_select_file_dialog_controller_.get(); } @@ -18,7 +18,7 @@ ProfileCustomizationBubbleSyncController* profile_customization_bubble_sync_controller() { return profile_customization_bubble_sync_controller_.get(); -@@ -597,7 +597,7 @@ class BrowserWindowFeatures { +@@ -619,7 +619,7 @@ class BrowserWindowFeatures { std::unique_ptr<BrowserSelectFileDialogController> browser_select_file_dialog_controller_; diff --git a/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc b/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc index 77298ae12ef0..b8606849e6b4 100644 --- a/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc +++ b/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.cc @@ -1,14 +1,5 @@ ---- chrome/browser/ui/hats/survey_config.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/hats/survey_config.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/hats/survey_config.cc -@@ -166,7 +166,7 @@ constexpr char kHatsSurveyOrganicTriggerSafetyHubAndro - "safety_hub_android_organic_survey"; - #endif // #if !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kHatsSurveyTriggerPrivacySandboxWhatsNewSurvey[] = - "privacy-sandbox-whats-new-survey"; - #endif // !BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -505,7 +505,7 @@ std::vector<hats::SurveyConfig> GetAllSurveyConfigs() &features::kHappinessTrackingSurveysForWallpaperSearch, kHatsSurveyTriggerWallpaperSearch); diff --git a/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.h b/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.h deleted file mode 100644 index dbc960d31456..000000000000 --- a/www/chromium/files/patch-chrome_browser_ui_hats_survey__config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/hats/survey_config.h.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/ui/hats/survey_config.h -@@ -89,7 +89,7 @@ extern const char kHatsSurveyTriggerSafetyHubAndroid[] - extern const char kHatsSurveyOrganicTriggerSafetyHubAndroid[]; - #endif // #if !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kHatsSurveyTriggerPrivacySandboxWhatsNewSurvey[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - diff --git a/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc b/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc index 32c50c5f8d02..6d83366f56fb 100644 --- a/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/passwords/manage_passwords_ui_controller.cc -@@ -115,7 +115,7 @@ namespace { +@@ -116,7 +116,7 @@ namespace { using Logger = autofill::SavePasswordProgressLogger; @@ -9,7 +9,7 @@ // Should be kept in sync with constant declared in // bubble_controllers/relaunch_chrome_bubble_controller.cc. constexpr int kMaxNumberOfTimesKeychainErrorBubbleIsShown = 3; -@@ -626,7 +626,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor +@@ -628,7 +628,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor } void ManagePasswordsUIController::OnKeychainError() { diff --git a/www/chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h b/www/chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h index 4c4eb52ca760..3e02268c41f3 100644 --- a/www/chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h +++ b/www/chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h.orig 2024-06-17 12:56:06 UTC +--- chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h -@@ -36,7 +36,7 @@ class SharingHubBubbleController { +@@ -39,7 +39,7 @@ class SharingHubBubbleController { // Returns true if the omnibox icon should be shown. virtual bool ShouldOfferOmniboxIcon() = 0; diff --git a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc index d0f5c5c16080..a02fb099e691 100644 --- a/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/signin/signin_view_controller.cc -@@ -476,7 +476,7 @@ void SigninViewController::ShowModalSyncConfirmationDi +@@ -472,7 +472,7 @@ void SigninViewController::ShowModalSyncConfirmationDi GetOnModalDialogClosedCallback()); } @@ -9,7 +9,7 @@ void SigninViewController::ShowModalHistorySyncOptInDialog( HistorySyncOptinHelper::FlowCompletedCallback callback) { CHECK( -@@ -493,7 +493,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi +@@ -489,7 +489,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi void SigninViewController::ShowModalManagedUserNoticeDialog( std::unique_ptr<signin::EnterpriseProfileCreationDialogParams> create_param) { diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc b/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc index 270b75babfe7..2809ab34478c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/startup/bad_flags_prompt.cc -@@ -105,7 +105,7 @@ const char* const kBadFlags[] = { +@@ -111,7 +111,7 @@ const char* const kBadFlags[] = { extensions::switches::kExtensionsOnExtensionURLs, #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc index 9ffe461cb7bb..44830e641f99 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/startup/startup_browser_creator.cc @@ -135,7 +135,7 @@ #include "chrome/credential_provider/common/gcp_strings.h" @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #include "chrome/browser/ui/startup/web_app_info_recorder_utils.h" #include "components/headless/policy/headless_mode_policy.h" -@@ -987,7 +987,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -991,7 +991,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( TRACE_EVENT0("startup", "StartupBrowserCreator::ProcessCmdLineImpl"); ComputeAndRecordLaunchMode(command_line); @@ -18,7 +18,7 @@ if (headless::IsHeadlessMode() && headless::HeadlessModePolicy::IsHeadlessModeDisabled( g_browser_process->local_state())) { -@@ -1090,7 +1090,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1114,7 +1114,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( silent_launch = true; } @@ -27,7 +27,7 @@ // Writes open and installed web apps to the specified file without // launching a new browser window or tab. if (base::FeatureList::IsEnabled(features::kListWebAppsSwitch) && -@@ -1307,7 +1307,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1331,7 +1331,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( CHECK_EQ(profile_info.mode, StartupProfileMode::kBrowserWindow) << "Failed launch with app: couldn't pick a profile"; std::string app_id = command_line.GetSwitchValueASCII(switches::kAppId); diff --git a/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc b/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc index ea187db6beea..4d7d6b7b1771 100644 --- a/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc +++ b/www/chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/startup/startup_tab_provider.cc -@@ -63,7 +63,7 @@ +@@ -66,7 +66,7 @@ #include "extensions/common/manifest_handlers/chrome_url_overrides_handler.h" #endif // !BUILDFLAG(IS_ANDROID) @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #endif -@@ -102,7 +102,7 @@ bool ValidateUrl(const GURL& url) { +@@ -124,7 +124,7 @@ bool ValidateUrl(const GURL& url) { #endif // BUILDFLAG(IS_CHROMEOS) bool url_scheme_is_chrome = false; diff --git a/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc b/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc index a5564a38d597..44094ae08f65 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tab__helpers.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tab_helpers.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/tab_helpers.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/tab_helpers.cc -@@ -222,7 +222,7 @@ +@@ -221,7 +221,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/blocked_content/framebust_block_tab_helper.h" #include "chrome/browser/ui/hats/hats_helper.h" #include "chrome/browser/ui/performance_controls/performance_controls_hats_service_factory.h" -@@ -718,12 +718,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con +@@ -724,12 +724,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con webapps::PreRedirectionURLObserver::CreateForWebContents(web_contents); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc index 331c3337f9fe..12910f385334 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/features.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/tabs/features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/tabs/features.cc -@@ -52,7 +52,7 @@ bool CanShowTabSearchPositionSetting() { +@@ -50,7 +50,7 @@ bool CanShowTabSearchPositionSetting() { } // Mac and other platforms will always have the tab search position in the // correct location, cros/linux/win git the user the option to change. diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h b/www/chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h index 770a64468ea6..91fb17193d6f 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/public/tab_features.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/tabs/public/tab_features.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/tabs/public/tab_features.h -@@ -118,7 +118,7 @@ class TabContextualizationController; +@@ -119,7 +119,7 @@ class TabContextualizationController; } // namespace lens #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,8 +9,8 @@ namespace wallet { class ChromeWalletablePassClient; } // namespace wallet -@@ -451,7 +451,7 @@ class TabFeatures { - bookmarkbar_preload_pipeline_manager_; +@@ -468,7 +468,7 @@ class TabFeatures { + new_tab_page_preload_pipeline_manager_; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc index 43e180b938d9..158584d51e56 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/tabs/tab_dialog_manager.cc -@@ -88,7 +88,7 @@ bool SupportsGlobalScreenCoordinates() { +@@ -90,7 +90,7 @@ bool SupportsGlobalScreenCoordinates() { } bool PlatformClipsChildrenToViewport() { diff --git a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc index 695e097a187e..b85a19498459 100644 --- a/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_features.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/tabs/tab_features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/tabs/tab_features.cc -@@ -80,7 +80,7 @@ +@@ -82,7 +82,7 @@ #include "chrome/browser/ui/web_applications/pwa_install_page_action.h" #include "chrome/browser/ui/webui/webui_embedding_context.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/wallet/chrome_walletable_pass_client.h" #endif #include "chrome/browser/web_applications/web_app_tab_helper.h" -@@ -401,7 +401,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro +@@ -419,7 +419,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro task_manager::WebContentsTags::CreateForTabContents(tab.GetContents()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_ui__features.cc b/www/chromium/files/patch-chrome_browser_ui_ui__features.cc index 4a38887f81dc..e9104f01ef4d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_ui__features.cc +++ b/www/chromium/files/patch-chrome_browser_ui_ui__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/ui_features.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/ui_features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/ui_features.cc -@@ -38,7 +38,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, +@@ -39,7 +39,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, BASE_FEATURE(kCreateNewTabGroupAppMenuTopLevel, base::FEATURE_DISABLED_BY_DEFAULT); @@ -9,7 +9,7 @@ // Enables the feature to remove the last confirmation dialog when relaunching // to update Chrome. BASE_FEATURE(kFewerUpdateConfirmations, base::FEATURE_ENABLED_BY_DEFAULT); -@@ -148,7 +148,7 @@ BASE_FEATURE_PARAM(int, +@@ -170,7 +170,7 @@ BASE_FEATURE_PARAM(int, "drop_target_hide_for_os_width", #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) 32 @@ -18,7 +18,7 @@ 50 #else 0 -@@ -434,7 +434,7 @@ BASE_FEATURE(kViewsFirstRunDialog, base::FEATURE_DISAB +@@ -471,7 +471,7 @@ BASE_FEATURE(kViewsFirstRunDialog, base::FEATURE_ENABL BASE_FEATURE(kViewsJSAppModalDialog, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -27,7 +27,7 @@ BASE_FEATURE(kUsePortalAccentColor, base::FEATURE_ENABLED_BY_DEFAULT); #endif -@@ -634,7 +634,7 @@ bool IsBookmarkTabGroupConversionEnabled() { +@@ -677,7 +677,7 @@ bool IsBookmarkTabGroupConversionEnabled() { return base::FeatureList::IsEnabled(kBookmarkTabGroupConversion); } diff --git a/www/chromium/files/patch-chrome_browser_ui_ui__features.h b/www/chromium/files/patch-chrome_browser_ui_ui__features.h index 7f1324365dcf..476015344f38 100644 --- a/www/chromium/files/patch-chrome_browser_ui_ui__features.h +++ b/www/chromium/files/patch-chrome_browser_ui_ui__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/ui_features.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/ui_features.h @@ -30,7 +30,7 @@ BASE_DECLARE_FEATURE(kCloseOmniboxPopupOnInactiveAreaC @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kFewerUpdateConfirmations); #endif -@@ -63,7 +63,7 @@ enum class PdfInfoBarTrigger { kPdfLoad = 0, kStartup +@@ -61,7 +61,7 @@ enum class PdfInfoBarTrigger { kPdfLoad = 0, kStartup BASE_DECLARE_FEATURE_PARAM(PdfInfoBarTrigger, kPdfInfoBarTrigger); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ // When enabled, user may see the session restore UI flow. BASE_DECLARE_FEATURE(kSessionRestoreInfobar); -@@ -345,7 +345,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); +@@ -366,7 +366,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); #endif diff --git a/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc b/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc index 41e2bd94334a..c66f9606ceed 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc -@@ -91,7 +91,7 @@ DialogText GetPromptDialogTextFromStatus( +@@ -94,7 +94,7 @@ DialogText GetPromptDialogTextFromStatus( break; } @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled( syncer::kReplaceSyncPromosWithSignInPromos) && status.signin_status != collaboration::SigninStatus::kSigninDisabled) { -@@ -404,7 +404,7 @@ void CollaborationControllerDelegateDesktop::ShowError +@@ -421,7 +421,7 @@ void CollaborationControllerDelegateDesktop::ShowError chrome::ShowBrowserModal(browser_, std::move(dialog_model)); } @@ -18,16 +18,25 @@ void CollaborationControllerDelegateDesktop:: MaybeShowSignInUiForHistorySyncOptin() { collaboration::ServiceStatus status = GetServiceStatus(); -@@ -516,7 +516,7 @@ void CollaborationControllerDelegateDesktop:: - .SetLabel(dialog_text.ok_button_text) - .SetEnabled(true)); +@@ -510,7 +510,7 @@ void CollaborationControllerDelegateDesktop:: + } + AccountInfo account_for_promo = -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - AccountInfo account_for_promo = signin_ui_util::GetSingleAccountForPromos( - IdentityManagerFactory::GetForProfile(browser_->profile())); + signin_ui_util::GetSingleAccountForPromos( + IdentityManagerFactory::GetForProfile(browser_->profile())); + #else +@@ -545,7 +545,7 @@ void CollaborationControllerDelegateDesktop:: + .SetLabel(dialog_text.ok_button_text) + .SetEnabled(true)); -@@ -569,7 +569,7 @@ void CollaborationControllerDelegateDesktop::OnPromptD +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (base::FeatureList::IsEnabled( + syncer::kReplaceSyncPromosWithSignInPromos)) { + dialog_builder.SetFootnote(ui::DialogModelLabel(dialog_text.footnote)); +@@ -598,7 +598,7 @@ void CollaborationControllerDelegateDesktop::OnPromptD .Run(CollaborationControllerDelegate::Outcome::kSuccess); } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h b/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h index 45cf08cd9852..067ccb9616a5 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h -@@ -81,7 +81,7 @@ class CollaborationControllerDelegateDesktop +@@ -83,7 +83,7 @@ class CollaborationControllerDelegateDesktop std::optional<data_sharing::mojom::GroupActionProgress> progress); void ShowErrorDialog(const ErrorInfo& error); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc index f19af6e36a4e..e7e8487b72a0 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_frame_view_linux.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/frame/browser_frame_view_linux.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/browser_frame_view_linux.cc -@@ -70,7 +70,7 @@ gfx::ShadowValues BrowserFrameViewLinux::GetShadowValu +@@ -71,7 +71,7 @@ gfx::ShadowValues BrowserFrameViewLinux::GetShadowValu void BrowserFrameViewLinux::PaintRestoredFrameBorder( gfx::Canvas* canvas) const { @@ -9,7 +9,7 @@ const bool tiled = browser_widget()->tiled(); #else const bool tiled = false; -@@ -125,7 +125,7 @@ int BrowserFrameViewLinux::NonClientHitTest(const gfx: +@@ -126,7 +126,7 @@ int BrowserFrameViewLinux::NonClientHitTest(const gfx: } float BrowserFrameViewLinux::GetRestoredCornerRadiusDip() const { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index 1623c77bbdae..7ae0b3105def 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/browser_view.cc -@@ -2313,7 +2313,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating +@@ -2305,7 +2305,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } void BrowserView::TabDraggingStatusChanged(bool is_dragging) { @@ -9,7 +9,7 @@ std::vector<ContentsWebView*> contents_web_views = GetAllVisibleContentsWebViews(); -@@ -5880,7 +5880,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { +@@ -5919,7 +5919,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { @@ -18,7 +18,7 @@ if (!ShouldShowAvatarToolbarIPH()) { return; } -@@ -5890,7 +5890,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn +@@ -5929,7 +5929,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn } void BrowserView::MaybeShowSignInBenefitsIPH() { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc index 81db3d747fb9..71971ceeb23d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_widget.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/frame/browser_widget.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/browser_widget.cc -@@ -53,7 +53,7 @@ +@@ -52,7 +52,7 @@ #include "ui/aura/window.h" #endif @@ -9,16 +9,7 @@ #include "ui/display/screen.h" #include "ui/linux/linux_ui.h" #endif -@@ -68,7 +68,7 @@ namespace { - constexpr double kTitlePaddingWidthFraction = 0.1; - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // These values are used for Linux/GTK. - constexpr int kIconTitleSpacing = 4; - constexpr int kCaptionSpacing = 5; -@@ -98,7 +98,7 @@ class ThemeChangedObserver : public views::WidgetObser +@@ -87,7 +87,7 @@ class ThemeChangedObserver : public views::WidgetObser }; bool IsUsingLinuxSystemTheme(Profile* profile) { @@ -27,7 +18,7 @@ return ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme(); #else return false; -@@ -214,7 +214,7 @@ void BrowserWidget::InitBrowserWidget() { +@@ -203,7 +203,7 @@ void BrowserWidget::InitBrowserWidget() { Init(std::move(params)); @@ -36,7 +27,7 @@ SelectNativeTheme(); #else SetNativeTheme(ui::NativeTheme::GetInstanceForNativeUi()); -@@ -419,7 +419,7 @@ void BrowserWidget::OnNativeWidgetWorkspaceChanged() { +@@ -342,7 +342,7 @@ void BrowserWidget::OnNativeWidgetWorkspaceChanged() { chrome::SaveWindowWorkspace(browser_view_->browser(), GetWorkspace()); chrome::SaveWindowVisibleOnAllWorkspaces(browser_view_->browser(), IsVisibleOnAllWorkspaces()); @@ -45,7 +36,7 @@ // If the window was sent to a different workspace, prioritize it if // it was sent to the current workspace and deprioritize it // otherwise. This is done by MoveBrowsersInWorkspaceToFront() -@@ -606,7 +606,7 @@ void BrowserWidget::OnMenuClosed() { +@@ -531,7 +531,7 @@ void BrowserWidget::OnMenuClosed() { } void BrowserWidget::SelectNativeTheme() { @@ -54,7 +45,7 @@ // Use the regular NativeTheme instance if running incognito mode, regardless // of system theme (gtk, qt etc). ui::NativeTheme* native_theme = ui::NativeTheme::GetInstanceForNativeUi(); -@@ -647,7 +647,7 @@ void BrowserWidget::OnTouchUiChanged() { +@@ -572,7 +572,7 @@ void BrowserWidget::OnTouchUiChanged() { bool BrowserWidget::RegenerateFrameOnThemeChange( BrowserThemeChangeType theme_change_type) { bool need_regenerate = false; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h index 2f5fc1e55037..9191b6ee4680 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_widget.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/frame/browser_widget.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/browser_widget.h -@@ -66,7 +66,7 @@ class BrowserWidget : public views::Widget, +@@ -65,7 +65,7 @@ class BrowserWidget : public views::Widget, ~BrowserWidget() override; @@ -9,7 +9,7 @@ // Returns whether the frame is in a tiled state. bool tiled() const { return tiled_; } void set_tiled(bool tiled) { tiled_ = tiled; } -@@ -198,7 +198,7 @@ class BrowserWidget : public views::Widget, +@@ -187,7 +187,7 @@ class BrowserWidget : public views::Widget, // contents for smoother dragging. TabDragKind tab_drag_kind_ = TabDragKind::kNone; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc index eddcec5394d5..4d10d46c53a9 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc -@@ -54,7 +54,7 @@ +@@ -55,7 +55,7 @@ #include "ui/views/window/vector_icons/vector_icons.h" #include "ui/views/window/window_shape.h" @@ -9,7 +9,7 @@ #include "ui/views/controls/menu/menu_runner.h" #endif -@@ -584,7 +584,7 @@ bool OpaqueBrowserFrameView::EverHasVisibleBackgroundT +@@ -605,7 +605,7 @@ bool OpaqueBrowserFrameView::IsFrameCondensed() const OpaqueBrowserFrameView::FrameButtonStyle OpaqueBrowserFrameView::GetFrameButtonStyle() const { @@ -18,7 +18,7 @@ return FrameButtonStyle::kMdButton; #else return FrameButtonStyle::kImageButton; -@@ -603,7 +603,7 @@ bool OpaqueBrowserFrameView::ShouldDrawRestoredFrameSh +@@ -624,7 +624,7 @@ bool OpaqueBrowserFrameView::ShouldDrawRestoredFrameSh return false; } @@ -27,7 +27,7 @@ bool OpaqueBrowserFrameView::IsTiled() const { return browser_widget()->tiled(); } -@@ -835,7 +835,7 @@ gfx::Rect OpaqueBrowserFrameView::GetIconBounds() cons +@@ -856,7 +856,7 @@ gfx::Rect OpaqueBrowserFrameView::GetIconBounds() cons } void OpaqueBrowserFrameView::WindowIconPressed() { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h b/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h index 97e77c6da59d..ef8055bb6cc1 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.h.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.h @@ -109,7 +109,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView FrameButtonStyle GetFrameButtonStyle() const override; @@ -9,7 +9,7 @@ bool IsTiled() const override; #endif int WebAppButtonHeight() const override; -@@ -229,7 +229,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView +@@ -232,7 +232,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView // Background painter for the window frame. std::unique_ptr<views::FrameBackground> frame_background_; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h b/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h index be72ed0bfb28..b9d090260891 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h @@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@ #include "ui/base/ui_base_types.h" #endif -@@ -92,7 +92,7 @@ class OpaqueBrowserFrameViewLayoutDelegate { +@@ -88,7 +88,7 @@ class OpaqueBrowserFrameViewLayoutDelegate { // Returns true if a client-side shadow should be drawn for restored windows. virtual bool ShouldDrawRestoredFrameShadow() const = 0; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc index bf1b1746cc6d..05d8e99c643c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/frame/system_menu_model_delegate.cc -@@ -21,7 +21,7 @@ +@@ -22,7 +22,7 @@ #include "chromeos/ui/frame/desks/move_to_desks_menu_model.h" #endif @@ -9,7 +9,7 @@ #include "chrome/common/pref_names.h" #endif -@@ -38,7 +38,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( +@@ -39,7 +39,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( SystemMenuModelDelegate::~SystemMenuModelDelegate() = default; bool SystemMenuModelDelegate::IsCommandIdChecked(int command_id) const { @@ -18,7 +18,7 @@ if (command_id == IDC_USE_SYSTEM_TITLE_BAR) { PrefService* prefs = browser_->profile()->GetPrefs(); return !prefs->GetBoolean(prefs::kUseCustomChromeFrame); -@@ -64,7 +64,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c +@@ -65,7 +65,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c } bool SystemMenuModelDelegate::IsCommandIdVisible(int command_id) const { diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc deleted file mode 100644 index 047e12237797..000000000000 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/views/frame/tab_strip_region_view.cc.orig 2025-10-30 15:44:36 UTC -+++ chrome/browser/ui/views/frame/tab_strip_region_view.cc -@@ -302,7 +302,7 @@ TabStripRegionView::TabStripRegionView(std::unique_ptr - new_tab_button_->GetViewAccessibility().SetName( - l10n_util::GetStringUTF16(IDS_ACCNAME_NEWTAB)); - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // The New Tab Button can be middle-clicked on Linux. - new_tab_button_->SetTriggerableEventFlags( - new_tab_button_->GetTriggerableEventFlags() | diff --git a/www/chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc index 81921df25dcb..5a5f667459f8 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc @@ -1,11 +1,11 @@ ---- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2025-11-07 07:17:14 UTC +--- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/location_bar/location_bar_view.cc -@@ -539,7 +539,7 @@ bool LocationBarView::IsInitialized() const { - } +@@ -1768,7 +1768,7 @@ void LocationBarView::OnPopupStateChanged(OmniboxPopup + weak_factory_.GetWeakPtr()), + base::Milliseconds(100)); - void LocationBarView::OnPopupOpened() { -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // It's not great for promos to overlap the omnibox if the user opens the - // drop-down after showing the promo. This especially causes issues on Mac and - // Linux due to z-order/rendering issues, see crbug.com/1225046 and + if (new_state != OmniboxPopupState::kNone) { + // Close any overlapping user education bubbles when any popup opens. + // It's not great for promos to overlap the omnibox if the user opens the diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc index 6976486391d2..d3ce08d2f288 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.cc -@@ -404,7 +404,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() +@@ -405,7 +405,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() } } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc index 38be83cce744..c47fb061f18f 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/profiles/profile_menu_view.cc -@@ -107,7 +107,7 @@ +@@ -108,7 +108,7 @@ #include "ui/views/accessibility/view_accessibility.h" #include "ui/views/widget/widget.h" @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -563,7 +563,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { +@@ -552,7 +552,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { case signin_util::SignedInState::kSignedOut: case signin_util::SignedInState::kWebOnlySignedIn: { std::string profile_user_display_name, profile_user_email; diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc index f44747816c21..5532b5992ee3 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc -@@ -179,7 +179,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { +@@ -181,7 +181,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { void UpdateSystemDnDDragImage(TabDragContext* attached_context, const gfx::ImageSkia& image) { @@ -9,7 +9,7 @@ VLOG(1) << __func__ << " image size=" << image.size().ToString(); aura::Window* root_window = attached_context->GetWidget()->GetNativeWindow()->GetRootWindow(); -@@ -391,7 +391,7 @@ TabDragController::Liveness TabDragController::Init( +@@ -393,7 +393,7 @@ TabDragController::Liveness TabDragController::Init( // synchronous on desktop Linux, so use that. // - ChromeOS Ash // Releasing capture on Ash cancels gestures so avoid it. @@ -18,7 +18,7 @@ ref->can_release_capture_ = false; #endif ref->start_point_in_screen_ = -@@ -982,7 +982,7 @@ TabDragController::Liveness TabDragController::DragBro +@@ -984,7 +984,7 @@ TabDragController::Liveness TabDragController::DragBro CHECK_EQ(SetCapture(target_context), Liveness::ALIVE); } @@ -27,7 +27,7 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -2135,7 +2135,7 @@ void TabDragController::CompleteDrag() { +@@ -2115,7 +2115,7 @@ void TabDragController::CompleteDrag() { } // If source window was maximized - maximize the new window as well. @@ -36,7 +36,7 @@ // Keeping maximized state breaks snap to Grid on Windows when dragging // tabs from maximized windows. TODO:(crbug.com/727051) Explore doing this // for other desktop OS's. kMaximizedStateRetainedOnTabDrag in -@@ -2551,7 +2551,7 @@ TabDragController::Liveness TabDragController::GetLoca +@@ -2531,7 +2531,7 @@ TabDragController::Liveness TabDragController::GetLoca } } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc index 7a8b9a1860be..6f18e7e7424a 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/views/tabs/tab.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/tabs/tab.cc -@@ -678,7 +678,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& +@@ -679,7 +679,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& return; } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc index b541eb0a4a27..82ce9822210b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/tabs/tab_style_views.cc -@@ -557,7 +557,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con +@@ -567,7 +567,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con if (!IsHoverAnimationActive()) { return base_opacity; } diff --git a/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc b/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc index 1bcdda3391c7..0f5a43559e9e 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-11-12 08:17:34 UTC +--- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/user_education/browser_user_education_service.cc -@@ -1165,7 +1165,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1178,7 +1178,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered when a shared tab becomes the active tab."))); } @@ -9,7 +9,7 @@ // kIPHSupervisedUserProfileSigninFeature: registry.RegisterFeature(std::move( FeaturePromoSpecification::CreateForCustomAction( -@@ -1433,7 +1433,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1446,7 +1446,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered to inform users of the availability of the " "new translate screen feature on the Lens Overlay."))); diff --git a/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc b/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc index 8d3c91f30f34..feafdfefddac 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc -@@ -516,7 +516,7 @@ std::string GetFileExtension(FileExtension file_extens +@@ -518,7 +518,7 @@ std::string GetFileExtension(FileExtension file_extens } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ SiteConfig GetSiteConfigurationFromAppName(const std::string& app_name) { SiteConfig config; bool is_app_found = false; -@@ -2088,7 +2088,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc +@@ -2099,7 +2099,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc if (app_name.empty()) { app_name = GetSiteConfiguration(site).app_name; } @@ -18,7 +18,7 @@ ASSERT_TRUE(override_registration_->test_override().IsShortcutCreated( profile(), app_id, app_name)); ASSERT_TRUE( -@@ -3408,7 +3408,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna +@@ -3426,7 +3426,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna app_state->id, app_state->name); ASSERT_TRUE(icon_color.has_value()); ASSERT_THAT(site_config.icon_color, testing::Eq(icon_color.value())); @@ -27,7 +27,7 @@ ASSERT_TRUE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3423,7 +3423,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3441,7 +3441,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis GetAppBySiteMode(after_state_change_action_state_.get(), profile(), site); ASSERT_TRUE(app_state); base::ScopedAllowBlockingForTesting allow_blocking; @@ -36,7 +36,7 @@ ASSERT_FALSE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3433,7 +3433,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3451,7 +3451,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis void WebAppIntegrationTestDriver::CheckSiteHandlesFile( Site site, FileExtension file_extension) { @@ -45,7 +45,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -3449,7 +3449,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile +@@ -3467,7 +3467,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile void WebAppIntegrationTestDriver::CheckSiteNotHandlesFile( Site site, FileExtension file_extension) { @@ -54,7 +54,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -4274,7 +4274,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu +@@ -4298,7 +4298,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu base::FilePath shortcut_dir, const std::string& app_name, const webapps::AppId& app_id) { @@ -63,7 +63,7 @@ return override_registration_->test_override().GetShortcutPath( profile(), shortcut_dir, app_id, app_name); #else -@@ -4474,7 +4474,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre +@@ -4498,7 +4498,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre const webapps::AppId& id) { base::ScopedAllowBlockingForTesting allow_blocking; bool is_shortcut_and_icon_correct = false; @@ -72,7 +72,7 @@ bool is_shortcut_correct = override_registration_->test_override().IsShortcutCreated(profile, id, name); -@@ -4518,7 +4518,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr +@@ -4542,7 +4542,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr do_icon_colors_match = (expected_icon_pixel_color == shortcut_pixel_color_apps_folder.value()); } diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc b/www/chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc index edd45b51a6ba..5698f7532b26 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/app_browser_controller.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/web_applications/app_browser_controller.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/web_applications/app_browser_controller.cc -@@ -492,7 +492,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex +@@ -500,7 +500,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex // web bundle. The flash text is not needed on platforms that already display // the app name in the title bar (e.g. Mac, Windows, and Linux). if (IsIsolatedWebApp()) { diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc index 61540b5ff65f..6592f755b6b7 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc -@@ -579,7 +579,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun +@@ -587,7 +587,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun Browser* browser, Profile* profile, const std::string& app_id) { @@ -9,7 +9,7 @@ WebAppProvider* provider = WebAppProvider::GetForWebApps(profile); CHECK(provider); -@@ -800,7 +800,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( +@@ -808,7 +808,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( } } diff --git a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h index 5245f9f93382..94c3e9412d0c 100644 --- a/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h +++ b/www/chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-09-06 10:01:20 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.h -@@ -243,7 +243,7 @@ class WebAppUiManagerImpl : public BrowserListObserver +@@ -244,7 +244,7 @@ class WebAppUiManagerImpl : public BrowserListObserver UninstallCompleteCallback uninstall_complete_callback, webapps::UninstallResultCode uninstall_code); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc index 97d2237b14cf..028073da42b2 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-07-02 06:08:04 UTC +--- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/app_home/app_home_page_handler.cc -@@ -62,7 +62,7 @@ +@@ -61,7 +61,7 @@ #include "ui/base/window_open_disposition_utils.h" #include "url/gurl.h" diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc b/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc index cd761bd14971..ce7039cb9103 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc @@ -56,7 +56,7 @@ #include "net/ssl/client_cert_store_mac.h" @@ -45,7 +45,7 @@ // ChromeOS currently can use either Kcer or NSS for listing client certs, and // Linux uses NSS only. This interface provides an abstraction to hide that // from WritableClientCertSource. Currently this class only handles reading -@@ -1052,7 +1052,7 @@ CreatePlatformClientCertSource( +@@ -1054,7 +1054,7 @@ CreatePlatformClientCertSource( mojo::Remote<certificate_manager::mojom::CertificateManagerPage>* remote_client, Profile* profile) { @@ -54,7 +54,7 @@ return std::make_unique<WritableClientCertSource>(remote_client, profile); #else return std::make_unique<ClientCertSource>( -@@ -1060,7 +1060,7 @@ CreatePlatformClientCertSource( +@@ -1062,7 +1062,7 @@ CreatePlatformClientCertSource( #endif } @@ -63,7 +63,7 @@ std::unique_ptr<CertificateManagerPageHandler::CertSource> CreateProvisionedClientCertSource(Profile* profile) { return std::make_unique<ClientCertSource>( -@@ -1110,7 +1110,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow +@@ -1112,7 +1112,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow return client_cert_policy_ == ClientCertificateManagementPermission::kAll; } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc index 40ee16bd6ee2..a9f983f01fd8 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/chrome_web_ui_configs.cc -@@ -154,7 +154,7 @@ +@@ -155,7 +155,7 @@ #include "chrome/browser/ui/webui/conflicts/conflicts_ui.h" #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/browser_switch/browser_switch_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin_ui.h" -@@ -162,13 +162,13 @@ +@@ -163,13 +163,13 @@ #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -25,7 +25,7 @@ #include "chrome/browser/ui/webui/discards/discards_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) -@@ -196,7 +196,7 @@ +@@ -197,7 +197,7 @@ #include "chrome/browser/ui/webui/signin/signin_error_ui.h" #endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) @@ -34,7 +34,7 @@ #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -351,7 +351,7 @@ void RegisterChromeWebUIConfigs() { +@@ -353,7 +353,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<WebUIJsErrorUIConfig>()); #endif // BUILDFLAG(IS_ANDROID) @@ -43,7 +43,7 @@ map.AddWebUIConfig(std::make_unique<LinuxProxyConfigUI>()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || // BUILDFLAG(IS_OPENBSD) -@@ -381,7 +381,7 @@ void RegisterChromeWebUIConfigs() { +@@ -383,7 +383,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<ConflictsUIConfig>()); #endif // BUILDFLAG(IS_WIN) @@ -52,7 +52,7 @@ map.AddWebUIConfig(std::make_unique<BrowserSwitchUIConfig>()); map.AddWebUIConfig(std::make_unique<HistorySyncOptinUIConfig>()); map.AddWebUIConfig(std::make_unique<OnDeviceTranslationInternalsUIConfig>()); -@@ -390,13 +390,13 @@ void RegisterChromeWebUIConfigs() { +@@ -392,13 +392,13 @@ void RegisterChromeWebUIConfigs() { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc index 544d9e531a9e..07b9df089076 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc -@@ -116,18 +116,18 @@ +@@ -115,18 +115,18 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -22,7 +22,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -276,7 +276,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL( +@@ -275,7 +275,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL( const std::vector<int>& desired_sizes_in_pixel, favicon_base::FaviconResultsCallback callback) const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -31,21 +31,21 @@ if (page_url.SchemeIs(webapps::kIsolatedAppScheme)) { ReadIsolatedWebAppFaviconsFromDisk(profile, page_url, std::move(callback)); return; -@@ -411,7 +411,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -410,7 +410,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: return NewTabPageUI::GetFaviconResourceBytes(scale_factor); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (page_url.host_piece() == chrome::kChromeUIWhatsNewHost) { + if (page_url.host() == chrome::kChromeUIWhatsNewHost) { return WhatsNewUI::GetFaviconResourceBytes(scale_factor); } -@@ -450,7 +450,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -449,7 +449,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (page_url.host_piece() == commerce::kChromeUICompareHost) { + if (page_url.host() == commerce::kChromeUICompareHost) { return commerce::ProductSpecificationsUI::GetFaviconResourceBytes( scale_factor); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc index 9b1f8e5dd826..5c65c92f93a6 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/password_manager/promo_cards_handler.cc.orig 2025-01-15 09:18:26 UTC +--- chrome/browser/ui/webui/password_manager/promo_cards_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/password_manager/promo_cards_handler.cc @@ -28,7 +28,7 @@ #include "chrome/browser/ui/webui/password_manager/promo_cards/web_password_manager_promo.h" @@ -6,15 +6,33 @@ -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/browser_process.h" #include "chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.h" - #endif - -@@ -71,7 +71,7 @@ std::vector<std::unique_ptr<PasswordPromoCardBase>> Ge + #include "components/os_crypt/async/browser/os_crypt_async.h" +@@ -74,7 +74,7 @@ PromoCardsHandler::PromoCardsHandler(Profile* profile) .get())); #endif -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - promo_cards.push_back( - std::make_unique<RelaunchChromePromo>(profile->GetPrefs())); - #endif + auto relaunch_promo = + std::make_unique<RelaunchChromePromo>(profile->GetPrefs()); + relaunch_chrome_promo_ = relaunch_promo.get(); +@@ -114,7 +114,7 @@ void PromoCardsHandler::HandleGetAvailablePromoCard( + CHECK_EQ(1U, args.size()); + const base::Value& callback_id = args[0]; + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (relaunch_chrome_promo_ && + !relaunch_chrome_promo_->is_encryption_available().has_value()) { + g_browser_process->os_crypt_async()->GetInstance( +@@ -177,7 +177,7 @@ PasswordPromoCardBase* PromoCardsHandler::GetPromoToSh + return promo_to_show; + } + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void PromoCardsHandler::OnEncryptorReceived( + base::Value callback_id, + os_crypt_async::Encryptor encryptor) { diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h b/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h new file mode 100644 index 000000000000..fc7ca18d9e64 --- /dev/null +++ b/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h @@ -0,0 +1,20 @@ +--- chrome/browser/ui/webui/password_manager/promo_cards_handler.h.orig 2025-12-05 10:12:50 UTC ++++ chrome/browser/ui/webui/password_manager/promo_cards_handler.h +@@ -52,7 +52,7 @@ class PromoCardsHandler : public content::WebUIMessage + + PasswordPromoCardBase* GetPromoToShowAndUpdatePref(); + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void OnEncryptorReceived(base::Value callback_id, + os_crypt_async::Encryptor encryptor); + #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +@@ -60,7 +60,7 @@ class PromoCardsHandler : public content::WebUIMessage + raw_ptr<Profile, DanglingUntriaged> profile_; + + std::vector<std::unique_ptr<PasswordPromoCardBase>> promo_cards_; +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // This points into `promo_cards_`, so should be ordered after it. + raw_ptr<RelaunchChromePromo> relaunch_chrome_promo_ = nullptr; + diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc b/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc index b8ebcb47f522..69010b2efd96 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc.orig 2024-02-23 21:04:38 UTC +--- chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc -@@ -37,7 +37,7 @@ std::u16string RelaunchChromePromo::GetTitle() const { +@@ -36,7 +36,7 @@ std::u16string RelaunchChromePromo::GetTitle() const { return l10n_util::GetStringUTF16( #if BUILDFLAG(IS_MAC) IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_TITLE @@ -9,7 +9,7 @@ IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_TITLE_LINUX #endif ); -@@ -47,7 +47,7 @@ std::u16string RelaunchChromePromo::GetDescription() c +@@ -46,7 +46,7 @@ std::u16string RelaunchChromePromo::GetDescription() c return l10n_util::GetStringUTF16( #if BUILDFLAG(IS_MAC) IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_DESCRIPTION diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc index 24a2f33da842..888efe60c3ab 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/searchbox/searchbox_handler.cc -@@ -157,7 +157,7 @@ const char* kMacShareIconResourceName = +@@ -160,7 +160,7 @@ const char* kMacShareIconResourceName = #elif BUILDFLAG(IS_WIN) const char* kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share.svg"; @@ -9,7 +9,7 @@ const char* kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share.svg"; #else -@@ -217,7 +217,7 @@ static void DefineChromeRefreshRealboxIcons() { +@@ -220,7 +220,7 @@ static void DefineChromeRefreshRealboxIcons() { #elif BUILDFLAG(IS_WIN) kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share_cr23.svg"; @@ -18,7 +18,7 @@ kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share_cr23.svg"; #else -@@ -523,7 +523,7 @@ std::string SearchboxHandler::AutocompleteIconToResour +@@ -539,7 +539,7 @@ std::string SearchboxHandler::AutocompleteIconToResour if (icon.name == omnibox::kShareWinChromeRefreshIcon.name) { return kWinShareIconResourceName; } diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc b/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc index 9e9355f59eb5..d25e99d842cc 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc -@@ -137,7 +137,7 @@ +@@ -135,7 +135,7 @@ #include "chrome/browser/ui/webui/settings/system_handler.h" #endif @@ -9,7 +9,7 @@ #include "ui/display/screen.h" #endif -@@ -146,7 +146,7 @@ +@@ -144,7 +144,7 @@ #include "device/fido/win/webauthn_api.h" #endif // BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ #include "ui/linux/linux_ui_factory.h" #include "ui/ozone/public/ozone_platform.h" #endif -@@ -271,7 +271,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou +@@ -277,7 +277,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou {"toastAlertLevelDescription", IDS_SETTINGS_ACCESSIBILITY_TOAST_FREQUENCY_DESCRIPTION}, #endif @@ -27,7 +27,7 @@ {"overscrollHistoryNavigationTitle", IDS_SETTINGS_OVERSCROLL_HISTORY_NAVIGATION_TITLE}, {"overscrollHistoryNavigationSubtitle", -@@ -545,7 +545,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -551,7 +551,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"uiFeatureAlignLeft", IDS_SETTINGS_UI_FEATURE_ALIGN_LEFT}, {"uiFeatureAlignRight", IDS_SETTINGS_UI_FEATURE_ALIGN_RIGHT}, {"resetToDefault", IDS_SETTINGS_RESET_TO_DEFAULT}, @@ -36,7 +36,7 @@ {"gtkTheme", IDS_SETTINGS_GTK_THEME}, {"useGtkTheme", IDS_SETTINGS_USE_GTK_THEME}, {"qtTheme", IDS_SETTINGS_QT_THEME}, -@@ -553,11 +553,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -559,11 +559,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"classicTheme", IDS_SETTINGS_CLASSIC_THEME}, {"useClassicTheme", IDS_SETTINGS_USE_CLASSIC_THEME}, #endif @@ -50,7 +50,7 @@ {"showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS}, #endif #if BUILDFLAG(IS_MAC) -@@ -581,7 +581,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -587,7 +587,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht html_source->AddBoolean("tabSearchIsRightAlignedAtStartup", tabs::GetTabSearchTrailingTabstrip(profile)); @@ -59,7 +59,7 @@ bool show_custom_chrome_frame = ui::OzonePlatform::GetInstance() ->GetPlatformRuntimeProperties() .supports_server_side_window_decorations; -@@ -1591,7 +1591,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* +@@ -1743,7 +1743,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* g_browser_process->GetApplicationLocale()) .spec(); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc index 2466f2f2cf79..46adc5d68698 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/settings/site_settings_handler.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/settings/site_settings_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/settings/site_settings_handler.cc -@@ -118,7 +118,7 @@ +@@ -121,7 +121,7 @@ #include "url/url_constants.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -2016,7 +2016,7 @@ void SiteSettingsHandler::SendZoomLevels() { +@@ -2086,7 +2086,7 @@ void SiteSettingsHandler::SendZoomLevels() { base::Value::List zoom_levels_exceptions; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,12 +18,12 @@ // Show any non-default Isolated Web App zoom levels at the top of the page. auto* web_app_provider = web_app::WebAppProvider::GetForWebApps(profile_); if (web_app_provider) { -@@ -2118,7 +2118,7 @@ void SiteSettingsHandler::HandleRemoveZoomLevel(const +@@ -2188,7 +2188,7 @@ void SiteSettingsHandler::HandleRemoveZoomLevel(const GURL url(host_or_spec); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (url.is_valid() && url.scheme() == webapps::kIsolatedAppScheme) { + if (url.is_valid() && url.GetScheme() == webapps::kIsolatedAppScheme) { base::expected<web_app::IsolatedWebAppUrlInfo, std::string> iwa_url_info = web_app::IsolatedWebAppUrlInfo::Create(url); diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc index 92d2212a0d54..5ae59500a07d 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc -@@ -549,7 +549,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( +@@ -572,7 +572,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( side_panel::mojom::ManagementNoticeState::New(); management_notice_state->can_be_shown = false; management_notice_state->enabled_by_policy = false; diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h index 2ac9e67cb9a5..19ebab437806 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h +++ b/www/chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-10-02 04:28:32 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h -@@ -208,7 +208,7 @@ class CustomizeChromePageHandler +@@ -217,7 +217,7 @@ class CustomizeChromePageHandler // value needs to be requeried by the page. GURL last_source_url_{GURL(chrome::kChromeUINewTabPageURL)}; diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc index 4852c925ab66..0a90c9d8d86b 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/ui/webui/signin/profile_picker_handler.cc -@@ -172,7 +172,7 @@ base::Value::Dict CreateProfileState(const ProfileAttr +@@ -173,7 +173,7 @@ base::Value::Dict CreateProfileState(const ProfileAttr IDS_PROFILE_PICKER_PROFILE_CARD_LABEL, local_profile_name); if (entry->GetIsManaged() == signin::Tribool::kTrue) { profile_entry.Set("avatarBadge", "cr:domain"); diff --git a/www/chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc b/www/chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc index 07e313dd77c3..a0751b164f8f 100644 --- a/www/chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc +++ b/www/chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/test/os_integration_test_override_impl.cc.orig 2025-02-19 07:43:18 UTC +--- chrome/browser/web_applications/test/os_integration_test_override_impl.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/web_applications/test/os_integration_test_override_impl.cc @@ -45,7 +45,7 @@ #include "third_party/skia/include/core/SkBitmap.h" @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #endif -@@ -130,7 +130,7 @@ std::vector<std::wstring> GetFileExtensionsForProgId( +@@ -132,7 +132,7 @@ std::vector<std::wstring> GetFileExtensionsForProgId( } #endif @@ -18,7 +18,7 @@ // Performs a blocking read of app icons from the disk. std::optional<SkBitmap> IconManagerReadIconForSize( WebAppIconManager& icon_manager, -@@ -315,7 +315,7 @@ bool OsIntegrationTestOverrideImpl::SimulateDeleteShor +@@ -317,7 +317,7 @@ bool OsIntegrationTestOverrideImpl::SimulateDeleteShor GetShortcutPath(profile, chrome_apps_folder(), app_id, app_name); CHECK(base::PathExists(app_folder_shortcut_path)); return base::DeletePathRecursively(app_folder_shortcut_path); @@ -27,7 +27,7 @@ base::FilePath desktop_shortcut_path = GetShortcutPath(profile, desktop(), app_id, app_name); LOG(INFO) << desktop_shortcut_path; -@@ -362,7 +362,7 @@ bool OsIntegrationTestOverrideImpl::DeleteApplicationM +@@ -364,7 +364,7 @@ bool OsIntegrationTestOverrideImpl::DeleteApplicationM } #endif // BUILDFLAG(IS_WIN) @@ -36,7 +36,7 @@ bool OsIntegrationTestOverrideImpl::DeleteDesktopDirOnLinux() { if (desktop_.IsValid()) { return desktop_.Delete(); -@@ -376,7 +376,7 @@ bool OsIntegrationTestOverrideImpl::IsRunOnOsLoginEnab +@@ -378,7 +378,7 @@ bool OsIntegrationTestOverrideImpl::IsRunOnOsLoginEnab Profile* profile, const webapps::AppId& app_id, const std::string& app_name) { @@ -45,7 +45,7 @@ std::string shortcut_filename = "chrome-" + app_id + "-" + profile->GetBaseName().value() + ".desktop"; return base::PathExists(startup().Append(shortcut_filename)); -@@ -431,7 +431,7 @@ bool OsIntegrationTestOverrideImpl::IsFileExtensionHan +@@ -433,7 +433,7 @@ bool OsIntegrationTestOverrideImpl::IsFileExtensionHan is_file_handled = shell_integration::CanApplicationHandleURL(app_path, test_file_url); base::DeleteFile(test_file_path); @@ -54,7 +54,7 @@ base::FilePath user_applications_dir = applications(); bool database_update_called = false; for (const LinuxFileRegistration& command : linux_file_registration_) { -@@ -481,7 +481,7 @@ std::optional<SkBitmap> OsIntegrationTestOverrideImpl: +@@ -483,7 +483,7 @@ std::optional<SkBitmap> OsIntegrationTestOverrideImpl: return std::nullopt; } return GetIconFromShortcutFile(shortcut_path); @@ -63,16 +63,16 @@ WebAppProvider* provider = WebAppProvider::GetForLocalAppsUnchecked(profile); if (!provider) { return std::nullopt; -@@ -547,7 +547,7 @@ base::FilePath OsIntegrationTestOverrideImpl::GetShort - app_installed_profiles.end()) { - return shortcut_path; +@@ -550,7 +550,7 @@ base::FilePath OsIntegrationTestOverrideImpl::GetShort + return bundle.bundle_path(); + } } -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::string shortcut_filename = "chrome-" + app_id + "-" + profile->GetBaseName().value() + ".desktop"; base::FilePath shortcut_path = shortcut_dir.Append(shortcut_filename); -@@ -572,7 +572,7 @@ bool OsIntegrationTestOverrideImpl::IsShortcutCreated( +@@ -575,7 +575,7 @@ bool OsIntegrationTestOverrideImpl::IsShortcutCreated( base::FilePath app_shortcut_path = GetShortcutPath(profile, chrome_apps_folder(), app_id, app_name); return base::PathExists(app_shortcut_path); @@ -81,7 +81,7 @@ base::FilePath desktop_shortcut_path = GetShortcutPath(profile, desktop(), app_id, app_name); return base::PathExists(desktop_shortcut_path); -@@ -764,7 +764,7 @@ void OsIntegrationTestOverrideImpl::EnableOrDisablePat +@@ -767,7 +767,7 @@ void OsIntegrationTestOverrideImpl::EnableOrDisablePat } #endif // BUILDFLAG(IS_MAC) @@ -90,7 +90,7 @@ base::FilePath OsIntegrationTestOverrideImpl::desktop() { return desktop_.GetPath(); } -@@ -815,7 +815,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri +@@ -818,7 +818,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri success = chrome_apps_folder_.CreateUniqueTempDirUnderPath( outer_temp_dir_.GetPath()); CHECK(success); @@ -99,7 +99,7 @@ success = desktop_.CreateUniqueTempDirUnderPath(outer_temp_dir_.GetPath()); CHECK(success); success = startup_.CreateUniqueTempDirUnderPath(outer_temp_dir_.GetPath()); -@@ -828,7 +828,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri +@@ -831,7 +831,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri CHECK(success); #endif @@ -108,7 +108,7 @@ auto callback = base::BindRepeating([](base::FilePath filename_in, std::string xdg_command, std::string file_contents) { -@@ -900,7 +900,7 @@ OsIntegrationTestOverrideImpl::~OsIntegrationTestOverr +@@ -903,7 +903,7 @@ OsIntegrationTestOverrideImpl::~OsIntegrationTestOverr EXPECT_TRUE(!startup_.IsValid() || startup_.Delete()); #elif BUILDFLAG(IS_MAC) EXPECT_TRUE(!chrome_apps_folder_.IsValid() || DeleteChromeAppsDir()); diff --git a/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc b/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc index e9d87ce819d4..9c2b1626c461 100644 --- a/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc +++ b/www/chromium/files/patch-chrome_browser_web__applications_web__app.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/web_app.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/web_applications/web_app.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/web_applications/web_app.cc @@ -76,7 +76,7 @@ #include "url/origin.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -737,7 +737,7 @@ void WebApp::SetCurrentOsIntegrationStates( +@@ -754,7 +754,7 @@ void WebApp::SetCurrentOsIntegrationStates( void WebApp::SetIsolationData(IsolationData isolation_data) { CHECK(manifest_id_.is_valid() #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc b/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc index eac0d21a0e4a..a41985b4f192 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/enclave_manager.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/browser/webauthn/enclave_manager.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/webauthn/enclave_manager.cc -@@ -779,7 +779,7 @@ base::flat_set<GaiaId> GetGaiaIDs( +@@ -795,7 +795,7 @@ base::flat_set<GaiaId> GetGaiaIDs( std::string UserVerifyingLabelToString(crypto::UserVerifyingKeyLabel label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ return label; #else return std::string("placeholder"); -@@ -789,7 +789,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer +@@ -805,7 +805,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer std::optional<crypto::UserVerifyingKeyLabel> UserVerifyingKeyLabelFromString( std::string saved_label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc b/www/chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc index 8a6c0b6258fd..e1426e138329 100644 --- a/www/chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc +++ b/www/chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-05-05 10:57:53 UTC +--- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/browser/webauthn/unexportable_key_utils.cc -@@ -33,7 +33,7 @@ GetWebAuthnUnexportableKeyProvider() { +@@ -42,7 +42,7 @@ GetWebAuthnUnexportableKeyProvider() { // If there is a scoped UnexportableKeyProvider configured, we always use // that so that tests can still override the key provider. const bool use_software_provider = diff --git a/www/chromium/files/patch-chrome_common_chrome__features.cc b/www/chromium/files/patch-chrome_common_chrome__features.cc index eb33d04d5d2e..f8fdd10475d3 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/chromium/files/patch-chrome_common_chrome__features.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.cc.orig 2025-11-18 17:44:48 UTC +--- chrome/common/chrome_features.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/common/chrome_features.cc -@@ -86,7 +86,7 @@ BASE_FEATURE(kUseAdHocSigningForWebAppShims, base::FEA +@@ -90,7 +90,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Enables or disables the Autofill survey triggered by opening a prompt to // save address info. BASE_FEATURE(kAutofillAddressSurvey, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -98,7 +98,7 @@ BASE_FEATURE(kAutofillCardSurvey, base::FEATURE_DISABL +@@ -102,7 +102,7 @@ BASE_FEATURE(kAutofillCardSurvey, base::FEATURE_DISABL BASE_FEATURE(kAutofillPasswordSurvey, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -18,7 +18,7 @@ // Enables the Restart background mode optimization. When all Chrome UI is // closed and it goes in the background, allows to restart the browser to // discard memory. -@@ -214,7 +214,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, +@@ -218,7 +218,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, // Enables or disables Desktop PWAs to be auto-started on OS login. BASE_FEATURE(kDesktopPWAsRunOnOsLogin, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,16 +27,16 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -248,7 +248,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, - base::FEATURE_DISABLED_BY_DEFAULT); - #endif +@@ -255,7 +255,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, + // Enables the new reset banner on the settings page. + BASE_FEATURE(kShowResetProfileBannerV2, base::FEATURE_ENABLED_BY_DEFAULT); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Controls whether Chrome Apps are supported. See https://crbug.com/1221251. // If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome // Apps will not launch and will be marked in the UI as deprecated. -@@ -625,7 +625,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D +@@ -790,7 +790,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D // Killswitch that controls whether the guest WebContents visibility state is // set to hidden when the Glic panel is warming. BASE_FEATURE(kGlicGuestContentsVisibilityState, @@ -45,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1086,7 +1086,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE +@@ -1295,7 +1295,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE // public keys. BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT); @@ -54,7 +54,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT); // Values taken from the low-memory-monitor documentation and also apply to the // portal API: -@@ -1097,7 +1097,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1306,7 +1306,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index aff02a69894b..ba6ac26fdddb 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.h +++ b/www/chromium/files/patch-chrome_common_chrome__features.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.h.orig 2025-11-18 17:44:48 UTC +--- chrome/common/chrome_features.h.orig 2025-12-05 10:12:50 UTC +++ chrome/common/chrome_features.h -@@ -83,13 +83,13 @@ BASE_DECLARE_FEATURE(kUseAdHocSigningForWebAppShims); +@@ -85,13 +85,13 @@ BASE_DECLARE_FEATURE(kUseKeychainKeyProvider); #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -16,16 +16,16 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kBackgroundModeAllowRestart); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -173,7 +173,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); +@@ -178,7 +178,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); COMPONENT_EXPORT(CHROME_FEATURES) - BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); + BASE_DECLARE_FEATURE(kShowResetProfileBannerV2); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -806,7 +806,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -952,7 +952,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -814,7 +814,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -960,7 +960,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.cc b/www/chromium/files/patch-chrome_common_chrome__switches.cc index 707ba49d8c5f..22d5cfb9af1e 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.cc +++ b/www/chromium/files/patch-chrome_common_chrome__switches.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/common/chrome_switches.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/common/chrome_switches.cc -@@ -939,7 +939,7 @@ const char kDebugPrint[] = "debug-print"; +@@ -934,7 +934,7 @@ const char kDebugPrint[] = "debug-print"; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode. -@@ -975,7 +975,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; +@@ -970,7 +970,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; const char kGlicAdminRedirectPatterns[] = "glic-admin-redirect-patterns"; #endif diff --git a/www/chromium/files/patch-chrome_common_chrome__switches.h b/www/chromium/files/patch-chrome_common_chrome__switches.h index c87c4cb7bf6e..cb325ef9570c 100644 --- a/www/chromium/files/patch-chrome_common_chrome__switches.h +++ b/www/chromium/files/patch-chrome_common_chrome__switches.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.h.orig 2025-10-30 15:44:36 UTC +--- chrome/common/chrome_switches.h.orig 2025-12-05 10:12:50 UTC +++ chrome/common/chrome_switches.h -@@ -285,7 +285,7 @@ extern const char kDebugPrint[]; +@@ -284,7 +284,7 @@ extern const char kDebugPrint[]; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ extern const char kEnableNewAppMenuIcon[]; extern const char kGuest[]; extern const char kForceNtpMobilePromo[]; -@@ -305,7 +305,7 @@ extern const char kGlicHostLogging[]; +@@ -304,7 +304,7 @@ extern const char kGlicHostLogging[]; extern const char kGlicAdminRedirectPatterns[]; #endif diff --git a/www/chromium/files/patch-chrome_common_pref__names.h b/www/chromium/files/patch-chrome_common_pref__names.h index 79a61dcaa3e7..6705dc41445c 100644 --- a/www/chromium/files/patch-chrome_common_pref__names.h +++ b/www/chromium/files/patch-chrome_common_pref__names.h @@ -1,4 +1,4 @@ ---- chrome/common/pref_names.h.orig 2025-10-30 15:44:36 UTC +--- chrome/common/pref_names.h.orig 2025-12-05 10:12:50 UTC +++ chrome/common/pref_names.h @@ -1342,7 +1342,7 @@ inline constexpr char kGeminiSettings[] = "browser.gem inline constexpr char kAllowedDomainsForApps[] = @@ -36,7 +36,7 @@ inline constexpr char kOpenPdfDownloadInSystemReader[] = "download.open_pdf_in_system_reader"; #endif -@@ -2674,7 +2674,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s +@@ -2685,7 +2685,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s inline constexpr char kMediaCdmOriginData[] = "media.cdm.origin_data"; #endif // BUILDFLAG(IS_WIN) @@ -45,7 +45,7 @@ // A boolean pref to determine whether or not the network service is running // sandboxed. inline constexpr char kNetworkServiceSandboxEnabled[] = -@@ -2688,7 +2688,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] +@@ -2699,7 +2699,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] inline constexpr char kNetworkServiceFailedLaunchMajorVersion[] = "net.network_service_failed_launch_major_version"; @@ -54,7 +54,7 @@ // Records whether the user has seen an HTTP auth "negotiate" header. inline constexpr char kReceivedHttpAuthNegotiateHeader[] = "net.received_http_auth_negotiate_headers"; -@@ -2780,7 +2780,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ +@@ -2791,7 +2791,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ inline constexpr char kIsolatedWebAppPendingInitializationCount[] = "profile.isolated_web_app.install.pending_initialization_count"; @@ -63,7 +63,7 @@ // Boolean that specifies whether OK-AS-DELEGATE flag from KDC is respected // along with kAuthNegotiateDelegateAllowlist. inline constexpr char kAuthNegotiateDelegateByKdcPolicy[] = -@@ -3287,7 +3287,7 @@ inline constexpr char kKioskApplicationLogCollectionEn +@@ -3298,7 +3298,7 @@ inline constexpr char kKioskApplicationLogCollectionEn #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -72,7 +72,7 @@ // Defines administrator-set availability of Chrome for Testing. inline constexpr char kChromeForTestingAllowed[] = "chrome_for_testing.allowed"; #endif -@@ -3801,7 +3801,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo +@@ -3812,7 +3812,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo inline constexpr char kSandboxExternalProtocolBlocked[] = "profile.sandbox_external_protocol_blocked"; @@ -81,7 +81,7 @@ // Boolean that indicates if system notifications are allowed to be used in // place of Chrome notifications. inline constexpr char kAllowSystemNotifications[] = -@@ -3990,7 +3990,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = +@@ -4005,7 +4005,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = "policy.lens_desktop_ntp_search_enabled"; #endif @@ -90,7 +90,7 @@ // A dict mapping the edition name with the major version it was shown. inline constexpr char kWhatsNewEditionUsed[] = "browser.whats_new.edition_used"; // A list containing the features of each module in order of when they -@@ -4087,7 +4087,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ +@@ -4102,7 +4102,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ "printing.oauth2_authorization_servers"; #endif diff --git a/www/chromium/files/patch-chrome_common_url__constants.h b/www/chromium/files/patch-chrome_common_url__constants.h index 106a918542af..98ade0d6b95a 100644 --- a/www/chromium/files/patch-chrome_common_url__constants.h +++ b/www/chromium/files/patch-chrome_common_url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/url_constants.h.orig 2025-10-30 15:44:36 UTC +--- chrome/common/url_constants.h.orig 2025-12-05 10:12:50 UTC +++ chrome/common/url_constants.h -@@ -1001,7 +1001,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = +@@ -1027,7 +1027,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = inline constexpr char kPhoneHubPermissionLearnMoreURL[] = "https://support.google.com/chromebook?p=multidevice"; diff --git a/www/chromium/files/patch-chrome_common_webui__url__constants.cc b/www/chromium/files/patch-chrome_common_webui__url__constants.cc index fad2fec6934a..8fb7b8c25cc0 100644 --- a/www/chromium/files/patch-chrome_common_webui__url__constants.cc +++ b/www/chromium/files/patch-chrome_common_webui__url__constants.cc @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/common/webui_url_constants.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/common/webui_url_constants.cc -@@ -199,17 +199,17 @@ base::span<const base::cstring_view> ChromeURLHosts() +@@ -202,17 +202,17 @@ base::span<const base::cstring_view> ChromeURLHosts() kChromeUIInternetDetailDialogHost, #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_common_webui__url__constants.h b/www/chromium/files/patch-chrome_common_webui__url__constants.h index aef6c121404c..b6f84156e896 100644 --- a/www/chromium/files/patch-chrome_common_webui__url__constants.h +++ b/www/chromium/files/patch-chrome_common_webui__url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.h.orig 2025-10-30 15:44:36 UTC +--- chrome/common/webui_url_constants.h.orig 2025-12-05 10:12:50 UTC +++ chrome/common/webui_url_constants.h -@@ -556,12 +556,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome +@@ -563,12 +563,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -15,7 +15,7 @@ inline constexpr char kChromeUIWebAppSettingsHost[] = "app-settings"; inline constexpr char kChromeUIWebAppSettingsURL[] = "chrome://app-settings/"; inline constexpr char kChromeUIWhatsNewHost[] = "whats-new"; -@@ -573,11 +573,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] +@@ -580,11 +580,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -29,7 +29,7 @@ inline constexpr char kChromeUIBrowserSwitchHost[] = "browser-switch"; inline constexpr char kChromeUIBrowserSwitchURL[] = "chrome://browser-switch/"; inline constexpr char kChromeUIIntroDefaultBrowserSubPage[] = "default-browser"; -@@ -602,7 +602,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = +@@ -609,7 +609,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = "chrome://history-sync-optin/"; #endif diff --git a/www/chromium/files/patch-chrome_updater_configurator.cc b/www/chromium/files/patch-chrome_updater_configurator.cc index eb298fd69c53..cf38eb088ba8 100644 --- a/www/chromium/files/patch-chrome_updater_configurator.cc +++ b/www/chromium/files/patch-chrome_updater_configurator.cc @@ -1,6 +1,6 @@ ---- chrome/updater/configurator.cc.orig 2025-10-02 04:28:32 UTC +--- chrome/updater/configurator.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/updater/configurator.cc -@@ -91,7 +91,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> +@@ -90,7 +90,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> return std::nullopt; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) }()) { diff --git a/www/chromium/files/patch-chrome_utility_services.cc b/www/chromium/files/patch-chrome_utility_services.cc index 851aa780ad01..b83016b316d0 100644 --- a/www/chromium/files/patch-chrome_utility_services.cc +++ b/www/chromium/files/patch-chrome_utility_services.cc @@ -1,4 +1,4 @@ ---- chrome/utility/services.cc.orig 2025-10-30 15:44:36 UTC +--- chrome/utility/services.cc.orig 2025-12-05 10:12:50 UTC +++ chrome/utility/services.cc @@ -50,7 +50,7 @@ #include "chrome/services/system_signals/mac/mac_system_signals_service.h" @@ -9,7 +9,7 @@ #include "chrome/services/system_signals/linux/linux_system_signals_service.h" #endif // BUILDFLAG(IS_LINUX) -@@ -213,7 +213,7 @@ auto RunMacNotificationService( +@@ -207,7 +207,7 @@ auto RunMacNotificationService( } #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ auto RunSystemSignalsService( mojo::PendingReceiver<device_signals::mojom::SystemSignalsService> receiver) { -@@ -481,7 +481,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -459,7 +459,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& services.Add(RunWindowsIconReader); #endif // BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-components_BUILD.gn b/www/chromium/files/patch-components_BUILD.gn index ca61b7683adb..49507e5f1bea 100644 --- a/www/chromium/files/patch-components_BUILD.gn +++ b/www/chromium/files/patch-components_BUILD.gn @@ -1,14 +1,14 @@ ---- components/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- components/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ components/BUILD.gn -@@ -217,7 +217,6 @@ test("components_unittests") { - "//components/content_settings/core/common:unit_tests", +@@ -220,7 +220,6 @@ test("components_unittests") { + "//components/contextual_search/internal:unit_tests", "//components/contextual_tasks:unit_tests", "//components/country_codes:unit_tests", - "//components/crash/core/common:unit_tests", "//components/cross_device/logging:unit_tests", "//components/crx_file:unit_tests", "//components/data_sharing:unit_tests", -@@ -634,7 +633,7 @@ test("components_unittests") { +@@ -637,7 +636,7 @@ test("components_unittests") { "//components/user_data_importer/content:unit_tests", ] @@ -17,7 +17,7 @@ deps += [ "//components/crash/content/browser:unit_tests", "//components/crash/core/app:unit_tests", -@@ -800,7 +799,7 @@ test("components_unittests") { +@@ -804,7 +803,7 @@ test("components_unittests") { deps += [ "//components/constrained_window:unit_tests" ] } diff --git a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc index d6d6625738ee..6999e5e65164 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.cc -@@ -479,7 +479,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( +@@ -480,7 +480,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( bool PaymentsDataManager::ShouldShowBnplSettings() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Check `kAutofillEnableBuyNowPayLater` only if the user has seen a BNPL // suggestion before, or there are already linked issuers present, to avoid // unnecessary feature flag checks. The linked issuer check is due to the fact -@@ -1014,7 +1014,7 @@ void PaymentsDataManager::SetPrefService(PrefService* +@@ -1015,7 +1015,7 @@ void PaymentsDataManager::SetPrefService(PrefService* &PaymentsDataManager::OnAutofillPaymentsCardBenefitsPrefChange, base::Unretained(this))); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ pref_registrar_.Add( prefs::kAutofillBnplEnabled, base::BindRepeating(&PaymentsDataManager::OnBnplEnabledPrefChange, -@@ -1088,7 +1088,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { +@@ -1089,7 +1089,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ bool PaymentsDataManager::IsAutofillHasSeenBnplPrefEnabled() const { return prefs::HasSeenBnpl(pref_service_); } -@@ -2125,7 +2125,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( +@@ -2140,7 +2140,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( bool PaymentsDataManager::AreBnplIssuersSupported() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +36,7 @@ return (app_locale_ == "en-US" || app_locale_ == "en-GB" || app_locale_ == "en-CA") && GetCountryCodeForExperimentGroup() == "US" && -@@ -2160,7 +2160,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() +@@ -2175,7 +2175,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h index 68f7d75bf77a..ae6e45119f3b 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h +++ b/www/chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h @@ -1,15 +1,15 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.h -@@ -377,7 +377,7 @@ class PaymentsDataManager : public AutofillWebDataServ - void SetAutofillHasSeenIban(); +@@ -378,7 +378,7 @@ class PaymentsDataManager : public AutofillWebDataServ + // TODO(crbug.com/430575808): Remove build flags. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) // Returns the value of the kAutofillHasSeenBnpl pref. - bool IsAutofillHasSeenBnplPrefEnabled() const; + virtual bool IsAutofillHasSeenBnplPrefEnabled() const; -@@ -716,7 +716,7 @@ class PaymentsDataManager : public AutofillWebDataServ +@@ -726,7 +726,7 @@ class PaymentsDataManager : public AutofillWebDataServ void ClearAllCreditCardBenefits(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc index 3d58ce41bd3f..8253151c9f57 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/browser/foundations/browser_autofill_manager.cc -@@ -853,7 +853,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { +@@ -854,7 +854,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { payments::BnplManager* BrowserAutofillManager::GetPaymentsBnplManager() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc index c6ea2d21468e..1528c9c44026 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc @@ -1,7 +1,7 @@ ---- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/browser/payments/amount_extraction_manager.cc -@@ -185,7 +185,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived - bnpl_manager->OnAmountExtractionReturned(parsed_extracted_amount); +@@ -249,7 +249,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived + /*timeout_reached=*/false); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The result of amount extraction on domain " -@@ -216,7 +216,7 @@ void AmountExtractionManager::OnTimeoutReached() { +@@ -315,7 +315,7 @@ void AmountExtractionManager::OnTimeoutReached() { /*timeout_reached=*/true); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -18,12 +18,12 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The amount extraction on domain " -@@ -234,7 +234,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe +@@ -333,7 +333,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe // Check eligibility of BNPL feature. if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) { - if (BnplManager::IsEligibleForBnpl(autofill_manager_->client())) { + if (IsEligibleForBnpl(autofill_manager_->client())) { eligible_features.insert(EligibleFeature::kBnpl); } diff --git a/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc b/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc index 6e6d62baff64..7d5032e7b4f2 100644 --- a/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc +++ b/www/chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/browser/payments/bnpl_manager.cc -@@ -599,7 +599,7 @@ void BnplManager::MaybeUpdateDesktopSuggestionsWithBnp +@@ -607,7 +607,7 @@ void BnplManager::MaybeUpdateDesktopSuggestionsWithBnp .OnBnplSuggestionShown(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc b/www/chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc new file mode 100644 index 000000000000..1cc46c3065f3 --- /dev/null +++ b/www/chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc @@ -0,0 +1,11 @@ +--- components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc.orig 2025-12-05 10:12:50 UTC ++++ components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc +@@ -1462,7 +1462,7 @@ std::vector<Suggestion> GetCreditCardSuggestionsForTou + .GetBnplIssuers(), + /*extracted_amount_in_micros=*/std::nullopt)); + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + manager.client() + .GetPersonalDataManager() + .payments_data_manager() diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__features.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__features.cc index 74c1e601e5fd..033114cf9bd6 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__features.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__features.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_features.cc.orig 2025-10-02 04:28:32 UTC +--- components/autofill/core/common/autofill_features.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/common/autofill_features.cc @@ -10,7 +10,7 @@ namespace autofill::features { @@ -7,5 +7,5 @@ - BUILDFLAG(IS_LINUX) || + BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN); + constexpr bool IS_WALLET_PASSES_SUPPORTED_PLATFORM = !BUILDFLAG(IS_IOS); } - diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc index 9262327b7225..fa6cda3d8b1c 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_payments_features.cc.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/common/autofill_payments_features.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/common/autofill_payments_features.cc @@ -26,7 +26,7 @@ BASE_FEATURE(kAutofillEnableAllowlistForBmoCardCategor // of the allowlisted merchant websites. @@ -18,7 +18,16 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -62,7 +62,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, +@@ -58,7 +58,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForExternall + // offered. + BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT); + #else + base::FEATURE_DISABLED_BY_DEFAULT); +@@ -67,7 +67,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, // When enabled, buy now pay later (BNPL) data will be synced to Chrome clients. BASE_FEATURE(kAutofillEnableBuyNowPayLaterSyncing, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +36,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -86,7 +86,7 @@ BASE_FEATURE(kAutofillEnableCardBenefitsForAmericanExp +@@ -91,7 +91,7 @@ BASE_FEATURE(kAutofillEnableCardBenefitsForAmericanExp // UI. BASE_FEATURE(kAutofillEnableCardBenefitsForBmo, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -151,7 +151,7 @@ BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsBlockl +@@ -156,7 +156,7 @@ BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsBlockl // Payments Autofill UI. BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsFromCurinos, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -45,7 +54,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -301,7 +301,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, base::FEATU +@@ -306,7 +306,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, base::FEATU #endif // BUILDFLAG(IS_ANDROID) bool ShouldShowImprovedUserConsentForCreditCardSave() { diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc index 4e06dd00d918..886417dedc59 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_prefs.cc.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/common/autofill_prefs.cc.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/common/autofill_prefs.cc -@@ -131,7 +131,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -137,7 +137,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ registry->RegisterBooleanPref( kAutofillBnplEnabled, true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); -@@ -373,7 +373,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic +@@ -386,7 +386,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value) { prefs->SetBoolean(kAutofillBnplEnabled, value); } -@@ -382,7 +382,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -395,7 +395,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ return prefs->GetBoolean(kAutofillBnplEnabled); #else return false; -@@ -391,7 +391,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { +@@ -404,7 +404,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h index 633e5e1d9615..99668ecc6cc3 100644 --- a/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h +++ b/www/chromium/files/patch-components_autofill_core_common_autofill__prefs.h @@ -1,15 +1,15 @@ ---- components/autofill/core/common/autofill_prefs.h.orig 2025-10-30 15:44:36 UTC +--- components/autofill/core/common/autofill_prefs.h.orig 2025-12-05 10:12:50 UTC +++ components/autofill/core/common/autofill_prefs.h -@@ -36,7 +36,7 @@ inline constexpr char kAutofillAiOptInStatus[] = - inline constexpr char kAutofillAiLastVersionDeduped[] = - "autofill.ai_last_version_deduped"; +@@ -44,7 +44,7 @@ inline constexpr char kAutofillAiLastVersionDeduped[] + inline constexpr char kAutofillAiTravelEntitiesEnabled[] = + "autofill.autofill_ai.travel_entities_enabled"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) // Boolean that is true if BNPL on Autofill is enabled. inline constexpr char kAutofillBnplEnabled[] = "autofill.bnpl_enabled"; // Boolean that is true if the user has ever seen a BNPL suggestion. -@@ -265,7 +265,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService +@@ -277,7 +277,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService void SetFacilitatedPaymentsA2ATriggeredOnce(PrefService* prefs, bool value); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -273,7 +273,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -285,7 +285,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc b/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc index 804c43b45f9e..46e2636e4632 100644 --- a/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc +++ b/www/chromium/files/patch-components_commerce_core_commerce__feature__list.cc @@ -1,6 +1,6 @@ ---- components/commerce/core/commerce_feature_list.cc.orig 2025-10-30 15:44:36 UTC +--- components/commerce/core/commerce_feature_list.cc.orig 2025-12-05 10:12:50 UTC +++ components/commerce/core/commerce_feature_list.cc -@@ -178,7 +178,7 @@ BASE_FEATURE(kShoppingAlternateServer, base::FEATURE_D +@@ -175,7 +175,7 @@ BASE_FEATURE(kShoppingAlternateServer, base::FEATURE_D const char kDiscountOnShoppyPageParam[] = "discount-on-shoppy-page"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ &kEnableDiscountInfoApi, kDiscountOnShoppyPageParam, true}; #else -@@ -191,7 +191,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi +@@ -188,7 +188,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi const char kNonMerchantWideBehaviorParam[] = "non-merchant-wide-behavior"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc b/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc index 311eeb2fa98c..35f60f151dc7 100644 --- a/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc +++ b/www/chromium/files/patch-components_cookie__config_cookie__store__util.cc @@ -1,6 +1,6 @@ ---- components/cookie_config/cookie_store_util.cc.orig 2024-02-23 21:04:38 UTC +--- components/cookie_config/cookie_store_util.cc.orig 2025-12-05 10:12:50 UTC +++ components/cookie_config/cookie_store_util.cc -@@ -12,7 +12,7 @@ +@@ -16,7 +16,7 @@ namespace cookie_config { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -8,4 +8,4 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) namespace { - // Use the operating system's mechanisms to encrypt cookies before writing + void OnOsCryptReadyOnUi( diff --git a/www/chromium/files/patch-components_crash_core_common_BUILD.gn b/www/chromium/files/patch-components_crash_core_common_BUILD.gn index ed890d4f07a4..57d50707ed96 100644 --- a/www/chromium/files/patch-components_crash_core_common_BUILD.gn +++ b/www/chromium/files/patch-components_crash_core_common_BUILD.gn @@ -1,6 +1,6 @@ ---- components/crash/core/common/BUILD.gn.orig 2023-05-31 08:12:17 UTC +--- components/crash/core/common/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ components/crash/core/common/BUILD.gn -@@ -9,7 +9,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn +@@ -8,7 +8,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn declare_args() { # If set to true, this will stub out and disable the entire crash key system. diff --git a/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc b/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc index 9dd597f4db79..b927ed49734d 100644 --- a/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc +++ b/www/chromium/files/patch-components_device__signals_core_common_signals__features.cc @@ -1,6 +1,6 @@ ---- components/device_signals/core/common/signals_features.cc.orig 2025-10-30 15:44:36 UTC +--- components/device_signals/core/common/signals_features.cc.orig 2025-12-05 10:12:50 UTC +++ components/device_signals/core/common/signals_features.cc -@@ -51,7 +51,7 @@ bool IsDetectedAgentSignalCollectionEnabled() { +@@ -61,7 +61,7 @@ bool IsSystemSignalCollectionImprovementEnabled() { } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_device__signals_core_common_signals__features.h b/www/chromium/files/patch-components_device__signals_core_common_signals__features.h index eebd069f6fad..a0ef0f65409e 100644 --- a/www/chromium/files/patch-components_device__signals_core_common_signals__features.h +++ b/www/chromium/files/patch-components_device__signals_core_common_signals__features.h @@ -1,7 +1,7 @@ ---- components/device_signals/core/common/signals_features.h.orig 2025-09-06 10:01:20 UTC +--- components/device_signals/core/common/signals_features.h.orig 2025-12-05 10:12:50 UTC +++ components/device_signals/core/common/signals_features.h -@@ -33,7 +33,7 @@ bool IsBrowserSignalsReportingEnabled(); - bool IsDetectedAgentSignalCollectionEnabled(); +@@ -37,7 +37,7 @@ bool IsDetectedAgentSignalCollectionEnabled(); + bool IsSystemSignalCollectionImprovementEnabled(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc b/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc index c4e7b9df1685..dada75f82326 100644 --- a/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc +++ b/www/chromium/files/patch-components_embedder__support_user__agent__utils.cc @@ -1,4 +1,4 @@ ---- components/embedder_support/user_agent_utils.cc.orig 2025-09-06 10:01:20 UTC +--- components/embedder_support/user_agent_utils.cc.orig 2025-12-05 10:12:50 UTC +++ components/embedder_support/user_agent_utils.cc @@ -317,7 +317,7 @@ std::string GetUserAgentPlatform() { return ""; @@ -46,7 +46,7 @@ #else return std::string(version_info::GetOSType()); #endif -@@ -873,6 +876,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons +@@ -868,6 +871,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons "Android %s", os_version.c_str() #elif BUILDFLAG(IS_FUCHSIA) "Fuchsia" diff --git a/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc b/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc index bf2d9628d01c..b999e4bf36a6 100644 --- a/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc +++ b/www/chromium/files/patch-components_enterprise_browser_reporting_report__util.cc @@ -1,6 +1,6 @@ ---- components/enterprise/browser/reporting/report_util.cc.orig 2025-09-22 06:24:40 UTC +--- components/enterprise/browser/reporting/report_util.cc.orig 2025-12-05 10:12:50 UTC +++ components/enterprise/browser/reporting/report_util.cc -@@ -197,7 +197,7 @@ std::string GetSecuritySignalsInReport( +@@ -198,7 +198,7 @@ std::string GetSecuritySignalsInReport( signals_dict.Set("antivirus_info", std::move(anti_virus_list)); signals_dict.Set("hotfixes", RepeatedFieldptrToList(os_report.hotfixes())); diff --git a/www/chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc b/www/chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc deleted file mode 100644 index 9d0cd24d8350..000000000000 --- a/www/chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- components/enterprise/connectors/core/connectors_prefs.cc.orig 2025-10-30 15:44:36 UTC -+++ components/enterprise/connectors/core/connectors_prefs.cc -@@ -22,7 +22,7 @@ - namespace enterprise_connectors { - - // Profile Prefs --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kCacheEncryptionEnabledPref[] = - "enterprise_connectors.cache_encryption_enabled"; - #endif -@@ -96,7 +96,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry - #if BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) - client_certificates::RegisterProfilePrefs(registry); - #endif // BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - registry->RegisterBooleanPref(kCacheEncryptionEnabledPref, false); - #endif - } diff --git a/www/chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.h b/www/chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.h deleted file mode 100644 index 3471e4e6b6b2..000000000000 --- a/www/chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- components/enterprise/connectors/core/connectors_prefs.h.orig 2025-10-30 15:44:36 UTC -+++ components/enterprise/connectors/core/connectors_prefs.h -@@ -11,7 +11,7 @@ class PrefRegistrySimple; - - namespace enterprise_connectors { - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Pref that maps to the "CacheEncryptionEnabled" policy. - extern const char kCacheEncryptionEnabledPref[]; - #endif diff --git a/www/chromium/files/patch-components_error__page_common_localized__error.cc b/www/chromium/files/patch-components_error__page_common_localized__error.cc index ea6432cc4e68..1e0743c90c4e 100644 --- a/www/chromium/files/patch-components_error__page_common_localized__error.cc +++ b/www/chromium/files/patch-components_error__page_common_localized__error.cc @@ -1,6 +1,6 @@ ---- components/error_page/common/localized_error.cc.orig 2025-10-02 04:28:32 UTC +--- components/error_page/common/localized_error.cc.orig 2025-12-05 10:12:50 UTC +++ components/error_page/common/localized_error.cc -@@ -902,7 +902,7 @@ void AddSuggestionsDetails(int error_code, +@@ -896,7 +896,7 @@ void AddSuggestionsDetails(int error_code, if (suggestions & SUGGEST_PROXY_CONFIG) { // Custom body string. std::u16string inner = diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc index b58be4459c66..ee353189e771 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__configurations.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_configurations.cc.orig 2025-10-30 15:44:36 UTC +--- components/feature_engagement/public/feature_configurations.cc.orig 2025-12-05 10:12:50 UTC +++ components/feature_engagement/public/feature_configurations.cc @@ -95,7 +95,7 @@ std::optional<FeatureConfig> CreateNewUserGestureInPro @@ -18,7 +18,7 @@ if (kIPHPasswordsManagementBubbleAfterSaveFeature.name == feature->name) { FeatureConfig config; config.valid = true; -@@ -2045,7 +2045,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi +@@ -2020,7 +2020,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc index 8ec7c5427dd6..8123853213e2 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.cc.orig 2025-11-12 08:17:34 UTC +--- components/feature_engagement/public/feature_constants.cc.orig 2025-12-05 10:12:50 UTC +++ components/feature_engagement/public/feature_constants.cc @@ -32,7 +32,7 @@ bool IsOnDeviceStorageEnabled() { } @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) BASE_FEATURE(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo", -@@ -846,7 +846,7 @@ BASE_FEATURE(kIPHiOSAIHubNewBadge, +@@ -847,7 +847,7 @@ BASE_FEATURE(kIPHiOSAIHubNewBadge, #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) BASE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion", -@@ -1002,7 +1002,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, +@@ -1006,7 +1006,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h index e12ef12da1a8..be8825471c76 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__constants.h @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.h.orig 2025-11-12 08:17:34 UTC +--- components/feature_engagement/public/feature_constants.h.orig 2025-12-05 10:12:50 UTC +++ components/feature_engagement/public/feature_constants.h @@ -31,7 +31,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDemoMode); FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDummyFeature); @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) FEATURE_CONSTANTS_DECLARE_FEATURE(kEsbDownloadRowPromoFeature); #endif -@@ -380,7 +380,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHiOSAIHubNewBadge +@@ -385,7 +385,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHiOSAIHubNewBadge #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature); FEATURE_CONSTANTS_DECLARE_FEATURE( -@@ -444,7 +444,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA +@@ -450,7 +450,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphGamingFeature); #endif diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc b/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc index a717debcf19f..ec34fc233e3a 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__list.cc @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.cc.orig 2025-11-12 08:17:34 UTC +--- components/feature_engagement/public/feature_list.cc.orig 2025-12-05 10:12:50 UTC +++ components/feature_engagement/public/feature_list.cc -@@ -203,7 +203,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -202,7 +202,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHiOSReaderModeOptionsFeature, #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) &kEsbDownloadRowPromoFeature, #endif -@@ -278,7 +278,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -277,7 +277,7 @@ const base::Feature* const kAllFeatures[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -17,7 +17,7 @@ +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || \ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) &kIPHAutofillAiOptInFeature, - &kIPHAutofillBnplAffirmOrZipSuggestionFeature, + &kIPHAutofillAiValuablesFeature, @@ -336,7 +336,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHScalableIphGamingFeature, #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_feature__engagement_public_feature__list.h b/www/chromium/files/patch-components_feature__engagement_public_feature__list.h index 663cd200fbe8..dd05ad99c05f 100644 --- a/www/chromium/files/patch-components_feature__engagement_public_feature__list.h +++ b/www/chromium/files/patch-components_feature__engagement_public_feature__list.h @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.h.orig 2025-11-12 08:17:34 UTC +--- components/feature_engagement/public/feature_list.h.orig 2025-12-05 10:12:50 UTC +++ components/feature_engagement/public/feature_list.h -@@ -357,7 +357,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSAIHubNewBadge, "IPH_iOSA +@@ -355,7 +355,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSAIHubNewBadge, "IPH_iOSA #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) DEFINE_VARIATION_PARAM(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo"); #endif -@@ -478,7 +478,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF +@@ -476,7 +476,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -17,8 +17,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \ + BUILDFLAG(IS_BSD) DEFINE_VARIATION_PARAM(kIPHAutofillAiOptInFeature, "IPH_AutofillAiOptIn"); - DEFINE_VARIATION_PARAM(kIPHAutofillBnplAffirmOrZipSuggestionFeature, - "IPH_AutofillBnplAffirmOrZipSuggestion"); + DEFINE_VARIATION_PARAM(kIPHAutofillAiValuablesFeature, + "IPH_AutofillAiValuables"); @@ -580,7 +581,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF DEFINE_VARIATION_PARAM(kIPHScalableIphGamingFeature, "IPH_ScalableIphGaming"); #endif // BUILDFLAG(IS_CHROMEOS) @@ -28,7 +28,7 @@ DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunch, "IPH_DesktopPWAsLinkCapturingLaunch"); DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunchAppInTab, -@@ -782,7 +783,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -781,7 +782,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHIOSPageActionMenu), VARIATION_ENTRY(kIPHiOSAIHubNewBadge), #elif BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -37,7 +37,7 @@ VARIATION_ENTRY(kIPHBatterySaverModeFeature), VARIATION_ENTRY(kIPHCompanionSidePanelFeature), VARIATION_ENTRY(kIPHCompanionSidePanelRegionSearchFeature), -@@ -844,7 +845,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -843,7 +844,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -45,8 +45,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \ + BUILDFLAG(IS_BSD) VARIATION_ENTRY(kIPHAutofillAiOptInFeature), + VARIATION_ENTRY(kIPHAutofillAiValuablesFeature), VARIATION_ENTRY(kIPHAutofillCreditCardBenefitFeature), - VARIATION_ENTRY(kIPHAutofillCardInfoRetrievalSuggestionFeature), @@ -899,7 +901,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHScalableIphGamingFeature), #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc b/www/chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc index 83f9da6b0bf5..8b04e88fbb01 100644 --- a/www/chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc +++ b/www/chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc @@ -1,6 +1,6 @@ ---- components/gwp_asan/crash_handler/crash_analyzer.cc.orig 2025-05-05 10:57:53 UTC +--- components/gwp_asan/crash_handler/crash_analyzer.cc.orig 2025-12-05 10:12:50 UTC +++ components/gwp_asan/crash_handler/crash_analyzer.cc -@@ -35,7 +35,7 @@ +@@ -36,7 +36,7 @@ #include "third_party/crashpad/crashpad/snapshot/process_snapshot.h" #include "third_party/crashpad/crashpad/util/process/process_memory.h" @@ -9,7 +9,7 @@ #include <signal.h> #elif BUILDFLAG(IS_APPLE) #include <mach/exception_types.h> -@@ -113,7 +113,7 @@ bool CrashAnalyzer::GetExceptionInfo( +@@ -114,7 +114,7 @@ bool CrashAnalyzer::GetExceptionInfo( crashpad::VMAddress CrashAnalyzer::GetAccessAddress( const crashpad::ExceptionSnapshot& exception) { diff --git a/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc b/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc index 47a1fdc44325..3a3233c68fde 100644 --- a/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc +++ b/www/chromium/files/patch-components_metrics_dwa_dwa__service.cc @@ -1,6 +1,6 @@ ---- components/metrics/dwa/dwa_service.cc.orig 2025-10-30 15:44:36 UTC +--- components/metrics/dwa/dwa_service.cc.orig 2025-12-05 10:12:50 UTC +++ components/metrics/dwa/dwa_service.cc -@@ -243,7 +243,7 @@ void DwaService::RecordCoarseSystemInformation( +@@ -244,7 +244,7 @@ void DwaService::RecordCoarseSystemInformation( coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_WINDOWS); #elif BUILDFLAG(IS_MAC) coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_MACOS); diff --git a/www/chromium/files/patch-components_ntp__tiles_pref__names.h b/www/chromium/files/patch-components_ntp__tiles_pref__names.h index fc36568b2426..331518bdf4af 100644 --- a/www/chromium/files/patch-components_ntp__tiles_pref__names.h +++ b/www/chromium/files/patch-components_ntp__tiles_pref__names.h @@ -1,6 +1,6 @@ ---- components/ntp_tiles/pref_names.h.orig 2025-10-02 04:28:32 UTC +--- components/ntp_tiles/pref_names.h.orig 2025-12-05 10:12:50 UTC +++ components/ntp_tiles/pref_names.h -@@ -48,7 +48,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus +@@ -49,7 +49,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus // Prefs used to cache enterprise shortcuts. #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ diff --git a/www/chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc b/www/chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc index f5915be273fc..c9fd1594203f 100644 --- a/www/chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc +++ b/www/chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc @@ -1,6 +1,6 @@ ---- components/optimization_guide/core/feature_registry/feature_registration.cc.orig 2025-10-30 15:44:36 UTC +--- components/optimization_guide/core/feature_registry/feature_registration.cc.orig 2025-12-05 10:12:50 UTC +++ components/optimization_guide/core/feature_registry/feature_registration.cc -@@ -65,7 +65,7 @@ BASE_FEATURE(kProductSpecificationsMqlsLogging, +@@ -67,7 +67,7 @@ BASE_FEATURE(kProductSpecificationsMqlsLogging, BASE_FEATURE(kFormsClassificationsMqlsLogging, BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || diff --git a/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc b/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc index 9d231ad1d6bc..5668da4a9912 100644 --- a/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc +++ b/www/chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc @@ -1,6 +1,6 @@ ---- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-10-30 15:44:36 UTC +--- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-12-05 10:12:50 UTC +++ components/optimization_guide/core/optimization_guide_features.cc -@@ -104,7 +104,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, +@@ -98,7 +98,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, // Whether to use the on device model service in optimization guide. BASE_FEATURE(kOptimizationGuideOnDeviceModel, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc b/www/chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc index eff8fbd34e29..55b1473d31e0 100644 --- a/www/chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc +++ b/www/chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/libsecret_util_linux.cc.orig 2025-10-02 04:28:32 UTC +--- components/os_crypt/sync/libsecret_util_linux.cc.orig 2025-12-05 10:12:50 UTC +++ components/os_crypt/sync/libsecret_util_linux.cc -@@ -182,16 +182,22 @@ bool LibsecretLoader::EnsureLibsecretLoaded() { +@@ -184,16 +184,22 @@ bool LibsecretLoader::EnsureLibsecretLoaded() { // static bool LibsecretLoader::LoadLibsecret() { diff --git a/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h b/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h index ebc3cb1d2abc..94bb6f35e7d2 100644 --- a/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h +++ b/www/chromium/files/patch-components_os__crypt_sync_os__crypt.h @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/os_crypt.h.orig 2025-09-06 10:01:20 UTC +--- components/os_crypt/sync/os_crypt.h.orig 2025-12-05 10:12:50 UTC +++ components/os_crypt/sync/os_crypt.h -@@ -23,7 +23,7 @@ class Keychain; +@@ -28,7 +28,7 @@ class Keychain; } #endif @@ -9,7 +9,7 @@ class KeyStorageLinux; #endif // BUILDFLAG(IS_LINUX) -@@ -39,7 +39,7 @@ struct Config; +@@ -44,7 +44,7 @@ struct Config; // Temporary interface due to OSCrypt refactor. See OSCryptImpl for descriptions // of what each function does. namespace OSCrypt { @@ -18,7 +18,7 @@ COMPONENT_EXPORT(OS_CRYPT) void SetConfig(std::unique_ptr<os_crypt::Config> config); #endif // BUILDFLAG(IS_LINUX) -@@ -84,7 +84,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b +@@ -91,7 +91,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b COMPONENT_EXPORT(OS_CRYPT) void SetLegacyEncryptionForTesting(bool legacy); COMPONENT_EXPORT(OS_CRYPT) void ResetStateForTesting(); #endif // BUILDFLAG(IS_WIN) @@ -27,7 +27,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyStorageForTesting( base::OnceCallback<std::unique_ptr<KeyStorageLinux>()> -@@ -118,7 +118,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -125,7 +125,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { // Returns singleton instance of OSCryptImpl. static OSCryptImpl* GetInstance(); @@ -36,7 +36,7 @@ // Set the configuration of OSCryptImpl. // This method, or SetRawEncryptionKey(), must be called before using // EncryptString() and DecryptString(). -@@ -214,7 +214,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -217,7 +217,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { void ResetStateForTesting(); #endif @@ -45,7 +45,7 @@ // For unit testing purposes, inject methods to be used. // |storage_provider_factory| provides the desired |KeyStorage| // implementation. If the provider returns |nullptr|, a hardcoded password -@@ -241,13 +241,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -244,13 +244,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { bool DeriveKey(); #endif // BUILDFLAG(IS_APPLE) diff --git a/www/chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc b/www/chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc index b54db3e1de5f..ae5796e9352a 100644 --- a/www/chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc +++ b/www/chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc @@ -1,6 +1,6 @@ ---- components/paint_preview/player/player_compositor_delegate.cc.orig 2025-10-02 04:28:32 UTC +--- components/paint_preview/player/player_compositor_delegate.cc.orig 2025-12-05 10:12:50 UTC +++ components/paint_preview/player/player_compositor_delegate.cc -@@ -435,8 +435,8 @@ void PlayerCompositorDelegate::ValidateProtoAndLoadAXT +@@ -432,8 +432,8 @@ void PlayerCompositorDelegate::ValidateProtoAndLoadAXT auto chrome_version = capture_result_->proto.metadata().chrome_version(); const auto& current_chrome_version = version_info::GetVersion(); if (capture_result_->proto.metadata().has_chrome_version() && diff --git a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc index f2ea30569eae..71a0efa1583b 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/features/password_features.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/features/password_features.cc -@@ -58,7 +58,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, +@@ -71,7 +71,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, BASE_FEATURE(kClearUndecryptablePasswordsOnSync, "ClearUndecryptablePasswordsInSync", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -120,7 +120,7 @@ BASE_FEATURE(kPasswordManualFallbackAvailable, +@@ -139,7 +139,7 @@ BASE_FEATURE(kPasswordManualFallbackAvailable, BASE_FEATURE(kPasswordManagerLogToTerminal, base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h index 3fd939e69cd2..cead1cf5e6ad 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_features_password__features.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.h.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/features/password_features.h.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/features/password_features.h -@@ -147,7 +147,7 @@ BASE_DECLARE_FEATURE(kPasswordManualFallbackAvailable) +@@ -172,7 +172,7 @@ BASE_DECLARE_FEATURE(kPasswordManualFallbackAvailable) // terminal. BASE_DECLARE_FEATURE(kPasswordManagerLogToTerminal); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc index b08fcf5a6002..059f2b529aa1 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_autofill_manager.cc -@@ -387,7 +387,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( +@@ -405,7 +405,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( weak_ptr_factory_.GetWeakPtr(), *password_credential); if (password_credential->is_grouped_affiliation) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ cross_domain_confirmation_controller_ = password_client_->ShowCrossDomainConfirmationPopup( last_popup_open_args_.element_bounds, -@@ -629,7 +629,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { +@@ -653,7 +653,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { manual_fallback_metrics_recorder_ = std::make_unique<PasswordManualFallbackMetricsRecorder>(); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc index 7708eecae896..27495a4962ee 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_form_filling.cc.orig 2025-09-06 10:01:20 UTC +--- components/password_manager/core/browser/password_form_filling.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_form_filling.cc -@@ -178,7 +178,7 @@ LikelyFormFilling SendFillInformationToRenderer( +@@ -197,7 +197,7 @@ LikelyFormFilling SendFillInformationToRenderer( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc index 815255e3c4d1..1f46a6419588 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc @@ -1,15 +1,6 @@ ---- components/password_manager/core/browser/password_form_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_form_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_form_manager.cc -@@ -67,7 +67,7 @@ - #include "components/webauthn/android/webauthn_cred_man_delegate.h" - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "components/os_crypt/sync/os_crypt.h" - #endif - -@@ -239,7 +239,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest +@@ -235,7 +235,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest return false; } @@ -18,7 +9,7 @@ bool ShouldShowKeychainErrorBubble( std::optional<PasswordStoreBackendError> backend_error) { if (!backend_error.has_value()) { -@@ -940,7 +940,7 @@ void PasswordFormManager::OnFetchCompleted() { +@@ -936,7 +936,7 @@ void PasswordFormManager::OnFetchCompleted() { error.value().type); } diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc index e49b6cbd7245..78d250124e9a 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_manager.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_manager.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_manager.cc -@@ -590,7 +590,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -607,7 +607,7 @@ void PasswordManager::RegisterProfilePrefs( registry->RegisterListPref(prefs::kPasswordManagerPromoCardsList); #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS) registry->RegisterBooleanPref(prefs::kPasswordSharingEnabled, true); @@ -9,7 +9,7 @@ registry->RegisterIntegerPref(prefs::kRelaunchChromeBubbleDismissedCounter, 0); #endif -@@ -603,7 +603,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -620,7 +620,7 @@ void PasswordManager::RegisterProfilePrefs( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h b/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h index c96d24ff36fb..45528ec505f2 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__manager__client.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manager_client.h.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_manager_client.h.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_manager_client.h @@ -30,7 +30,7 @@ #include "net/cert/cert_status_flags.h" @@ -9,7 +9,7 @@ #include "base/i18n/rtl.h" #include "components/password_manager/core/browser/password_cross_domain_confirmation_popup_controller.h" #include "ui/gfx/geometry/rect_f.h" -@@ -540,7 +540,7 @@ class PasswordManagerClient { +@@ -544,7 +544,7 @@ class PasswordManagerClient { virtual void TriggerSignIn(signin_metrics::AccessPoint access_point) const; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc index f6ce011afb0f..ff3d252981f0 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc @@ -1,9 +1,9 @@ ---- components/password_manager/core/browser/password_store/login_database.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_store/login_database.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_store/login_database.cc @@ -1043,7 +1043,7 @@ bool ShouldDeleteUndecryptablePasswords( - bool is_user_data_dir_policy_set, bool is_enabled_by_policy, - IsAccountStore is_account_store) { + IsAccountStore is_account_store, + const os_crypt_async::Encryptor* encryptor) { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::unique_ptr<base::Environment> environment(base::Environment::Create()); diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc index 39692156abd5..46e5299ab236 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_store/login_database_async_helper.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_store/login_database_async_helper.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_store/login_database_async_helper.cc @@ -146,7 +146,7 @@ LoginsResultOrError LoginDatabaseAsyncHelper::FillMatc std::vector<PasswordForm> matched_forms; @@ -7,5 +7,5 @@ -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return PasswordStoreBackendError( - OSCrypt::IsEncryptionAvailable() + is_encryption_available_ ? PasswordStoreBackendErrorType::kUncategorized diff --git a/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc b/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc index bf6fc93ca99a..fe9059b3d11f 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc @@ -1,7 +1,7 @@ ---- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig 2025-10-30 15:44:36 UTC +--- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/password_store/login_database_unittest.cc -@@ -2278,7 +2278,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent, - testing::Bool())); +@@ -2227,7 +2227,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent, + testing::Values(1, 2, 3, 24)); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ - BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc b/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc index 66e4895e2b69..b69d91413c1c 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc +++ b/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/stub_password_manager_client.cc.orig 2025-10-02 04:28:32 UTC +--- components/password_manager/core/browser/stub_password_manager_client.cc.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/stub_password_manager_client.cc -@@ -211,7 +211,7 @@ version_info::Channel StubPasswordManagerClient::GetCh +@@ -226,7 +226,7 @@ version_info::Channel StubPasswordManagerClient::GetCh } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h b/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h index 5522c87dd3e7..ec9c239c35bd 100644 --- a/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h +++ b/www/chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/stub_password_manager_client.h.orig 2025-10-02 04:28:32 UTC +--- components/password_manager/core/browser/stub_password_manager_client.h.orig 2025-12-05 10:12:50 UTC +++ components/password_manager/core/browser/stub_password_manager_client.h -@@ -80,7 +80,7 @@ class StubPasswordManagerClient : public PasswordManag +@@ -84,7 +84,7 @@ class StubPasswordManagerClient : public PasswordManag MockPasswordFeatureManager* GetPasswordFeatureManager(); version_info::Channel GetChannel() const override; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc b/www/chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc index cbadc90f1790..11a515e64e7e 100644 --- a/www/chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc +++ b/www/chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc @@ -1,11 +1,11 @@ ---- components/performance_manager/decorators/process_metrics_decorator.cc.orig 2025-10-02 04:28:32 UTC +--- components/performance_manager/decorators/process_metrics_decorator.cc.orig 2025-12-05 10:12:50 UTC +++ components/performance_manager/decorators/process_metrics_decorator.cc -@@ -266,7 +266,7 @@ void ProcessMetricsDecorator::DidGetMemoryUsage( - base::ByteCount process_rss = - base::KiB(process_dump_iter.os_dump().resident_set_kb); - process_node->set_resident_set(process_rss); +@@ -54,7 +54,7 @@ class ProcessMetricsDecorator::NodeMetricsUpdater { + auto* process_node = ProcessNodeImpl::FromNode(context.GetProcessNode()); + process_node->set_private_footprint(memory_summary_->private_footprint); + process_node->set_resident_set(memory_summary_->resident_set_size); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - process_node->set_private_swap( - base::KiB(process_dump_iter.os_dump().private_footprint_swap_kb)); + process_node->set_private_swap(memory_summary_->private_swap); #endif + } diff --git a/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc b/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc index 4a71da13e71c..e355ed676afd 100644 --- a/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc +++ b/www/chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc @@ -1,6 +1,6 @@ ---- components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc.orig 2025-10-30 15:44:36 UTC +--- components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc.orig 2025-12-05 10:12:50 UTC +++ components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc -@@ -25,7 +25,7 @@ namespace policy { +@@ -26,7 +26,7 @@ namespace policy { namespace { @@ -9,7 +9,7 @@ BASE_FEATURE(kRetryWithKeyReset, base::FEATURE_ENABLED_BY_DEFAULT); #endif -@@ -218,7 +218,7 @@ void CloudPolicyRefreshScheduler::OnStoreError(CloudPo +@@ -219,7 +219,7 @@ void CloudPolicyRefreshScheduler::OnStoreError(CloudPo // continue using the stale information. Thus, no specific response to a store // error is required. NB: Changes to is_managed fire OnStoreLoaded(). diff --git a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc index a133fe41c89a..eb65bf66a9ef 100644 --- a/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc +++ b/www/chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc @@ -1,4 +1,4 @@ ---- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-10-30 15:44:36 UTC +--- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-12-05 10:12:50 UTC +++ components/regional_capabilities/regional_capabilities_switches.cc @@ -23,7 +23,7 @@ BASE_FEATURE(kResolveRegionalCapabilitiesFromDevice, base::FEATURE_ENABLED_BY_DEFAULT); @@ -8,4 +8,4 @@ +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kUseFinchPermanentCountryForFetchCountryId, "UseFinchPermanentCountyForFetchCountryId", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-components_search__engines_template__url__service.cc b/www/chromium/files/patch-components_search__engines_template__url__service.cc index ac2c1c250097..35579a8476f6 100644 --- a/www/chromium/files/patch-components_search__engines_template__url__service.cc +++ b/www/chromium/files/patch-components_search__engines_template__url__service.cc @@ -1,6 +1,6 @@ ---- components/search_engines/template_url_service.cc.orig 2025-10-02 04:28:32 UTC +--- components/search_engines/template_url_service.cc.orig 2025-12-05 10:12:50 UTC +++ components/search_engines/template_url_service.cc -@@ -3587,7 +3587,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( +@@ -3590,7 +3590,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( std::unique_ptr<EnterpriseSearchManager> TemplateURLService::GetEnterpriseSearchManager(PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc b/www/chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc index 22c7a886bc4c..6a8f8186e98f 100644 --- a/www/chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc +++ b/www/chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc @@ -1,6 +1,6 @@ ---- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig 2025-02-19 07:43:18 UTC +--- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig 2025-12-05 10:12:50 UTC +++ components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc -@@ -147,7 +147,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput( +@@ -122,7 +122,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput( // Check for current device type and subtract it from the device count // calculation. #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-components_signin_public_base_signin__switches.cc b/www/chromium/files/patch-components_signin_public_base_signin__switches.cc index dcfbe8c05133..337836524523 100644 --- a/www/chromium/files/patch-components_signin_public_base_signin__switches.cc +++ b/www/chromium/files/patch-components_signin_public_base_signin__switches.cc @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.cc.orig 2025-10-30 15:44:36 UTC +--- components/signin/public/base/signin_switches.cc.orig 2025-12-05 10:12:50 UTC +++ components/signin/public/base/signin_switches.cc -@@ -96,7 +96,7 @@ BASE_FEATURE(kBrowserSigninInSyncHeaderOnGaiaIntegrati - BASE_FEATURE(kCctSignInPrompt, base::FEATURE_ENABLED_BY_DEFAULT); +@@ -107,7 +107,7 @@ BASE_FEATURE(kChromeAndroidIdentitySurveyBookmarkPromo + base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ BASE_FEATURE(kChromeIdentitySurveyAddressBubbleSignin, base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kChromeIdentitySurveyDiceWebSigninAccepted, -@@ -123,7 +123,7 @@ BASE_FEATURE(kChromeIdentitySurveySwitchProfileFromPro +@@ -134,7 +134,7 @@ BASE_FEATURE(kChromeIdentitySurveySwitchProfileFromPro base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -18,12 +18,27 @@ BASE_FEATURE(kChromeIdentitySurveyLaunchWithDelay, base::FEATURE_ENABLED_BY_DEFAULT); BASE_FEATURE_PARAM(base::TimeDelta, -@@ -325,7 +325,7 @@ BASE_FEATURE(kRetryInterceptionBubbleOnDiceSyncHeaderT +@@ -343,7 +343,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, + base::Days(7)); + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kProfileCreationDeclineSigninCTAExperiment, + base::FEATURE_DISABLED_BY_DEFAULT); + +@@ -372,12 +372,12 @@ BASE_FEATURE(kProfilesReordering, base::FEATURE_DISABL BASE_FEATURE(kRollbackDiceMigration, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kShowProfilePickerToAllUsersExperiment, + base::FEATURE_DISABLED_BY_DEFAULT); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kSignInPromoMaterialNextUI, base::FEATURE_ENABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-components_signin_public_base_signin__switches.h b/www/chromium/files/patch-components_signin_public_base_signin__switches.h index 46408caa2f37..fc496371ceca 100644 --- a/www/chromium/files/patch-components_signin_public_base_signin__switches.h +++ b/www/chromium/files/patch-components_signin_public_base_signin__switches.h @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.h.orig 2025-10-30 15:44:36 UTC +--- components/signin/public/base/signin_switches.h.orig 2025-12-05 10:12:50 UTC +++ components/signin/public/base/signin_switches.h -@@ -77,7 +77,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) - BASE_DECLARE_FEATURE(kCctSignInPrompt); +@@ -95,7 +95,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kChromeAndroidIdentitySurveyBookmarkPromo); #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ // Enables surveys to measure the effectiveness of the identity model. // These surveys would be displayed after interactions such as signin, profile // switching, etc. Please keep sorted alphabetically. -@@ -109,7 +109,7 @@ BASE_DECLARE_FEATURE(kChromeIdentitySurveySwitchProfil +@@ -127,7 +127,7 @@ BASE_DECLARE_FEATURE(kChromeIdentitySurveySwitchProfil // LINT.ThenChange(//chrome/browser/signin/signin_hats_util.cc) #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -18,12 +18,29 @@ // Controls the duration for which the launch of an identity survey is delayed. COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kChromeIdentitySurveyLaunchWithDelay); -@@ -277,7 +277,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) +@@ -287,7 +287,7 @@ BASE_DECLARE_FEATURE_PARAM(base::TimeDelta, + kOfferMigrationToDiceUsersMinTimeBetweenDialogs); + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Experimenting with changing the secondary CTA for FRE and new profile + // creation. + COMPONENT_EXPORT(SIGNIN_SWITCHES) +@@ -318,14 +318,14 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kRollbackDiceMigration); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Experimenting with showing the profile picker to all users (not only the + // users with multiple profiles). + COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kShowProfilePickerToAllUsersExperiment); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Uses the Material Next theme for the signin promo. COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kSignInPromoMaterialNextUI); diff --git a/www/chromium/files/patch-components_soda_soda__util.cc b/www/chromium/files/patch-components_soda_soda__util.cc index bf98e7eeae7d..d29fbbec8b25 100644 --- a/www/chromium/files/patch-components_soda_soda__util.cc +++ b/www/chromium/files/patch-components_soda_soda__util.cc @@ -1,4 +1,4 @@ ---- components/soda/soda_util.cc.orig 2025-05-05 10:57:53 UTC +--- components/soda/soda_util.cc.orig 2025-12-05 10:12:50 UTC +++ components/soda/soda_util.cc @@ -23,7 +23,7 @@ #include "base/win/windows_version.h" @@ -18,8 +18,8 @@ bool IsSupportedLinux() { #if defined(ARCH_CPU_X86_FAMILY) // Check if the CPU has the required instruction set to run the Speech -@@ -70,7 +70,7 @@ bool IsSupportedWin() { - bool IsOnDeviceSpeechRecognitionSupported() { +@@ -73,7 +73,7 @@ bool IsOnDeviceSpeechRecognitionSupported() { + // support Gemini Nano. #if BUILDFLAG(IS_CHROMEOS) return IsSupportedChromeOS(); -#elif BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc b/www/chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc index 791f33895def..42dfcf440ba8 100644 --- a/www/chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc +++ b/www/chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc @@ -1,4 +1,4 @@ ---- components/sync_bookmarks/bookmark_model_view.cc.orig 2025-10-30 15:44:36 UTC +--- components/sync_bookmarks/bookmark_model_view.cc.orig 2025-12-05 10:12:50 UTC +++ components/sync_bookmarks/bookmark_model_view.cc @@ -9,7 +9,7 @@ #include "components/bookmarks/browser/bookmark_model.h" @@ -6,15 +6,15 @@ #include "components/bookmarks/common/bookmark_metrics.h" -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "components/sync_bookmarks/initial_account_bookmark_deduplicator.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - -@@ -250,7 +250,7 @@ void BookmarkModelViewUsingAccountNodes::RemoveAllSync + #include "base/metrics/histogram_base.h" + #include "base/metrics/histogram_functions.h" + #include "base/time/time.h" +@@ -253,7 +253,7 @@ void BookmarkModelViewUsingAccountNodes::RemoveAllSync void BookmarkModelViewUsingAccountNodes:: MaybeRemoveUnderlyingModelDuplicatesUponInitialSync() { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - InitialAccountBookmarkDeduplicator initial_account_bookmark_deduplicator( - underlying_model()); - initial_account_bookmark_deduplicator.Deduplicate(); + BeginExtensiveChanges(); + + const base::Time deduplication_start_time = base::Time::Now(); diff --git a/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc b/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc index 0c53da4cc602..f500fd13fdee 100644 --- a/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc +++ b/www/chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc @@ -1,6 +1,6 @@ ---- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-10-30 15:44:36 UTC +--- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-12-05 10:12:50 UTC +++ components/sync_preferences/common_syncable_prefs_database.cc -@@ -365,7 +365,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = +@@ -410,7 +410,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = syncer::PREFERENCES, PrefSensitivity::kNone, MergeBehavior::kNone}}, #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-components_sync_service_sync__service__impl.cc b/www/chromium/files/patch-components_sync_service_sync__service__impl.cc index ab4c89b38523..0359ee129ec0 100644 --- a/www/chromium/files/patch-components_sync_service_sync__service__impl.cc +++ b/www/chromium/files/patch-components_sync_service_sync__service__impl.cc @@ -1,6 +1,6 @@ ---- components/sync/service/sync_service_impl.cc.orig 2025-10-30 15:44:36 UTC +--- components/sync/service/sync_service_impl.cc.orig 2025-12-05 10:12:50 UTC +++ components/sync/service/sync_service_impl.cc -@@ -1376,7 +1376,7 @@ void SyncServiceImpl::ReconfigureDataTypesDueToCrypto( +@@ -1384,7 +1384,7 @@ void SyncServiceImpl::ReconfigureDataTypesDueToCrypto( void SyncServiceImpl::PassphraseTypeChanged(PassphraseType passphrase_type) { DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); diff --git a/www/chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc b/www/chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc index 12895da0523c..9a4ddf5f4154 100644 --- a/www/chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc +++ b/www/chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc @@ -1,6 +1,6 @@ ---- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig 2025-10-02 04:28:32 UTC +--- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig 2025-12-05 10:12:50 UTC +++ components/url_formatter/spoof_checks/idn_spoof_checker.cc -@@ -299,7 +299,7 @@ IDNSpoofChecker::IDNSpoofChecker() { +@@ -305,7 +305,7 @@ IDNSpoofChecker::IDNSpoofChecker() { // The ideal fix would be to change the omnibox font used for Thai. In // that case, the Linux-only list should be revisited and potentially // removed. diff --git a/www/chromium/files/patch-components_variations_service_variations__service.cc b/www/chromium/files/patch-components_variations_service_variations__service.cc index b0c80721f43a..5fa9123f4f25 100644 --- a/www/chromium/files/patch-components_variations_service_variations__service.cc +++ b/www/chromium/files/patch-components_variations_service_variations__service.cc @@ -1,6 +1,6 @@ ---- components/variations/service/variations_service.cc.orig 2025-10-02 04:28:32 UTC +--- components/variations/service/variations_service.cc.orig 2025-12-05 10:12:50 UTC +++ components/variations/service/variations_service.cc -@@ -100,7 +100,7 @@ std::string GetPlatformString() { +@@ -99,7 +99,7 @@ std::string GetPlatformString() { return "android"; #elif BUILDFLAG(IS_FUCHSIA) return "fuchsia"; diff --git a/www/chromium/files/patch-components_viz_host_gpu__host__impl.cc b/www/chromium/files/patch-components_viz_host_gpu__host__impl.cc index 0c97419e52eb..efc75645e51e 100644 --- a/www/chromium/files/patch-components_viz_host_gpu__host__impl.cc +++ b/www/chromium/files/patch-components_viz_host_gpu__host__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/host/gpu_host_impl.cc.orig 2025-10-30 15:44:36 UTC +--- components/viz/host/gpu_host_impl.cc.orig 2025-12-05 10:12:50 UTC +++ components/viz/host/gpu_host_impl.cc -@@ -156,7 +156,7 @@ GpuHostImpl::GpuHostImpl(Delegate* delegate, +@@ -157,7 +157,7 @@ GpuHostImpl::GpuHostImpl(Delegate* delegate, mojom::GpuServiceCreationParams::New(); #if BUILDFLAG(IS_OZONE) diff --git a/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc b/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc index 9b7ebd0d24e6..d427b892ea90 100644 --- a/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc +++ b/www/chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-10-30 15:44:36 UTC +--- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-12-05 10:12:50 UTC +++ components/viz/service/display_embedder/skia_output_surface_impl.cc -@@ -1557,7 +1557,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor +@@ -1556,7 +1556,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor ->GetVulkanPhysicalDevice(), VK_IMAGE_TILING_OPTIMAL, vk_format, si_format, yuv_color_space, ycbcr_info); diff --git a/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc b/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc index fc79a69e2975..630a12d31063 100644 --- a/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc +++ b/www/chromium/files/patch-components_viz_service_display_skia__renderer.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display/skia_renderer.cc.orig 2025-10-30 15:44:36 UTC +--- components/viz/service/display/skia_renderer.cc.orig 2025-12-05 10:12:50 UTC +++ components/viz/service/display/skia_renderer.cc -@@ -1379,7 +1379,7 @@ void SkiaRenderer::ClearFramebuffer() { +@@ -1299,7 +1299,7 @@ void SkiaRenderer::ClearFramebuffer() { if (current_frame()->current_render_pass->has_transparent_background) { ClearCanvas(SkColors::kTransparent); } else { diff --git a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc index 5beab67b79db..0dfed3ea6f56 100644 --- a/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc +++ b/www/chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-10-30 15:44:36 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-12-05 10:12:50 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc -@@ -141,7 +141,7 @@ RootCompositorFrameSinkImpl::Create( +@@ -142,7 +142,7 @@ RootCompositorFrameSinkImpl::Create( output_surface->SetNeedsSwapSizeNotifications( params->send_swap_size_notifications); @@ -9,7 +9,7 @@ // For X11, we need notify client about swap completion after resizing, so the // client can use it for synchronize with X11 WM. output_surface->SetNeedsSwapSizeNotifications(true); -@@ -903,7 +903,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw +@@ -904,7 +904,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw if (display_client_ && enable_swap_completion_callback_) { display_client_->DidCompleteSwapWithSize(pixel_size); } diff --git a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc index d1c2a851ad6f..723061d426ff 100644 --- a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc +++ b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.cc.orig 2025-10-30 15:44:36 UTC +--- components/viz/service/gl/gpu_service_impl.cc.orig 2025-12-05 10:12:50 UTC +++ components/viz/service/gl/gpu_service_impl.cc -@@ -481,7 +481,7 @@ void GpuServiceImpl::InitializeWithHostInternal( +@@ -460,7 +460,7 @@ void GpuServiceImpl::InitializeWithHostInternal( mojo::Remote<mojom::GpuHost> gpu_host(std::move(pending_gpu_host)); @@ -9,7 +9,7 @@ gpu_extra_info_.is_gmb_nv12_supported = IsGMBNV12Supported(); #endif -@@ -1246,7 +1246,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg +@@ -1223,7 +1223,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg return true; } diff --git a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h index b70c45314e0a..1edfcee70521 100644 --- a/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h +++ b/www/chromium/files/patch-components_viz_service_gl_gpu__service__impl.h @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.h.orig 2025-10-30 15:44:36 UTC +--- components/viz/service/gl/gpu_service_impl.h.orig 2025-12-05 10:12:50 UTC +++ components/viz/service/gl/gpu_service_impl.h -@@ -448,7 +448,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl +@@ -442,7 +442,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl void OnBeginFrameOnIO(const BeginFrameArgs& args); diff --git a/www/chromium/files/patch-content_app_BUILD.gn b/www/chromium/files/patch-content_app_BUILD.gn index 517bba9740d2..b1c38a0a15cd 100644 --- a/www/chromium/files/patch-content_app_BUILD.gn +++ b/www/chromium/files/patch-content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- content/app/BUILD.gn.orig 2025-10-02 04:28:32 UTC +--- content/app/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ content/app/BUILD.gn -@@ -91,7 +91,10 @@ source_set("content_main_runner_app") { +@@ -90,7 +90,10 @@ source_set("content_main_runner_app") { "//third_party/tflite:buildflags", "//tools/v8_context_snapshot:buildflags", ] diff --git a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc index a7394a0ec3fc..4bbb6b1729c5 100644 --- a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc +++ b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_child_process_host_impl.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/browser_child_process_host_impl.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/browser_child_process_host_impl.cc -@@ -296,6 +296,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo +@@ -291,6 +291,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo switches::kIPCConnectionTimeout, switches::kLogBestEffortTasks, switches::kPerfettoDisableInterning, @@ -8,7 +8,7 @@ }; cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches); -@@ -660,7 +661,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() +@@ -648,7 +649,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() ->child_process()); #endif diff --git a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h index 0b90a5967a14..31bca2f1dfe7 100644 --- a/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h +++ b/www/chromium/files/patch-content_browser_browser__child__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/browser_child_process_host_impl.h.orig 2025-09-06 10:01:20 UTC +--- content/browser/browser_child_process_host_impl.h.orig 2025-12-05 10:12:50 UTC +++ content/browser/browser_child_process_host_impl.h @@ -36,7 +36,7 @@ #include "base/win/object_watcher.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -276,7 +276,7 @@ class BrowserChildProcessHostImpl +@@ -273,7 +273,7 @@ class BrowserChildProcessHostImpl std::unique_ptr<tracing::SystemTracingService> system_tracing_service_; #endif diff --git a/www/chromium/files/patch-content_browser_browser__main__loop.cc b/www/chromium/files/patch-content_browser_browser__main__loop.cc index 4c2ea17b6f46..aa382bdc7d6c 100644 --- a/www/chromium/files/patch-content_browser_browser__main__loop.cc +++ b/www/chromium/files/patch-content_browser_browser__main__loop.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_main_loop.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/browser_main_loop.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/browser_main_loop.cc -@@ -253,6 +253,12 @@ +@@ -255,6 +255,12 @@ #include "mojo/public/cpp/bindings/lib/test_random_mojo_delays.h" #endif @@ -13,7 +13,7 @@ // One of the linux specific headers defines this as a macro. #ifdef DestroyAll #undef DestroyAll -@@ -543,6 +549,12 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -545,6 +551,12 @@ int BrowserMainLoop::EarlyInitialization() { // by now since a thread to start the ServiceManager has been created // before the browser main loop starts. DCHECK(SandboxHostLinux::GetInstance()->IsInitialized()); @@ -26,7 +26,7 @@ #endif // GLib's spawning of new processes is buggy, so it's important that at this -@@ -575,7 +587,7 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -577,7 +589,7 @@ int BrowserMainLoop::EarlyInitialization() { base::ThreadType::kDisplayCritical); #if BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc b/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc index 976e24bc0977..772683483938 100644 --- a/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc +++ b/www/chromium/files/patch-content_browser_gpu_gpu__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_process_host.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/gpu/gpu_process_host.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/gpu/gpu_process_host.cc -@@ -280,6 +280,7 @@ static const char* const kSwitchNames[] = { +@@ -282,6 +282,7 @@ static const char* const kSwitchNames[] = { switches::kDisableSkiaGraphite, switches::kDisableSkiaGraphitePrecompilation, switches::kDisableLowEndDeviceMode, @@ -8,7 +8,7 @@ switches::kProfilingAtStart, switches::kProfilingFile, switches::kProfilingFlush, -@@ -305,7 +306,7 @@ static const char* const kSwitchNames[] = { +@@ -307,7 +308,7 @@ static const char* const kSwitchNames[] = { switches::kEnableNativeGpuMemoryBuffers, switches::kRenderNodeOverride, #endif diff --git a/www/chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h b/www/chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h index 479feb625a2e..968a11dc5a3d 100644 --- a/www/chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h +++ b/www/chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h @@ -1,4 +1,4 @@ ---- content/browser/media/frameless_media_interface_proxy.h.orig 2025-05-28 14:55:43 UTC +--- content/browser/media/frameless_media_interface_proxy.h.orig 2025-12-05 10:12:50 UTC +++ content/browser/media/frameless_media_interface_proxy.h @@ -19,7 +19,7 @@ #include "mojo/public/cpp/bindings/receiver_set.h" @@ -9,7 +9,7 @@ #include "media/mojo/mojom/video_decoder.mojom.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -98,7 +98,7 @@ class FramelessMediaInterfaceProxy final +@@ -96,7 +96,7 @@ class FramelessMediaInterfaceProxy final // Connections to the renderer. mojo::ReceiverSet<media::mojom::InterfaceFactory> receivers_; diff --git a/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc b/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc index cca63591cbc5..b25381940082 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/delegated_frame_host.cc.orig 2025-08-07 06:57:29 UTC +--- content/browser/renderer_host/delegated_frame_host.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/renderer_host/delegated_frame_host.cc -@@ -334,7 +334,7 @@ void DelegatedFrameHost::EmbedSurface( +@@ -338,7 +338,7 @@ void DelegatedFrameHost::EmbedSurface( if (!primary_surface_id || primary_surface_id->local_surface_id() != local_surface_id_) { diff --git a/www/chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc b/www/chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc index bef2ac1d6961..085a7b1f2c1d 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc -@@ -26,7 +26,7 @@ +@@ -28,7 +28,7 @@ #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/skia_span_util.h" @@ -9,7 +9,7 @@ #include <sys/mman.h> #ifndef MADV_POPULATE_WRITE -@@ -77,7 +77,7 @@ void CompressNavigationScreenshotOnWorkerThread( +@@ -73,7 +73,7 @@ void CompressNavigationScreenshotOnWorkerThread( #endif // BUILDFLAG(IS_ANDROID) void AdviseBitmap(SkBitmap& bitmap) { diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc index 56ea3b698c0d..ef8b7f51d0a7 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/renderer_host/render_process_host_impl.cc @@ -228,7 +228,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" @@ -9,7 +9,7 @@ #include <sys/resource.h> #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck -@@ -1127,7 +1127,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = +@@ -1142,7 +1142,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = // to indicate failure and std::numeric_limits<size_t>::max() to indicate // unlimited. size_t GetPlatformProcessLimit() { @@ -18,7 +18,7 @@ struct rlimit limit; if (getrlimit(RLIMIT_NPROC, &limit) != 0) return kUnknownPlatformProcessLimit; -@@ -1363,7 +1363,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost +@@ -1385,7 +1385,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost void RenderProcessHostImpl::IOThreadHostImpl::SetPid( base::ProcessId child_pid) { @@ -27,7 +27,7 @@ child_thread_type_switcher_.SetPid(child_pid); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) } -@@ -3509,7 +3509,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( +@@ -3616,7 +3616,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( base::TimeTicks::UnixEpoch().since_origin().InMicroseconds())); } @@ -36,7 +36,7 @@ // Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support // for NV12 GPU memory buffer. if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() && -@@ -3565,6 +3565,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin +@@ -3672,6 +3672,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin switches::kDisableSkiaRuntimeOpts, switches::kDisableSpeechAPI, switches::kDisableThreadedCompositing, @@ -44,7 +44,7 @@ switches::kDisableV8IdleTasks, switches::kDisableVideoCaptureUseGpuMemoryBuffer, switches::kDisableWebGLImageChromium, -@@ -5487,7 +5488,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr +@@ -5550,7 +5551,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr // - Win: https://crbug.com/707022 . uint64_t total_size = 0; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h index 66d172ba9b45..717217b05cc0 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h +++ b/www/chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.h.orig 2025-10-30 15:44:36 UTC +--- content/browser/renderer_host/render_process_host_impl.h.orig 2025-12-05 10:12:50 UTC +++ content/browser/renderer_host/render_process_host_impl.h @@ -103,7 +103,7 @@ #include "media/fuchsia_media_codec_provider_impl.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #include "media/mojo/mojom/video_encode_accelerator.mojom.h" #endif -@@ -1014,7 +1014,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1021,7 +1021,7 @@ class CONTENT_EXPORT RenderProcessHostImpl mojo::Remote<media::mojom::VideoEncodeAcceleratorProviderFactory> video_encode_accelerator_factory_remote_; #endif @@ -18,7 +18,7 @@ ChildThreadTypeSwitcher child_thread_type_switcher_; #endif }; -@@ -1268,7 +1268,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1275,7 +1275,7 @@ class CONTENT_EXPORT RenderProcessHostImpl // if the request isn't handled on the IO thread. void OnBindHostReceiver(mojo::GenericPendingReceiver receiver); diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc index 08cfbc7b4031..e39ccb482e67 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc +++ b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc @@ -1,7 +1,7 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.cc -@@ -122,7 +122,7 @@ - #include "ui/gfx/gdi_util.h" +@@ -127,7 +127,7 @@ + #include "ui/gfx/win/gdi_util.h" #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ #include "ui/accessibility/platform/browser_accessibility_auralinux.h" #include "ui/base/ime/linux/text_edit_command_auralinux.h" #include "ui/base/ime/text_input_flags.h" -@@ -477,7 +477,7 @@ gfx::NativeViewAccessible RenderWidgetHostViewAura::Ge +@@ -531,7 +531,7 @@ gfx::NativeViewAccessible RenderWidgetHostViewAura::Ge return ToBrowserAccessibilityWin(manager->GetBrowserAccessibilityRoot()) ->GetCOM(); @@ -18,7 +18,7 @@ ui::BrowserAccessibilityManager* manager = host()->GetOrCreateRootBrowserAccessibilityManager(); if (manager && manager->GetBrowserAccessibilityRoot()) -@@ -1880,7 +1880,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { +@@ -1958,7 +1958,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { return host() && host()->delegate() && host()->delegate()->ShouldDoLearning(); } @@ -27,7 +27,7 @@ bool RenderWidgetHostViewAura::SetCompositionFromExistingText( const gfx::Range& range, const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) { -@@ -2861,7 +2861,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { +@@ -2946,7 +2946,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { } bool RenderWidgetHostViewAura::NeedsMouseCapture() { @@ -36,7 +36,7 @@ return NeedsInputGrab(); #else return false; -@@ -3045,7 +3045,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit +@@ -3132,7 +3132,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit if (!target_host) return; diff --git a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h index e56bbd807bda..d0b42d17fbc1 100644 --- a/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h +++ b/www/chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.h.orig 2025-03-05 08:14:56 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.h.orig 2025-12-05 10:12:50 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.h -@@ -276,7 +276,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura +@@ -288,7 +288,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura ukm::SourceId GetClientSourceForMetrics() const override; bool ShouldDoLearning() override; diff --git a/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc b/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc index 5c46f019fa23..67d1a7681e84 100644 --- a/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc +++ b/www/chromium/files/patch-content_browser_service__host_utility__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/service_host/utility_process_host.cc.orig 2025-10-02 04:28:32 UTC +--- content/browser/service_host/utility_process_host.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/service_host/utility_process_host.cc -@@ -68,7 +68,7 @@ +@@ -64,7 +64,7 @@ #include "content/browser/v8_snapshot_files.h" #endif @@ -9,7 +9,7 @@ #include "base/files/file_util.h" #include "base/files/scoped_file.h" #include "base/pickle.h" -@@ -97,7 +97,7 @@ namespace content { +@@ -93,7 +93,7 @@ namespace content { namespace { @@ -18,7 +18,7 @@ base::ScopedFD PassNetworkContextParentDirs( std::vector<base::FilePath> network_context_parent_dirs) { base::Pickle pickle; -@@ -495,7 +495,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -491,7 +491,7 @@ bool UtilityProcessHost::StartProcess() { GetV8SnapshotFilesToPreload(*cmd_line)); #endif // BUILDFLAG(IS_POSIX) @@ -27,7 +27,7 @@ // The network service should have access to the parent directories // necessary for its usage. if (options_.sandbox_type_ == sandbox::mojom::Sandbox::kNetwork) { -@@ -513,7 +513,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -509,7 +509,7 @@ bool UtilityProcessHost::StartProcess() { video_capture::mojom::VideoCaptureService::Name_) { bool pass_gpu_buffer_flag = switches::IsVideoCaptureUseGpuMemoryBufferEnabled(); diff --git a/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc b/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc index ebc613f6e870..6cda6be42080 100644 --- a/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc +++ b/www/chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc @@ -1,16 +1,20 @@ ---- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-09-06 10:01:20 UTC +--- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/service_host/utility_sandbox_delegate.cc -@@ -28,7 +28,7 @@ - #include "chromeos/ash/components/assistant/buildflags.h" - #endif // BUILDFLAG(IS_CHROMEOS) +@@ -24,7 +24,7 @@ + #include "sandbox/policy/sandbox_type.h" + #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" #include "media/media_buildflags.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -79,7 +79,7 @@ UtilitySandboxedProcessLauncherDelegate:: - #if BUILDFLAG(IS_FUCHSIA) +@@ -72,10 +72,10 @@ UtilitySandboxedProcessLauncherDelegate:: + sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceModelExecution || + sandbox_type_ == sandbox::mojom::Sandbox::kCdm || + sandbox_type_ == sandbox::mojom::Sandbox::kPrintCompositor || +-#if BUILDFLAG(IS_FUCHSIA) ++#if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) sandbox_type_ == sandbox::mojom::Sandbox::kVideoCapture || #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -18,8 +22,8 @@ sandbox_type_ == sandbox::mojom::Sandbox::kShapeDetection || #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoDecoding || -@@ -97,14 +97,14 @@ UtilitySandboxedProcessLauncherDelegate:: - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -90,11 +90,11 @@ UtilitySandboxedProcessLauncherDelegate:: + sandbox_type_ == sandbox::mojom::Sandbox::kNearby || #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) @@ -27,17 +31,13 @@ sandbox_type_ == sandbox::mojom::Sandbox::kScreenAI || sandbox_type_ == sandbox::mojom::Sandbox::kPrintBackend || #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoEffects || - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -@@ -164,15 +164,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -151,15 +151,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe + sandbox_type_ == sandbox::mojom::Sandbox::kNearby || #endif // BUILDFLAG(IS_CHROMEOS) sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) @@ -52,6 +52,6 @@ #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoEffects || sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif // BUILDFLAG(IS_LINUX) + sandbox_type_ == sandbox::mojom::Sandbox::kSpeechRecognition) { diff --git a/www/ungoogled-chromium/files/patch-content_browser_shape__detection_shape__detection__service__host.cc b/www/chromium/files/patch-content_browser_shape__detection_shape__detection__service.cc index be437dbb8797..477bce16d25d 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_shape__detection_shape__detection__service__host.cc +++ b/www/chromium/files/patch-content_browser_shape__detection_shape__detection__service.cc @@ -1,5 +1,5 @@ ---- content/browser/shape_detection/shape_detection_service_host.cc.orig 2025-10-21 16:57:35 UTC -+++ content/browser/shape_detection/shape_detection_service_host.cc +--- content/browser/shape_detection/shape_detection_service.cc.orig 2025-12-05 10:12:50 UTC ++++ content/browser/shape_detection/shape_detection_service.cc @@ -15,7 +15,7 @@ #endif diff --git a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc index 9b694c8400f5..1b529ce4abeb 100644 --- a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc +++ b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc @@ -1,6 +1,6 @@ ---- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-09-06 10:01:20 UTC +--- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/web_contents/web_contents_view_aura.cc -@@ -175,7 +175,7 @@ class WebDragSourceAura : public content::WebContentsO +@@ -176,7 +176,7 @@ class WebDragSourceAura : public content::WebContentsO raw_ptr<aura::Window> window_; }; @@ -9,7 +9,7 @@ // Fill out the OSExchangeData with a file contents, synthesizing a name if // necessary. void PrepareDragForFileContents(const DropData& drop_data, -@@ -260,7 +260,7 @@ void PrepareDragData(const DropData& drop_data, +@@ -261,7 +261,7 @@ void PrepareDragData(const DropData& drop_data, if (!drop_data.download_metadata.empty()) PrepareDragForDownload(drop_data, provider, web_contents); #endif @@ -18,7 +18,7 @@ // We set the file contents before the URL because the URL also sets file // contents (to a .URL shortcut). We want to prefer file content data over // a shortcut so we add it first. -@@ -1326,7 +1326,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* +@@ -1344,7 +1344,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* // Linux window managers like to handle raise-on-click themselves. If we // raise-on-click manually, this may override user settings that prevent // focus-stealing. diff --git a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc index 25e2154a3baa..098e2fbcde74 100644 --- a/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc +++ b/www/chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc @@ -1,4 +1,4 @@ ---- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-10-30 15:44:36 UTC +--- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-12-05 10:12:50 UTC +++ content/browser/web_contents/web_contents_view_aura_unittest.cc @@ -42,7 +42,7 @@ #include "ui/base/dragdrop/os_exchange_data_provider_win.h" @@ -18,7 +18,7 @@ void UpdateDragImage(const gfx::ImageSkia& image, const gfx::Vector2d& offset) override {} #endif -@@ -235,7 +235,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu +@@ -236,7 +236,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu ui::EF_LEFT_MOUSE_BUTTON, 0); ui::EventHandler* event_handler = GetView(); event_handler->OnMouseEvent(&mouse_event); @@ -27,7 +27,7 @@ // The web-content is not activated during mouse-press on Linux. // See comment in WebContentsViewAura::OnMouseEvent() for more details. EXPECT_NE(web_contents(), nullptr); -@@ -301,7 +301,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -302,7 +302,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -36,7 +36,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -341,7 +341,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -342,7 +342,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { CheckDropData(view); @@ -45,7 +45,7 @@ // By design, Linux implementations returns an empty string if file data // is also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -399,7 +399,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -400,7 +400,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -54,7 +54,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -431,7 +431,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -432,7 +432,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri CheckDropData(view); @@ -63,7 +63,7 @@ // By design, Linux implementations returns an empty string if file data is // also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -462,7 +462,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro +@@ -463,7 +463,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro auto data = std::make_unique<ui::OSExchangeData>(); diff --git a/www/chromium/files/patch-content_child_BUILD.gn b/www/chromium/files/patch-content_child_BUILD.gn index 67475a951683..32ef9e219245 100644 --- a/www/chromium/files/patch-content_child_BUILD.gn +++ b/www/chromium/files/patch-content_child_BUILD.gn @@ -1,6 +1,6 @@ ---- content/child/BUILD.gn.orig 2025-04-04 08:52:13 UTC +--- content/child/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ content/child/BUILD.gn -@@ -135,6 +135,13 @@ target(link_target_type, "child") { +@@ -134,6 +134,13 @@ target(link_target_type, "child") { ] } diff --git a/www/chromium/files/patch-content_common_BUILD.gn b/www/chromium/files/patch-content_common_BUILD.gn index e42bf05c912a..bf445c06f7b2 100644 --- a/www/chromium/files/patch-content_common_BUILD.gn +++ b/www/chromium/files/patch-content_common_BUILD.gn @@ -1,6 +1,6 @@ ---- content/common/BUILD.gn.orig 2025-09-06 10:01:20 UTC +--- content/common/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ content/common/BUILD.gn -@@ -367,19 +367,28 @@ source_set("common") { +@@ -365,19 +365,28 @@ source_set("common") { } if (is_linux || is_chromeos) { diff --git a/www/chromium/files/patch-content_common_features.cc b/www/chromium/files/patch-content_common_features.cc index 5874d775b706..7db108a8f18e 100644 --- a/www/chromium/files/patch-content_common_features.cc +++ b/www/chromium/files/patch-content_common_features.cc @@ -1,6 +1,6 @@ ---- content/common/features.cc.orig 2025-10-30 15:44:36 UTC +--- content/common/features.cc.orig 2025-12-05 10:12:50 UTC +++ content/common/features.cc -@@ -144,7 +144,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE +@@ -171,7 +171,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE BASE_FEATURE(kEmbeddingRequiresOptIn, base::FEATURE_DISABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host diff --git a/www/chromium/files/patch-content_common_features.h b/www/chromium/files/patch-content_common_features.h index d583a869cbad..0737761cf5cb 100644 --- a/www/chromium/files/patch-content_common_features.h +++ b/www/chromium/files/patch-content_common_features.h @@ -1,8 +1,8 @@ ---- content/common/features.h.orig 2025-09-06 10:01:20 UTC +--- content/common/features.h.orig 2025-12-05 10:12:50 UTC +++ content/common/features.h -@@ -60,7 +60,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginEn - CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginTracking); +@@ -65,7 +65,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCopyFromSurfaceAl CONTENT_EXPORT BASE_DECLARE_FEATURE(kCriticalClientHint); + CONTENT_EXPORT BASE_DECLARE_FEATURE(kDelayRfhDestructionsOnUnloadAndDetach); CONTENT_EXPORT BASE_DECLARE_FEATURE(kDocumentPolicyNegotiation); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-content_public_browser_content__browser__client.cc b/www/chromium/files/patch-content_public_browser_content__browser__client.cc index a165a86ca0c7..21336c2eb155 100644 --- a/www/chromium/files/patch-content_public_browser_content__browser__client.cc +++ b/www/chromium/files/patch-content_public_browser_content__browser__client.cc @@ -1,6 +1,6 @@ ---- content/public/browser/content_browser_client.cc.orig 2025-10-30 15:44:36 UTC +--- content/public/browser/content_browser_client.cc.orig 2025-12-05 10:12:50 UTC +++ content/public/browser/content_browser_client.cc -@@ -1410,7 +1410,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem +@@ -1434,7 +1434,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem // that can be adequately sandboxed. // Currently Android's network service will not run out of process or sandboxed, // so OutOfProcessSystemDnsResolution is not currently enabled on Android. diff --git a/www/chromium/files/patch-content_public_common_content__features.cc b/www/chromium/files/patch-content_public_common_content__features.cc index 8973063f8efe..17bf29b9dcc5 100644 --- a/www/chromium/files/patch-content_public_common_content__features.cc +++ b/www/chromium/files/patch-content_public_common_content__features.cc @@ -1,6 +1,6 @@ ---- content/public/common/content_features.cc.orig 2025-10-30 15:44:36 UTC +--- content/public/common/content_features.cc.orig 2025-12-05 10:12:50 UTC +++ content/public/common/content_features.cc -@@ -95,7 +95,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, base::FEATU +@@ -106,7 +106,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, base::FEATU // Runs the audio service in a separate process. BASE_FEATURE(kAudioServiceOutOfProcess, @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1152,10 +1152,10 @@ BASE_FEATURE(kWebAssemblyTiering, base::FEATURE_ENABLE +@@ -1165,10 +1165,10 @@ BASE_FEATURE(kWebAssemblyTiering, base::FEATURE_ENABLE // Enable WebAssembly trap handler. BASE_FEATURE(kWebAssemblyTrapHandler, @@ -22,7 +22,7 @@ defined(ARCH_CPU_ARM64)) base::FEATURE_ENABLED_BY_DEFAULT #else -@@ -1203,7 +1203,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, base::FEA +@@ -1216,7 +1216,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, base::FEA // Controls whether the WebUSB API is enabled: // https://wicg.github.io/webusb diff --git a/www/chromium/files/patch-content_public_common_content__switches.cc b/www/chromium/files/patch-content_public_common_content__switches.cc index 82ad43511102..364ca6b19598 100644 --- a/www/chromium/files/patch-content_public_common_content__switches.cc +++ b/www/chromium/files/patch-content_public_common_content__switches.cc @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.cc.orig 2025-10-02 04:28:32 UTC +--- content/public/common/content_switches.cc.orig 2025-12-05 10:12:50 UTC +++ content/public/common/content_switches.cc @@ -347,6 +347,8 @@ const char kEnableIsolatedWebAppsInRenderer[] = // builds. @@ -9,7 +9,7 @@ // Enables the type, downlinkMax attributes of the NetInfo API. Also, enables // triggering of change attribute of the NetInfo API when there is a change in // the connection type. -@@ -940,7 +942,7 @@ const char kPreventResizingContentsForTesting[] = +@@ -946,7 +948,7 @@ const char kPreventResizingContentsForTesting[] = "prevent-resizing-contents-for-testing"; #endif diff --git a/www/chromium/files/patch-content_public_common_content__switches.h b/www/chromium/files/patch-content_public_common_content__switches.h index 43b2dca7aa9b..d9a1037529d8 100644 --- a/www/chromium/files/patch-content_public_common_content__switches.h +++ b/www/chromium/files/patch-content_public_common_content__switches.h @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.h.orig 2025-10-02 04:28:32 UTC +--- content/public/common/content_switches.h.orig 2025-12-05 10:12:50 UTC +++ content/public/common/content_switches.h @@ -108,6 +108,7 @@ CONTENT_EXPORT extern const char kEnableGpuMemoryBuffe CONTENT_EXPORT extern const char kEnableIsolatedWebAppsInRenderer[]; @@ -8,7 +8,7 @@ CONTENT_EXPORT extern const char kEnableNetworkInformationDownlinkMax[]; CONTENT_EXPORT extern const char kEnableCanvas2DLayers[]; CONTENT_EXPORT extern const char kEnablePluginPlaceholderTesting[]; -@@ -256,7 +257,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD +@@ -259,7 +260,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD CONTENT_EXPORT extern const char kPreventResizingContentsForTesting[]; #endif diff --git a/www/chromium/files/patch-content_renderer_render__thread__impl.cc b/www/chromium/files/patch-content_renderer_render__thread__impl.cc index cdc5fd4abd06..50524eaf0ff6 100644 --- a/www/chromium/files/patch-content_renderer_render__thread__impl.cc +++ b/www/chromium/files/patch-content_renderer_render__thread__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/render_thread_impl.cc.orig 2025-10-30 15:44:36 UTC +--- content/renderer/render_thread_impl.cc.orig 2025-12-05 10:12:50 UTC +++ content/renderer/render_thread_impl.cc -@@ -204,6 +204,8 @@ +@@ -205,6 +205,8 @@ #if BUILDFLAG(IS_APPLE) #include <malloc/malloc.h> @@ -9,7 +9,7 @@ #else #include <malloc.h> #endif -@@ -989,7 +991,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -981,7 +983,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: /*lose_context_when_out_of_memory=*/true); const bool enable_video_decode_accelerator = @@ -18,7 +18,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) && #endif // BUILDFLAG(IS_LINUX) !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoDecode) && -@@ -998,7 +1000,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -990,7 +992,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: gpu::kGpuFeatureStatusEnabled); const bool enable_video_encode_accelerator = @@ -27,7 +27,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoEncodeLinux) && #else !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoEncode) && -@@ -1760,7 +1762,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( +@@ -1750,7 +1752,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( bool enable_video_encode_accelerator) { mojo::PendingRemote<media::mojom::VideoEncodeAcceleratorProvider> vea_provider; diff --git a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc index 7e9eba1a3e73..f6294172d2d0 100644 --- a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc +++ b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2025-10-30 15:44:36 UTC +--- content/renderer/renderer_blink_platform_impl.cc.orig 2025-12-05 10:12:50 UTC +++ content/renderer/renderer_blink_platform_impl.cc -@@ -124,7 +124,7 @@ +@@ -125,7 +125,7 @@ #if BUILDFLAG(IS_MAC) #include "content/child/child_process_sandbox_support_impl_mac.h" @@ -9,7 +9,7 @@ #include "content/child/child_process_sandbox_support_impl_linux.h" #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -200,13 +200,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -201,13 +201,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( is_locked_to_site_(false), main_thread_scheduler_(main_thread_scheduler), next_frame_sink_id_(uint32_t{std::numeric_limits<int32_t>::max()} + 1) { @@ -25,7 +25,7 @@ mojo::PendingRemote<font_service::mojom::FontService> font_service; RenderThreadImpl::current()->BindHostReceiver( font_service.InitWithNewPipeAndPassReceiver()); -@@ -230,7 +230,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -231,7 +231,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -34,7 +34,7 @@ if (sandboxEnabled()) { #if BUILDFLAG(IS_MAC) sandbox_support_ = std::make_unique<WebSandboxSupportMac>(); -@@ -303,7 +303,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes +@@ -304,7 +304,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes blink::WebSandboxSupport* RendererBlinkPlatformImpl::GetSandboxSupport() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h index d5191361080a..59179a233c29 100644 --- a/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h +++ b/www/chromium/files/patch-content_renderer_renderer__blink__platform__impl.h @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.h.orig 2025-10-30 15:44:36 UTC +--- content/renderer/renderer_blink_platform_impl.h.orig 2025-12-05 10:12:50 UTC +++ content/renderer/renderer_blink_platform_impl.h -@@ -279,7 +279,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi +@@ -280,7 +280,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi const gpu::GPUInfo& gpu_info) const; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/chromium/files/patch-content_shell_BUILD.gn b/www/chromium/files/patch-content_shell_BUILD.gn index e2dd08b4e397..3bd2ddfd1970 100644 --- a/www/chromium/files/patch-content_shell_BUILD.gn +++ b/www/chromium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,6 @@ ---- content/shell/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- content/shell/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ content/shell/BUILD.gn -@@ -1098,7 +1098,7 @@ group("content_shell_crash_test") { +@@ -1103,7 +1103,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } diff --git a/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc b/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc index 36f2b9e49ba3..320b4e292e17 100644 --- a/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc +++ b/www/chromium/files/patch-content_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- content/shell/app/shell_main_delegate.cc.orig 2025-10-30 15:44:36 UTC +--- content/shell/app/shell_main_delegate.cc.orig 2025-12-05 10:12:50 UTC +++ content/shell/app/shell_main_delegate.cc -@@ -297,7 +297,7 @@ void ShellMainDelegate::PreSandboxStartup() { +@@ -299,7 +299,7 @@ void ShellMainDelegate::PreSandboxStartup() { // Reporting for sub-processes will be initialized in ZygoteForked. if (process_type != switches::kZygoteProcess) { crash_reporter::InitializeCrashpad(process_type.empty(), process_type); diff --git a/www/chromium/files/patch-content_utility_services.cc b/www/chromium/files/patch-content_utility_services.cc index b910d34e6540..ef14a21f9bdf 100644 --- a/www/chromium/files/patch-content_utility_services.cc +++ b/www/chromium/files/patch-content_utility_services.cc @@ -1,6 +1,6 @@ ---- content/utility/services.cc.orig 2025-10-02 04:28:32 UTC +--- content/utility/services.cc.orig 2025-12-05 10:12:50 UTC +++ content/utility/services.cc -@@ -74,14 +74,14 @@ +@@ -68,14 +68,14 @@ extern sandbox::TargetServices* g_utility_target_services; #endif // BUILDFLAG(IS_WIN) @@ -17,7 +17,7 @@ #include "services/shape_detection/public/mojom/shape_detection_service.mojom.h" // nogncheck #include "services/shape_detection/shape_detection_service.h" // nogncheck #endif // BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && -@@ -237,7 +237,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi +@@ -227,7 +227,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi << "task_policy_set TASK_QOS_POLICY"; #endif @@ -26,7 +26,7 @@ auto* command_line = base::CommandLine::ForCurrentProcess(); if (sandbox::policy::SandboxTypeFromCommandLine(*command_line) == sandbox::mojom::Sandbox::kNoSandbox) { -@@ -260,7 +260,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi +@@ -250,7 +250,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi } #if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -35,7 +35,7 @@ auto RunShapeDetectionService( mojo::PendingReceiver<shape_detection::mojom::ShapeDetectionService> receiver) { -@@ -436,7 +436,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -406,7 +406,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& } #if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ diff --git a/www/chromium/files/patch-content_utility_utility__main.cc b/www/chromium/files/patch-content_utility_utility__main.cc index 7502545e588c..1dcef777554e 100644 --- a/www/chromium/files/patch-content_utility_utility__main.cc +++ b/www/chromium/files/patch-content_utility_utility__main.cc @@ -1,8 +1,8 @@ ---- content/utility/utility_main.cc.orig 2025-10-02 04:28:32 UTC +--- content/utility/utility_main.cc.orig 2025-12-05 10:12:50 UTC +++ content/utility/utility_main.cc -@@ -39,17 +39,21 @@ +@@ -38,22 +38,31 @@ + #include "services/on_device_model/public/mojom/on_device_model_service.mojom.h" #include "services/tracing/public/cpp/trace_startup.h" - #include "services/video_effects/public/cpp/buildflags.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) @@ -23,21 +23,17 @@ #include "services/audio/audio_sandbox_hook_linux.h" #include "services/network/network_sandbox_hook_linux.h" #include "services/screen_ai/buildflags/buildflags.h" -@@ -84,7 +88,12 @@ + #include "services/shape_detection/shape_detection_sandbox_hook.h" - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_BSD) +#include "sandbox/policy/sandbox.h" +#include "content/common/gpu_pre_sandbox_hook_bsd.h" +#endif + -+#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) - #include "services/video_effects/video_effects_sandbox_hook_linux.h" // nogncheck - #endif // BUILDFLAG(IS_LINUX) - -@@ -121,7 +130,7 @@ + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) + #include "gpu/config/gpu_info_collector.h" + #include "media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h" +@@ -111,7 +120,7 @@ sandbox::TargetServices* g_utility_target_services = nullptr; #endif // BUILDFLAG(IS_WIN) @@ -46,7 +42,7 @@ #include "components/services/on_device_translation/sandbox_hook.h" #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) && BUILDFLAG(IS_LINUX) -@@ -129,7 +138,7 @@ namespace content { +@@ -119,7 +128,7 @@ namespace content { namespace { @@ -55,7 +51,7 @@ std::vector<std::string> GetNetworkContextsParentDirectories() { base::MemoryMappedFile::Region region; base::ScopedFD read_pipe_fd = base::FileDescriptorStore::GetInstance().TakeFD( -@@ -285,7 +294,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -275,7 +284,7 @@ int UtilityMain(MainFunctionParams parameters) { CHECK(on_device_model::PreSandboxInit()); } @@ -64,7 +60,7 @@ #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) && BUILDFLAG(USE_VAAPI) // Regardless of the sandbox status, the VaapiWrapper needs to be initialized -@@ -300,7 +309,10 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -290,7 +299,10 @@ int UtilityMain(MainFunctionParams parameters) { // thread type change in ChildProcess constructor. It also needs to be // registered before the process has multiple threads, which may race with // application of the sandbox. @@ -75,7 +71,7 @@ // Initializes the sandbox before any threads are created. // TODO(jorgelo): move this after GTK initialization when we enable a strict -@@ -332,7 +344,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -322,7 +334,7 @@ int UtilityMain(MainFunctionParams parameters) { pre_sandbox_hook = base::BindOnce(&speech::SpeechRecognitionPreSandboxHook); break; @@ -84,25 +80,16 @@ case sandbox::mojom::Sandbox::kOnDeviceTranslation: pre_sandbox_hook = base::BindOnce( &on_device_translation::OnDeviceTranslationSandboxHook); -@@ -348,7 +360,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -338,7 +350,7 @@ int UtilityMain(MainFunctionParams parameters) { #else NOTREACHED(); #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case sandbox::mojom::Sandbox::kVideoEffects: - #if BUILDFLAG(ENABLE_VIDEO_EFFECTS) - pre_sandbox_hook = -@@ -356,7 +368,7 @@ int UtilityMain(MainFunctionParams parameters) { - #endif - break; - #endif // BUILDFLAG(IS_LINUX) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) case sandbox::mojom::Sandbox::kShapeDetection: pre_sandbox_hook = base::BindOnce(&shape_detection::ShapeDetectionPreSandboxHook); -@@ -391,6 +403,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -367,6 +379,7 @@ int UtilityMain(MainFunctionParams parameters) { default: break; } @@ -110,7 +97,7 @@ if (!sandbox::policy::IsUnsandboxedSandboxType(sandbox_type) && (parameters.zygote_child || !pre_sandbox_hook.is_null())) { sandbox_options.use_amd_specific_policies = -@@ -398,6 +411,11 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -374,6 +387,11 @@ int UtilityMain(MainFunctionParams parameters) { sandbox::policy::Sandbox::Initialize( sandbox_type, std::move(pre_sandbox_hook), sandbox_options); } diff --git a/www/chromium/files/patch-device_fido_features.cc b/www/chromium/files/patch-device_fido_features.cc new file mode 100644 index 000000000000..b6635fddc3a4 --- /dev/null +++ b/www/chromium/files/patch-device_fido_features.cc @@ -0,0 +1,11 @@ +--- device/fido/features.cc.orig 2025-12-05 10:12:50 UTC ++++ device/fido/features.cc +@@ -37,7 +37,7 @@ namespace device { + // comment. + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Not yet enabled by default. + BASE_FEATURE(kPasskeyUnlockErrorUi, base::FEATURE_DISABLED_BY_DEFAULT); + #endif diff --git a/www/chromium/files/patch-device_fido_features.h b/www/chromium/files/patch-device_fido_features.h new file mode 100644 index 000000000000..537b20b95b17 --- /dev/null +++ b/www/chromium/files/patch-device_fido_features.h @@ -0,0 +1,11 @@ +--- device/fido/features.h.orig 2025-12-05 10:12:50 UTC ++++ device/fido/features.h +@@ -13,7 +13,7 @@ + namespace device { + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Allows the passkey unlock error UI to be shown. + COMPONENT_EXPORT(DEVICE_FIDO) + BASE_DECLARE_FEATURE(kPasskeyUnlockErrorUi); diff --git a/www/chromium/files/patch-device_gamepad_gamepad__provider.cc b/www/chromium/files/patch-device_gamepad_gamepad__provider.cc index e512d0e6a804..18a36551215d 100644 --- a/www/chromium/files/patch-device_gamepad_gamepad__provider.cc +++ b/www/chromium/files/patch-device_gamepad_gamepad__provider.cc @@ -1,6 +1,6 @@ ---- device/gamepad/gamepad_provider.cc.orig 2025-10-30 15:44:36 UTC +--- device/gamepad/gamepad_provider.cc.orig 2025-12-05 10:12:50 UTC +++ device/gamepad/gamepad_provider.cc -@@ -160,7 +160,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep +@@ -201,7 +201,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep if (!polling_thread_) polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread"); diff --git a/www/chromium/files/patch-extensions_common_api___permission__features.json b/www/chromium/files/patch-extensions_common_api___permission__features.json index b1d5aea8093d..2542de30ab2a 100644 --- a/www/chromium/files/patch-extensions_common_api___permission__features.json +++ b/www/chromium/files/patch-extensions_common_api___permission__features.json @@ -1,4 +1,4 @@ ---- extensions/common/api/_permission_features.json.orig 2025-10-30 15:44:36 UTC +--- extensions/common/api/_permission_features.json.orig 2025-12-05 10:12:50 UTC +++ extensions/common/api/_permission_features.json @@ -61,7 +61,7 @@ "channel": "stable", @@ -101,7 +101,7 @@ "allowlist": [ "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 -@@ -490,7 +490,7 @@ +@@ -484,7 +484,7 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -110,7 +110,7 @@ "allowlist": [ // DO NOT ADD ANY MORE ENTRIES HERE. // networkingPrivate is being migrated to networking.onc. -@@ -570,7 +570,7 @@ +@@ -564,7 +564,7 @@ "channel": "stable", "extension_types": ["extension", "platform_app" ], // "desktop_android" is not supported. @@ -119,7 +119,7 @@ }, // Note: runtime is not actually a permission, but some systems check these // values to verify restrictions. -@@ -582,13 +582,13 @@ +@@ -576,13 +576,13 @@ "channel": "stable", "extension_types": ["platform_app"], // "desktop_android" is not supported. @@ -135,7 +135,7 @@ }, "storage": [ { -@@ -678,13 +678,13 @@ +@@ -672,13 +672,13 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -151,7 +151,7 @@ "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store } ], -@@ -693,13 +693,13 @@ +@@ -687,13 +687,13 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -167,16 +167,16 @@ "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store } ], -@@ -727,7 +727,7 @@ - "channel": "stable", - "extension_types": ["platform_app"], - // "desktop_android" is not supported. -- "platforms": ["chromeos", "linux", "mac", "win"] -+ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] - }, +@@ -720,7 +720,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "usbDevices": [ { - "channel": "dev", -@@ -813,7 +813,7 @@ +@@ -788,7 +788,7 @@ "channel": "stable", "extension_types": ["platform_app"], // "desktop_android" is not supported. diff --git a/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc b/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc index 4a431da9ba3d..44228fa71a64 100644 --- a/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc +++ b/www/chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-09-06 10:01:20 UTC +--- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/client/test_shared_image_interface.cc -@@ -30,7 +30,7 @@ +@@ -29,7 +29,7 @@ #include "ui/gfx/gpu_fence.h" #include "ui/gfx/gpu_memory_buffer_handle.h" @@ -17,4 +17,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) gfx::GpuMemoryBufferHandle TestSharedImageInterface::CreatePixmapHandle( const gfx::Size& size, - gfx::BufferFormat format) { + viz::SharedImageFormat format) { diff --git a/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc b/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc index cd39cec16010..56e04e8065ef 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-10-30 15:44:36 UTC +--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/gles2_cmd_decoder.cc -@@ -2851,7 +2851,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create( +@@ -2850,7 +2850,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create( } // Allow linux to run fuzzers. diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h b/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h index fa3c96cafdc2..6283ea563517 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__context__state.h @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_context_state.h.orig 2025-09-06 10:01:20 UTC +--- gpu/command_buffer/service/shared_context_state.h.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/shared_context_state.h -@@ -236,7 +236,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -235,7 +235,7 @@ class GPU_GLES2_EXPORT SharedContextState return &memory_type_tracker_; } #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -9,7 +9,7 @@ ExternalSemaphorePool* external_semaphore_pool() { return external_semaphore_pool_.get(); } -@@ -401,7 +401,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -400,7 +400,7 @@ class GPU_GLES2_EXPORT SharedContextState bool disable_check_reset_status_throttling_for_test_ = false; #if BUILDFLAG(ENABLE_VULKAN) && \ diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc index 8bdd24b1dd24..49801f5a9281 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc.orig 2025-05-05 10:57:53 UTC +--- gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc @@ -20,7 +20,7 @@ namespace { // TODO(penghuang): verify the scanout is the right usage for video playback. @@ -9,7 +9,7 @@ SHARED_IMAGE_USAGE_SCANOUT | #endif SHARED_IMAGE_USAGE_GLES2_READ | SHARED_IMAGE_USAGE_GLES2_WRITE | -@@ -121,7 +121,7 @@ bool AngleVulkanImageBackingFactory::IsGMBSupported( +@@ -119,7 +119,7 @@ bool AngleVulkanImageBackingFactory::IsGMBSupported( switch (gmb_type) { case gfx::EMPTY_BUFFER: return true; diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc index 9b086026e4f1..d7d425ee7550 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-10-02 04:28:32 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing.cc -@@ -58,7 +58,7 @@ +@@ -57,7 +57,7 @@ #include "ui/gl/gl_version_info.h" #include "ui/gl/scoped_binders.h" diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc index 9f59e2184d48..a849c15e43f7 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-07-02 06:08:04 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc -@@ -140,7 +140,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, +@@ -139,7 +139,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, SharedImageUsageSet SupportedUsage() { SharedImageUsageSet supported_usage = diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc deleted file mode 100644 index 7786f78b3307..000000000000 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory.cc.orig 2025-10-30 15:44:36 UTC -+++ gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory.cc -@@ -14,7 +14,7 @@ - #include "gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory_io_surface.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - #include "gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory_native_pixmap.h" - #endif - -@@ -36,7 +36,7 @@ GpuMemoryBufferFactory::CreateNativeType( - // AHardwareBuffers), but the codebase is structured such that it is easier - // to create a dummy factory than create no factory. - return std::make_unique<GpuMemoryBufferFactory>(); --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - return std::make_unique<GpuMemoryBufferFactoryNativePixmap>( - vulkan_context_provider); - #elif BUILDFLAG(IS_WIN) diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc index aaa6f03658c8..fe8dbd75dc07 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-10-30 15:44:36 UTC +--- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/shared_image/shared_image_factory.cc -@@ -54,7 +54,7 @@ +@@ -52,7 +52,7 @@ #include "gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.h" #include "gpu/vulkan/vulkan_device_queue.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.h" #endif -@@ -112,7 +112,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t +@@ -109,7 +109,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t case gfx::IO_SURFACE_BUFFER: return "platform"; #endif @@ -18,7 +18,7 @@ case gfx::NATIVE_PIXMAP: return "platform"; #endif -@@ -133,7 +133,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { +@@ -130,7 +130,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { return gfx::GpuMemoryBufferType::IO_SURFACE_BUFFER; #elif BUILDFLAG(IS_ANDROID) return gfx::GpuMemoryBufferType::ANDROID_HARDWARE_BUFFER; @@ -27,7 +27,7 @@ return gfx::GpuMemoryBufferType::NATIVE_PIXMAP; #elif BUILDFLAG(IS_WIN) return gfx::GpuMemoryBufferType::DXGI_SHARED_HANDLE; -@@ -318,7 +318,7 @@ SharedImageFactory::SharedImageFactory( +@@ -316,7 +316,7 @@ SharedImageFactory::SharedImageFactory( context_state_, workarounds_); factories_.push_back(std::move(ozone_factory)); } diff --git a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc index 67275d2dccaf..e51c918cc5e0 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc @@ -1,9 +1,9 @@ ---- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-10-30 15:44:36 UTC +--- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/shared_image/shared_image_manager.cc -@@ -765,7 +765,7 @@ bool SharedImageManager::SupportsScanoutImages() { +@@ -769,7 +769,7 @@ bool SharedImageManager::SupportsScanoutImages() { return true; #elif BUILDFLAG(IS_ANDROID) - return base::AndroidHardwareBufferCompat::IsSupportAvailable(); + return true; -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) return supports_overlays_on_ozone_; diff --git a/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc b/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc index 9a0260268406..699f049e116f 100644 --- a/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc +++ b/www/chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-10-02 04:28:32 UTC +--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/command_buffer/service/webgpu_decoder_impl.cc -@@ -1747,7 +1747,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte +@@ -1758,7 +1758,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte backend_types = {wgpu::BackendType::D3D12}; #elif BUILDFLAG(IS_APPLE) backend_types = {wgpu::BackendType::Metal}; @@ -9,7 +9,7 @@ if (shared_context_state_->GrContextIsVulkan() || shared_context_state_->IsGraphiteDawnVulkan()) { backend_types = {wgpu::BackendType::Vulkan}; -@@ -1992,7 +1992,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( +@@ -2003,7 +2003,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( } #if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \ diff --git a/www/chromium/files/patch-gpu_config_gpu__info__collector.cc b/www/chromium/files/patch-gpu_config_gpu__info__collector.cc index 6486f0c63cec..d8d688a3b413 100644 --- a/www/chromium/files/patch-gpu_config_gpu__info__collector.cc +++ b/www/chromium/files/patch-gpu_config_gpu__info__collector.cc @@ -1,6 +1,6 @@ ---- gpu/config/gpu_info_collector.cc.orig 2025-10-30 15:44:36 UTC +--- gpu/config/gpu_info_collector.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/config/gpu_info_collector.cc -@@ -363,7 +363,7 @@ void ReportWebGPUAdapterMetrics(dawn::native::Instance +@@ -362,7 +362,7 @@ void ReportWebGPUAdapterMetrics(dawn::native::Instance void ReportWebGPUSupportMetrics(dawn::native::Instance* instance) { static BASE_FEATURE(kCollectWebGPUSupportMetrics, "CollectWebGPUSupportMetrics", diff --git a/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc b/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc index 7ec6893236eb..f49ebdb915fb 100644 --- a/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc +++ b/www/chromium/files/patch-gpu_ipc_service_gpu__init.cc @@ -1,6 +1,6 @@ ---- gpu/ipc/service/gpu_init.cc.orig 2025-09-06 10:01:20 UTC +--- gpu/ipc/service/gpu_init.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/ipc/service/gpu_init.cc -@@ -155,7 +155,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in +@@ -156,7 +156,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CASTOS) bool CanAccessDeviceFile(const GPUInfo& gpu_info) { @@ -9,7 +9,7 @@ if (gpu_info.gpu.vendor_id != 0x10de || // NVIDIA gpu_info.gpu.driver_vendor != "NVIDIA") return true; -@@ -417,7 +417,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -418,7 +418,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL enable_watchdog = false; #endif @@ -18,7 +18,7 @@ bool gpu_sandbox_start_early = gpu_preferences_.gpu_sandbox_start_early; #else // !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) // For some reasons MacOSX's VideoToolbox might crash when called after -@@ -455,7 +455,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -456,7 +456,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } bool attempted_startsandbox = false; @@ -27,7 +27,7 @@ // On Chrome OS ARM Mali, GPU driver userspace creates threads when // initializing a GL context, so start the sandbox early. // TODO(zmo): Need to collect OS version before this. -@@ -552,7 +552,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -553,7 +553,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL gpu_preferences_.gr_context_type = GrContextType::kGL; } @@ -36,7 +36,7 @@ // The ContentSandboxHelper is currently the only one implementation of // GpuSandboxHelper and it has no dependency. Except on Linux where // VaapiWrapper checks the GL implementation to determine which display -@@ -610,7 +610,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -611,7 +611,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL command_line, gpu_feature_info_, gpu_preferences_.disable_software_rasterizer, false); if (gl_use_swiftshader_) { @@ -45,7 +45,7 @@ VLOG(1) << "Quit GPU process launch to fallback to SwiftShader cleanly " << "on Linux"; return false; -@@ -778,7 +778,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -779,7 +779,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL ->GetSupportedFormatsForGLNativePixmapImport(); #endif // BUILDFLAG(IS_OZONE) @@ -54,7 +54,7 @@ // Driver may create a compatibility profile context when collect graphics // information on Linux platform. Try to collect graphics information // based on core profile context after disabling platform extensions. -@@ -830,7 +830,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -831,7 +831,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } } } @@ -63,7 +63,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1032,7 +1032,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1033,7 +1033,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } bool gl_disabled = gl::GetGLImplementation() == gl::kGLImplementationDisabled; @@ -72,7 +72,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1088,7 +1088,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1089,7 +1089,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } } diff --git a/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc b/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc index d1d7909d4dda..8a5334acef94 100644 --- a/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc +++ b/www/chromium/files/patch-gpu_vulkan_vulkan__util.cc @@ -1,6 +1,6 @@ ---- gpu/vulkan/vulkan_util.cc.orig 2025-10-02 04:28:32 UTC +--- gpu/vulkan/vulkan_util.cc.orig 2025-12-05 10:12:50 UTC +++ gpu/vulkan/vulkan_util.cc -@@ -481,7 +481,7 @@ bool CheckVulkanCompatibilities( +@@ -474,7 +474,7 @@ bool CheckVulkanCompatibilities( } } diff --git a/www/chromium/files/patch-headless_BUILD.gn b/www/chromium/files/patch-headless_BUILD.gn index ae3acad64e64..76ef5a9689cd 100644 --- a/www/chromium/files/patch-headless_BUILD.gn +++ b/www/chromium/files/patch-headless_BUILD.gn @@ -1,6 +1,6 @@ ---- headless/BUILD.gn.orig 2025-10-02 04:28:32 UTC +--- headless/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ headless/BUILD.gn -@@ -483,7 +483,7 @@ component("headless_non_renderer") { +@@ -489,7 +489,7 @@ component("headless_non_renderer") { } } diff --git a/www/chromium/files/patch-headless_lib_browser_headless__browser__impl.cc b/www/chromium/files/patch-headless_lib_browser_headless__browser__impl.cc new file mode 100644 index 000000000000..64821899dcb2 --- /dev/null +++ b/www/chromium/files/patch-headless_lib_browser_headless__browser__impl.cc @@ -0,0 +1,20 @@ +--- headless/lib/browser/headless_browser_impl.cc.orig 2025-12-05 10:12:50 UTC ++++ headless/lib/browser/headless_browser_impl.cc +@@ -40,7 +40,7 @@ + #include "components/os_crypt/async/browser/keychain_key_provider.h" + #endif + +-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + #include "base/command_line.h" + #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" + #include "components/password_manager/core/browser/password_manager_switches.h" // nogncheck +@@ -413,7 +413,7 @@ void HeadlessBrowserImpl::CreateOSCryptAsync() { + providers.emplace_back(std::make_pair( + /*precedence=*/10u, + std::make_unique<os_crypt_async::KeychainKeyProvider>())); +-#elif BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) ++#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); + const auto password_store = + cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore); diff --git a/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc b/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc index 7cd7c023e54b..64f42ccf0c4a 100644 --- a/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc +++ b/www/chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_content_browser_client.cc.orig 2025-07-02 06:08:04 UTC +--- headless/lib/browser/headless_content_browser_client.cc.orig 2025-12-05 10:12:50 UTC +++ headless/lib/browser/headless_content_browser_client.cc -@@ -59,7 +59,7 @@ +@@ -61,7 +61,7 @@ #include "content/public/common/content_descriptors.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -9,7 +9,7 @@ #include "components/os_crypt/sync/os_crypt.h" // nogncheck #include "content/public/browser/network_service_util.h" #endif -@@ -557,7 +557,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll +@@ -569,7 +569,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll void HeadlessContentBrowserClient::SetEncryptionKey( ::network::mojom::NetworkService* network_service) { diff --git a/www/chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc b/www/chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc index 509f119cf966..82761b3a7c69 100644 --- a/www/chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc +++ b/www/chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_web_contents_impl.cc.orig 2025-10-30 15:44:36 UTC +--- headless/lib/browser/headless_web_contents_impl.cc.orig 2025-12-05 10:12:50 UTC +++ headless/lib/browser/headless_web_contents_impl.cc -@@ -69,7 +69,7 @@ BASE_FEATURE(kPrerender2InHeadlessMode, base::FEATURE_ +@@ -71,7 +71,7 @@ BASE_FEATURE(kPrerender2InHeadlessMode, base::FEATURE_ namespace { void UpdatePrefsFromSystemSettings(blink::RendererPreferences* prefs) { diff --git a/www/chromium/files/patch-ipc_ipc__channel.cc b/www/chromium/files/patch-ipc_ipc__channel.cc index d2976060d4d0..c52eea11740b 100644 --- a/www/chromium/files/patch-ipc_ipc__channel.cc +++ b/www/chromium/files/patch-ipc_ipc__channel.cc @@ -1,6 +1,6 @@ ---- ipc/ipc_channel.cc.orig 2025-10-30 15:44:36 UTC +--- ipc/ipc_channel.cc.orig 2025-12-05 10:12:50 UTC +++ ipc/ipc_channel.cc -@@ -22,7 +22,7 @@ namespace { +@@ -41,7 +41,7 @@ namespace { // Global atomic used to guarantee channel IDs are unique. base::AtomicSequenceNumber g_last_id; @@ -9,7 +9,16 @@ int g_global_pid = 0; -@@ -60,7 +60,7 @@ std::string Channel::GenerateUniqueRandomChannelID() { +@@ -83,7 +83,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe + }; + + base::ProcessId GetSelfPID() { +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (int global_pid = Channel::GetGlobalPid()) { + return global_pid; + } +@@ -123,7 +123,7 @@ std::string Channel::GenerateUniqueRandomChannelID() { base::RandInt(0, std::numeric_limits<int32_t>::max())); } diff --git a/www/chromium/files/patch-ipc_ipc__channel.h b/www/chromium/files/patch-ipc_ipc__channel.h index 9b99fb612cd8..78609233b191 100644 --- a/www/chromium/files/patch-ipc_ipc__channel.h +++ b/www/chromium/files/patch-ipc_ipc__channel.h @@ -1,6 +1,6 @@ ---- ipc/ipc_channel.h.orig 2025-10-30 15:44:36 UTC +--- ipc/ipc_channel.h.orig 2025-12-05 10:12:50 UTC +++ ipc/ipc_channel.h -@@ -206,7 +206,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender { +@@ -201,7 +201,7 @@ class COMPONENT_EXPORT(IPC) Channel final // Generates a channel ID that's non-predictable and unique. static std::string GenerateUniqueRandomChannelID(); diff --git a/www/chromium/files/patch-ipc_ipc__channel__mojo.cc b/www/chromium/files/patch-ipc_ipc__channel__mojo.cc deleted file mode 100644 index 447a81768c0a..000000000000 --- a/www/chromium/files/patch-ipc_ipc__channel__mojo.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ipc/ipc_channel_mojo.cc.orig 2025-10-30 15:44:36 UTC -+++ ipc/ipc_channel_mojo.cc -@@ -72,7 +72,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe - }; - - base::ProcessId GetSelfPID() { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (int global_pid = Channel::GetGlobalPid()) - return global_pid; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-ipc_ipc__message__utils.h b/www/chromium/files/patch-ipc_param__traits__utils.h index 59710005b6a7..8c9e6b665473 100644 --- a/www/chromium/files/patch-ipc_ipc__message__utils.h +++ b/www/chromium/files/patch-ipc_param__traits__utils.h @@ -1,6 +1,6 @@ ---- ipc/ipc_message_utils.h.orig 2025-10-30 15:44:36 UTC -+++ ipc/ipc_message_utils.h -@@ -178,7 +178,7 @@ struct ParamTraits<unsigned int> { +--- ipc/param_traits_utils.h.orig 2025-12-05 10:12:50 UTC ++++ ipc/param_traits_utils.h +@@ -177,7 +177,7 @@ struct ParamTraits<unsigned int> { // Since we want to support Android 32<>64 bit IPC, as long as we don't have // these traits for 32 bit ARM then that'll catch any errors. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-media_base_media__switches.cc b/www/chromium/files/patch-media_base_media__switches.cc index 6e722f4a5252..36b497a90ce0 100644 --- a/www/chromium/files/patch-media_base_media__switches.cc +++ b/www/chromium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2025-10-30 15:44:36 UTC +--- media/base/media_switches.cc.orig 2025-12-05 10:12:50 UTC +++ media/base/media_switches.cc @@ -19,7 +19,7 @@ #include "ui/gl/gl_features.h" @@ -9,7 +9,7 @@ #include "base/cpu.h" #endif -@@ -368,13 +368,35 @@ BASE_FEATURE(kMacCatapLoopbackAudioForScreenShare, +@@ -367,13 +367,35 @@ BASE_FEATURE(kMacCatapLoopbackAudioForScreenShare, BASE_FEATURE(kUseSCContentSharingPicker, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_MAC) @@ -46,7 +46,7 @@ #endif // BUILDFLAG(IS_LINUX) // When enabled, MediaCapabilities will check with GPU Video Accelerator -@@ -626,7 +648,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, +@@ -614,7 +636,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, // Show toolbar button that opens dialog for controlling media sessions. BASE_FEATURE(kGlobalMediaControls, @@ -55,7 +55,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -644,7 +666,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, base::FEAT +@@ -632,7 +654,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, base::FEAT #if !BUILDFLAG(IS_ANDROID) // If enabled, users can request Media Remoting without fullscreen-in-tab. BASE_FEATURE(kMediaRemotingWithoutFullscreen, @@ -64,7 +64,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -655,7 +677,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, +@@ -643,7 +665,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, // Show picture-in-picture button in Global Media Controls. BASE_FEATURE(kGlobalMediaControlsPictureInPicture, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -73,7 +73,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -677,7 +699,7 @@ BASE_FEATURE(kSuspendMediaForFrozenFrames, base::FEATU +@@ -665,7 +687,7 @@ BASE_FEATURE(kSuspendMediaForFrozenFrames, base::FEATU // autoplay policy. BASE_FEATURE(kUnifiedAutoplay, base::FEATURE_ENABLED_BY_DEFAULT); @@ -82,7 +82,7 @@ // Enable vaapi/v4l2 video decoding on linux. This is already enabled by default // on chromeos, but needs an experiment on linux. BASE_FEATURE(kAcceleratedVideoDecodeLinux, -@@ -733,7 +755,7 @@ BASE_FEATURE(kVaapiVp9SModeHWEncoding, base::FEATURE_E +@@ -721,7 +743,7 @@ BASE_FEATURE(kVaapiVp9SModeHWEncoding, base::FEATURE_E // Enables VSync aligned MJPEG decoding. BASE_FEATURE(kVSyncMjpegDecoding, base::FEATURE_DISABLED_BY_DEFAULT); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -91,8 +91,8 @@ // Enable H264 temporal layer encoding with V4L2 HW encoder on ChromeOS. BASE_FEATURE(kV4L2H264TemporalLayerHWEncoding, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1235,7 +1257,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, - ); +@@ -1220,7 +1242,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, + BASE_FEATURE(kUseSharedImageInOOPVDProcess, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -100,7 +100,7 @@ // Spawn utility processes to perform hardware encode acceleration instead of // using the GPU process. BASE_FEATURE(kUseOutOfProcessVideoEncoding, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1297,7 +1319,7 @@ BASE_FEATURE(kRecordMediaEngagementScores, base::FEATU +@@ -1282,7 +1304,7 @@ BASE_FEATURE(kRecordMediaEngagementScores, base::FEATU // Enables Media Engagement Index recording for Web Audio playbacks. BASE_FEATURE(kRecordWebAudioEngagement, base::FEATURE_ENABLED_BY_DEFAULT); @@ -109,7 +109,7 @@ // Reduces the number of buffers needed in the output video frame pool to // populate the Renderer pipeline for hardware accelerated VideoDecoder in // non-low latency scenarios. -@@ -1565,7 +1587,7 @@ bool IsSystemLoopbackCaptureSupported() { +@@ -1545,7 +1567,7 @@ bool IsSystemLoopbackCaptureSupported() { #elif BUILDFLAG(IS_MAC) return (IsMacSckSystemLoopbackCaptureSupported() || IsMacCatapSystemLoopbackCaptureSupported()); diff --git a/www/chromium/files/patch-media_base_media__switches.h b/www/chromium/files/patch-media_base_media__switches.h index f55f1b3bfed6..323661bf9bc8 100644 --- a/www/chromium/files/patch-media_base_media__switches.h +++ b/www/chromium/files/patch-media_base_media__switches.h @@ -1,6 +1,6 @@ ---- media/base/media_switches.h.orig 2025-10-30 15:44:36 UTC +--- media/base/media_switches.h.orig 2025-12-05 10:12:50 UTC +++ media/base/media_switches.h -@@ -342,13 +342,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu +@@ -334,13 +334,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu MEDIA_EXPORT BASE_DECLARE_FEATURE(kPlaybackSpeedButton); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMediaEngagementData); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMetadataSuspend); @@ -28,7 +28,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kReduceHardwareVideoDecoderBuffers); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kResumeBackgroundVideo); -@@ -366,7 +378,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); +@@ -358,7 +370,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseAndroidOverlayForSecureOnly); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseFakeDeviceForMediaStream); MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaStreamAccurateDroppedFrameCount); @@ -37,7 +37,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinux); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinuxGL); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoEncodeLinux); -@@ -382,7 +394,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay +@@ -374,7 +386,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiVp9SModeHWEncoding); MEDIA_EXPORT BASE_DECLARE_FEATURE(kVSyncMjpegDecoding); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -46,8 +46,8 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kV4L2H264TemporalLayerHWEncoding); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kVideoBlitColorAccuracy); -@@ -501,7 +513,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening - MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVideoDecoding); +@@ -478,7 +490,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVide + MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseSharedImageInOOPVDProcess); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-media_base_video__frame.cc b/www/chromium/files/patch-media_base_video__frame.cc index 16692d1e511f..5c6d3ea43dfc 100644 --- a/www/chromium/files/patch-media_base_video__frame.cc +++ b/www/chromium/files/patch-media_base_video__frame.cc @@ -1,6 +1,6 @@ ---- media/base/video_frame.cc.orig 2025-10-30 15:44:36 UTC +--- media/base/video_frame.cc.orig 2025-12-05 10:12:50 UTC +++ media/base/video_frame.cc -@@ -86,7 +86,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -85,7 +85,7 @@ std::string VideoFrame::StorageTypeToString( return "OWNED_MEMORY"; case VideoFrame::STORAGE_SHMEM: return "SHMEM"; @@ -9,7 +9,7 @@ case VideoFrame::STORAGE_DMABUFS: return "DMABUFS"; #endif -@@ -100,7 +100,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -99,7 +99,7 @@ std::string VideoFrame::StorageTypeToString( // static bool VideoFrame::IsStorageTypeMappable(VideoFrame::StorageType storage_type) { return @@ -18,7 +18,7 @@ // This is not strictly needed but makes explicit that, at VideoFrame // level, DmaBufs are not mappable from userspace. storage_type != VideoFrame::STORAGE_DMABUFS && -@@ -395,7 +395,7 @@ scoped_refptr<VideoFrame> VideoFrame::CreateFrameForMa +@@ -503,7 +503,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapMappableShar plane_size.width() * VideoFrame::BytesPerElement(*format, plane); } uint64_t modifier = gfx::NativePixmapHandle::kNoModifier; @@ -27,7 +27,7 @@ bool is_native_buffer = !shared_image->IsSharedMemoryForVideoFrame(); if (is_native_buffer) { const auto gmb_handle = shared_image->CloneGpuMemoryBufferHandle(); -@@ -852,7 +852,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM +@@ -800,7 +800,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM } #endif @@ -36,7 +36,7 @@ // static scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs( const VideoFrameLayout& layout, -@@ -1539,7 +1539,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar +@@ -1492,7 +1492,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar return wrapped_frame_ ? wrapped_frame_->shared_image() : shared_image_; } diff --git a/www/chromium/files/patch-media_base_video__frame.h b/www/chromium/files/patch-media_base_video__frame.h index 72088637dbd2..5f7b03f94656 100644 --- a/www/chromium/files/patch-media_base_video__frame.h +++ b/www/chromium/files/patch-media_base_video__frame.h @@ -1,4 +1,4 @@ ---- media/base/video_frame.h.orig 2025-10-02 04:28:32 UTC +--- media/base/video_frame.h.orig 2025-12-05 10:12:50 UTC +++ media/base/video_frame.h @@ -41,7 +41,7 @@ #include "ui/gfx/geometry/size.h" @@ -18,7 +18,7 @@ STORAGE_DMABUFS = 5, // Each plane is stored into a DmaBuf. #endif STORAGE_GPU_MEMORY_BUFFER = 6, -@@ -370,7 +370,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -348,7 +348,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte base::TimeDelta timestamp); #endif @@ -27,7 +27,7 @@ // Wraps provided dmabufs // (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a // VideoFrame. The frame will take ownership of |dmabuf_fds|, and will -@@ -712,7 +712,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -693,7 +693,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // wait for the included sync point. scoped_refptr<gpu::ClientSharedImage> shared_image() const; @@ -36,7 +36,7 @@ // The number of DmaBufs will be equal or less than the number of planes of // the frame. If there are less, this means that the last FD contains the // remaining planes. Should be > 0 for STORAGE_DMABUFS. -@@ -947,7 +947,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -909,7 +909,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // GpuMemoryBuffers. Clients will set this flag while creating a VideoFrame. bool is_mappable_si_enabled_ = false; diff --git a/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc b/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc index d55bbbd310f8..6f8770574f86 100644 --- a/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc +++ b/www/chromium/files/patch-media_capture_video_video__capture__device__client.cc @@ -1,6 +1,6 @@ ---- media/capture/video/video_capture_device_client.cc.orig 2025-10-30 15:44:36 UTC +--- media/capture/video/video_capture_device_client.cc.orig 2025-12-05 10:12:50 UTC +++ media/capture/video/video_capture_device_client.cc -@@ -167,7 +167,7 @@ FourccAndFlip GetFourccAndFlipFromPixelFormat( +@@ -168,7 +168,7 @@ FourccAndFlip GetFourccAndFlipFromPixelFormat( CHECK(!is_width_odd && !is_height_odd); return {libyuv::FOURCC_UYVY}; case media::PIXEL_FORMAT_RGB24: diff --git a/www/chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc b/www/chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc index 6a42aab37898..0f0b93b71a23 100644 --- a/www/chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc +++ b/www/chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/gl_image_processor_backend.cc.orig 2024-06-18 16:34:35 UTC +--- media/gpu/chromeos/gl_image_processor_backend.cc.orig 2025-12-05 10:12:50 UTC +++ media/gpu/chromeos/gl_image_processor_backend.cc -@@ -28,6 +28,10 @@ +@@ -29,6 +29,10 @@ #include "ui/ozone/public/ozone_platform.h" #include "ui/ozone/public/surface_factory_ozone.h" diff --git a/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc b/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc index cc73dd5b1f71..d8247ed6c854 100644 --- a/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc +++ b/www/chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-10-02 04:28:32 UTC +--- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-12-05 10:12:50 UTC +++ media/gpu/chromeos/platform_video_frame_utils.cc -@@ -71,7 +71,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( +@@ -70,7 +70,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( const base::FilePath dev_path(FILE_PATH_LITERAL( base::StrCat({drm_node_file_prefix, base::NumberToString(i)}))); @@ -9,7 +9,7 @@ const bool is_render_node = base::Contains(drm_node_file_prefix, "render"); // TODO(b/313513760): don't guard base::File::FLAG_WRITE behind -@@ -176,7 +176,7 @@ class GbmDeviceWrapper { +@@ -175,7 +175,7 @@ class GbmDeviceWrapper { const base::FilePath dev_path( base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( switches::kRenderNodeOverride)); diff --git a/www/chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc b/www/chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc index 31b99f7f4211..d5c46b3bd04e 100644 --- a/www/chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc +++ b/www/chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-05-28 14:55:43 UTC +--- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-12-05 10:12:50 UTC +++ media/gpu/chromeos/video_decoder_pipeline.cc -@@ -1128,7 +1128,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1132,7 +1132,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( } #endif @@ -9,7 +9,7 @@ // Linux should always use a custom allocator (to allocate buffers using // libva) and a PlatformVideoFramePool. CHECK(allocator.has_value()); -@@ -1137,7 +1137,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1141,7 +1141,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( // VideoFrame::StorageType of VideoFrame::STORAGE_DMABUFS. main_frame_pool_->AsPlatformVideoFramePool()->SetCustomFrameAllocator( *allocator, VideoFrame::STORAGE_DMABUFS); @@ -18,7 +18,7 @@ // Linux w/ V4L2 should not use a custom allocator // Only tested with video_decode_accelerator_tests // TODO(wenst@) Test with full Chromium Browser -@@ -1311,7 +1311,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1315,7 +1315,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( << " VideoFrames"; auxiliary_frame_pool_->set_parent_task_runner(decoder_task_runner_); diff --git a/www/chromium/files/patch-media_gpu_test_video__frame__helpers.cc b/www/chromium/files/patch-media_gpu_test_video__frame__helpers.cc index 7b1e3c290f98..290d68fc7da7 100644 --- a/www/chromium/files/patch-media_gpu_test_video__frame__helpers.cc +++ b/www/chromium/files/patch-media_gpu_test_video__frame__helpers.cc @@ -1,7 +1,7 @@ ---- media/gpu/test/video_frame_helpers.cc.orig 2025-08-07 06:57:29 UTC +--- media/gpu/test/video_frame_helpers.cc.orig 2025-12-05 10:12:50 UTC +++ media/gpu/test/video_frame_helpers.cc -@@ -23,7 +23,7 @@ - #include "ui/gfx/buffer_format_util.h" +@@ -22,7 +22,7 @@ + #include "third_party/libyuv/include/libyuv.h" #include "ui/gfx/gpu_memory_buffer_handle.h" -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) diff --git a/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc index 6a586e88afc9..bb1d6bde7ebb 100644 --- a/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc +++ b/www/chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-09-06 10:01:20 UTC +--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-12-05 10:12:50 UTC +++ media/gpu/vaapi/vaapi_video_decoder.cc -@@ -787,7 +787,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree +@@ -786,7 +786,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree const gfx::Size decoder_natural_size = aspect_ratio_.GetNaturalSize(decoder_visible_rect); diff --git a/www/chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc b/www/chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc index 7e286d70030d..905a4d7d4d14 100644 --- a/www/chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc +++ b/www/chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-10-02 04:28:32 UTC +--- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-12-05 10:12:50 UTC +++ media/gpu/vaapi/vaapi_wrapper.cc -@@ -85,7 +85,7 @@ +@@ -84,7 +84,7 @@ using media_gpu_vaapi::kModuleVa_prot; #endif diff --git a/www/chromium/files/patch-media_mojo_mojom_BUILD.gn b/www/chromium/files/patch-media_mojo_mojom_BUILD.gn index 38ce13e53287..94035d4f22e7 100644 --- a/www/chromium/files/patch-media_mojo_mojom_BUILD.gn +++ b/www/chromium/files/patch-media_mojo_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- media/mojo/mojom/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- media/mojo/mojom/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ media/mojo/mojom/BUILD.gn -@@ -970,7 +970,7 @@ source_set("test_support") { +@@ -1037,7 +1037,7 @@ source_set("test_support") { sources = [] deps = [] diff --git a/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc b/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc index eee95cf32b3f..0bebb9e15030 100644 --- a/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc +++ b/www/chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc @@ -1,6 +1,6 @@ ---- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-10-02 04:28:32 UTC +--- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-12-05 10:12:50 UTC +++ media/mojo/mojom/video_frame_mojom_traits.cc -@@ -21,7 +21,7 @@ +@@ -22,7 +22,7 @@ #include "ui/gfx/mojom/color_space_mojom_traits.h" #include "ui/gfx/mojom/hdr_metadata_mojom_traits.h" @@ -9,7 +9,7 @@ #include "base/posix/eintr_wrapper.h" #include "media/gpu/buffer_validation.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -182,7 +182,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -183,7 +183,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( media::mojom::OpaqueVideoFrameData::New()); } @@ -18,7 +18,7 @@ if (input->storage_type() == media::VideoFrame::STORAGE_DMABUFS) { // Duplicates the DMA buffer FDs to a new vector since this cannot take // ownership of the FDs in |input| due to constness. -@@ -213,7 +213,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -214,7 +214,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( } // namespace @@ -27,7 +27,7 @@ // static bool StructTraits< media::mojom::ColorPlaneLayoutDataView, -@@ -445,7 +445,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, +@@ -446,7 +446,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, frame = media::VideoFrame::WrapTrackingToken( format, *metadata.tracking_token, coded_size, visible_rect, natural_size, timestamp); diff --git a/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc b/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc index 87891f43eff4..d036933e57af 100644 --- a/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc +++ b/www/chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc @@ -1,6 +1,6 @@ ---- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-10-02 04:28:32 UTC +--- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-12-05 10:12:50 UTC +++ media/video/gpu_memory_buffer_video_frame_pool.cc -@@ -679,7 +679,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa +@@ -677,7 +677,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa } bool is_software_backed_video_frame = !video_frame->HasSharedImage(); @@ -9,7 +9,7 @@ is_software_backed_video_frame &= !video_frame->HasDmaBufs(); #endif -@@ -1080,7 +1080,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo +@@ -1078,7 +1078,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo media::IOSurfaceIsWebGPUCompatible(handle.io_surface().get()); #endif @@ -18,7 +18,7 @@ is_webgpu_compatible = handle.type == gfx::NATIVE_PIXMAP && handle.native_pixmap_handle().supports_zero_copy_webgpu_import; -@@ -1248,7 +1248,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr +@@ -1246,7 +1246,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr si_usage |= gpu::SHARED_IMAGE_USAGE_SCANOUT; } diff --git a/www/chromium/files/patch-media_webrtc_audio__processor.cc b/www/chromium/files/patch-media_webrtc_audio__processor.cc index f6bdaa9ab780..8e32d227b852 100644 --- a/www/chromium/files/patch-media_webrtc_audio__processor.cc +++ b/www/chromium/files/patch-media_webrtc_audio__processor.cc @@ -1,6 +1,6 @@ ---- media/webrtc/audio_processor.cc.orig 2025-09-06 10:01:20 UTC +--- media/webrtc/audio_processor.cc.orig 2025-12-05 10:12:50 UTC +++ media/webrtc/audio_processor.cc -@@ -510,7 +510,7 @@ std::optional<double> AudioProcessor::ProcessData( +@@ -517,7 +517,7 @@ std::optional<double> AudioProcessor::ProcessData( // controller. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) DCHECK_LE(volume, 1.0); diff --git a/www/chromium/files/patch-media_webrtc_helpers.cc b/www/chromium/files/patch-media_webrtc_helpers.cc index 83c31ec58eca..06325bc1c831 100644 --- a/www/chromium/files/patch-media_webrtc_helpers.cc +++ b/www/chromium/files/patch-media_webrtc_helpers.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers.cc.orig 2025-05-28 14:55:43 UTC +--- media/webrtc/helpers.cc.orig 2025-12-05 10:12:50 UTC +++ media/webrtc/helpers.cc -@@ -46,14 +46,14 @@ void ConfigAutomaticGainControl(const AudioProcessingS +@@ -48,14 +48,14 @@ void ConfigAutomaticGainControl(const AudioProcessingS return; } diff --git a/www/chromium/files/patch-media_webrtc_helpers__unittests.cc b/www/chromium/files/patch-media_webrtc_helpers__unittests.cc index afba69847ae4..c6e320fa2590 100644 --- a/www/chromium/files/patch-media_webrtc_helpers__unittests.cc +++ b/www/chromium/files/patch-media_webrtc_helpers__unittests.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers_unittests.cc.orig 2025-09-06 10:01:20 UTC +--- media/webrtc/helpers_unittests.cc.orig 2025-12-05 10:12:50 UTC +++ media/webrtc/helpers_unittests.cc -@@ -38,7 +38,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau +@@ -37,7 +37,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau EXPECT_TRUE(config.echo_canceller.enabled); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ EXPECT_FALSE(config.gain_controller1.enabled); EXPECT_TRUE(config.gain_controller2.enabled); #elif BUILDFLAG(IS_CASTOS) || BUILDFLAG(IS_CAST_ANDROID) -@@ -65,7 +65,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -63,7 +63,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, InputVolumeAdjustmentEnabledWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -81,7 +81,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -79,7 +79,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -27,7 +27,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CanDisableInputVolumeAdjustmentWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -98,7 +98,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -96,7 +96,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-mojo_core_channel.cc b/www/chromium/files/patch-mojo_core_channel.cc index 4c14b9b193a8..f8bdc8bb9a3c 100644 --- a/www/chromium/files/patch-mojo_core_channel.cc +++ b/www/chromium/files/patch-mojo_core_channel.cc @@ -1,4 +1,4 @@ ---- mojo/core/channel.cc.orig 2025-10-30 15:44:36 UTC +--- mojo/core/channel.cc.orig 2025-12-05 10:12:50 UTC +++ mojo/core/channel.cc @@ -81,7 +81,11 @@ const size_t kMaxAttachedHandles = 64; const size_t kMaxAttachedHandles = 253; @@ -12,7 +12,16 @@ Channel::AlignedBuffer MakeAlignedBuffer(size_t size) { // Generic allocators (such as malloc) return a pointer that is suitably // aligned for storing any type of object with a fundamental alignment -@@ -1121,7 +1125,7 @@ bool Channel::OnControlMessage(Message::MessageType me +@@ -274,7 +278,7 @@ bool ShouldRecordSubsampledHistograms() { + } // namespace + + #if BUILDFLAG(IS_ANDROID) || \ +- (BUILDFLAG(IS_LINUX) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) + + namespace { + +@@ -1306,7 +1310,7 @@ bool Channel::OnControlMessage(Message::MessageType me } // Currently only CrOs, Linux, and Android support upgrades. diff --git a/www/chromium/files/patch-mojo_core_channel.h b/www/chromium/files/patch-mojo_core_channel.h new file mode 100644 index 000000000000..d334ee9170ec --- /dev/null +++ b/www/chromium/files/patch-mojo_core_channel.h @@ -0,0 +1,11 @@ +--- mojo/core/channel.h.orig 2025-12-05 10:12:50 UTC ++++ mojo/core/channel.h +@@ -167,7 +167,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel + } v2; + + #if BUILDFLAG(IS_ANDROID) || \ +- (BUILDFLAG(IS_LINUX) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) + // On Android for each pair of connected ipcz::Node instances both sides + // of the connection run the same version of code. Restricting this + // extension of IpczHeader to Android allows to iterate on the wire format diff --git a/www/chromium/files/patch-mojo_core_channel__posix.cc b/www/chromium/files/patch-mojo_core_channel__posix.cc new file mode 100644 index 000000000000..af6d2cdce632 --- /dev/null +++ b/www/chromium/files/patch-mojo_core_channel__posix.cc @@ -0,0 +1,16 @@ +--- mojo/core/channel_posix.cc.orig 2025-12-05 10:12:50 UTC ++++ mojo/core/channel_posix.cc +@@ -594,6 +594,13 @@ void Channel::OfferChannelUpgrade() { + } + static_cast<ChannelLinux*>(this)->OfferSharedMemUpgrade(); + } ++#elif BUILDFLAG(IS_BSD) ++// static ++bool Channel::SupportsChannelUpgrade() { ++ return false; ++} ++void Channel::OfferChannelUpgrade() { ++} + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || + // BUILDFLAG(IS_ANDROID) + diff --git a/www/chromium/files/patch-mojo_core_embedder_features.h b/www/chromium/files/patch-mojo_core_embedder_features.h index af452a35d6c5..5ddecdef1c22 100644 --- a/www/chromium/files/patch-mojo_core_embedder_features.h +++ b/www/chromium/files/patch-mojo_core_embedder_features.h @@ -1,11 +1,11 @@ ---- mojo/core/embedder/features.h.orig 2025-09-06 10:01:20 UTC +--- mojo/core/embedder/features.h.orig 2025-12-05 10:12:50 UTC +++ mojo/core/embedder/features.h -@@ -15,7 +15,7 @@ namespace mojo { +@@ -14,7 +14,7 @@ + namespace mojo { namespace core { - #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(MOJO_USE_APPLE_CHANNEL) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(MOJO_CORE_EMBEDDER_FEATURES) - BASE_DECLARE_FEATURE(kMojoLinuxChannelSharedMem); + BASE_DECLARE_FEATURE(kMojoUseEventFd); diff --git a/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni b/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni index f2f5752f5aec..828724236f84 100644 --- a/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni +++ b/www/chromium/files/patch-mojo_public_tools_bindings_mojom.gni @@ -1,6 +1,6 @@ ---- mojo/public/tools/bindings/mojom.gni.orig 2025-10-30 15:44:36 UTC +--- mojo/public/tools/bindings/mojom.gni.orig 2025-12-05 10:12:50 UTC +++ mojo/public/tools/bindings/mojom.gni -@@ -763,6 +763,16 @@ template("mojom") { +@@ -751,6 +751,16 @@ template("mojom") { enabled_features += [ "is_apple" ] } diff --git a/www/chromium/files/patch-net_BUILD.gn b/www/chromium/files/patch-net_BUILD.gn index f9ad012e2175..3816315cae6d 100644 --- a/www/chromium/files/patch-net_BUILD.gn +++ b/www/chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- net/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ net/BUILD.gn @@ -126,7 +126,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1376,6 +1376,19 @@ component("net") { +@@ -1379,6 +1379,19 @@ component("net") { ] } @@ -29,7 +29,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1541,7 +1554,7 @@ component("net") { +@@ -1544,7 +1557,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -38,7 +38,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -2277,7 +2290,7 @@ static_library("test_support") { +@@ -2290,7 +2303,7 @@ static_library("test_support") { ] } @@ -47,7 +47,7 @@ sources += [ "base/address_tracker_linux_test_util.cc", "base/address_tracker_linux_test_util.h", -@@ -3076,14 +3089,14 @@ target(_test_target_type, "net_unittests") { +@@ -3091,14 +3104,14 @@ target(_test_target_type, "net_unittests") { ] } @@ -64,7 +64,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -3185,6 +3198,10 @@ target(_test_target_type, "net_unittests") { +@@ -3204,6 +3217,10 @@ target(_test_target_type, "net_unittests") { ] } @@ -75,7 +75,7 @@ if (enable_websockets) { sources += [ "server/http_connection_unittest.cc", -@@ -3241,7 +3258,7 @@ target(_test_target_type, "net_unittests") { +@@ -3260,7 +3277,7 @@ target(_test_target_type, "net_unittests") { ] data_deps = [ "//testing/buildbot/filters:net_unittests_filters" ] @@ -84,7 +84,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -3371,7 +3388,7 @@ target(_test_target_type, "net_unittests") { +@@ -3390,7 +3407,7 @@ target(_test_target_type, "net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. diff --git a/www/chromium/files/patch-net_base_features.cc b/www/chromium/files/patch-net_base_features.cc index 0752eab51a06..4d15ca6b2166 100644 --- a/www/chromium/files/patch-net_base_features.cc +++ b/www/chromium/files/patch-net_base_features.cc @@ -1,4 +1,4 @@ ---- net/base/features.cc.orig 2025-10-30 15:44:36 UTC +--- net/base/features.cc.orig 2025-12-05 10:12:50 UTC +++ net/base/features.cc @@ -29,7 +29,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, @@ -9,16 +9,16 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -521,7 +521,7 @@ BASE_FEATURE(kDisableBlackholeOnNoNewNetwork, - "DisableBlackHoleOnNoNewNetwork", - base::FEATURE_DISABLED_BY_DEFAULT); +@@ -519,7 +519,7 @@ inline constexpr auto kMigrateSessionsOnNetworkChangeV + BASE_FEATURE(kMigrateSessionsOnNetworkChangeV2, + kMigrateSessionsOnNetworkChangeV2Default); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kAddressTrackerLinuxIsProxied, base::FEATURE_ENABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_LINUX) -@@ -616,7 +616,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues +@@ -627,7 +627,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kSimdutfBase64Support, @@ -27,12 +27,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -680,7 +680,7 @@ BASE_FEATURE(kHttpCacheMappedFileFlushWin, base::FEATU - #endif +@@ -712,7 +712,7 @@ BASE_FEATURE(kHttpCacheMappedFileFlushWin, base::FEATU BASE_FEATURE(kHttpCacheNoVarySearch, --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/chromium/files/patch-net_dns_BUILD.gn b/www/chromium/files/patch-net_dns_BUILD.gn index 001bd4d8d9ab..4c05239603f8 100644 --- a/www/chromium/files/patch-net_dns_BUILD.gn +++ b/www/chromium/files/patch-net_dns_BUILD.gn @@ -1,15 +1,15 @@ ---- net/dns/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- net/dns/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ net/dns/BUILD.gn -@@ -142,7 +142,7 @@ source_set("dns") { - "dns_config_service_android.cc", - "dns_config_service_android.h", +@@ -144,7 +144,7 @@ source_set("dns") { + "platform_dns_query_executor_android.cc", + "platform_dns_query_executor_android.h", ] - } else if (is_linux) { + } else if (is_linux && !is_bsd) { sources += [ "dns_config_service_linux.cc", "dns_config_service_linux.h", -@@ -176,6 +176,7 @@ source_set("dns") { +@@ -178,6 +178,7 @@ source_set("dns") { } deps = [ "//net:net_deps" ] @@ -17,18 +17,18 @@ public_deps = [ ":dns_client", -@@ -183,6 +184,7 @@ source_set("dns") { - ":host_resolver_manager", - ":mdns_client", - "//net:net_public_deps", +@@ -258,6 +259,7 @@ source_set("host_resolver") { + deps = [ + "//net:net_deps", + "//net/dns/public", + "//printing/buildflags", ] + public_deps = [ "//net:net_public_deps" ] - if (enable_mdns) { -@@ -458,9 +460,9 @@ source_set("tests") { - - if (is_android) { - sources += [ "dns_config_service_android_unittest.cc" ] +@@ -463,9 +465,9 @@ source_set("tests") { + "dns_config_service_android_unittest.cc", + "platform_dns_query_executor_android_unittest.cc", + ] - } else if (is_linux) { + } else if (is_linux && !is_bsd) { sources += [ "dns_config_service_linux_unittest.cc" ] diff --git a/www/chromium/files/patch-printing_printing__context__linux.cc b/www/chromium/files/patch-printing_printing__context__linux.cc index 2cf9be972aea..f63693ae805e 100644 --- a/www/chromium/files/patch-printing_printing__context__linux.cc +++ b/www/chromium/files/patch-printing_printing__context__linux.cc @@ -1,6 +1,6 @@ ---- printing/printing_context_linux.cc.orig 2025-05-28 14:55:43 UTC +--- printing/printing_context_linux.cc.orig 2025-12-05 10:12:50 UTC +++ printing/printing_context_linux.cc -@@ -23,7 +23,7 @@ +@@ -22,7 +22,7 @@ #endif // Avoid using LinuxUi on Fuchsia. @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -69,7 +69,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett +@@ -68,7 +68,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett ResetSettings(); @@ -18,7 +18,7 @@ if (!ui::LinuxUi::instance()) return mojom::ResultCode::kSuccess; -@@ -85,7 +85,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett +@@ -84,7 +84,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett } gfx::Size PrintingContextLinux::GetPdfPaperSizeDeviceUnits() { @@ -27,7 +27,7 @@ if (ui::LinuxUi::instance()) return ui::LinuxUi::instance()->GetPdfPaperSize(this); #endif -@@ -98,7 +98,7 @@ mojom::ResultCode PrintingContextLinux::UpdatePrinterS +@@ -97,7 +97,7 @@ mojom::ResultCode PrintingContextLinux::UpdatePrinterS DCHECK(!printer_settings.show_system_dialog); DCHECK(!in_print_job_); diff --git a/www/chromium/files/patch-remoting_host_client__session.cc b/www/chromium/files/patch-remoting_host_client__session.cc index 39bc7665a847..05fa4fd14ce2 100644 --- a/www/chromium/files/patch-remoting_host_client__session.cc +++ b/www/chromium/files/patch-remoting_host_client__session.cc @@ -1,6 +1,6 @@ ---- remoting/host/client_session.cc.orig 2025-05-05 10:57:53 UTC +--- remoting/host/client_session.cc.orig 2025-12-05 10:12:50 UTC +++ remoting/host/client_session.cc -@@ -188,7 +188,7 @@ void ClientSession::NotifyClientResolution( +@@ -195,7 +195,7 @@ void ClientSession::NotifyClientResolution( if (effective_policies_.curtain_required.value_or(false)) { dpi_vector.set(resolution.x_dpi(), resolution.y_dpi()); } diff --git a/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc b/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc index 26506ebb50d0..ccf464cea262 100644 --- a/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc +++ b/www/chromium/files/patch-remoting_host_remoting__me2me__host.cc @@ -1,4 +1,4 @@ ---- remoting/host/remoting_me2me_host.cc.orig 2025-10-02 04:28:32 UTC +--- remoting/host/remoting_me2me_host.cc.orig 2025-12-05 10:12:50 UTC +++ remoting/host/remoting_me2me_host.cc @@ -140,7 +140,7 @@ #include "remoting/host/mac/permission_utils.h" @@ -99,7 +99,7 @@ context_->input_task_runner()->PostTask( FROM_HERE, base::BindOnce([]() { delete ui::X11EventSource::GetInstance(); })); -@@ -1835,7 +1835,7 @@ void HostProcess::StartHost() { +@@ -1829,7 +1829,7 @@ void HostProcess::StartHost() { SetState(HOST_STARTED); @@ -108,7 +108,7 @@ if (webrtc::DesktopCapturer::IsRunningUnderWayland()) { GnomeRemoteDesktopSession::GetInstance()->Init( base::BindOnce([](base::expected<void, std::string> result) { -@@ -1925,7 +1925,7 @@ void HostProcess::StartHost() { +@@ -1919,7 +1919,7 @@ void HostProcess::StartHost() { host_->AddExtension(std::make_unique<TestEchoExtension>()); @@ -117,7 +117,7 @@ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->HasSwitch(kEnableWtmpdb)) { host_wtmpdb_logger_ = -@@ -1960,7 +1960,7 @@ void HostProcess::StartHost() { +@@ -1954,7 +1954,7 @@ void HostProcess::StartHost() { // addresses. host_->Start(*host_owner_emails_.begin()); @@ -126,7 +126,7 @@ // For Windows and Mac, ChromotingHostServices connections are handled by // another process, then the message pipe is forwarded to the network process. host_->StartChromotingHostServices(); -@@ -2105,7 +2105,7 @@ int HostProcessMain() { +@@ -2099,7 +2099,7 @@ int HostProcessMain() { HOST_LOG << "Starting host process: version " << STRINGIZE(VERSION); const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); @@ -135,7 +135,7 @@ #if defined(REMOTING_USE_X11) // Initialize Xlib for multi-threaded use, allowing non-Chromium code to // use X11 safely (such as the WebRTC capturer, GTK ...) -@@ -2150,7 +2150,7 @@ int HostProcessMain() { +@@ -2144,7 +2144,7 @@ int HostProcessMain() { return kInitializationFailed; } @@ -144,7 +144,7 @@ // Log and cleanup the crash database. We do this after a short delay so that // the crash database has a chance to be updated properly if we just got // relaunched after a crash. -@@ -2170,7 +2170,7 @@ int HostProcessMain() { +@@ -2164,7 +2164,7 @@ int HostProcessMain() { std::unique_ptr<net::NetworkChangeNotifier> network_change_notifier( net::NetworkChangeNotifier::CreateIfNeeded()); diff --git a/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc b/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc index cd6e8b17d80f..c4d8a8cfb4c8 100644 --- a/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc +++ b/www/chromium/files/patch-remoting_protocol_webrtc__video__stream.cc @@ -1,6 +1,6 @@ ---- remoting/protocol/webrtc_video_stream.cc.orig 2025-09-06 10:01:20 UTC +--- remoting/protocol/webrtc_video_stream.cc.orig 2025-12-05 10:12:50 UTC +++ remoting/protocol/webrtc_video_stream.cc -@@ -271,7 +271,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti +@@ -276,7 +276,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti : session_options_(session_options) { // TODO(joedow): Dig into the threading model on other platforms to see if they // can also be updated to run on a dedicated thread. diff --git a/www/chromium/files/patch-sandbox_linux_BUILD.gn b/www/chromium/files/patch-sandbox_linux_BUILD.gn index 218995084a3d..d4c169927a75 100644 --- a/www/chromium/files/patch-sandbox_linux_BUILD.gn +++ b/www/chromium/files/patch-sandbox_linux_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/linux/BUILD.gn.orig 2025-09-06 10:01:20 UTC +--- sandbox/linux/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ sandbox/linux/BUILD.gn -@@ -11,11 +11,11 @@ if (is_android) { +@@ -10,11 +10,11 @@ if (is_android) { } declare_args() { @@ -15,7 +15,7 @@ # On Android, use plain GTest. use_base_test_suite = is_linux || is_chromeos -@@ -373,6 +373,17 @@ component("sandbox_services") { +@@ -372,6 +372,17 @@ component("sandbox_services") { "services/libc_interceptor.h", ] } diff --git a/www/chromium/files/patch-sandbox_policy_BUILD.gn b/www/chromium/files/patch-sandbox_policy_BUILD.gn index afb14c34e9c8..56feaeb7025d 100644 --- a/www/chromium/files/patch-sandbox_policy_BUILD.gn +++ b/www/chromium/files/patch-sandbox_policy_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/policy/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- sandbox/policy/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ sandbox/policy/BUILD.gn -@@ -47,7 +47,7 @@ component("policy") { +@@ -46,7 +46,7 @@ component("policy") { "//third_party/jni_zero", ] } @@ -9,7 +9,7 @@ sources += [ "linux/bpf_audio_policy_linux.cc", "linux/bpf_audio_policy_linux.h", -@@ -117,6 +117,26 @@ component("policy") { +@@ -116,6 +116,26 @@ component("policy") { "//sandbox/linux:sandbox_services", "//sandbox/linux:seccomp_bpf", "//sandbox/linux:suid_sandbox_client", diff --git a/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom b/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom index d26a8139d27e..0c4d75712dc7 100644 --- a/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom +++ b/www/chromium/files/patch-sandbox_policy_mojom_sandbox.mojom @@ -1,6 +1,6 @@ ---- sandbox/policy/mojom/sandbox.mojom.orig 2025-09-06 10:01:20 UTC +--- sandbox/policy/mojom/sandbox.mojom.orig 2025-12-05 10:12:50 UTC +++ sandbox/policy/mojom/sandbox.mojom -@@ -71,6 +71,12 @@ enum Sandbox { +@@ -68,6 +68,12 @@ enum Sandbox { // Minimally privileged sandbox on Fuchsia. [EnableIf=is_fuchsia] kVideoCapture, diff --git a/www/chromium/files/patch-sandbox_policy_sandbox__type.cc b/www/chromium/files/patch-sandbox_policy_sandbox__type.cc index b01ed0083c17..453851625167 100644 --- a/www/chromium/files/patch-sandbox_policy_sandbox__type.cc +++ b/www/chromium/files/patch-sandbox_policy_sandbox__type.cc @@ -1,15 +1,15 @@ ---- sandbox/policy/sandbox_type.cc.orig 2025-09-06 10:01:20 UTC +--- sandbox/policy/sandbox_type.cc.orig 2025-12-05 10:12:50 UTC +++ sandbox/policy/sandbox_type.cc -@@ -16,7 +16,7 @@ - #include "chromeos/ash/components/assistant/buildflags.h" - #endif // BUILDFLAG(IS_CHROMEOS) +@@ -12,7 +12,7 @@ + #include "sandbox/policy/mojom/sandbox.mojom.h" + #include "sandbox/policy/switches.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" // nogncheck #include "media/media_buildflags.h" // nogncheck #endif -@@ -38,7 +38,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit +@@ -34,7 +34,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit constexpr char kSpeechRecognitionSandbox[] = "speech_recognition"; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,15 +18,10 @@ constexpr char kPrintBackendSandbox[] = "print_backend"; constexpr char kScreenAISandbox[] = "screen_ai"; #endif -@@ -56,15 +56,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = +@@ -52,11 +52,11 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = constexpr char kMirroringSandbox[] = "mirroring"; #endif // BUILDFLAG(IS_MAC) --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kVideoEffectsSandbox[] = "video_effects"; - #endif - -#if BUILDFLAG(IS_FUCHSIA) +#if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) constexpr char kVideoCaptureSandbox[] = "video_capture"; @@ -37,8 +32,8 @@ constexpr char kShapeDetectionSandbox[] = "shape_detection"; // USE_LINUX_VIDEO_ACCELERATION implies IS_LINUX || IS_CHROMEOS, so this double // #if is redundant, however, we cannot include "media/gpu/buildflags.h" on all -@@ -85,7 +85,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -74,7 +74,7 @@ constexpr char kTtsSandbox[] = "tts"; + constexpr char kNearbySandbox[] = "nearby"; #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) @@ -46,7 +41,7 @@ constexpr char kOnDeviceTranslationSandbox[] = "on_device_translation"; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -124,7 +124,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kCdm: case Sandbox::kPrintCompositor: case Sandbox::kAudio: @@ -55,7 +50,7 @@ case Sandbox::kVideoCapture: #endif #if BUILDFLAG(IS_WIN) -@@ -146,7 +146,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMediaFoundationCdm: case Sandbox::kWindowsSystemProxyResolver: #endif // BUILDFLAG(IS_WIN) @@ -64,7 +59,7 @@ case Sandbox::kShapeDetection: #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) case Sandbox::kHardwareVideoDecoding: -@@ -165,15 +165,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -151,12 +151,12 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMirroring: #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -74,16 +69,12 @@ case Sandbox::kScreenAI: #endif case Sandbox::kSpeechRecognition: --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case Sandbox::kVideoEffects: - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) case Sandbox::kOnDeviceTranslation: #endif DCHECK(command_line->GetSwitchValueASCII(switches::kProcessType) == -@@ -183,7 +183,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -166,7 +166,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi switches::kServiceSandboxType, StringFromUtilitySandboxType(sandbox_type)); return; @@ -92,7 +83,7 @@ case Sandbox::kZygoteIntermediateSandbox: return; #endif -@@ -214,7 +214,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( +@@ -197,7 +197,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( return Sandbox::kGpu; } @@ -101,7 +92,7 @@ // Intermediate process gains a sandbox later. if (process_type == switches::kZygoteProcessType) return Sandbox::kZygoteIntermediateSandbox; -@@ -252,7 +252,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -235,7 +235,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb return kUtilitySandbox; case Sandbox::kAudio: return kAudioSandbox; @@ -110,7 +101,7 @@ case Sandbox::kVideoCapture: return kVideoCaptureSandbox; #endif -@@ -263,17 +263,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -246,13 +246,13 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kSpeechRecognition: return kSpeechRecognitionSandbox; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -121,17 +112,12 @@ case Sandbox::kScreenAI: return kScreenAISandbox; #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case Sandbox::kVideoEffects: - return kVideoEffectsSandbox; - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) case Sandbox::kOnDeviceTranslation: return kOnDeviceTranslationSandbox; #endif -@@ -293,7 +293,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -272,7 +272,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kMirroring: return kMirroringSandbox; #endif @@ -140,7 +126,16 @@ case Sandbox::kShapeDetection: return kShapeDetectionSandbox; #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -@@ -394,7 +394,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -295,7 +295,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb + // The following are not utility processes so should not occur. + case Sandbox::kRenderer: + case Sandbox::kGpu: +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + case Sandbox::kZygoteIntermediateSandbox: + #endif + NOTREACHED(); +@@ -369,7 +369,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kSpeechRecognition; } #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -149,16 +144,10 @@ if (sandbox_string == kPrintBackendSandbox) { return Sandbox::kPrintBackend; } -@@ -402,22 +402,22 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -377,17 +377,17 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kScreenAI; } #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (sandbox_string == kVideoEffectsSandbox) { - return Sandbox::kVideoEffects; - } - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) if (sandbox_string == kOnDeviceTranslationSandbox) { diff --git a/www/chromium/files/patch-services_device_public_cpp_device__features.cc b/www/chromium/files/patch-services_device_public_cpp_device__features.cc index 9300e14579c3..ad197f09750e 100644 --- a/www/chromium/files/patch-services_device_public_cpp_device__features.cc +++ b/www/chromium/files/patch-services_device_public_cpp_device__features.cc @@ -1,15 +1,6 @@ ---- services/device/public/cpp/device_features.cc.orig 2025-10-30 15:44:36 UTC +--- services/device/public/cpp/device_features.cc.orig 2025-12-05 10:12:50 UTC +++ services/device/public/cpp/device_features.cc -@@ -81,7 +81,7 @@ BASE_FEATURE(kBatteryStatusManagerBroadcastReceiverInB - // Modifies the internal allowlist behavior that enables privileged extensions - // to bypass the HID blocklist when accessing FIDO devices. When enabled, - // privileged extensions can access non-FIDO interfaces on known security keys. --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kSecurityKeyHidInterfacesAreFido, - base::FEATURE_ENABLED_BY_DEFAULT); - #else -@@ -130,7 +130,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { +@@ -125,7 +125,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { // a USB interface is busy. #if BUILDFLAG(IS_ANDROID) BASE_FEATURE(kAutomaticUsbDetach, base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h b/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h index 448537157c55..c44a026f0b43 100644 --- a/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h +++ b/www/chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h @@ -1,6 +1,6 @@ ---- services/device/usb/usb_device_handle_usbfs.h.orig 2025-05-05 10:57:53 UTC +--- services/device/usb/usb_device_handle_usbfs.h.orig 2025-12-05 10:12:50 UTC +++ services/device/usb/usb_device_handle_usbfs.h -@@ -19,7 +19,7 @@ +@@ -20,7 +20,7 @@ #include "base/threading/sequence_bound.h" #include "services/device/usb/usb_device_handle.h" @@ -9,7 +9,7 @@ #include "base/containers/flat_set.h" #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -215,7 +215,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -216,7 +216,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { bool ClearHalt(uint8_t endpoint_address); void DiscardUrb(Transfer* transfer); @@ -18,7 +18,7 @@ // Detach the interface from a kernel driver before ClaimInterface virtual bool DetachInterface(int interface_number, const CombinedInterfaceInfo& interfaceInfo); -@@ -228,7 +228,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -229,7 +229,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { // Called when |fd_| is writable without blocking. void OnFileCanWriteWithoutBlocking(); @@ -27,7 +27,7 @@ // Called from |DetachInterface|. std::string GetKernelDriver(int interface_number) const; #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -240,7 +240,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -241,7 +241,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { std::unique_ptr<base::FileDescriptorWatcher::Controller> watch_controller_; SEQUENCE_CHECKER(sequence_checker_); diff --git a/www/chromium/files/patch-services_network_BUILD.gn b/www/chromium/files/patch-services_network_BUILD.gn index c5a9417693ca..2a2cd13e9fcc 100644 --- a/www/chromium/files/patch-services_network_BUILD.gn +++ b/www/chromium/files/patch-services_network_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/BUILD.gn.orig 2025-10-02 04:28:32 UTC +--- services/network/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ services/network/BUILD.gn -@@ -426,7 +426,6 @@ if (is_linux || is_chromeos) { +@@ -423,7 +423,6 @@ if (is_linux || is_chromeos) { ] deps = [ "//base", diff --git a/www/chromium/files/patch-services_network_network__context.cc b/www/chromium/files/patch-services_network_network__context.cc index bb2bcda1e5ee..1ca5978c3c58 100644 --- a/www/chromium/files/patch-services_network_network__context.cc +++ b/www/chromium/files/patch-services_network_network__context.cc @@ -1,4 +1,4 @@ ---- services/network/network_context.cc.orig 2025-10-30 15:44:36 UTC +--- services/network/network_context.cc.orig 2025-12-05 10:12:50 UTC +++ services/network/network_context.cc @@ -630,7 +630,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: NetworkContext::NetworkContextHttpAuthPreferences:: @@ -9,7 +9,7 @@ bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() const { if (network_service_) { -@@ -2620,7 +2620,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( +@@ -2627,7 +2627,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( http_auth_dynamic_network_service_params->android_negotiate_account_type); #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-services_network_network__context.h b/www/chromium/files/patch-services_network_network__context.h index 652b2cffdcba..4a7de7d53e16 100644 --- a/www/chromium/files/patch-services_network_network__context.h +++ b/www/chromium/files/patch-services_network_network__context.h @@ -1,6 +1,6 @@ ---- services/network/network_context.h.orig 2025-10-30 15:44:36 UTC +--- services/network/network_context.h.orig 2025-12-05 10:12:50 UTC +++ services/network/network_context.h -@@ -751,7 +751,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext +@@ -757,7 +757,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext public: explicit NetworkContextHttpAuthPreferences(NetworkService* network_service); ~NetworkContextHttpAuthPreferences() override; diff --git a/www/chromium/files/patch-services_network_public_cpp_BUILD.gn b/www/chromium/files/patch-services_network_public_cpp_BUILD.gn index f14d391b9445..d81d1310a610 100644 --- a/www/chromium/files/patch-services_network_public_cpp_BUILD.gn +++ b/www/chromium/files/patch-services_network_public_cpp_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/cpp/BUILD.gn.orig 2025-09-06 10:01:20 UTC +--- services/network/public/cpp/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ services/network/public/cpp/BUILD.gn -@@ -699,7 +699,7 @@ component("cpp_base") { +@@ -721,7 +721,7 @@ component("cpp_base") { sources += [ "transferable_directory_fuchsia.cc" ] } diff --git a/www/chromium/files/patch-services_network_public_cpp_features.cc b/www/chromium/files/patch-services_network_public_cpp_features.cc index 4766f5ef2072..b45393b23543 100644 --- a/www/chromium/files/patch-services_network_public_cpp_features.cc +++ b/www/chromium/files/patch-services_network_public_cpp_features.cc @@ -1,4 +1,4 @@ ---- services/network/public/cpp/features.cc.orig 2025-10-30 15:44:36 UTC +--- services/network/public/cpp/features.cc.orig 2025-12-05 10:12:50 UTC +++ services/network/public/cpp/features.cc @@ -93,7 +93,7 @@ BASE_FEATURE(kSplitAuthCacheByNetworkIsolationKey, // Enable usage of hardcoded DoH upgrade mapping for use in automatic mode. @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -345,7 +345,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, base::FEATUR +@@ -361,7 +361,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, base::FEATUR // https://github.com/WICG/document-isolation-policy BASE_FEATURE(kDocumentIsolationPolicy, #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/chromium/files/patch-services_network_public_mojom_BUILD.gn b/www/chromium/files/patch-services_network_public_mojom_BUILD.gn index 5ca8cb832e6c..a04451e78ac1 100644 --- a/www/chromium/files/patch-services_network_public_mojom_BUILD.gn +++ b/www/chromium/files/patch-services_network_public_mojom_BUILD.gn @@ -1,7 +1,7 @@ ---- services/network/public/mojom/BUILD.gn.orig 2025-09-06 10:01:20 UTC +--- services/network/public/mojom/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ services/network/public/mojom/BUILD.gn -@@ -690,11 +690,11 @@ mojom("url_loader_base") { - } +@@ -719,11 +719,11 @@ mojom("url_loader_base") { + ] enabled_features = [] - if (is_android || is_chromeos || is_linux) { @@ -14,7 +14,7 @@ # TODO(crbug.com/40263697): Remove this once is_linux in the mojom IDL does # not include lacros. enabled_features += [ "use_network_interface_change_listener" ] -@@ -1007,7 +1007,7 @@ mojom("url_loader_base") { +@@ -1044,7 +1044,7 @@ mojom("url_loader_base") { }, ] @@ -23,7 +23,7 @@ cpp_typemaps += [ { types = [ -@@ -1797,7 +1797,7 @@ mojom("mojom") { +@@ -1830,7 +1830,7 @@ mojom("mojom") { } } diff --git a/www/chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc b/www/chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc index 1926fa5d1715..be2ca05cb16f 100644 --- a/www/chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc +++ b/www/chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc @@ -1,4 +1,4 @@ ---- services/on_device_model/ml/gpu_blocklist.cc.orig 2025-11-07 07:17:14 UTC +--- services/on_device_model/ml/gpu_blocklist.cc.orig 2025-12-05 10:12:50 UTC +++ services/on_device_model/ml/gpu_blocklist.cc @@ -24,7 +24,7 @@ const base::FeatureParam<std::string> kGpuBlockList{ &optimization_guide::features::kOnDeviceModelPerformanceParams, @@ -6,6 +6,6 @@ // These devices are nearly always crashing or have very low performance. -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - "8086:64a0|" // TODO(b/456603738): Remove when fixed. + "8086:64a0|8086:e20b|" // TODO(b/456603738): Remove when fixed. #endif // BUILDFLAG(IS_LINUX) "8086:412|8086:a16|8086:41e|8086:416|8086:402|8086:166|8086:1616|8086:22b1|" diff --git a/www/chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc b/www/chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc index 9506602658e3..7bd70ddb5cb8 100644 --- a/www/chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc +++ b/www/chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc @@ -1,6 +1,6 @@ ---- services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc.orig 2025-08-07 06:57:29 UTC +--- services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc.orig 2025-12-05 10:12:50 UTC +++ services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc -@@ -55,7 +55,7 @@ uint32_t CalculatePrivateFootprintKb(const mojom::RawO +@@ -56,7 +56,7 @@ uint32_t CalculatePrivateFootprintKb(const mojom::RawO uint32_t shared_resident_kb) { DCHECK(os_dump.platform_private_footprint); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ @@ -9,7 +9,7 @@ uint64_t rss_anon_bytes = os_dump.platform_private_footprint->rss_anon_bytes; uint64_t vm_swap_bytes = os_dump.platform_private_footprint->vm_swap_bytes; return (rss_anon_bytes + vm_swap_bytes) / 1024; -@@ -84,7 +84,7 @@ memory_instrumentation::mojom::OSMemDumpPtr CreatePubl +@@ -85,7 +85,7 @@ memory_instrumentation::mojom::OSMemDumpPtr CreatePubl os_dump->is_peak_rss_resettable = internal_os_dump.is_peak_rss_resettable; os_dump->private_footprint_kb = CalculatePrivateFootprintKb(internal_os_dump, shared_resident_kb); @@ -18,7 +18,7 @@ os_dump->private_footprint_swap_kb = internal_os_dump.platform_private_footprint->vm_swap_bytes / 1024; os_dump->mappings_count = internal_os_dump.mappings_count; -@@ -223,7 +223,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( +@@ -224,7 +224,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( // On most platforms each process can dump data about their own process // so ask each process to do so Linux is special see below. @@ -27,7 +27,7 @@ request->pending_responses.insert({client_info.pid, ResponseType::kOSDump}); client->RequestOSMemoryDump( request->memory_map_option(), request->memory_dump_flags(), -@@ -238,7 +238,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( +@@ -239,7 +239,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( // In some cases, OS stats can only be dumped from a privileged process to // get around to sandboxing/selinux restrictions (see crbug.com/461788). diff --git a/www/chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc b/www/chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc index 34ed40fa0f09..a1b8e109845d 100644 --- a/www/chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc +++ b/www/chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc @@ -1,6 +1,6 @@ ---- services/screen_ai/screen_ai_service_impl.cc.orig 2025-08-07 06:57:29 UTC +--- services/screen_ai/screen_ai_service_impl.cc.orig 2025-12-05 10:12:50 UTC +++ services/screen_ai/screen_ai_service_impl.cc -@@ -38,7 +38,7 @@ +@@ -34,7 +34,7 @@ #include "ui/accessibility/ax_tree_id.h" #include "ui/gfx/geometry/rect_f.h" @@ -9,7 +9,7 @@ #include "partition_alloc/buildflags.h" #if PA_BUILDFLAG( \ -@@ -266,7 +266,7 @@ ScreenAIService::ScreenAIService( +@@ -237,7 +237,7 @@ ScreenAIService::ScreenAIService( : factory_receiver_(this, std::move(receiver)), ocr_receiver_(this), main_content_extraction_receiver_(this) { diff --git a/www/chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc b/www/chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc deleted file mode 100644 index 99b5d37be9e1..000000000000 --- a/www/chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc +++ /dev/null @@ -1,27 +0,0 @@ ---- services/video_effects/video_effects_sandbox_hook_linux.cc.orig 2025-02-19 07:43:18 UTC -+++ services/video_effects/video_effects_sandbox_hook_linux.cc -@@ -6,7 +6,13 @@ - - #include <dlfcn.h> - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - #include "services/on_device_model/ml/chrome_ml_holder.h" - - namespace video_effects { -@@ -29,8 +35,10 @@ bool VideoEffectsPreSandboxHook( - DVLOG(1) << "Successfully opened Chrome ML shared library."; - } - -+#if !BUILDFLAG(IS_BSD) - auto* instance = sandbox::policy::SandboxLinux::GetInstance(); - instance->EngageNamespaceSandboxIfPossible(); -+#endif - return true; - } - diff --git a/www/chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h b/www/chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h deleted file mode 100644 index 2db51ef5a895..000000000000 --- a/www/chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h +++ /dev/null @@ -1,16 +0,0 @@ ---- services/video_effects/video_effects_sandbox_hook_linux.h.orig 2024-11-14 07:57:23 UTC -+++ services/video_effects/video_effects_sandbox_hook_linux.h -@@ -5,7 +5,13 @@ - #ifndef SERVICES_VIDEO_EFFECTS_VIDEO_EFFECTS_SANDBOX_HOOK_LINUX_H_ - #define SERVICES_VIDEO_EFFECTS_VIDEO_EFFECTS_SANDBOX_HOOK_LINUX_H_ - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - - namespace video_effects { - diff --git a/www/chromium/files/patch-sql_database.cc b/www/chromium/files/patch-sql_database.cc new file mode 100644 index 000000000000..6c1d606cf6d1 --- /dev/null +++ b/www/chromium/files/patch-sql_database.cc @@ -0,0 +1,11 @@ +--- sql/database.cc.orig 2025-12-05 10:12:50 UTC ++++ sql/database.cc +@@ -106,7 +106,7 @@ bool FilePathIsFixedSSD(const base::FilePath& path) { + + return !drive_info->has_seek_penalty.value_or(false) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + && !drive_info->is_removable.value_or(false) + #endif + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-third__party_blink_common_features.cc b/www/chromium/files/patch-third__party_blink_common_features.cc index a1db041f2cfb..ae1c9030121d 100644 --- a/www/chromium/files/patch-third__party_blink_common_features.cc +++ b/www/chromium/files/patch-third__party_blink_common_features.cc @@ -1,6 +1,6 @@ ---- third_party/blink/common/features.cc.orig 2025-10-30 15:44:36 UTC +--- third_party/blink/common/features.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/common/features.cc -@@ -572,7 +572,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, +@@ -588,7 +588,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, BASE_FEATURE(kDevToolsImprovedNetworkError, base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kDirectCompositorThreadIpc, @@ -9,3 +9,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT +@@ -1946,7 +1946,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, + // currently out of scope. + BASE_FEATURE(kPreloadingEagerHoverHeuristics, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/chromium/files/patch-third__party_blink_public_platform_platform.h b/www/chromium/files/patch-third__party_blink_public_platform_platform.h index 2eac34e4c2bf..3e8ca7dd7b1d 100644 --- a/www/chromium/files/patch-third__party_blink_public_platform_platform.h +++ b/www/chromium/files/patch-third__party_blink_public_platform_platform.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/platform/platform.h.orig 2025-09-06 10:01:20 UTC +--- third_party/blink/public/platform/platform.h.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/public/platform/platform.h -@@ -376,7 +376,7 @@ class BLINK_PLATFORM_EXPORT Platform { +@@ -377,7 +377,7 @@ class BLINK_PLATFORM_EXPORT Platform { return nullptr; } diff --git a/www/chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc b/www/chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc index 3ea13513f16e..d4bbb7ffe6b0 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/controller/blink_initializer.cc.orig 2025-10-02 04:28:32 UTC +--- third_party/blink/renderer/controller/blink_initializer.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/controller/blink_initializer.cc -@@ -82,12 +82,12 @@ +@@ -83,12 +83,12 @@ #include "third_party/blink/renderer/controller/private_memory_footprint_provider.h" #endif @@ -15,7 +15,7 @@ #include "third_party/blink/renderer/controller/highest_pmf_reporter.h" #include "third_party/blink/renderer/controller/user_level_memory_pressure_signal_generator.h" #endif -@@ -255,7 +255,7 @@ void BlinkInitializer::RegisterInterfaces(mojo::Binder +@@ -261,7 +261,7 @@ void BlinkInitializer::RegisterInterfaces(mojo::Binder main_thread_task_runner); #endif @@ -24,7 +24,7 @@ binders.Add<mojom::blink::MemoryUsageMonitorLinux>( ConvertToBaseRepeatingCallback( CrossThreadBindRepeating(&MemoryUsageMonitorPosix::Bind)), -@@ -304,7 +304,7 @@ void BlinkInitializer::RegisterMemoryWatchers(Platform +@@ -310,7 +310,7 @@ void BlinkInitializer::RegisterMemoryWatchers(Platform MemorySaverController::Initialize(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc b/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc index 77faa5409996..46ce63a40d09 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-10-30 15:44:36 UTC +--- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/core/exported/web_view_impl.cc -@@ -422,7 +422,7 @@ void RecordPrerenderActivationSignalDelay(const String +@@ -423,7 +423,7 @@ void RecordPrerenderActivationSignalDelay(const String #if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN) SkFontHinting RendererPreferencesToSkiaHinting( const blink::RendererPreferences& prefs) { @@ -9,7 +9,7 @@ if (!prefs.should_antialias_text) { // When anti-aliasing is off, GTK maps all non-zero hinting settings to // 'Normal' hinting so we do the same. Otherwise, folks who have 'Slight' -@@ -3467,7 +3467,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs +@@ -3478,7 +3478,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs gfx::FontRenderParams::SUBPIXEL_RENDERING_NONE); WebFontRenderStyle::SetSubpixelPositioning( renderer_preferences_.use_subpixel_positioning); diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc b/www/chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc index dca2eecd192f..8fa7ae7d3a3c 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/frame/web_frame_test.cc.orig 2025-10-02 04:28:32 UTC +--- third_party/blink/renderer/core/frame/web_frame_test.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/core/frame/web_frame_test.cc -@@ -6469,7 +6469,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest) { +@@ -6475,7 +6475,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest) { } #if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // TODO(crbug.com/1090246): Fix these tests on Fuchsia and re-enable. // TODO(crbug.com/1317375): Build these tests on all platforms. #define MAYBE_SelectRangeStaysHorizontallyAlignedWhenMoved \ -@@ -6878,7 +6878,7 @@ TEST_F(CompositedSelectionBoundsTest, LargeSelectionSc +@@ -6884,7 +6884,7 @@ TEST_F(CompositedSelectionBoundsTest, LargeSelectionSc TEST_F(CompositedSelectionBoundsTest, LargeSelectionNoScroll) { RunTest("composited_selection_bounds_large_selection_noscroll.html"); } diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc b/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc index ae1096ded863..0e8efbe72bbb 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-10-30 15:44:36 UTC +--- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/core/origin_trials/origin_trial_context.cc @@ -559,7 +559,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const } @@ -9,3 +9,12 @@ return base::FeatureList::IsEnabled(features::kTranslationAPI); #else return false; +@@ -572,7 +572,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const + + if (trial_name == "WebAppInstallation") { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(blink::features::kWebAppInstallation); + #else + return false; diff --git a/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc b/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc index 4072e924078f..ddcf64a9525e 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-10-30 15:44:36 UTC +--- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/core/page/context_menu_controller.cc -@@ -649,7 +649,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame +@@ -650,7 +650,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame if (potential_image_node != nullptr && IsA<HTMLCanvasElement>(potential_image_node)) { data.media_type = mojom::blink::ContextMenuDataMediaType::kCanvas; diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index 0e48f132f513..64ff0dda251b 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-10-30 15:44:36 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6621,7 +6621,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6588,7 +6588,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid // unmultiply has been requested or we need to never premultiply for Image // creation from a VideoFrame. diff --git a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc index 91fcf7f82b0c..b8cfe8ececda 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-09-06 10:01:20 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_queue.cc -@@ -829,7 +829,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( +@@ -892,7 +892,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( // on linux platform. // TODO(crbug.com/1424119): using a webgpu mailbox texture on the OpenGLES // backend is failing for unknown reasons. diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn b/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn index 0b6a93c02d8b..de9bb17f5d4a 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/platform/BUILD.gn -@@ -2079,7 +2079,7 @@ static_library("test_support") { +@@ -2075,7 +2075,7 @@ static_library("test_support") { ] # fuzzed_data_provider may not work with a custom toolchain. diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc deleted file mode 100644 index 4e4da3547d16..000000000000 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- third_party/blink/renderer/platform/peerconnection/rtc_video_encoder_factory.cc.orig 2025-10-30 15:44:36 UTC -+++ third_party/blink/renderer/platform/peerconnection/rtc_video_encoder_factory.cc -@@ -36,7 +36,7 @@ namespace blink { - - namespace { - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // Enables H.264 CBP encode acceleration. - BASE_FEATURE(kPlatformH264CbpEncoding, - #if BUILDFLAG(IS_WIN) -@@ -327,7 +327,7 @@ SupportedFormats GetSupportedFormatsInternal( - supported_formats.profiles.push_back(profile.profile); - supported_formats.sdp_formats.push_back(std::move(*format)); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const bool kShouldAddH264Cbp = - base::FeatureList::IsEnabled(kPlatformH264CbpEncoding) && - profile.profile == media::VideoCodecProfile::H264PROFILE_BASELINE; diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc new file mode 100644 index 000000000000..5578278ad5bf --- /dev/null +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc @@ -0,0 +1,20 @@ +--- third_party/blink/renderer/platform/peerconnection/webrtc_util.cc.orig 2025-12-05 10:12:50 UTC ++++ third_party/blink/renderer/platform/peerconnection/webrtc_util.cc +@@ -23,7 +23,7 @@ + namespace blink { + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + // Enables H.264 CBP encode acceleration. + BASE_FEATURE(kPlatformH264CbpEncoding, + #if BUILDFLAG(IS_WIN) +@@ -126,7 +126,7 @@ ConvertToOptionalTimeDelta(std::optional<webrtc::TimeD + bool PLATFORM_EXPORT + IsH264ConstrainedBaselineProfileAvailableForAcceleratedEncoder() { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(kPlatformH264CbpEncoding); + #else + return false; diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 b/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 index aae105499fce..e289c57c8a41 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 @@ -1,42 +1,51 @@ ---- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-11-12 08:17:34 UTC +--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -340,7 +340,7 @@ +@@ -348,7 +348,7 @@ "default": "", }, origin_trial_feature_name: "AIPromptAPIMultimodalInput", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, implied_by: ["AIPromptAPIMultimodalInput"], }, -@@ -370,7 +370,7 @@ +@@ -378,7 +378,7 @@ "default": "", }, origin_trial_feature_name: "AIPromptAPIMultimodalInput", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", +@@ -399,7 +399,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIProofreaderAPI", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -406,7 +406,7 @@ +@@ -414,7 +414,7 @@ "default": "", }, origin_trial_feature_name: "AIRewriterAPI", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -439,7 +439,7 @@ +@@ -447,7 +447,7 @@ "default": "", }, origin_trial_feature_name: "AIWriterAPI", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -553,7 +553,7 @@ +@@ -576,7 +576,7 @@ name: "AppTitle", status: "experimental", origin_trial_feature_name: "AppTitle", @@ -45,7 +54,16 @@ base_feature: "WebAppEnableAppTitle", }, { -@@ -1781,7 +1781,7 @@ +@@ -1257,7 +1257,7 @@ + name: "CSPHashesV1", + base_feature: "none", + origin_trial_feature_name: "CSPExtendedScriptSrcHashes", +- origin_trial_os: ["win", "linux", "mac", "android", "chromeos"], ++ origin_trial_os: ["win", "linux", "mac", "android", "chromeos", "openbsd", "freebsd"], + status: "experimental", + public: true, + }, +@@ -1838,7 +1838,7 @@ { name: "DeviceBoundSessionCredentials", origin_trial_feature_name: "DeviceBoundSessionCredentials", @@ -54,7 +72,7 @@ status: "experimental", // Killswitch is net::features::kDeviceBoundSessions base_feature: "none", -@@ -1789,7 +1789,7 @@ +@@ -1846,7 +1846,7 @@ { name: "DeviceBoundSessionCredentials2", origin_trial_feature_name: "DeviceBoundSessionCredentials2", @@ -63,7 +81,7 @@ status: "experimental", // Killswitch is net::features::kDeviceBoundSessions base_feature: "none", -@@ -1932,7 +1932,7 @@ +@@ -1982,7 +1982,7 @@ name: "DocumentIsolationPolicy", status: "experimental", origin_trial_feature_name: "DocumentIsolationPolicy", @@ -72,7 +90,7 @@ base_feature: "none", }, { -@@ -2175,7 +2175,7 @@ +@@ -2254,7 +2254,7 @@ base_feature: "none", public: true, origin_trial_feature_name: "FedCmMultipleIdentityProviders", @@ -81,7 +99,7 @@ origin_trial_allows_third_party: true, }, { -@@ -3721,7 +3721,7 @@ +@@ -3761,7 +3761,7 @@ // Tracking bug for the implementation: https://crbug.com/1462930 name: "PermissionElement", origin_trial_feature_name: "PermissionElement", @@ -90,7 +108,7 @@ status: "experimental", public: true, base_feature_status: "enabled", -@@ -5312,7 +5312,7 @@ +@@ -5299,7 +5299,7 @@ name: "UnrestrictedSharedArrayBuffer", base_feature: "none", origin_trial_feature_name: "UnrestrictedSharedArrayBuffer", @@ -99,7 +117,16 @@ }, // Enables using policy-controlled feature "usb-unrestricted" to allow // isolated context to access protected USB interface classes and to -@@ -5506,7 +5506,7 @@ +@@ -5481,7 +5481,7 @@ + name: "WebAppInstallation", + status: {"Android": "", "default": "test"}, + origin_trial_feature_name: "WebAppInstallation", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", + }, +@@ -5493,7 +5493,7 @@ { name: "WebAppScopeExtensions", origin_trial_feature_name: "WebAppScopeExtensions", @@ -108,7 +135,7 @@ status: "experimental", base_feature: "none", }, -@@ -5614,7 +5614,7 @@ +@@ -5601,7 +5601,7 @@ { name: "WebAuthenticationImmediateGet", origin_trial_feature_name: "WebAuthenticationImmediateGet", diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc new file mode 100644 index 000000000000..33227ad4dbff --- /dev/null +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc @@ -0,0 +1,13 @@ +--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2025-12-06 09:30:09 UTC ++++ third_party/blink/renderer/platform/text/text_break_iterator.cc +@@ -102,6 +102,10 @@ static const unsigned char kBreakAllLineBreakClassTabl + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // VF + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // VI + #endif // U_ICU_VERSION_MAJOR_NUM >= 74 ++#if U_ICU_VERSION_MAJOR_NUM >= 78 ++ // Added in ICU 78. https://icu.unicode.org/download/78 ++ { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // UH ++#endif // U_ICU_VERSION_MAJOR_NUM >= 78 + }; + // clang-format on + diff --git a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc index 8704c206712d..5a3f2c3a93f5 100644 --- a/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc +++ b/www/chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-09-06 10:01:20 UTC +--- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-12-05 10:12:50 UTC +++ third_party/blink/renderer/platform/wtf/stack_util.cc -@@ -27,6 +27,11 @@ extern "C" void* __libc_stack_end; // NOLINT +@@ -22,6 +22,11 @@ extern "C" void* __libc_stack_end; // NOLINT #include <sanitizer/asan_interface.h> #endif @@ -12,7 +12,7 @@ namespace blink { size_t GetUnderestimatedStackSize() { -@@ -71,6 +76,8 @@ size_t GetUnderestimatedStackSize() { +@@ -66,6 +71,8 @@ size_t GetUnderestimatedStackSize() { // low as 512k. // return 512 * 1024; @@ -21,7 +21,7 @@ #elif BUILDFLAG(IS_APPLE) // pthread_get_stacksize_np() returns too low a value for the main thread on // OSX 10.9, -@@ -161,6 +168,13 @@ void* GetStackStartImpl() { +@@ -156,6 +163,13 @@ void* GetStackStartImpl() { ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); return reinterpret_cast<void*>(highLimit); #endif diff --git a/www/chromium/files/patch-third__party_crabbyavif_BUILD.gn b/www/chromium/files/patch-third__party_crabbyavif_BUILD.gn index 99e8b2cd9d44..0d08f56e7152 100644 --- a/www/chromium/files/patch-third__party_crabbyavif_BUILD.gn +++ b/www/chromium/files/patch-third__party_crabbyavif_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crabbyavif/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- third_party/crabbyavif/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ third_party/crabbyavif/BUILD.gn -@@ -197,12 +197,11 @@ rust_static_library("crabbyavif") { +@@ -198,12 +198,11 @@ rust_static_library("crabbyavif") { "dav1d", "libyuv", "capi", diff --git a/www/chromium/files/patch-third__party_crc32c_BUILD.gn b/www/chromium/files/patch-third__party_crc32c_BUILD.gn index 126452e1a4c2..604e6d50f992 100644 --- a/www/chromium/files/patch-third__party_crc32c_BUILD.gn +++ b/www/chromium/files/patch-third__party_crc32c_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crc32c/BUILD.gn.orig 2023-04-28 17:01:32 UTC +--- third_party/crc32c/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ third_party/crc32c/BUILD.gn -@@ -46,7 +46,7 @@ config("crc32c_config") { +@@ -45,7 +45,7 @@ config("crc32c_config") { } # Android added <sys/auxv.h> in API level 18. diff --git a/www/chromium/files/patch-third__party_libsync_src_include_sync_sync.h b/www/chromium/files/patch-third__party_libsync_src_include_sync_sync.h deleted file mode 100644 index a2564e610919..000000000000 --- a/www/chromium/files/patch-third__party_libsync_src_include_sync_sync.h +++ /dev/null @@ -1,12 +0,0 @@ ---- third_party/libsync/src/include/sync/sync.h.orig 2022-02-07 13:39:41 UTC -+++ third_party/libsync/src/include/sync/sync.h -@@ -22,7 +22,9 @@ - #include <sys/cdefs.h> - #include <stdint.h> - -+#if !defined(__OpenBSD__) && !defined(__FreeBSD__) - #include <linux/types.h> -+#endif - - __BEGIN_DECLS - diff --git a/www/chromium/files/patch-third__party_libsync_src_sync.c b/www/chromium/files/patch-third__party_libsync_src_sync.c deleted file mode 100644 index 2b2e42ff7fde..000000000000 --- a/www/chromium/files/patch-third__party_libsync_src_sync.c +++ /dev/null @@ -1,25 +0,0 @@ ---- third_party/libsync/src/sync.c.orig 2023-10-11 18:22:24 UTC -+++ third_party/libsync/src/sync.c -@@ -17,8 +17,8 @@ - */ - - #include <fcntl.h> --#include <malloc.h> - #include <stdint.h> -+#include <stdlib.h> - #include <string.h> - #include <errno.h> - #include <poll.h> -@@ -29,6 +29,12 @@ - - #include <sync/sync.h> - -+#if defined(__OpenBSD__) || defined(__FreeBSD__) -+typedef __uint8_t __u8; -+typedef __uint32_t __u32; -+typedef __int32_t __s32; -+#define ETIME ETIMEDOUT -+#endif - - struct sw_sync_create_fence_data { - __u32 value; diff --git a/www/chromium/files/patch-third__party_webrtc_BUILD.gn b/www/chromium/files/patch-third__party_webrtc_BUILD.gn index aa67cce504a0..51da6a494136 100644 --- a/www/chromium/files/patch-third__party_webrtc_BUILD.gn +++ b/www/chromium/files/patch-third__party_webrtc_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/BUILD.gn.orig 2025-09-06 10:01:20 UTC +--- third_party/webrtc/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ third_party/webrtc/BUILD.gn -@@ -220,6 +220,9 @@ config("common_inherited_config") { +@@ -221,6 +221,9 @@ config("common_inherited_config") { if (is_linux || is_chromeos) { defines += [ "WEBRTC_LINUX" ] } diff --git a/www/chromium/files/patch-ui_accessibility_accessibility__features.cc b/www/chromium/files/patch-ui_accessibility_accessibility__features.cc index 28be526787ae..26e058bb03b6 100644 --- a/www/chromium/files/patch-ui_accessibility_accessibility__features.cc +++ b/www/chromium/files/patch-ui_accessibility_accessibility__features.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.cc.orig 2025-10-30 15:44:36 UTC +--- ui/accessibility/accessibility_features.cc.orig 2025-12-05 10:12:50 UTC +++ ui/accessibility/accessibility_features.cc -@@ -470,7 +470,7 @@ bool IsScreenAITestModeEnabled() { +@@ -485,7 +485,7 @@ bool IsScreenAITestModeEnabled() { return base::FeatureList::IsEnabled(::features::kScreenAITestMode); } @@ -9,7 +9,7 @@ BASE_FEATURE(kScreenAIPartitionAllocAdvancedChecksEnabled, base::FEATURE_DISABLED_BY_DEFAULT); #endif -@@ -505,7 +505,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled +@@ -520,7 +520,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled } #endif // BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-ui_accessibility_accessibility__features.h b/www/chromium/files/patch-ui_accessibility_accessibility__features.h index a718d7686cb3..c847017d9cce 100644 --- a/www/chromium/files/patch-ui_accessibility_accessibility__features.h +++ b/www/chromium/files/patch-ui_accessibility_accessibility__features.h @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.h.orig 2025-10-30 15:44:36 UTC +--- ui/accessibility/accessibility_features.h.orig 2025-12-05 10:12:50 UTC +++ ui/accessibility/accessibility_features.h -@@ -367,7 +367,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); +@@ -378,7 +378,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); AX_BASE_EXPORT BASE_DECLARE_FEATURE(kScreenAITestMode); AX_BASE_EXPORT bool IsScreenAITestModeEnabled(); @@ -9,7 +9,7 @@ // Enables advanced partition allocation checks in ScreenAI service. // TODO(crbug.com/418199684): Remove when the bug is fixed. AX_BASE_EXPORT BASE_DECLARE_FEATURE( -@@ -394,7 +394,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc +@@ -405,7 +405,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled(); #endif // BUILDFLAG(IS_MAC) diff --git a/www/chromium/files/patch-ui_gfx_BUILD.gn b/www/chromium/files/patch-ui_gfx_BUILD.gn index f0d289d342ad..e999be4306d3 100644 --- a/www/chromium/files/patch-ui_gfx_BUILD.gn +++ b/www/chromium/files/patch-ui_gfx_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/gfx/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- ui/gfx/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ ui/gfx/BUILD.gn -@@ -657,7 +657,7 @@ source_set("memory_buffer_sources") { +@@ -652,7 +652,7 @@ source_set("memory_buffer_sources") { deps += [ "//build/config/linux/libdrm" ] } diff --git a/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc b/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc index f08a20d92d83..3b83783b4f65 100644 --- a/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc +++ b/www/chromium/files/patch-ui_gfx_font__render__params__linux.cc @@ -1,4 +1,4 @@ ---- ui/gfx/font_render_params_linux.cc.orig 2025-09-06 10:01:20 UTC +--- ui/gfx/font_render_params_linux.cc.orig 2025-12-05 10:12:50 UTC +++ ui/gfx/font_render_params_linux.cc @@ -24,7 +24,7 @@ #include "ui/gfx/linux/fontconfig_util.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -224,7 +224,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP +@@ -233,7 +233,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP // Start with the delegate's settings, but let Fontconfig have the final say. FontRenderParams params; diff --git a/www/chromium/files/patch-ui_gfx_native__pixmap__handle.cc b/www/chromium/files/patch-ui_gfx_native__pixmap__handle.cc index e223aa32f5ad..cb30ed670340 100644 --- a/www/chromium/files/patch-ui_gfx_native__pixmap__handle.cc +++ b/www/chromium/files/patch-ui_gfx_native__pixmap__handle.cc @@ -1,7 +1,7 @@ ---- ui/gfx/native_pixmap_handle.cc.orig 2022-11-30 08:12:58 UTC +--- ui/gfx/native_pixmap_handle.cc.orig 2025-12-05 10:12:50 UTC +++ ui/gfx/native_pixmap_handle.cc @@ -11,7 +11,7 @@ - #include "ui/gfx/buffer_format_util.h" + #include "components/viz/common/resources/shared_image_format_utils.h" #include "ui/gfx/geometry/size.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-ui_gfx_native__pixmap__handle.h b/www/chromium/files/patch-ui_gfx_native__pixmap__handle.h index f4f3f4ee150e..78617e477245 100644 --- a/www/chromium/files/patch-ui_gfx_native__pixmap__handle.h +++ b/www/chromium/files/patch-ui_gfx_native__pixmap__handle.h @@ -1,8 +1,8 @@ ---- ui/gfx/native_pixmap_handle.h.orig 2025-01-15 09:18:26 UTC +--- ui/gfx/native_pixmap_handle.h.orig 2025-12-05 10:12:50 UTC +++ ui/gfx/native_pixmap_handle.h @@ -14,7 +14,7 @@ #include "build/build_config.h" - #include "ui/gfx/buffer_types.h" + #include "components/viz/common/resources/shared_image_format.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/chromium/files/patch-ui_gfx_x_connection.cc b/www/chromium/files/patch-ui_gfx_x_connection.cc new file mode 100644 index 000000000000..d9cdda469286 --- /dev/null +++ b/www/chromium/files/patch-ui_gfx_x_connection.cc @@ -0,0 +1,11 @@ +--- ui/gfx/x/connection.cc.orig 2025-12-05 10:12:50 UTC ++++ ui/gfx/x/connection.cc +@@ -410,7 +410,7 @@ bool Connection::HasNextEvent() { + } + events_.pop_front(); + } +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Move an event from XCB's internal queue to our queue, if available. + return ReadResponse(/*queued=*/false); + #else diff --git a/www/chromium/files/patch-ui_gl_BUILD.gn b/www/chromium/files/patch-ui_gl_BUILD.gn new file mode 100644 index 000000000000..02a8f07f0fd9 --- /dev/null +++ b/www/chromium/files/patch-ui_gl_BUILD.gn @@ -0,0 +1,11 @@ +--- ui/gl/BUILD.gn.orig 2025-12-05 10:12:50 UTC ++++ ui/gl/BUILD.gn +@@ -387,7 +387,7 @@ component("gl") { + ] + } + +- if (is_android || is_chromeos || is_linux) { ++ if ((is_android || is_chromeos || is_linux) && !is_bsd) { + # Windows doesn't support base::FileDescriptor. + # libsync isn't supported or needed on MacOSX. + # Fuchsia is excluded due to a libsync dependency and because it's diff --git a/www/chromium/files/patch-ui_gl_gl__context.cc b/www/chromium/files/patch-ui_gl_gl__context.cc index 0251f44e31c1..26efd1803eb3 100644 --- a/www/chromium/files/patch-ui_gl_gl__context.cc +++ b/www/chromium/files/patch-ui_gl_gl__context.cc @@ -1,6 +1,6 @@ ---- ui/gl/gl_context.cc.orig 2025-08-07 06:57:29 UTC +--- ui/gl/gl_context.cc.orig 2025-12-05 10:12:50 UTC +++ ui/gl/gl_context.cc -@@ -159,7 +159,7 @@ bool GLContext::MakeCurrent(GLSurface* surface) { +@@ -154,7 +154,7 @@ bool GLContext::MakeCurrent(GLSurface* surface) { recorded_max_gles_version_if_feasible = true; } #elif (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ static bool recorded_emulated_gles_version = false; if (!recorded_emulated_gles_version) { base::UmaHistogramBoolean("GPU.ANGLECanEmulateGLES3", -@@ -526,7 +526,7 @@ bool GLContext::MakeVirtuallyCurrent( +@@ -432,7 +432,7 @@ bool GLContext::MakeVirtuallyCurrent( DCHECK(virtual_context->IsCurrent(surface)); if (switched_real_contexts || virtual_context != current_virtual_context_) { diff --git a/www/chromium/files/patch-ui_gl_gl__fence.cc b/www/chromium/files/patch-ui_gl_gl__fence.cc deleted file mode 100644 index a425300073e5..000000000000 --- a/www/chromium/files/patch-ui_gl_gl__fence.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/gl/gl_fence.cc.orig 2025-08-07 06:57:29 UTC -+++ ui/gl/gl_fence.cc -@@ -18,7 +18,7 @@ - #include "ui/gl/gl_surface_egl.h" - #include "ui/gl/gl_version_info.h" - --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC - #include "ui/gl/gl_fence_android_native_fence_sync.h" - #endif diff --git a/www/chromium/files/patch-ui_gl_gl__switches.cc b/www/chromium/files/patch-ui_gl_gl__switches.cc index 24e8f7f1c87e..eed62b8a4e92 100644 --- a/www/chromium/files/patch-ui_gl_gl__switches.cc +++ b/www/chromium/files/patch-ui_gl_gl__switches.cc @@ -1,4 +1,4 @@ ---- ui/gl/gl_switches.cc.orig 2025-10-30 15:44:36 UTC +--- ui/gl/gl_switches.cc.orig 2025-12-05 10:12:50 UTC +++ ui/gl/gl_switches.cc @@ -17,7 +17,7 @@ #endif @@ -9,7 +9,7 @@ #include <vulkan/vulkan_core.h> #include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck #endif // BUILDFLAG(ENABLE_VULKAN) && (BUILDFLAG(IS_LINUX) || -@@ -316,7 +316,7 @@ bool IsDefaultANGLEVulkan() { +@@ -320,7 +320,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -18,7 +18,7 @@ angle::SystemInfo system_info; { TRACE_EVENT("gpu,startup", "angle::GetSystemInfoVulkan"); -@@ -410,7 +410,7 @@ bool IsDefaultANGLEVulkan() { +@@ -414,7 +414,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc b/www/chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc index f0810df5f435..ec488327fdff 100644 --- a/www/chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc +++ b/www/chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/headless/headless_surface_factory.cc.orig 2025-01-15 09:18:26 UTC +--- ui/ozone/platform/headless/headless_surface_factory.cc.orig 2025-12-05 10:12:50 UTC +++ ui/ozone/platform/headless/headless_surface_factory.cc -@@ -34,7 +34,7 @@ +@@ -35,7 +35,7 @@ #include "ui/ozone/platform/headless/headless_window_manager.h" #include "ui/ozone/public/surface_ozone_canvas.h" @@ -9,7 +9,7 @@ #include "ui/ozone/platform/headless/vulkan_implementation_headless.h" #endif -@@ -281,7 +281,7 @@ std::unique_ptr<gpu::VulkanImplementation> +@@ -285,7 +285,7 @@ std::unique_ptr<gpu::VulkanImplementation> HeadlessSurfaceFactory::CreateVulkanImplementation( bool use_swiftshader, bool allow_protected_memory) { diff --git a/www/chromium/files/patch-ui_ozone_platform_wayland_BUILD.gn b/www/chromium/files/patch-ui_ozone_platform_wayland_BUILD.gn new file mode 100644 index 000000000000..cdd97225b1a8 --- /dev/null +++ b/www/chromium/files/patch-ui_ozone_platform_wayland_BUILD.gn @@ -0,0 +1,10 @@ +--- ui/ozone/platform/wayland/BUILD.gn.orig 2025-12-06 09:30:09 UTC ++++ ui/ozone/platform/wayland/BUILD.gn +@@ -246,7 +246,6 @@ source_set("wayland") { + "//mojo/public/cpp/system", + "//skia", + "//third_party/angle:includes", +- "//third_party/libsync", + "//third_party/wayland:wayland_client", + "//third_party/wayland:wayland_cursor", + "//third_party/wayland:wayland_egl", diff --git a/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc b/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc index c174908bb0d6..f726c57cae2d 100644 --- a/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc +++ b/www/chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc @@ -1,6 +1,16 @@ ---- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-10-02 04:28:32 UTC +--- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-12-06 09:30:09 UTC +++ ui/ozone/platform/wayland/host/wayland_frame_manager.cc -@@ -462,8 +462,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC +@@ -5,7 +5,9 @@ + #include "ui/ozone/platform/wayland/host/wayland_frame_manager.h" + + #include <presentation-time-client-protocol.h> ++#if !BUILDFLAG(IS_BSD) + #include <sync/sync.h> ++#endif + + #include <cstdint> + #include <variant> +@@ -462,8 +464,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC surface->UpdateBufferDamageRegion( gfx::ToEnclosingRectIgnoringError(surface_damage)); @@ -11,3 +21,45 @@ bool needs_commit = false; +@@ -495,6 +499,9 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC + case WaylandBufferHandle::SyncMethod::kNone: + break; + case WaylandBufferHandle::SyncMethod::kSyncobj: ++#if BUILDFLAG(IS_BSD) ++ LOG(WARNING) << "WaylandBufferHandle::SyncMethod::kSyncobj is not supported!"; ++#endif + surface->RequestExplicitRelease( + base::BindOnce(&WaylandFrameManager::OnExplicitBufferRelease, + weak_factory_.GetWeakPtr(), surface)); +@@ -502,6 +509,9 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC + case WaylandBufferHandle::SyncMethod::kDMAFence: + [[fallthrough]]; + case WaylandBufferHandle::SyncMethod::kImplicit: ++#if BUILDFLAG(IS_BSD) ++ LOG(WARNING) << "WaylandBufferHandle::SyncMethod::kSyncobj is not supported!"; ++#endif + buffer_handle->set_buffer_released_callback( + base::BindOnce(&WaylandFrameManager::OnWlBufferRelease, + weak_factory_.GetWeakPtr(), surface), +@@ -736,8 +746,10 @@ void WaylandFrameManager::OnExplicitBufferRelease(Wayl + + if (fence.is_valid()) { + if (frame->merged_release_fence_fd.is_valid()) { ++#if !BUILDFLAG(IS_BSD) + frame->merged_release_fence_fd.reset(sync_merge( + "", frame->merged_release_fence_fd.get(), fence.get())); ++#endif + } else { + frame->merged_release_fence_fd = std::move(fence); + } +@@ -775,8 +787,10 @@ void WaylandFrameManager::OnWlBufferRelease(WaylandSur + + if (fence.is_valid()) { + if (frame->merged_release_fence_fd.is_valid()) { ++#if !BUILDFLAG(IS_BSD) + frame->merged_release_fence_fd.reset(sync_merge( + "", frame->merged_release_fence_fd.get(), fence.get())); ++#endif + } else { + frame->merged_release_fence_fd = std::move(fence); + } diff --git a/www/chromium/files/patch-ui_views_BUILD.gn b/www/chromium/files/patch-ui_views_BUILD.gn index 31650f86c06c..b9ab7d310fb0 100644 --- a/www/chromium/files/patch-ui_views_BUILD.gn +++ b/www/chromium/files/patch-ui_views_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/views/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- ui/views/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ ui/views/BUILD.gn -@@ -835,7 +835,6 @@ component("views") { +@@ -834,7 +834,6 @@ component("views") { "windows_stationarity_monitor_aura.cc", ] deps += [ diff --git a/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc b/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc index d4797bf65b9e..e03159aa4e01 100644 --- a/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc +++ b/www/chromium/files/patch-ui_views_controls_textfield_textfield.cc @@ -1,4 +1,4 @@ ---- ui/views/controls/textfield/textfield.cc.orig 2025-10-30 15:44:36 UTC +--- ui/views/controls/textfield/textfield.cc.orig 2025-12-05 10:12:50 UTC +++ ui/views/controls/textfield/textfield.cc @@ -86,7 +86,7 @@ #include "base/win/win_util.h" @@ -36,7 +36,7 @@ // Skip any accelerator handling that conflicts with custom keybindings. if (auto* linux_ui = ui::LinuxUi::instance()) { if (IsTextEditCommandEnabled(linux_ui->GetTextEditCommandForEvent( -@@ -2070,7 +2070,7 @@ bool Textfield::ShouldDoLearning() { +@@ -2079,7 +2079,7 @@ bool Textfield::ShouldDoLearning() { return false; } @@ -45,7 +45,7 @@ // TODO(crbug.com/41452689): Implement this method to support Korean IME // reconversion feature on native text fields (e.g. find bar). bool Textfield::SetCompositionFromExistingText( -@@ -2586,7 +2586,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2595,7 +2595,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_BACKWARD; } @@ -54,7 +54,7 @@ // Only erase by line break on Linux and ChromeOS. if (shift) { return ui::TextEditCommand::DELETE_TO_BEGINNING_OF_LINE; -@@ -2594,7 +2594,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2603,7 +2603,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_WORD_BACKWARD; case ui::VKEY_DELETE: diff --git a/www/chromium/files/patch-ui_views_controls_textfield_textfield.h b/www/chromium/files/patch-ui_views_controls_textfield_textfield.h index 3b712975983d..377e6812f701 100644 --- a/www/chromium/files/patch-ui_views_controls_textfield_textfield.h +++ b/www/chromium/files/patch-ui_views_controls_textfield_textfield.h @@ -1,6 +1,6 @@ ---- ui/views/controls/textfield/textfield.h.orig 2025-07-02 06:08:04 UTC +--- ui/views/controls/textfield/textfield.h.orig 2025-12-05 10:12:50 UTC +++ ui/views/controls/textfield/textfield.h -@@ -48,7 +48,7 @@ +@@ -49,7 +49,7 @@ #include "ui/views/view_observer.h" #include "ui/views/word_lookup_client.h" @@ -9,7 +9,7 @@ #include <vector> #endif -@@ -478,7 +478,7 @@ class VIEWS_EXPORT Textfield : public View, +@@ -481,7 +481,7 @@ class VIEWS_EXPORT Textfield : public View, // Set whether the text should be used to improve typing suggestions. void SetShouldDoLearning(bool value) { should_do_learning_ = value; } diff --git a/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc b/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc index c9bf983a5cf2..04290fe5f5ae 100644 --- a/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc +++ b/www/chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig 2025-10-30 15:44:36 UTC +--- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig 2025-12-05 10:12:50 UTC +++ ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc @@ -51,7 +51,7 @@ #include "ui/wm/core/window_util.h" @@ -9,7 +9,7 @@ #include "ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone_linux.h" #endif -@@ -358,7 +358,7 @@ std::unique_ptr<aura::client::DragDropClient> +@@ -357,7 +357,7 @@ std::unique_ptr<aura::client::DragDropClient> DesktopWindowTreeHostPlatform::CreateDragDropClient() { ui::WmDragHandler* drag_handler = ui::GetWmDragHandler(*(platform_window())); std::unique_ptr<DesktopDragDropClientOzone> drag_drop_client = @@ -18,7 +18,7 @@ std::make_unique<DesktopDragDropClientOzoneLinux>(window(), drag_handler); #else std::make_unique<DesktopDragDropClientOzone>(window(), drag_handler); -@@ -1189,7 +1189,7 @@ bool DesktopWindowTreeHostPlatform::RotateFocusForWidg +@@ -1188,7 +1188,7 @@ bool DesktopWindowTreeHostPlatform::RotateFocusForWidg // DesktopWindowTreeHost: // Linux subclasses this host and adds some Linux specific bits. diff --git a/www/chromium/files/patch-ui_views_widget_widget.cc b/www/chromium/files/patch-ui_views_widget_widget.cc index e00ac20272ef..54f0f269ad3e 100644 --- a/www/chromium/files/patch-ui_views_widget_widget.cc +++ b/www/chromium/files/patch-ui_views_widget_widget.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/widget.cc.orig 2025-10-30 15:44:36 UTC +--- ui/views/widget/widget.cc.orig 2025-12-05 10:12:50 UTC +++ ui/views/widget/widget.cc @@ -64,7 +64,7 @@ #include "ui/views/widget/widget_removals_observer.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -2519,7 +2519,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const +@@ -2545,7 +2545,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const return parent_->GetNativeTheme(); } diff --git a/www/chromium/files/patch-v8_BUILD.gn b/www/chromium/files/patch-v8_BUILD.gn index 5df29f95b82f..cb584643cb99 100644 --- a/www/chromium/files/patch-v8_BUILD.gn +++ b/www/chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2025-10-30 15:44:36 UTC +--- v8/BUILD.gn.orig 2025-12-05 10:12:50 UTC +++ v8/BUILD.gn -@@ -989,6 +989,8 @@ external_v8_defines = [ +@@ -990,6 +990,8 @@ external_v8_defines = [ "V8_TARGET_OS_MACOS", "V8_TARGET_OS_WIN", "V8_TARGET_OS_CHROMEOS", @@ -9,7 +9,7 @@ ] enabled_external_v8_defines = [ -@@ -1063,6 +1065,12 @@ if (target_os == "android") { +@@ -1064,6 +1066,12 @@ if (target_os == "android") { } else if (target_os == "chromeos") { enabled_external_v8_defines += [ "V8_HAVE_TARGET_OS" ] enabled_external_v8_defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -22,7 +22,7 @@ } disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines -@@ -1777,7 +1785,6 @@ config("strict_warnings") { +@@ -1778,7 +1786,6 @@ config("strict_warnings") { } cflags += [ "-Wmissing-field-initializers", @@ -30,7 +30,7 @@ ] } } -@@ -2624,6 +2631,12 @@ template("run_mksnapshot") { +@@ -2625,6 +2632,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -43,7 +43,7 @@ } # This is needed to distinguish between generating code for the simulator -@@ -6875,7 +6888,7 @@ v8_component("v8_libbase") { +@@ -6879,7 +6892,7 @@ v8_component("v8_libbase") { } } @@ -52,7 +52,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6886,6 +6899,18 @@ v8_component("v8_libbase") { +@@ -6890,6 +6903,18 @@ v8_component("v8_libbase") { "dl", "rt", ] diff --git a/www/chromium/files/patch-v8_include_v8-internal.h b/www/chromium/files/patch-v8_include_v8-internal.h index 7dc853e0ccd9..b904b0e1df4e 100644 --- a/www/chromium/files/patch-v8_include_v8-internal.h +++ b/www/chromium/files/patch-v8_include_v8-internal.h @@ -1,6 +1,6 @@ ---- v8/include/v8-internal.h.orig 2025-02-19 07:43:18 UTC +--- v8/include/v8-internal.h.orig 2025-12-05 10:12:50 UTC +++ v8/include/v8-internal.h -@@ -232,7 +232,7 @@ using SandboxedPointer_t = Address; +@@ -218,7 +218,7 @@ using SandboxedPointer_t = Address; #ifdef V8_ENABLE_SANDBOX // Size of the sandbox, excluding the guard regions surrounding it. diff --git a/www/chromium/files/patch-v8_src_api_api.cc b/www/chromium/files/patch-v8_src_api_api.cc index 7e3996112387..712ef79e6573 100644 --- a/www/chromium/files/patch-v8_src_api_api.cc +++ b/www/chromium/files/patch-v8_src_api_api.cc @@ -1,4 +1,4 @@ ---- v8/src/api/api.cc.orig 2025-10-30 15:44:36 UTC +--- v8/src/api/api.cc.orig 2025-12-05 10:12:50 UTC +++ v8/src/api/api.cc @@ -159,7 +159,7 @@ #include "src/objects/intl-objects.h" @@ -9,7 +9,7 @@ #include <signal.h> #include <unistd.h> -@@ -6480,7 +6480,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6273,7 +6273,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } diff --git a/www/chromium/files/patch-v8_src_base_atomicops.h b/www/chromium/files/patch-v8_src_base_atomicops.h index 6c08ee967d29..842d91b51eee 100644 --- a/www/chromium/files/patch-v8_src_base_atomicops.h +++ b/www/chromium/files/patch-v8_src_base_atomicops.h @@ -1,6 +1,6 @@ ---- v8/src/base/atomicops.h.orig 2025-10-30 15:44:36 UTC +--- v8/src/base/atomicops.h.orig 2025-12-05 10:12:50 UTC +++ v8/src/base/atomicops.h -@@ -57,10 +57,10 @@ using Atomic64 = SbAtomic64; +@@ -32,10 +32,10 @@ using Atomic64 = SbAtomic64; using Atomic8 = char; using Atomic16 = int16_t; using Atomic32 = int32_t; @@ -13,12 +13,12 @@ using Atomic64 = int64_t; #else using Atomic64 = intptr_t; -@@ -281,7 +281,7 @@ inline Atomic32 SeqCst_Load(volatile const Atomic32* p - std::memory_order_seq_cst); - } +@@ -59,7 +59,7 @@ inline void SeqCst_MemoryFence() { + template <typename T> + concept AtomicTypeForTrivialOperations = -#if defined(V8_HOST_ARCH_64_BIT) +#if defined(V8_HOST_ARCH_64_BIT) || defined(V8_OS_OPENBSD) - - inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr, - Atomic64 old_value, Atomic64 new_value) { + std::is_same_v<T, Atomic64> || + #endif + std::is_same_v<T, Atomic8> || std::is_same_v<T, Atomic16> || diff --git a/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc b/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc index d5718423cecc..27108d34f33c 100644 --- a/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc +++ b/www/chromium/files/patch-v8_src_base_platform_platform-posix.cc @@ -1,4 +1,4 @@ ---- v8/src/base/platform/platform-posix.cc.orig 2025-08-07 06:57:29 UTC +--- v8/src/base/platform/platform-posix.cc.orig 2025-12-05 10:12:50 UTC +++ v8/src/base/platform/platform-posix.cc @@ -78,7 +78,7 @@ #include <sys/syscall.h> @@ -9,7 +9,7 @@ #define MAP_ANONYMOUS MAP_ANON #endif -@@ -353,8 +353,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { +@@ -361,8 +361,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { } } @@ -25,7 +25,7 @@ uintptr_t raw_addr; { MutexGuard guard(rng_mutex.Pointer()); -@@ -451,6 +458,7 @@ void* OS::GetRandomMmapAddr() { +@@ -459,6 +466,7 @@ void* OS::GetRandomMmapAddr() { #endif return reinterpret_cast<void*>(raw_addr); } @@ -33,7 +33,7 @@ // TODO(bbudge) Move Cygwin and Fuchsia stuff into platform-specific files. #if !V8_OS_CYGWIN && !V8_OS_FUCHSIA -@@ -739,7 +747,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor +@@ -759,7 +767,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor #if !V8_OS_ZOS // static bool OS::HasLazyCommits() { @@ -42,7 +42,7 @@ return true; #else // TODO(bbudge) Return true for all POSIX platforms. -@@ -1388,7 +1396,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* +@@ -1409,7 +1417,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* // keep this version in POSIX as most Linux-compatible derivatives will // support it. MacOS and FreeBSD are different here. #if !defined(V8_OS_FREEBSD) && !defined(V8_OS_DARWIN) && !defined(_AIX) && \ diff --git a/www/chromium/files/patch-v8_src_execution_isolate.cc b/www/chromium/files/patch-v8_src_execution_isolate.cc index fda7254e31d5..84307b61b260 100644 --- a/www/chromium/files/patch-v8_src_execution_isolate.cc +++ b/www/chromium/files/patch-v8_src_execution_isolate.cc @@ -1,4 +1,4 @@ ---- v8/src/execution/isolate.cc.orig 2025-10-30 15:44:36 UTC +--- v8/src/execution/isolate.cc.orig 2025-12-05 10:12:50 UTC +++ v8/src/execution/isolate.cc @@ -176,6 +176,10 @@ #include "src/execution/simulator-base.h" @@ -11,7 +11,7 @@ extern "C" const uint8_t v8_Default_embedded_blob_code_[]; extern "C" uint32_t v8_Default_embedded_blob_code_size_; extern "C" const uint8_t v8_Default_embedded_blob_data_[]; -@@ -5235,6 +5239,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { +@@ -5251,6 +5255,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { uint32_t code_size = DefaultEmbeddedBlobCodeSize(); const uint8_t* data = DefaultEmbeddedBlobData(); uint32_t data_size = DefaultEmbeddedBlobDataSize(); diff --git a/www/chromium/files/patch-v8_src_flags_flags.cc b/www/chromium/files/patch-v8_src_flags_flags.cc index a60adba03616..7768ca1672ea 100644 --- a/www/chromium/files/patch-v8_src_flags_flags.cc +++ b/www/chromium/files/patch-v8_src_flags_flags.cc @@ -1,4 +1,4 @@ ---- v8/src/flags/flags.cc.orig 2025-10-30 15:44:36 UTC +--- v8/src/flags/flags.cc.orig 2025-12-05 10:12:50 UTC +++ v8/src/flags/flags.cc @@ -16,6 +16,10 @@ #include <set> @@ -11,7 +11,7 @@ #include "src/base/fpu.h" #include "src/base/hashing.h" #include "src/base/lazy-instance.h" -@@ -836,6 +840,10 @@ void FlagList::FreezeFlags() { +@@ -838,6 +842,10 @@ void FlagList::FreezeFlags() { // Note that for string flags we only protect the pointer itself, but not the // string storage. TODO(12887): Fix this. base::OS::SetDataReadOnly(&v8_flags, sizeof(v8_flags)); diff --git a/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc b/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc index b54eae551d58..f8ea9255b63d 100644 --- a/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc +++ b/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc @@ -1,6 +1,6 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.orig 2024-08-26 12:06:38 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.orig 2025-12-05 10:12:50 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc -@@ -148,6 +148,8 @@ EmbeddedTargetOs ToEmbeddedTargetOs(const char* s) { +@@ -150,6 +150,8 @@ EmbeddedTargetOs ToEmbeddedTargetOs(const char* s) { return EmbeddedTargetOs::kStarboard; } else if (string == "zos") { return EmbeddedTargetOs::kZOS; diff --git a/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h b/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h index e5b8cbf5bee0..f252d3b1e340 100644 --- a/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h +++ b/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h @@ -1,6 +1,6 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-base.h.orig 2024-09-30 07:45:04 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-base.h.orig 2025-12-05 10:12:50 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-base.h -@@ -36,6 +36,7 @@ enum class EmbeddedTargetOs { +@@ -37,6 +37,7 @@ enum class EmbeddedTargetOs { kWin, kStarboard, kZOS, diff --git a/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc b/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc index 32969fc9f317..9a1eda26bdcd 100644 --- a/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc +++ b/www/chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc @@ -1,4 +1,4 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.orig 2023-08-17 07:33:31 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.orig 2025-12-05 10:12:50 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc @@ -9,6 +9,10 @@ @@ -22,19 +22,19 @@ } else { fprintf(fp_, ".section .text\n"); } -@@ -66,6 +74,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToCodeAli - // On these architectures and platforms, we remap the builtins, so need these - // to be aligned on a page boundary. +@@ -75,6 +83,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToCodeAli + #else fprintf(fp_, ".balign 4096\n"); + #endif +#elif defined(V8_OS_OPENBSD) && !defined(V8_TARGET_ARCH_IA32) + fprintf(fp_, ".balign %d\n", PAGE_SIZE); #elif V8_TARGET_ARCH_X64 // On x64 use 64-bytes code alignment to allow 64-bytes loop header alignment. static_assert(64 >= kCodeAlignment); -@@ -86,6 +96,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToPageSiz - (V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64) - // Since the builtins are remapped, need to pad until the next page boundary. +@@ -102,6 +112,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToPageSiz + #else fprintf(fp_, ".balign 4096\n"); + #endif +#elif defined(V8_OS_OPENBSD) && !defined(V8_TARGET_ARCH_IA32) + fprintf(fp_, ".balign %d\n", PAGE_SIZE); #endif diff --git a/www/filebrowser-quantum/Makefile b/www/filebrowser-quantum/Makefile index d6a94ba65257..6d53bf6512f5 100644 --- a/www/filebrowser-quantum/Makefile +++ b/www/filebrowser-quantum/Makefile @@ -1,7 +1,6 @@ PORTNAME= filebrowser-quantum DISTVERSIONPREFIX= v -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.0.3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ diff --git a/www/filebrowser-quantum/distinfo b/www/filebrowser-quantum/distinfo index f8663a8629c7..1ef7321cf8c7 100644 --- a/www/filebrowser-quantum/distinfo +++ b/www/filebrowser-quantum/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763186194 -SHA256 (filebrowser-quantum-v1.0.1-stable.frontend.tar.gz) = c48523d147b09ea4c61b52fdb4d8cd0916302e994eda5240318ec957cac797a2 -SIZE (filebrowser-quantum-v1.0.1-stable.frontend.tar.gz) = 1784739 -SHA256 (filebrowser-quantum-v1.0.1-stable.vendor.tar.gz) = 6550dde383ca3255ce11e7c72e6e6e79df4748ec10258b581d5b15b25e3c491f -SIZE (filebrowser-quantum-v1.0.1-stable.vendor.tar.gz) = 68079269 -SHA256 (gtsteffaniak-filebrowser-v1.0.1-v1.0.1-stable_GH0.tar.gz) = 0bead0e0ed635b2536e42be861d988d25f5298f8125a91339b19f64dce7ccb33 -SIZE (gtsteffaniak-filebrowser-v1.0.1-v1.0.1-stable_GH0.tar.gz) = 4493041 +TIMESTAMP = 1764998598 +SHA256 (filebrowser-quantum-v1.0.3-stable.frontend.tar.gz) = 9a76198aac37946a11cd121d21225236489bad5850235da997e8209b6c799ab8 +SIZE (filebrowser-quantum-v1.0.3-stable.frontend.tar.gz) = 1779193 +SHA256 (filebrowser-quantum-v1.0.3-stable.vendor.tar.gz) = 0f6476f375ec4bdd7f7b2c0454c3a442fff0677b95e46507d39a75b23494ac16 +SIZE (filebrowser-quantum-v1.0.3-stable.vendor.tar.gz) = 68081645 +SHA256 (gtsteffaniak-filebrowser-v1.0.3-v1.0.3-stable_GH0.tar.gz) = 2b4a131290a62fdab04e8b04f2b0fab1f53b973ee962c65f91cc6d574c745e54 +SIZE (gtsteffaniak-filebrowser-v1.0.3-v1.0.3-stable_GH0.tar.gz) = 4493327 diff --git a/www/gitlab-pages/Makefile b/www/gitlab-pages/Makefile index 52de50f3e3f1..0c2483b01bdf 100644 --- a/www/gitlab-pages/Makefile +++ b/www/gitlab-pages/Makefile @@ -13,7 +13,7 @@ WWW= https://gitlab.com/gitlab-org/gitlab-pages LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules,1.23 +USES= go:modules USE_GITLAB= yes GL_ACCOUNT= gitlab-org diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile index 1af8d810ab4f..9daa19ec5a7c 100644 --- a/www/gitlab-workhorse/Makefile +++ b/www/gitlab-workhorse/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/../LICENSE BUILD_DEPENDS= git>=2.42.0:devel/git RUN_DEPENDS= p5-Image-ExifTool>=0:graphics/p5-Image-ExifTool -USES= gmake go:modules,no_targets,1.23 +USES= gmake go:modules,no_targets USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss diff --git a/www/hotcrp/Makefile b/www/hotcrp/Makefile index 63ac29b7b856..f9e575c097c3 100644 --- a/www/hotcrp/Makefile +++ b/www/hotcrp/Makefile @@ -1,6 +1,6 @@ PORTNAME= hotcrp PORTVERSION= 3.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ${WWW} diff --git a/www/opengist/Makefile b/www/opengist/Makefile index 399acf3a5111..e1982235fdf7 100644 --- a/www/opengist/Makefile +++ b/www/opengist/Makefile @@ -17,10 +17,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 BUILD_DEPENDS= npm${NODEJS_SUFFIX}>0:www/npm${NODEJS_SUFFIX} RUN_DEPENDS= git:devel/git -USES= go:1.23,modules nodejs:20,build - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules nodejs:20,build USE_GITHUB= nodefault GH_ACCOUNT= thomiceli diff --git a/www/pocket-id/Makefile b/www/pocket-id/Makefile index 4845f66caac3..56df5e7f9dfc 100644 --- a/www/pocket-id/Makefile +++ b/www/pocket-id/Makefile @@ -1,7 +1,6 @@ PORTNAME= pocket-id DISTVERSIONPREFIX= v -DISTVERSION= 1.15.0 -PORTREVISION= 1 +DISTVERSION= 1.16.0 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} diff --git a/www/pocket-id/distinfo b/www/pocket-id/distinfo index 65876fd8c955..0a545e458019 100644 --- a/www/pocket-id/distinfo +++ b/www/pocket-id/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763221309 -SHA256 (go/www_pocket-id/pocket-id-pocket-id-v1.15.0_GH0/pocket-id-v1.15.0.frontend.tar.gz) = 928c55da177657d461565d1f04547f14522c5afd3a4397a170fade40e2b52b85 -SIZE (go/www_pocket-id/pocket-id-pocket-id-v1.15.0_GH0/pocket-id-v1.15.0.frontend.tar.gz) = 1535522 -SHA256 (go/www_pocket-id/pocket-id-pocket-id-v1.15.0_GH0/go.mod) = bec1b62684ac5d9de80b7ff98601ed82e958a89d52c0d8b9877a030932f93fbc -SIZE (go/www_pocket-id/pocket-id-pocket-id-v1.15.0_GH0/go.mod) = 7707 -SHA256 (go/www_pocket-id/pocket-id-pocket-id-v1.15.0_GH0/pocket-id-pocket-id-v1.15.0_GH0.tar.gz) = 9498a027f0f2aba531daf2f1ed0ee0217b34dedae1c8855ea67bb663b1f3cc54 -SIZE (go/www_pocket-id/pocket-id-pocket-id-v1.15.0_GH0/pocket-id-pocket-id-v1.15.0_GH0.tar.gz) = 2215396 +TIMESTAMP = 1765039490 +SHA256 (go/www_pocket-id/pocket-id-pocket-id-v1.16.0_GH0/pocket-id-v1.16.0.frontend.tar.gz) = b9156048fa330fac7848ed07bc0d7c5bda8e413ba61e2fb761e7032fd4b36a23 +SIZE (go/www_pocket-id/pocket-id-pocket-id-v1.16.0_GH0/pocket-id-v1.16.0.frontend.tar.gz) = 1529330 +SHA256 (go/www_pocket-id/pocket-id-pocket-id-v1.16.0_GH0/go.mod) = aaf04d8d4c8c3bbe60994bc3fea281186945c76b9a177952580b1c117cd19732 +SIZE (go/www_pocket-id/pocket-id-pocket-id-v1.16.0_GH0/go.mod) = 8732 +SHA256 (go/www_pocket-id/pocket-id-pocket-id-v1.16.0_GH0/pocket-id-pocket-id-v1.16.0_GH0.tar.gz) = fa9428a0f21eea346e513548dcad2649b8bbdc396644b5eb64c8d6bbc1d73c4d +SIZE (go/www_pocket-id/pocket-id-pocket-id-v1.16.0_GH0/pocket-id-pocket-id-v1.16.0_GH0.tar.gz) = 2211957 diff --git a/www/shiori/Makefile b/www/shiori/Makefile index 7ebab0d59ed0..b0c10cf2de2e 100644 --- a/www/shiori/Makefile +++ b/www/shiori/Makefile @@ -11,12 +11,9 @@ WWW= https://github.com/go-shiori/shiori LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules USE_RC_SUBR= ${PORTNAME} -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - GO_MODULE= github.com/go-shiori/shiori SUB_LIST= USER=${USERS:[1]} \ diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 5b63b440743a..238cb9468325 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= ungoogled-chromium -PORTVERSION= 142.0.7444.175 +PORTVERSION= 143.0.7499.40 PULSEMV= 16 PULSEV= ${PULSEMV}.1 UGVERSION= ${DISTVERSION}-1 diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo index d6c293f46d27..83da84610615 100644 --- a/www/ungoogled-chromium/distinfo +++ b/www/ungoogled-chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1763744483 -SHA256 (chromium-142.0.7444.175-lite.tar.xz) = 619b37ab0273f72fac859fff8dd89fbf1b7ae7e7ccb8d67bc79281b24f683bc9 -SIZE (chromium-142.0.7444.175-lite.tar.xz) = 1711108684 +TIMESTAMP = 1765030153 +SHA256 (chromium-143.0.7499.40-lite.tar.xz) = c1ffa0951b98641de2718143a41e3ae13702a220da7b38be62c8eb4d94c929d2 +SIZE (chromium-143.0.7499.40-lite.tar.xz) = 1137895952 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-142.0.7444.175-testdata.tar.xz) = 0db5f8a557400dc10538f60610328c9bb636135197db75feab753a23a96aadce -SIZE (chromium-142.0.7444.175-testdata.tar.xz) = 650873 -SHA256 (ungoogled-software-ungoogled-chromium-142.0.7444.175-142.0.7444.175-1_GH0.tar.gz) = ec3584995b6a69373fc06f6230602c1ebc68f802feedba44c962dc25bb896e33 -SIZE (ungoogled-software-ungoogled-chromium-142.0.7444.175-142.0.7444.175-1_GH0.tar.gz) = 650884 +SHA256 (chromium-143.0.7499.40-testdata.tar.xz) = a6e59013408da5614f8262603fa8e4862c9bad337fc0daec71f928847502a655 +SIZE (chromium-143.0.7499.40-testdata.tar.xz) = 1200244664 +SHA256 (ungoogled-software-ungoogled-chromium-143.0.7499.40-143.0.7499.40-1_GH0.tar.gz) = 106cfeff67e371be89ce89e56d691814b5cd1d5bd663f204c7893a4196d475d1 +SIZE (ungoogled-software-ungoogled-chromium-143.0.7499.40-143.0.7499.40-1_GH0.tar.gz) = 650946 diff --git a/www/ungoogled-chromium/files/patch-BUILD.gn b/www/ungoogled-chromium/files/patch-BUILD.gn index db4762adb963..97a01b4ca623 100644 --- a/www/ungoogled-chromium/files/patch-BUILD.gn +++ b/www/ungoogled-chromium/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ BUILD.gn -@@ -69,7 +69,7 @@ declare_args() { +@@ -68,7 +68,7 @@ declare_args() { root_extra_deps = [] } @@ -9,7 +9,7 @@ # An official (maximally optimized!) component (optimized for build times) # build doesn't make sense and usually doesn't work. assert(!is_component_build) -@@ -102,7 +102,6 @@ group("gn_all") { +@@ -101,7 +101,6 @@ group("gn_all") { "//codelabs", "//components:components_unittests", "//components/gwp_asan:gwp_asan_unittests", @@ -17,7 +17,7 @@ "//net:net_unittests", "//sandbox:sandbox_unittests", "//services:services_unittests", -@@ -430,7 +429,7 @@ group("gn_all") { +@@ -431,7 +430,7 @@ group("gn_all") { } } @@ -26,7 +26,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -588,6 +587,15 @@ group("gn_all") { +@@ -590,6 +589,15 @@ group("gn_all") { } } @@ -42,7 +42,7 @@ if (is_mac) { deps += [ "//third_party/breakpad:dump_syms($host_system_allocator_toolchain)", -@@ -636,7 +644,7 @@ group("gn_all") { +@@ -638,7 +646,7 @@ group("gn_all") { } } @@ -51,7 +51,7 @@ # The official builders use this binary from the default toolchain's # output directory after building in order to upload the symbols of that # binary. They build the binary like `ninja symupload` which requires the -@@ -671,7 +679,7 @@ group("gn_all") { +@@ -673,7 +681,7 @@ group("gn_all") { ] } @@ -60,7 +60,7 @@ deps += [ "//third_party/crashpad/crashpad:crashpad_tests", "//third_party/crashpad/crashpad/handler:crashpad_handler", -@@ -1069,7 +1077,7 @@ if (use_blink && !is_cronet_build) { +@@ -1064,7 +1072,7 @@ if (use_blink && !is_cronet_build) { "//third_party/blink/public:all_blink", ] @@ -69,7 +69,7 @@ deps += [ ":chrome_wpt_tests", ":headless_shell_wpt", -@@ -1222,7 +1230,7 @@ if (use_blink && !is_cronet_build) { +@@ -1217,7 +1225,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -78,7 +78,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1236,7 +1244,7 @@ if (use_blink && !is_cronet_build) { +@@ -1231,7 +1239,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//third_party/breakpad:dump_syms" ] } @@ -87,7 +87,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1533,7 +1541,7 @@ group("chromium_builder_perf") { +@@ -1528,7 +1536,7 @@ group("chromium_builder_perf") { data_deps += [ "//chrome/test:performance_browser_tests" ] } diff --git a/www/ungoogled-chromium/files/patch-base_BUILD.gn b/www/ungoogled-chromium/files/patch-base_BUILD.gn index ea24e4164162..925ba28063ae 100644 --- a/www/ungoogled-chromium/files/patch-base_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- base/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ base/BUILD.gn -@@ -1115,11 +1115,26 @@ component("base") { +@@ -1124,11 +1124,26 @@ component("base") { # Needed for <atomic> if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -28,7 +28,7 @@ if (use_allocator_shim) { if (is_apple) { sources += [ "allocator/early_zone_registration_apple.h" ] -@@ -1139,7 +1154,7 @@ component("base") { +@@ -1148,7 +1163,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2139,6 +2154,22 @@ component("base") { +@@ -2151,6 +2166,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2313,6 +2344,33 @@ component("base") { +@@ -2325,6 +2356,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2719,7 +2777,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2728,7 +2786,7 @@ buildflag_header("protected_memory_buildflags") { header = "protected_memory_buildflags.h" header_dir = "base/memory" @@ -103,7 +103,7 @@ (is_win || is_linux || is_android || is_mac) flags = [ "PROTECTED_MEMORY_ENABLED=$protected_memory_enabled" ] -@@ -3225,7 +3283,7 @@ if (is_apple) { +@@ -3234,7 +3292,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3923,7 +3981,7 @@ test("base_unittests") { +@@ -3941,7 +3999,7 @@ test("base_unittests") { configs += [ ":delayload_esent_dll" ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3947,7 +4005,7 @@ test("base_unittests") { +@@ -3965,7 +4023,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -130,7 +130,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3958,7 +4016,7 @@ test("base_unittests") { +@@ -3976,7 +4034,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -4145,7 +4203,7 @@ test("base_unittests") { +@@ -4163,7 +4221,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } diff --git a/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni b/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni index 94a5ea12c5f5..1e640f95b3c2 100644 --- a/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni +++ b/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_partition__alloc.gni @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-11-01 06:40:37 UTC +--- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-12-06 13:30:52 UTC +++ base/allocator/partition_allocator/partition_alloc.gni @@ -92,7 +92,7 @@ if (current_cpu == "x64" || current_cpu == "arm64" || # TODO(crbug.com/329199197): Clean this up when experiments are complete. @@ -9,7 +9,7 @@ !is_hwasan && (is_linux || is_android) declare_args() { -@@ -483,7 +483,7 @@ assert(!use_asan_backup_ref_ptr || use_raw_ptr_hookabl +@@ -486,7 +486,7 @@ assert(!use_asan_backup_ref_ptr || use_raw_ptr_hookabl # dependencies that use partition_allocator are compiled in AOSP against a # version of glibc that does not include pkeys syscall numbers. is_pkeys_available = diff --git a/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h b/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h index 360bf26ec6c0..1048977998c0 100644 --- a/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h +++ b/www/ungoogled-chromium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-09-10 13:22:16 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-12-06 13:30:52 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator.h -@@ -278,7 +278,7 @@ bool DecommitAndZeroSystemPages(void* address, +@@ -284,7 +284,7 @@ bool DecommitAndZeroSystemPages(void* address, // recommitted. Do not assume that this will not change over time. constexpr PA_COMPONENT_EXPORT( PARTITION_ALLOC) bool DecommittedMemoryIsAlwaysZeroed() { diff --git a/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc b/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc index 811dbb8e0b29..cf91d4eaf304 100644 --- a/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc +++ b/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc @@ -1,4 +1,4 @@ ---- base/base_paths_posix.cc.orig 2025-02-20 09:59:21 UTC +--- base/base_paths_posix.cc.orig 2025-12-06 13:30:52 UTC +++ base/base_paths_posix.cc @@ -15,6 +15,7 @@ #include <ostream> @@ -97,7 +97,7 @@ + if ((cpath = getenv("CHROME_EXE_PATH")) != NULL) + *result = FilePath(cpath); + else -+ *result = FilePath("/usr/local/ungoogled-chromium/ungoogled-chromium"); ++ *result = FilePath("/usr/local/chrome/chrome"); + return true; +#if !BUILDFLAG(IS_AIX) + } diff --git a/www/ungoogled-chromium/files/patch-base_files_file__util__posix.cc b/www/ungoogled-chromium/files/patch-base_files_file__util__posix.cc index f2d4ab5caeff..b1cc51d9d89e 100644 --- a/www/ungoogled-chromium/files/patch-base_files_file__util__posix.cc +++ b/www/ungoogled-chromium/files/patch-base_files_file__util__posix.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_posix.cc.orig 2025-11-01 06:40:37 UTC +--- base/files/file_util_posix.cc.orig 2025-12-06 13:30:52 UTC +++ base/files/file_util_posix.cc -@@ -943,6 +943,7 @@ bool CreateNewTempDirectory(const FilePath::StringType +@@ -943,6 +943,7 @@ bool CreateNewTempDirectory(FilePath::StringViewType p bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { ScopedBlockingCall scoped_blocking_call( FROM_HERE, BlockingType::MAY_BLOCK); // For call to mkdir(). diff --git a/www/ungoogled-chromium/files/patch-base_functional_unretained__traits.h b/www/ungoogled-chromium/files/patch-base_functional_unretained__traits.h index d00b1125aebb..5377b138b548 100644 --- a/www/ungoogled-chromium/files/patch-base_functional_unretained__traits.h +++ b/www/ungoogled-chromium/files/patch-base_functional_unretained__traits.h @@ -1,6 +1,6 @@ ---- base/functional/unretained_traits.h.orig 2025-02-20 09:59:21 UTC +--- base/functional/unretained_traits.h.orig 2025-12-06 13:30:52 UTC +++ base/functional/unretained_traits.h -@@ -90,7 +90,7 @@ struct SupportsUnretainedImpl { +@@ -92,7 +92,7 @@ struct SupportsUnretainedImpl { // official builds, and then in non-test code as well. #if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \ (!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) && \ diff --git a/www/ungoogled-chromium/files/patch-base_i18n_icu__util.cc b/www/ungoogled-chromium/files/patch-base_i18n_icu__util.cc index d60be943f0f2..9f91e92e73eb 100644 --- a/www/ungoogled-chromium/files/patch-base_i18n_icu__util.cc +++ b/www/ungoogled-chromium/files/patch-base_i18n_icu__util.cc @@ -1,6 +1,6 @@ ---- base/i18n/icu_util.cc.orig 2025-09-10 13:22:16 UTC +--- base/i18n/icu_util.cc.orig 2025-12-06 13:30:52 UTC +++ base/i18n/icu_util.cc -@@ -52,7 +52,7 @@ +@@ -54,7 +54,7 @@ #include "third_party/icu/source/common/unicode/unistr.h" #endif @@ -9,7 +9,7 @@ BUILDFLAG(IS_CHROMEOS) || (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) #include "third_party/icu/source/i18n/unicode/timezone.h" #endif -@@ -318,7 +318,7 @@ void InitializeIcuTimeZone() { +@@ -327,7 +327,7 @@ void InitializeIcuTimeZone() { FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdForIcuInitialization(); icu::TimeZone::adoptDefault( icu::TimeZone::createTimeZone(icu::UnicodeString::fromUTF8(zone_id))); diff --git a/www/ungoogled-chromium/files/patch-base_system_sys__info.cc b/www/ungoogled-chromium/files/patch-base_system_sys__info.cc index 08f4c523a964..d6e21af85288 100644 --- a/www/ungoogled-chromium/files/patch-base_system_sys__info.cc +++ b/www/ungoogled-chromium/files/patch-base_system_sys__info.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info.cc.orig 2025-10-21 16:57:35 UTC +--- base/system/sys_info.cc.orig 2025-12-06 13:30:52 UTC +++ base/system/sys_info.cc -@@ -222,7 +222,7 @@ std::string SysInfo::SocManufacturer() { +@@ -233,7 +233,7 @@ std::string SysInfo::SocManufacturer() { #endif void SysInfo::GetHardwareInfo(base::OnceCallback<void(HardwareInfo)> callback) { diff --git a/www/ungoogled-chromium/files/patch-base_system_sys__info.h b/www/ungoogled-chromium/files/patch-base_system_sys__info.h index 36fb7362c6db..32aef7aa29af 100644 --- a/www/ungoogled-chromium/files/patch-base_system_sys__info.h +++ b/www/ungoogled-chromium/files/patch-base_system_sys__info.h @@ -1,6 +1,6 @@ ---- base/system/sys_info.h.orig 2025-10-21 16:57:35 UTC +--- base/system/sys_info.h.orig 2025-12-06 13:30:52 UTC +++ base/system/sys_info.h -@@ -355,6 +355,8 @@ class BASE_EXPORT SysInfo { +@@ -354,6 +354,8 @@ class BASE_EXPORT SysInfo { static void ResetCpuSecurityMitigationsEnabledForTesting(); #endif @@ -9,7 +9,7 @@ private: friend class test::ScopedAmountOfPhysicalMemoryOverride; FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory); -@@ -367,7 +369,7 @@ class BASE_EXPORT SysInfo { +@@ -366,7 +368,7 @@ class BASE_EXPORT SysInfo { static HardwareInfo GetHardwareInfoSync(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/ungoogled-chromium/files/patch-base_system_sys__info__posix.cc b/www/ungoogled-chromium/files/patch-base_system_sys__info__posix.cc index 83308c611646..d983cece0db3 100644 --- a/www/ungoogled-chromium/files/patch-base_system_sys__info__posix.cc +++ b/www/ungoogled-chromium/files/patch-base_system_sys__info__posix.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info_posix.cc.orig 2025-10-21 16:57:35 UTC +--- base/system/sys_info_posix.cc.orig 2025-12-06 13:30:52 UTC +++ base/system/sys_info_posix.cc -@@ -142,7 +142,7 @@ void GetKernelVersionNumbers(int32_t* major_version, +@@ -143,7 +143,7 @@ void GetKernelVersionNumbers(int32_t* major_version, namespace base { @@ -9,7 +9,7 @@ // static int SysInfo::NumberOfProcessors() { #if BUILDFLAG(IS_MAC) -@@ -198,7 +198,7 @@ int SysInfo::NumberOfProcessors() { +@@ -199,7 +199,7 @@ int SysInfo::NumberOfProcessors() { return cached_num_cpus; } @@ -17,8 +17,8 @@ +#endif // !BUILDFLAG(IS_BSD) // static - uint64_t SysInfo::AmountOfVirtualMemory() { -@@ -286,6 +286,8 @@ std::string SysInfo::OperatingSystemArchitecture() { + ByteCount SysInfo::AmountOfVirtualMemory() { +@@ -289,6 +289,8 @@ std::string SysInfo::OperatingSystemArchitecture() { arch = "x86"; } else if (arch == "amd64") { arch = "x86_64"; diff --git a/www/ungoogled-chromium/files/patch-base_trace__event_memory__dump__manager.cc b/www/ungoogled-chromium/files/patch-base_trace__event_memory__dump__manager.cc index 27b9f210b8db..cf646a4983aa 100644 --- a/www/ungoogled-chromium/files/patch-base_trace__event_memory__dump__manager.cc +++ b/www/ungoogled-chromium/files/patch-base_trace__event_memory__dump__manager.cc @@ -1,6 +1,6 @@ ---- base/trace_event/memory_dump_manager.cc.orig 2025-03-09 21:38:10 UTC +--- base/trace_event/memory_dump_manager.cc.orig 2025-12-06 13:30:52 UTC +++ base/trace_event/memory_dump_manager.cc -@@ -78,7 +78,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP +@@ -79,7 +79,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP #if defined(MALLOC_MEMORY_TRACING_SUPPORTED) MallocDumpProvider::kAllocatedObjects; #else diff --git a/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn b/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn index 13041f6ca9c8..bc663ba83c1e 100644 --- a/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/ungoogled-chromium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2025-10-21 16:57:35 UTC +--- build/config/BUILDCONFIG.gn.orig 2025-12-06 13:30:52 UTC +++ build/config/BUILDCONFIG.gn @@ -136,7 +136,8 @@ declare_args() { is_official_build = false @@ -9,8 +9,8 @@ + current_os == "freebsd" || (current_cpu != "s390x" && current_cpu != "s390" && current_cpu != "ppc64" && current_cpu != "ppc" && - current_cpu != "mips" && current_cpu != "mips64" && -@@ -235,6 +236,10 @@ if (host_toolchain == "") { + current_cpu != "mips" && current_cpu != "mips64") +@@ -234,6 +235,10 @@ if (host_toolchain == "") { host_toolchain = "//build/toolchain/aix:$host_cpu" } else if (host_os == "zos") { host_toolchain = "//build/toolchain/zos:$host_cpu" @@ -21,7 +21,7 @@ } else { assert(false, "Unsupported host_os: $host_os") } -@@ -284,6 +289,8 @@ if (target_os == "android") { +@@ -283,6 +288,8 @@ if (target_os == "android") { assert( false, "emscripten is not a supported target_os. It is available only as secondary toolchain.") @@ -30,7 +30,7 @@ } else { assert(false, "Unsupported target_os: $target_os") } -@@ -318,7 +325,11 @@ is_android = current_os == "android" +@@ -317,7 +324,11 @@ is_android = current_os == "android" is_chromeos = current_os == "chromeos" is_fuchsia = current_os == "fuchsia" is_ios = current_os == "ios" diff --git a/www/ungoogled-chromium/files/patch-build_config_c++_modules.gni b/www/ungoogled-chromium/files/patch-build_config_c++_modules.gni index 9bc22d204fdc..d340a523a329 100644 --- a/www/ungoogled-chromium/files/patch-build_config_c++_modules.gni +++ b/www/ungoogled-chromium/files/patch-build_config_c++_modules.gni @@ -1,11 +1,11 @@ ---- build/config/c++/modules.gni.orig 2025-11-01 06:40:37 UTC +--- build/config/c++/modules.gni.orig 2025-12-06 13:30:52 UTC +++ build/config/c++/modules.gni @@ -16,7 +16,7 @@ declare_args() { # Eg. linux arm64 and windows were never supported with manual clang modules, # so they should use_autogenerated_modules = true despite not having # autogenerated modules because they're guarded by use_clang_modules. -- use_autogenerated_modules = !is_apple -+ use_autogenerated_modules = !is_apple && !is_bsd +- use_autogenerated_modules = !(is_apple && use_system_xcode) ++ use_autogenerated_modules = !(is_apple && use_system_xcode) && !is_bsd } module_platform = "${current_os}-${current_cpu}" diff --git a/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn b/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn index 9f5a69adfcb5..af8fc4bb1799 100644 --- a/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-build_config_compiler_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/compiler/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- build/config/compiler/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ build/config/compiler/BUILD.gn -@@ -196,7 +196,7 @@ declare_args() { +@@ -201,7 +201,7 @@ declare_args() { # This greatly reduces the size of debug builds, at the cost of # debugging information which is required by some specialized # debugging tools. @@ -9,7 +9,7 @@ # This switch is used to enable -Wexit-time-destructors by default. This # warning serves as a flip switch to allow a gradual migration of targets -@@ -270,7 +270,7 @@ assert(!(llvm_force_head_revision && use_remoteexec && +@@ -282,7 +282,7 @@ assert(is_bot || # # Since this is referenced both when passing the file and when deciding which # warnings to enable, store it in a separate variable here. @@ -18,7 +18,7 @@ is_clang && clang_warning_suppression_file != "" # default_include_dirs --------------------------------------------------------- -@@ -288,13 +288,16 @@ config("default_include_dirs") { +@@ -300,13 +300,16 @@ config("default_include_dirs") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. config("no_unresolved_symbols") { @@ -36,7 +36,7 @@ } # compiler --------------------------------------------------------------------- -@@ -567,6 +570,10 @@ config("compiler") { +@@ -579,6 +582,10 @@ config("compiler") { } } @@ -47,7 +47,7 @@ # Linux-specific compiler flags setup. # ------------------------------------ if (use_icf && (!is_apple || use_lld)) { -@@ -657,7 +664,7 @@ config("compiler") { +@@ -669,7 +676,7 @@ config("compiler") { ldflags += [ "-Wl,-z,keep-text-section-prefix" ] } @@ -56,7 +56,7 @@ cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -1315,7 +1322,7 @@ config("compiler_cpu_abi") { +@@ -1297,7 +1304,7 @@ config("compiler_cpu_abi") { # CPU architecture. We may or may not be doing a cross compile now, so for # simplicity we always explicitly set the architecture. if (current_cpu == "x64") { @@ -65,7 +65,7 @@ cflags += [ "--target=x86_64-unknown-linux-gnu" ] ldflags += [ "--target=x86_64-unknown-linux-gnu" ] } else { -@@ -1324,7 +1331,7 @@ config("compiler_cpu_abi") { +@@ -1306,7 +1313,7 @@ config("compiler_cpu_abi") { } cflags += [ "-msse3" ] } else if (current_cpu == "x86") { @@ -74,7 +74,7 @@ cflags += [ "--target=i386-unknown-linux-gnu" ] ldflags += [ "--target=i386-unknown-linux-gnu" ] } else { -@@ -1336,7 +1343,7 @@ config("compiler_cpu_abi") { +@@ -1318,7 +1325,7 @@ config("compiler_cpu_abi") { "-msse3", ] } else if (current_cpu == "arm") { @@ -83,7 +83,7 @@ cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] } -@@ -1348,7 +1355,7 @@ config("compiler_cpu_abi") { +@@ -1330,7 +1337,7 @@ config("compiler_cpu_abi") { cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { @@ -92,7 +92,7 @@ cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1747,7 +1754,7 @@ config("compiler_deterministic") { +@@ -1735,7 +1742,7 @@ config("compiler_deterministic") { } config("clang_revision") { @@ -101,7 +101,7 @@ current_os != "zos") { _perform_consistency_checks = current_toolchain == default_toolchain if (llvm_force_head_revision) { -@@ -2955,7 +2962,7 @@ config("afdo_optimize_size") { +@@ -2969,7 +2976,7 @@ config("afdo_optimize_size") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. config("afdo") { @@ -110,7 +110,7 @@ cflags = [] if (clang_emit_debug_info_for_profiling) { # Add the following flags to generate debug info for profiling. -@@ -2982,7 +2989,7 @@ config("afdo") { +@@ -2996,7 +3003,7 @@ config("afdo") { cflags += [ "-Wno-backend-plugin" ] inputs = [ _clang_sample_profile ] } diff --git a/www/ungoogled-chromium/files/patch-build_config_rust.gni b/www/ungoogled-chromium/files/patch-build_config_rust.gni index 58f29aef6c5f..ee27f82e918e 100644 --- a/www/ungoogled-chromium/files/patch-build_config_rust.gni +++ b/www/ungoogled-chromium/files/patch-build_config_rust.gni @@ -1,4 +1,4 @@ ---- build/config/rust.gni.orig 2025-11-05 15:35:54 UTC +--- build/config/rust.gni.orig 2025-12-06 13:30:52 UTC +++ build/config/rust.gni @@ -62,7 +62,8 @@ declare_args() { # set this to the output of `rustc -V`. Changing this string will cause all @@ -10,7 +10,7 @@ # Whether artifacts produced by the Rust compiler can participate in ThinLTO. # -@@ -329,7 +330,11 @@ if (is_linux || is_chromeos) { +@@ -326,7 +327,11 @@ if (is_linux || is_chromeos) { } } diff --git a/www/ungoogled-chromium/files/patch-build_linux_unbundle_icu.gn b/www/ungoogled-chromium/files/patch-build_linux_unbundle_icu.gn index b0f1f6a3c2e3..5ebe4022a514 100644 --- a/www/ungoogled-chromium/files/patch-build_linux_unbundle_icu.gn +++ b/www/ungoogled-chromium/files/patch-build_linux_unbundle_icu.gn @@ -1,4 +1,4 @@ ---- build/linux/unbundle/icu.gn.orig 2025-01-25 09:34:31 UTC +--- build/linux/unbundle/icu.gn.orig 2025-12-06 13:30:52 UTC +++ build/linux/unbundle/icu.gn @@ -17,6 +17,15 @@ config("icu_config") { "USING_SYSTEM_ICU=1", @@ -26,18 +26,3 @@ ] } -@@ -46,6 +58,14 @@ pkg_config("system_icuuc") { - } - - source_set("icui18n") { -+ deps = [ ":icui18n_shim" ] -+ public_configs = [ -+ ":icu_config", -+ ":system_icui18n", -+ ] -+} -+ -+source_set("icui18n_hidden_visibility") { - deps = [ ":icui18n_shim" ] - public_configs = [ - ":icu_config", diff --git a/www/ungoogled-chromium/files/patch-build_linux_unbundle_libpng.gn b/www/ungoogled-chromium/files/patch-build_linux_unbundle_libpng.gn new file mode 100644 index 000000000000..473493e8f676 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-build_linux_unbundle_libpng.gn @@ -0,0 +1,30 @@ +--- build/linux/unbundle/libpng.gn.orig 2025-12-06 13:30:52 UTC ++++ build/linux/unbundle/libpng.gn +@@ -21,3 +21,27 @@ source_set("libpng") { + deps = [ ":libpng_shim" ] + public_configs = [ ":libpng_config" ] + } ++ ++libpng_testonly_visibility = [ ++ "//chrome/test:accessibility_live_site_tests", ++ "//chrome/test:captured_sites_interactive_tests", ++ "//chrome/test:interactive_ui_tests", ++ "//tools/imagediff", ++ ++ # Using a wildcard, to cover template-generated targets (e.g. ++ # `run_libpng_progressive_read_fuzzer` on `ios-catalyst` trybot). ++ "//testing/libfuzzer/fuzzers:*", ++ ++ # Using a wildcard, to cover template-generated targets (e.g. ++ # `//ui/gfx:gfx_unittests__library__jni_registration__native_sources` or ++ # `//ui/gfx:gfx_unittests__exec`). ++ "//ui/gfx:*", ++] ++ ++group("libpng_for_testonly") { ++ testonly = true ++ public_deps = [ ":libpng" ] ++ ++ visibility = [] ++ visibility = libpng_testonly_visibility ++} diff --git a/www/ungoogled-chromium/files/patch-build_rust_allocator_lib.rs b/www/ungoogled-chromium/files/patch-build_rust_allocator_lib.rs index 5683fb4c4512..d76fad74c3ab 100644 --- a/www/ungoogled-chromium/files/patch-build_rust_allocator_lib.rs +++ b/www/ungoogled-chromium/files/patch-build_rust_allocator_lib.rs @@ -1,15 +1,9 @@ ---- build/rust/allocator/lib.rs.orig 2025-11-25 13:37:36 UTC +--- build/rust/allocator/lib.rs.orig 2025-12-06 13:30:52 UTC +++ build/rust/allocator/lib.rs -@@ -96,6 +96,18 @@ mod both_allocators { +@@ -96,6 +96,12 @@ mod both_allocators { 0 } -+ // TODO(crbug.com/422538133) Remove after rolling past -+ // https://github.com/rust-lang/rust/pull/141061 -+ #[no_mangle] -+ #[linkage = "weak"] -+ static __rust_no_alloc_shim_is_unstable: u8 = 0; -+ + // TODO(crbug.com/440481922): Remove this after rolling past https://github.com/rust-lang/rust/pull/143387 + #[rustc_std_internal_symbol] + #[allow(non_upper_case_globals)] diff --git a/www/ungoogled-chromium/files/patch-chrome_app_settings__strings.grdp b/www/ungoogled-chromium/files/patch-chrome_app_settings__strings.grdp index 47a91936aaac..5b14d2ac5589 100644 --- a/www/ungoogled-chromium/files/patch-chrome_app_settings__strings.grdp +++ b/www/ungoogled-chromium/files/patch-chrome_app_settings__strings.grdp @@ -1,6 +1,6 @@ ---- chrome/app/settings_strings.grdp.orig 2025-09-10 13:22:16 UTC +--- chrome/app/settings_strings.grdp.orig 2025-12-06 13:30:52 UTC +++ chrome/app/settings_strings.grdp -@@ -240,11 +240,9 @@ +@@ -237,11 +237,9 @@ <message name="IDS_SETTINGS_RESET_TO_DEFAULT" desc="Name of the control which resets a browser setting back to the default value"> Reset to default </message> diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_BUILD.gn b/www/ungoogled-chromium/files/patch-chrome_browser_BUILD.gn index 14b8a9d0344d..6bd8363b8aac 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-chrome_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/BUILD.gn -@@ -7113,6 +7113,13 @@ static_library("browser") { +@@ -7111,6 +7111,13 @@ static_library("browser") { [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc b/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc index 10a3c33d80e7..3353ead5cf69 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2025-11-07 07:18:16 UTC +--- chrome/browser/about_flags.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/about_flags.cc -@@ -335,12 +335,12 @@ +@@ -333,12 +333,12 @@ #include "components/stylus_handwriting/win/features.h" #endif @@ -15,7 +15,7 @@ #include "chrome/browser/contextual_cueing/contextual_cueing_features.h" // nogncheck #include "chrome/browser/enterprise/profile_management/profile_management_features.h" #include "chrome/browser/enterprise/webstore/features.h" -@@ -897,6 +897,26 @@ const FeatureEntry::FeatureVariation +@@ -867,6 +867,26 @@ const FeatureEntry::FeatureVariation std::size(kWebIdentityDigitalIdentityCredentialHighRiskDialogParam), nullptr}}; @@ -42,7 +42,7 @@ const FeatureEntry::FeatureParam kClipboardMaximumAge60Seconds[] = { {"UIClipboardMaximumAge", "60"}}; const FeatureEntry::FeatureParam kClipboardMaximumAge90Seconds[] = { -@@ -1266,7 +1286,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada +@@ -1322,7 +1342,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -51,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3871,7 +3891,7 @@ const FeatureEntry::FeatureVariation +@@ -3969,7 +3989,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -60,7 +60,16 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -4131,7 +4151,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -3999,7 +4019,7 @@ const flags_ui::FeatureEntry::FeatureVariation + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || + // BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + const FeatureEntry::Choice kReplaceSyncPromosWithSignInPromosChoices[] = { + {"Default", "", ""}, + {"Disabled", switches::kDisableFeatures, +@@ -4225,7 +4245,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -69,7 +78,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4151,7 +4171,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent +@@ -4245,7 +4265,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent }; #endif // BUILDFLAG(IS_ANDROID) @@ -78,16 +87,25 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -4900,7 +4920,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes +@@ -5014,7 +5034,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const FeatureEntry::FeatureParam kNtpEnterpriseShortcutsWithFakeData[] = { - {"use_fake_data", "true"}}; - const FeatureEntry::FeatureVariation kNtpEnterpriseShortcutsVariations[] = { -@@ -5554,7 +5574,7 @@ const FeatureEntry kFeatureEntries[] = { + const FeatureEntry::FeatureParam kNtpCustomizeChromeAutoOpenOnEveryNTP[] = { + {"max_customize_chrome_auto_shown_count", "5"}, + {"max_customize_chrome_auto_shown_session_count", "5"}}; +@@ -5150,7 +5170,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa + nullptr}}; + #endif // BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + const FeatureEntry::FeatureParam kProfilePickerTextVariation1[] = { + {"profile-picker-variation", "keep-work-and-life-separate"}}; + const FeatureEntry::FeatureParam kProfilePickerTextVariation2[] = { +@@ -5737,7 +5757,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -96,7 +114,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -5849,7 +5869,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6035,7 +6055,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -105,7 +123,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -6041,7 +6061,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6227,7 +6247,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -114,7 +132,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -6070,6 +6090,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6256,6 +6276,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -131,7 +149,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -6936,7 +6966,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7126,7 +7156,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -140,7 +158,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7346,7 +7376,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7540,7 +7570,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -149,7 +167,16 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, -@@ -7824,7 +7854,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7755,7 +7785,7 @@ const FeatureEntry kFeatureEntries[] = { + "NtpRealboxNext")}, + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"ntp-customize-chrome-auto-open", + flag_descriptions::kNtpCustomizeChromeAutoOpenName, + flag_descriptions::kNtpCustomizeChromeAutoOpenDescription, kOsDesktop, +@@ -8034,7 +8064,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -158,7 +185,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8786,7 +8816,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8972,7 +9002,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -167,16 +194,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9364,7 +9394,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(ash::features::kWallpaperGooglePhotosSharedAlbums)}, - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, - flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLinux, - FEATURE_VALUE_TYPE(blink::features::kGetAllScreensMedia)}, -@@ -9389,7 +9419,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9543,7 +9573,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -185,7 +203,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9842,7 +9872,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10000,7 +10030,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -194,7 +212,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10032,7 +10062,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10197,7 +10227,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -203,16 +221,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10504,7 +10534,7 @@ const FeatureEntry kFeatureEntries[] = { - kOsDesktop | kOsAndroid, - FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)}, - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"camera-mic-effects", flag_descriptions::kCameraMicEffectsName, - flag_descriptions::kCameraMicEffectsDescription, - static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux), -@@ -10615,7 +10645,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10759,7 +10789,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, @@ -221,7 +230,7 @@ {"enable-generic-oidc-auth-profile-management", flag_descriptions::kEnableGenericOidcAuthProfileManagementName, flag_descriptions::kEnableGenericOidcAuthProfileManagementDescription, -@@ -10636,7 +10666,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10780,7 +10810,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -230,34 +239,16 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11174,7 +11204,7 @@ const FeatureEntry kFeatureEntries[] = { - kStandardBoundSessionCredentialsFederatedSessionsVariations, - "standard-device-bound-sessions-federated-sessions")}, +@@ -11294,7 +11324,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kResponsiveIframesDescription, kOsAll, + FEATURE_VALUE_TYPE(blink::features::kResponsiveIframes)}, -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) {"replace-sync-promos-with-sign-in-promos-desktop", flag_descriptions::kReplaceSyncPromosWithSignInPromosName, flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, -@@ -11334,7 +11364,7 @@ const FeatureEntry kFeatureEntries[] = { - flag_descriptions::kCanvasHibernationDescription, kOsAll, - FEATURE_VALUE_TYPE(blink::features::kCanvas2DHibernation)}, - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"sync-enable-bookmarks-in-transport-mode", - flag_descriptions::kSyncEnableBookmarksInTransportModeName, - flag_descriptions::kSyncEnableBookmarksInTransportModeDescription, -@@ -11420,7 +11450,7 @@ const FeatureEntry kFeatureEntries[] = { - "HistoryOptInEducationalTipVariations")}, - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - {"supervised-user-local-web-approvals", - flag_descriptions::kSupervisedUserLocalWebApprovalsName, - flag_descriptions::kSupervisedUserLocalWebApprovalsDescription, -@@ -11625,7 +11655,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11710,7 +11740,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -266,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, -@@ -11713,7 +11743,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11781,7 +11811,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -275,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11747,7 +11777,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11807,7 +11837,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -284,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12111,7 +12141,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12183,7 +12213,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -293,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12147,7 +12177,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12219,7 +12249,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -302,7 +293,7 @@ {"autofill-enable-amount-extraction", flag_descriptions::kAutofillEnableAmountExtractionName, flag_descriptions::kAutofillEnableAmountExtractionDescription, -@@ -12299,7 +12329,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12364,7 +12394,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -311,7 +302,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12328,7 +12358,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12393,7 +12423,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(supervised_user::kSupervisedUserBlockInterstitialV3)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -320,7 +311,7 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12343,7 +12373,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12408,7 +12438,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, @@ -329,7 +320,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12616,7 +12646,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12685,7 +12715,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -338,7 +329,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12709,7 +12739,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12775,7 +12805,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -347,7 +338,7 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -12833,7 +12863,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12887,7 +12917,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -356,7 +347,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -12906,7 +12936,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12960,7 +12990,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -365,7 +356,7 @@ {"autofill-enable-buy-now-pay-later-for-externally-linked", flag_descriptions::kAutofillEnableBuyNowPayLaterForExternallyLinkedName, flag_descriptions:: -@@ -13183,7 +13213,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13238,7 +13268,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID), #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -374,7 +365,7 @@ {"enable-ntp-enterprise-shortcuts", flag_descriptions::kEnableNtpEnterpriseShortcutsName, flag_descriptions::kEnableNtpEnterpriseShortcutsDescription, -@@ -13290,7 +13320,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13345,7 +13375,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillAndPasswordsInSameSurface)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -383,7 +374,7 @@ {"contextual-suggestion-ui-improvements", flag_descriptions::kContextualSuggestionsUiImprovementsName, flag_descriptions::kContextualSuggestionsUiImprovementsDescription, -@@ -13318,7 +13348,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13373,7 +13403,7 @@ const FeatureEntry kFeatureEntries[] = { "EnableBlockCanvasReadback")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -392,7 +383,7 @@ {"autofill-enable-ai-based-amount-extraction", flag_descriptions::kAutofillEnableAiBasedAmountExtractionName, flag_descriptions::kAutofillEnableAiBasedAmountExtractionDescription, -@@ -13363,7 +13393,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13423,7 +13453,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kCryptographyComplianceCnsa)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -401,3 +392,75 @@ {"lens-reinvocation-affordance", flag_descriptions::kLensSearchReinvocationAffordanceName, flag_descriptions::kLensSearchReinvocationAffordanceDescription, +@@ -13481,7 +13511,7 @@ const FeatureEntry kFeatureEntries[] = { + STRING_VALUE_TYPE(variations::switches::kVariationsSeedCorpus, "")}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"passkey-unlock-error-ui", flag_descriptions::kPasskeyUnlockErrorUiName, + flag_descriptions::kPasskeyUnlockErrorUiDescription, kOsDesktop, + FEATURE_VALUE_TYPE(device::kPasskeyUnlockErrorUi)}, +@@ -13518,7 +13548,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(features::kUserValueDefaultBrowserStrings)}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"read-anything-read-aloud-ts-text-segmentation", + flag_descriptions::kReadAnythingReadAloudTsTextSegmentationName, + flag_descriptions::kReadAnythingReadAloudTsTextSegmentationDescription, +@@ -13530,7 +13560,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kHandleMdmErrorsForDasherAccountsDescription, kOsAll, + FEATURE_VALUE_TYPE(switches::kHandleMdmErrorsForDasherAccounts)}, + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"profile-creation-decline-signin-cta-experiment", + flag_descriptions::kProfileCreationDeclineSigninCTAExperimentName, + flag_descriptions::kProfileCreationDeclineSigninCTAExperimentDescription, +@@ -13538,7 +13568,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(switches::kProfileCreationDeclineSigninCTAExperiment)}, + #endif + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"show-profile-picker-to-all-users-experiment", + flag_descriptions::kShowProfilePickerToAllUsersExperimentName, + flag_descriptions::kShowProfilePickerToAllUsersExperimentDescription, +@@ -13588,7 +13618,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(features::kAndroidDesktopZoomScaling)}, + #endif + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"profile-picker-text-variations", + flag_descriptions::kProfilePickerTextVariationsName, + flag_descriptions::kProfilePickerTextVariationsDescription, +@@ -13599,7 +13629,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"lens-overlay-optimization-filter", + flag_descriptions::kLensOverlayOptimizationFilterName, + flag_descriptions::kLensOverlayOptimizationFilterDescription, kOsDesktop, +@@ -13618,7 +13648,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(network::features::kConnectionAllowlists)}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"read-anything-with-readability-enabled", + flag_descriptions::kReadAnythingWithReadabilityName, + flag_descriptions::kReadAnythingWithReadabilityDescription, kOsDesktop, +@@ -13626,7 +13656,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"lens-overlay-non-blocking-privacy-notice", + flag_descriptions::kLensOverlayNonBlockingPrivacyNoticeName, + flag_descriptions::kLensOverlayNonBlockingPrivacyNoticeDescription, diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc b/www/ungoogled-chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc index 00a76e2dcfe1..844936ebfc37 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/extensions/background_mode_manager.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/background/extensions/background_mode_manager.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/background/extensions/background_mode_manager.cc -@@ -879,7 +879,7 @@ gfx::ImageSkia GetStatusTrayIcon() { +@@ -877,7 +877,7 @@ gfx::ImageSkia GetStatusTrayIcon() { } return family->CreateExact(size).AsImageSkia(); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc b/www/ungoogled-chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc index 95c7b327621e..fbd5907be927 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_background_glic_glic__status__icon.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/background/glic/glic_status_icon.cc -@@ -89,7 +89,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control +@@ -105,7 +105,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control return; } @@ -9,7 +9,7 @@ // Set a vector icon for proper theming on Linux. status_icon_->SetIcon( GlicVectorIconManager::GetVectorIcon(IDR_GLIC_BUTTON_VECTOR_ICON)); -@@ -144,7 +144,7 @@ GlicStatusIcon::~GlicStatusIcon() { +@@ -160,7 +160,7 @@ GlicStatusIcon::~GlicStatusIcon() { context_menu_ = nullptr; if (status_icon_) { @@ -18,7 +18,7 @@ status_icon_->RemoveObserver(this); #endif std::unique_ptr<StatusIcon> removed_icon = -@@ -258,7 +258,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato +@@ -290,7 +290,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato } void GlicStatusIcon::UpdateVisibilityOfExitInContextMenu() { @@ -27,7 +27,7 @@ if (context_menu_) { const bool is_visible = BrowserList::GetInstance()->empty(); const std::optional<size_t> index = -@@ -322,7 +322,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C +@@ -368,7 +368,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C menu->AddItem(IDC_GLIC_STATUS_ICON_MENU_SETTINGS, l10n_util::GetStringUTF16(IDS_GLIC_STATUS_ICON_MENU_SETTINGS)); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.cc b/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.cc index 78360a00e36b..2443ba4e8c36 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.cc @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/browser_features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/browser_features.cc @@ -70,7 +70,7 @@ BASE_FEATURE(kCertVerificationNetworkTime, base::FEATU BASE_FEATURE(kClearUserDataUponProfileDestruction, @@ -9,7 +9,7 @@ // Enables usage of os_crypt_async::SecretPortalKeyProvider. Once // `kSecretPortalKeyProviderUseForEncryption` is enabled, this flag cannot be // disabled without losing data. -@@ -85,7 +85,7 @@ BASE_FEATURE(kUseFreedesktopSecretKeyProvider, +@@ -80,7 +80,7 @@ BASE_FEATURE(kDbusSecretPortal, base::FEATURE_ENABLED_ // Destroy profiles when their last browser window is closed, instead of when // the browser exits. BASE_FEATURE(kDestroyProfileOnBrowserClose, @@ -18,7 +18,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -204,7 +204,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlocked, base::FE +@@ -198,7 +198,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlocked, base::FE BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.h b/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.h index ee62f6939371..404b7d043dcb 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_browser__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/browser_features.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/browser_features.h @@ -41,7 +41,7 @@ BASE_DECLARE_FEATURE(kCertificateTransparencyAskBefore BASE_DECLARE_FEATURE(kCertVerificationNetworkTime); @@ -7,14 +7,14 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_DECLARE_FEATURE(kDbusSecretPortal); - BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProvider); #endif -@@ -92,7 +92,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed + +@@ -89,7 +89,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlocked); BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlockedWarning); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_DECLARE_FEATURE(kSecretPortalKeyProviderUseForEncryption); - BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProviderForEncryption); #endif + diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.cc b/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.cc index 55f28c0e87a8..acd2306c3e3f 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.cc @@ -1,24 +1,15 @@ ---- chrome/browser/browser_process_impl.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/browser_process_impl.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/browser_process_impl.cc -@@ -255,7 +255,7 @@ +@@ -259,7 +259,7 @@ void OnLocalStatePrefsLoaded(); #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/browser/browser_features.h" - #include "components/os_crypt/async/browser/fallback_linux_key_provider.h" #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" -@@ -267,7 +267,7 @@ - #include "chrome/browser/safe_browsing/safe_browsing_service.h" - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // How often to check if the persistent instance of Chrome needs to restart - // to install an update. - static const int kUpdateCheckIntervalHours = 6; -@@ -1181,7 +1181,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim + #include "components/os_crypt/async/browser/secret_portal_key_provider.h" +@@ -1196,7 +1196,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim GoogleUpdateSettings::GetCollectStatsConsent()); registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true); @@ -27,16 +18,25 @@ os_crypt_async::SecretPortalKeyProvider::RegisterLocalPrefs(registry); #endif } -@@ -1382,7 +1382,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { +@@ -1397,7 +1397,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { local_state()))); #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); - if (cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore) != - "basic") { -@@ -1729,7 +1729,7 @@ void BrowserProcessImpl::Unpin() { + const auto password_store = + cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore); +@@ -1418,7 +1418,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { + password_store, l10n_util::GetStringUTF8(IDS_PRODUCT_NAME), nullptr)); + #endif // BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + // On other POSIX systems, this is the only key provider. + providers.emplace_back( + /*precedence=*/5u, std::make_unique<os_crypt_async::PosixKeyProvider>()); +@@ -1746,7 +1746,7 @@ void BrowserProcessImpl::Unpin() { } // Mac is currently not supported. diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.h b/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.h index 52e757e0b362..c91c1ab62cf0 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_browser__process__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/browser_process_impl.h.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/browser_process_impl.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/browser_process_impl.h -@@ -411,7 +411,7 @@ class BrowserProcessImpl : public BrowserProcess, +@@ -410,7 +410,7 @@ class BrowserProcessImpl : public BrowserProcess, std::unique_ptr<BatteryMetrics> battery_metrics_; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc index 23ccae9dfcee..7bcd30778c20 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__field__trials.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_field_trials.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_browser_field_trials.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_browser_field_trials.cc -@@ -48,7 +48,7 @@ +@@ -51,7 +51,7 @@ #include "chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.h" #endif @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #include "ui/base/ui_base_features.h" #endif // BUILDFLAG(IS_LINUX) -@@ -104,7 +104,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride +@@ -107,7 +107,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride base::FeatureList* feature_list) { variations::FeatureOverrides feature_overrides(*feature_list); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc index de72c61b4715..45f431a61a92 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_browser_interface_binders.cc @@ -82,7 +82,7 @@ #endif // BUILDFLAG(ENABLE_UNHANDLED_TAP) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/web_applications/sub_apps_service_impl.h" #endif -@@ -521,7 +521,7 @@ void PopulateChromeFrameBinders( +@@ -522,7 +522,7 @@ void PopulateChromeFrameBinders( #endif // BUILDFLAG(ENABLE_SPEECH_SERVICE) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc index 0c6d35456f0f..4a2e9e59a572 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_browser_interface_binders_webui.cc -@@ -36,7 +36,7 @@ +@@ -40,7 +40,7 @@ #include "mojo/public/cpp/bindings/binder_map.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/discards/discards.mojom.h" #include "chrome/browser/ui/webui/discards/discards_ui.h" #include "chrome/browser/ui/webui/discards/site_data.mojom.h" -@@ -128,7 +128,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -135,7 +135,7 @@ void PopulateChromeWebUIFrameBinders( #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc index d823a6d8f3af..8ba5e99481a6 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc -@@ -110,7 +110,7 @@ +@@ -117,7 +117,7 @@ #include "ui/webui/resources/js/browser_command/browser_command.mojom.h" #include "ui/webui/resources/js/tracked_element/tracked_element.mojom.h" // nogncheck crbug.com/1125897 @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_home/app_home.mojom.h" #include "chrome/browser/ui/webui/app_home/app_home_ui.h" #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" -@@ -331,14 +331,14 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( +@@ -335,14 +335,14 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( HistoryClustersSidePanelUI, NewTabPageUI, BookmarksSidePanelUI>(map); } @@ -26,9 +26,9 @@ WhatsNewUI, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) NewTabPageUI>(map); -@@ -523,7 +523,7 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( - RegisterWebUIControllerInterfaceBinder< - guest_contents::mojom::GuestContentsHost, WebUIBrowserUI>(map); +@@ -546,7 +546,7 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( + OmniboxPopupUI>(map); + } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main.cc index 0c6e0e9187c3..0c4d5e67b797 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__browser__main.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_main.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_browser_main.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_browser_main.cc -@@ -158,7 +158,7 @@ +@@ -168,7 +168,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -9,13 +9,14 @@ #include "sql/database.h" #endif -@@ -184,11 +184,11 @@ +@@ -195,12 +195,12 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/browser/first_run/upgrade_util_linux.h" + #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) @@ -23,7 +24,7 @@ #include "chrome/browser/headless/headless_mode_metrics.h" // nogncheck #include "chrome/browser/headless/headless_mode_util.h" // nogncheck #include "chrome/browser/metrics/desktop_session_duration/desktop_session_duration_tracker.h" -@@ -199,7 +199,7 @@ +@@ -211,7 +211,7 @@ #include "ui/gfx/switches.h" #endif @@ -32,7 +33,7 @@ #include "chrome/browser/first_run/upgrade_util.h" #endif -@@ -272,7 +272,7 @@ +@@ -284,7 +284,7 @@ #include "chrome/browser/chrome_process_singleton.h" #include "chrome/browser/ui/startup/startup_browser_creator.h" @@ -41,16 +42,34 @@ #include "base/nix/xdg_util.h" #endif #endif // BUILDFLAG(ENABLE_PROCESS_SINGLETON) -@@ -295,7 +295,7 @@ +@@ -317,7 +317,7 @@ + #include "chrome/browser/chrome_browser_main_mac.h" + #elif BUILDFLAG(IS_CHROMEOS) + #include "chrome/browser/ash/main_parts/chrome_browser_main_parts_ash.h" +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/chrome_browser_main_linux.h" + #elif BUILDFLAG(IS_ANDROID) + #include "chrome/browser/chrome_browser_main_android.h" +@@ -325,7 +325,7 @@ + #include "chrome/browser/chrome_browser_main_posix.h" + #endif +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" + #elif BUILDFLAG(IS_OZONE) + #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" +@@ -334,7 +334,7 @@ namespace { + #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) + BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) constexpr base::FilePath::CharType kMediaHistoryDatabaseName[] = FILE_PATH_LITERAL("Media History"); -@@ -444,7 +444,7 @@ void ProcessSingletonNotificationCallbackImpl( +@@ -483,7 +483,7 @@ void ProcessSingletonNotificationCallbackImpl( } #endif @@ -59,16 +78,52 @@ // Set the global activation token sent as a command line switch by another // browser process. This also removes the switch after use to prevent any side // effects of leaving it in the command line after this point. -@@ -1006,7 +1006,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -549,7 +549,7 @@ bool ProcessSingletonNotificationCallback( + + // Drop the request if headless mode is in effect or the request is from + // a headless Chrome process. +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + if (headless::IsHeadlessMode() || + command_line.HasSwitch(switches::kHeadless)) { + return false; +@@ -715,7 +715,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + #elif BUILDFLAG(IS_CHROMEOS) + main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( + is_integration_test, startup_data); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( + is_integration_test, startup_data); + #elif BUILDFLAG(IS_ANDROID) +@@ -745,7 +745,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + // Construct additional browser parts. Stages are called in the order in + // which they are added. + #if defined(TOOLKIT_VIEWS) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts->AddParts( + std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); + #else +@@ -762,7 +762,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); + #elif BUILDFLAG(IS_OZONE) + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); +@@ -1221,7 +1221,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_ANDROID)) -+ BUILDFLAG(IS_ANDROID)) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) // Create directory for user-level Native Messaging manifest files. This // makes it less likely that the directory will be created by third-party // software with incorrect owner or permission. See crbug.com/725513 . -@@ -1050,7 +1050,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1265,7 +1265,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #endif // BUILDFLAG(IS_MAC) @@ -77,7 +132,7 @@ metrics::DesktopSessionDurationTracker::Initialize(); ProfileActivityMetricsRecorder::Initialize(); TouchUIControllerStatsTracker::Initialize( -@@ -1275,7 +1275,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1479,7 +1479,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +141,7 @@ // Delete the media history database if it still exists. // TODO(crbug.com/40177301): Remove this. base::ThreadPool::PostTask( -@@ -1326,7 +1326,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1530,7 +1530,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* *UrlLanguageHistogramFactory::GetForBrowserContext(profile)); #endif @@ -95,7 +150,7 @@ if (headless::IsHeadlessMode()) { headless::ReportHeadlessActionMetrics(); } -@@ -1435,7 +1435,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( +@@ -1639,7 +1639,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( // In headless mode provide alternate SelectFileDialog factory overriding // any platform specific SelectFileDialog implementation that may have been // set. @@ -104,12 +159,3 @@ if (headless::IsHeadlessMode()) { headless::HeadlessSelectFileDialogFactory::SetUp(); } -@@ -1980,7 +1980,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat - - // Drop the request if headless mode is in effect or the request is from - // a headless Chrome process. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - if (headless::IsHeadlessMode() || - command_line.HasSwitch(switches::kHeadless)) { - return false; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index 48454a160090..794b58f241d2 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,15 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_content_browser_client.cc -@@ -479,7 +479,7 @@ - #include "components/user_manager/user_manager.h" - #include "services/service_manager/public/mojom/interface_provider_spec.mojom.h" - #include "storage/browser/file_system/external_mount_points.h" --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/chrome_browser_main_linux.h" - #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" - #elif BUILDFLAG(IS_ANDROID) -@@ -577,7 +577,7 @@ +@@ -574,7 +574,7 @@ #include "third_party/cros_system_api/switches/chrome_switches.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,13 +9,7 @@ #include "components/crash/core/app/crash_switches.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -587,12 +587,12 @@ - #include "components/crash/content/browser/crash_handler_host_linux.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - #include "chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h" +@@ -585,7 +585,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -33,16 +18,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -601,7 +601,7 @@ - #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h" - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" - #elif BUILDFLAG(IS_OZONE) - #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" -@@ -1430,7 +1430,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre +@@ -1410,7 +1410,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre registry->RegisterBooleanPref(prefs::kDataURLWhitespacePreservationEnabled, true); registry->RegisterBooleanPref(prefs::kEnableUnsafeSwiftShader, false); @@ -51,43 +27,7 @@ registry->RegisterBooleanPref(prefs::kOutOfProcessSystemDnsResolutionEnabled, true); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) -@@ -1653,7 +1653,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - #elif BUILDFLAG(IS_CHROMEOS) - main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( - is_integration_test, &startup_data_); --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( - is_integration_test, &startup_data_); - #elif BUILDFLAG(IS_ANDROID) -@@ -1684,7 +1684,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - // Construct additional browser parts. Stages are called in the order in - // which they are added. - #if defined(TOOLKIT_VIEWS) --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts->AddParts( - std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); - #else -@@ -1701,7 +1701,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); - #elif BUILDFLAG(IS_OZONE) - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); -@@ -1720,7 +1720,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - - chrome::AddMetricsExtraParts(main_parts.get()); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - main_parts->AddParts( - std::make_unique< - enterprise_util::ChromeBrowserMainExtraPartsEnterprise>()); -@@ -1793,7 +1793,7 @@ ChromeContentBrowserClient::GetStoragePartitionConfigF +@@ -1680,7 +1680,7 @@ ChromeContentBrowserClient::GetStoragePartitionConfigF #if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -96,7 +36,7 @@ if (content::SiteIsolationPolicy::ShouldUrlUseApplicationIsolationLevel( browser_context, site)) { CHECK(url::Origin::Create(site).scheme() == webapps::kIsolatedAppScheme); -@@ -2667,7 +2667,7 @@ bool ChromeContentBrowserClient::ShouldUrlUseApplicati +@@ -2554,7 +2554,7 @@ bool ChromeContentBrowserClient::ShouldUrlUseApplicati const GURL& url) { #if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -105,26 +45,26 @@ if (!content::AreIsolatedWebAppsEnabled(browser_context)) { return false; -@@ -2785,7 +2785,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( +@@ -2678,7 +2678,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) { -+#ifdef notyet ++#if !BUILDFLAG(IS_BSD) crash_keys::AppendStringAnnotationsCommandLineSwitch(command_line); +#endif #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -3109,7 +3111,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -3002,7 +3004,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4168,7 +4170,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref +@@ -4061,7 +4063,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref std::optional<SkColor> GetRootScrollbarThemeColor(WebContents* web_contents) { bool root_scrollbar_follows_browser_theme = false; @@ -133,7 +73,7 @@ root_scrollbar_follows_browser_theme = base::FeatureList::IsEnabled( blink::features::kRootScrollbarFollowsBrowserTheme); #endif -@@ -5057,7 +5059,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS +@@ -4987,7 +4989,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS additional_allowed_schemes->push_back(content::kChromeUIScheme); additional_allowed_schemes->push_back(content::kChromeUIUntrustedScheme); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -142,7 +82,7 @@ additional_allowed_schemes->push_back(webapps::kIsolatedAppScheme); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -5112,7 +5114,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -5042,7 +5044,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -151,7 +91,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -5988,7 +5990,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation +@@ -5918,7 +5920,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation } #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -160,7 +100,7 @@ if (scheme == webapps::kIsolatedAppScheme) { if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { -@@ -6014,7 +6016,7 @@ void ChromeContentBrowserClient:: +@@ -5944,7 +5946,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -169,7 +109,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6043,7 +6045,7 @@ void ChromeContentBrowserClient:: +@@ -5973,7 +5975,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -178,7 +118,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6318,7 +6320,7 @@ void ChromeContentBrowserClient:: +@@ -6248,7 +6250,7 @@ void ChromeContentBrowserClient:: #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -187,7 +127,16 @@ { auto* rph = content::RenderProcessHost::FromID(render_process_id); content::BrowserContext* browser_context = rph->GetBrowserContext(); -@@ -7288,7 +7290,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -6941,7 +6943,7 @@ bool ChromeContentBrowserClient::HandleWebUI( + } + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + + // Rewrite chrome://settings/autofill to chrome://settings/yourSavedInfo. + if (url->SchemeIs(content::kChromeUIScheme) && +@@ -7227,7 +7229,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { // This enterprise policy is supported on Android, but the feature will not be // launched there. @@ -196,7 +145,7 @@ // This is possibly called before `g_browser_process` is initialized. PrefService* local_state; if (g_browser_process) { -@@ -7711,7 +7713,7 @@ void ChromeContentBrowserClient:: +@@ -7666,7 +7668,7 @@ void ChromeContentBrowserClient:: GrantAdditionalRequestPrivilegesToWorkerProcess(int child_id, const GURL& script_url) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -205,7 +154,7 @@ // IWA Service Workers need to be explicitly granted access to their origin // because isolated-app: isn't a web-safe scheme that can be accessed by // default. -@@ -8088,7 +8090,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve +@@ -8043,7 +8045,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve content::BrowserContext* browser_context, int32_t error_code) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.h b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.h index ef867a864500..ee538085e93d 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.h @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_content_browser_client.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_content_browser_client.h -@@ -570,7 +570,7 @@ class ChromeContentBrowserClient : public content::Con +@@ -584,7 +584,7 @@ class ChromeContentBrowserClient : public content::Con const GURL& site_url) override; std::unique_ptr<content::TracingDelegate> CreateTracingDelegate() override; bool IsSystemWideTracingEnabled() override; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc index d14eb11521d4..aefa601974ab 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/chrome_content_browser_client_navigation_throttles.cc -@@ -126,7 +126,7 @@ +@@ -128,7 +128,7 @@ #include "chrome/browser/captive_portal/captive_portal_service_factory.h" #endif // BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/oidc_auth_response_capture_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.h" -@@ -405,7 +405,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -417,7 +417,7 @@ void CreateAndAddChromeThrottlesForNavigation( TypedNavigationUpgradeThrottle::MaybeCreateAndAdd(registry); } @@ -18,7 +18,7 @@ WebAppSettingsNavigationThrottle::MaybeCreateAndAdd(registry); profile_management::ProfileManagementNavigationThrottle::MaybeCreateAndAdd( registry); -@@ -423,7 +423,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -435,7 +435,7 @@ void CreateAndAddChromeThrottlesForNavigation( #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -27,8 +27,8 @@ enterprise_connectors::DeviceTrustNavigationThrottle::MaybeCreateAndAdd( registry); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -455,7 +455,7 @@ void CreateAndAddChromeThrottlesForNavigation( - } +@@ -474,7 +474,7 @@ void CreateAndAddChromeThrottlesForNavigation( + registry, ui_manager); #endif // BUILDFLAG(SAFE_BROWSING_AVAILABLE) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc b/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc index 77d2d6b269d2..64e6c55bdf9a 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_component__updater_registration.cc @@ -1,6 +1,6 @@ ---- chrome/browser/component_updater/registration.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/component_updater/registration.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/component_updater/registration.cc -@@ -92,7 +92,7 @@ +@@ -93,7 +93,7 @@ #endif // BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/component_updater/installer_policies/amount_extraction_heuristic_regexes_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -105,7 +105,7 @@ +@@ -106,7 +106,7 @@ #include "chrome/browser/component_updater/lacros_component_remover.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ #include "chrome/browser/component_updater/wasm_tts_engine_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -240,7 +240,7 @@ void RegisterComponentsForUpdate() { +@@ -242,7 +242,7 @@ void RegisterComponentsForUpdate() { RegisterCookieReadinessListComponent(cus); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ RegisterAmountExtractionHeuristicRegexesComponent(cus); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -252,7 +252,7 @@ void RegisterComponentsForUpdate() { +@@ -254,7 +254,7 @@ void RegisterComponentsForUpdate() { } #endif // BUIDLFLAG(IS_ANDROID) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_devtools_devtools__window.cc b/www/ungoogled-chromium/files/patch-chrome_browser_devtools_devtools__window.cc deleted file mode 100644 index bcc69965c4b0..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_browser_devtools_devtools__window.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/devtools/devtools_window.cc.orig 2025-11-01 06:40:37 UTC -+++ chrome/browser/devtools/devtools_window.cc -@@ -566,7 +566,7 @@ void DevToolsWindow::RegisterProfilePrefs( - prefs::kDevToolsGoogleDeveloperProgramProfileAvailability, - /* enabled */ 0); - #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_MAC) -+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityAllowlist); - registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityBlocklist); - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc b/www/ungoogled-chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc index cde077a617a9..4c1866403d98 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/download/chrome_download_manager_delegate.cc -@@ -1946,7 +1946,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe +@@ -2016,7 +2016,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe bool ChromeDownloadManagerDelegate::IsOpenInBrowserPreferredForFile( const base::FilePath& path) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ if (path.MatchesExtension(FILE_PATH_LITERAL(".pdf"))) { return !download_prefs_->ShouldOpenPdfInSystemReader(); } -@@ -2053,7 +2053,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow +@@ -2123,7 +2123,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow content::CheckDownloadAllowedCallback check_download_allowed_cb) { DCHECK_CURRENTLY_ON(BrowserThread::UI); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ // Don't download pdf if it is a file URL, as that might cause an infinite // download loop if Chrome is not the system pdf viewer. if (url.SchemeIsFile() && download_prefs_->ShouldOpenPdfInSystemReader()) { -@@ -2135,7 +2135,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl +@@ -2201,7 +2201,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl DCHECK(download_item->IsSavePackageDownload()); #if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc new file mode 100644 index 000000000000..daa705f70330 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc @@ -0,0 +1,20 @@ +--- chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.cc.orig 2025-12-06 13:30:52 UTC ++++ chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.cc +@@ -7,7 +7,7 @@ + #include "components/enterprise/buildflags/buildflags.h" + #include "content/public/browser/browser_thread.h" + +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + #include "chrome/browser/enterprise/connectors/analysis/content_analysis_sdk_manager.h" // nogncheck + #include "chrome/browser/enterprise/connectors/connectors_service.h" // nogncheck +@@ -53,7 +53,7 @@ ChromeBrowserMainExtraPartsEnterprise::ChromeBrowserMa + ChromeBrowserMainExtraPartsEnterprise:: + ~ChromeBrowserMainExtraPartsEnterprise() = default; + +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + void ChromeBrowserMainExtraPartsEnterprise::PostProfileInit( + Profile* profile, diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h new file mode 100644 index 000000000000..c90e5c8d511c --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h @@ -0,0 +1,11 @@ +--- chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h.orig 2025-12-06 13:30:52 UTC ++++ chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h +@@ -25,7 +25,7 @@ class ChromeBrowserMainExtraPartsEnterprise + ~ChromeBrowserMainExtraPartsEnterprise() override; + + // ChromeBrowserMainExtraParts: +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + void PostProfileInit(Profile* profile, bool is_initial_profile) override; + #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc index 9a787400559a..4a61c9e38352 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc -@@ -192,7 +192,7 @@ void AnalysisServiceSettings::ParseVerificationSignatu +@@ -55,7 +55,7 @@ void AnalysisServiceSettings::ParseVerificationSignatu const char* verification_key = kKeyWindowsVerification; #elif BUILDFLAG(IS_MAC) const char* verification_key = kKeyMacVerification; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_common.cc b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_common.cc index 1821537e9d19..0cf7f7b1159f 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_common.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_connectors_common.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/common.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/enterprise/connectors/common.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/enterprise/connectors/common.cc -@@ -20,7 +20,7 @@ +@@ -19,7 +19,7 @@ #include "components/user_manager/user.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #include "components/prefs/pref_service.h" #endif -@@ -306,7 +306,7 @@ std::string GetProfileEmail(Profile* profile) { +@@ -312,7 +312,7 @@ std::string GetProfileEmail(Profile* profile) { std::string email = GetProfileEmail(IdentityManagerFactory::GetForProfile(profile)); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc index e8e5ffc13d4c..0c0a99840844 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/signals/context_info_fetcher.cc.orig 2025-05-31 17:16:41 UTC +--- chrome/browser/enterprise/signals/context_info_fetcher.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/enterprise/signals/context_info_fetcher.cc -@@ -176,6 +176,8 @@ std::vector<std::string> ContextInfoFetcher::GetOnSecu +@@ -177,6 +177,8 @@ std::vector<std::string> ContextInfoFetcher::GetOnSecu SettingValue ContextInfoFetcher::GetOSFirewall() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) return device_signals::GetOSFirewall(); @@ -9,7 +9,7 @@ #elif BUILDFLAG(IS_CHROMEOS) return GetChromeosFirewall(); #else -@@ -195,7 +197,7 @@ ScopedUfwConfigPathForTesting::~ScopedUfwConfigPathFor +@@ -196,7 +198,7 @@ ScopedUfwConfigPathForTesting::~ScopedUfwConfigPathFor #endif // BUILDFLAG(IS_LINUX) std::vector<std::string> ContextInfoFetcher::GetDnsServers() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc index f7b78712408f..38a6dd0c6558 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/enterprise/util/managed_browser_utils.cc -@@ -300,7 +300,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -302,7 +302,7 @@ void SetUserAcceptedAccountManagement(Profile* profile // The updated consent screen also ask the user for consent to share device // signals. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ profile->GetPrefs()->SetBoolean( device_signals::prefs::kDeviceSignalsPermanentConsentReceived, accepted); #endif -@@ -309,7 +309,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -311,7 +311,7 @@ void SetUserAcceptedAccountManagement(Profile* profile profile_manager->GetProfileAttributesStorage() .GetProfileAttributesWithPath(profile->GetPath()); if (entry) { @@ -18,7 +18,7 @@ SetEnterpriseProfileLabel(profile); #endif entry->SetUserAcceptedAccountManagement(accepted); -@@ -408,7 +408,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { +@@ -410,7 +410,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { } bool CanShowEnterpriseBadgingForNTPFooter(Profile* profile) { @@ -27,12 +27,12 @@ BrowserManagementNoticeState management_notice_state = GetManagementNoticeStateForNTPFooter(profile); switch (management_notice_state) { -@@ -426,7 +426,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro +@@ -428,7 +428,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro BrowserManagementNoticeState GetManagementNoticeStateForNTPFooter( Profile* profile) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (!policy::ManagementServiceFactory::GetForProfile(profile) - ->IsBrowserManaged() || - !g_browser_process->local_state()->GetBoolean( + auto* management_service = + policy::ManagementServiceFactory::GetForProfile(profile); + if (!management_service->IsBrowserManaged() || diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_BUILD.gn b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_BUILD.gn index 0ee126f38002..742d1dc44f86 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1517,6 +1517,10 @@ source_set("extensions") { +@@ -1515,6 +1515,10 @@ source_set("extensions") { deps += [ "//chrome/services/printing/public/mojom" ] } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc index 60e1ae38aabd..a3703b63f85c 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/extensions/api/settings_private/prefs_util.cc -@@ -197,7 +197,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -196,7 +196,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[autofill::prefs::kAutofillPaymentCardBenefits] = settings_api::PrefType::kBoolean; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -8,8 +8,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) (*s_allowlist)[autofill::prefs::kAutofillBnplEnabled] = settings_api::PrefType::kBoolean; - (*s_allowlist)[autofill::prefs::kAutofillAiOptInStatus] = -@@ -217,7 +217,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist + (*s_allowlist)[autofill::prefs::kAutofillAiIdentityEntitiesEnabled] = +@@ -220,7 +220,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[tab_groups::prefs::kAutoPinNewTabGroups] = settings_api::PrefType::kBoolean; @@ -18,7 +18,7 @@ (*s_allowlist)[::prefs::kUseCustomChromeFrame] = settings_api::PrefType::kBoolean; #endif -@@ -234,7 +234,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -237,7 +237,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[::prefs::kPinnedActions] = settings_api::PrefType::kList; (*s_allowlist)[themes::prefs::kPolicyThemeColor] = settings_api::PrefType::kNumber; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc index f8173ed63c7b..dacb031f90bf 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc @@ -1,11 +1,11 @@ ---- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/extensions/api/tabs/tabs_api_non_android.cc -@@ -624,7 +624,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio +@@ -633,7 +633,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio // created as minimized. // TODO(crbug.com/40254339): Remove this workaround when linux is fixed. // TODO(crbug.com/40254339): Find a fix for wayland as well. -#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) - if (new_window->initial_show_state() == + if (new_window->GetBrowserForMigrationOnly()->initial_show_state() == ui::mojom::WindowShowState::kMinimized) { - new_window->window()->Minimize(); + new_window->GetWindow()->Minimize(); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc index 034bddda2d85..e6fcc8b95140 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_external__provider__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/external_provider_impl.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/extensions/external_provider_impl.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/extensions/external_provider_impl.cc -@@ -832,7 +832,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -836,7 +836,7 @@ void ExternalProviderImpl::CreateExternalProviders( #endif // BUILDFLAG(IS_CHROMEOS) if (!profile->GetPrefs()->GetBoolean(pref_names::kBlockExternalExtensions)) { @@ -9,7 +9,7 @@ provider_list->push_back(std::make_unique<ExternalProviderImpl>( service, base::MakeRefCounted<ExternalPrefLoader>( -@@ -860,7 +860,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -864,7 +864,7 @@ void ExternalProviderImpl::CreateExternalProviders( bundled_extension_creation_flags)); // Define a per-user source of external extensions. diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc new file mode 100644 index 000000000000..38914b958934 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc @@ -0,0 +1,11 @@ +--- chrome/browser/extensions/sync/extension_sync_service.cc.orig 2025-12-06 13:30:52 UTC ++++ chrome/browser/extensions/sync/extension_sync_service.cc +@@ -593,7 +593,7 @@ void ExtensionSyncService::ApplySyncData( + AccountExtensionTracker::Get(profile_)->OnExtensionSyncDataReceived(id); + } + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Chrome Apps are deprecated on WML, so we do not want to sync new apps + // installed on other devices. + if (extension_sync_data.is_app()) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc b/www/ungoogled-chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc index 65779cb5440d..c456cfeae79a 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc @@ -1,6 +1,6 @@ ---- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc -@@ -377,7 +377,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { +@@ -400,7 +400,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { FILE_PATH_LITERAL("Library/Mobile Documents/com~apple~CloudDocs"), BlockType::kDontBlockChildren}, #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.cc b/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.cc deleted file mode 100644 index 1d9947250d7f..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.cc +++ /dev/null @@ -1,172 +0,0 @@ ---- chrome/browser/flag_descriptions.cc.orig 2025-11-01 06:40:37 UTC -+++ chrome/browser/flag_descriptions.cc -@@ -710,7 +710,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB - "Autofill suggestions on the allowlisted merchant websites."; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - const char kAutofillEnableAmountExtractionName[] = - "Enable checkout amount extraction."; - const char kAutofillEnableAmountExtractionDescription[] = -@@ -726,7 +726,7 @@ const char kAutofillEnableAmountExtractionTestingDescr - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - const char kAutofillEnableBuyNowPayLaterName[] = - "Enable buy now pay later on Autofill"; - const char kAutofillEnableBuyNowPayLaterDescription[] = -@@ -1206,7 +1206,7 @@ const char kDevicePostureDescription[] = - "Enables Device Posture API (foldable devices)"; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kDocumentPictureInPictureAnimateResizeName[] = - "Document Picture-in-Picture Animate Resize"; - const char kDocumentPictureInPictureAnimateResizeDescription[] = -@@ -1330,7 +1330,7 @@ const char kContextMenuEmptySpaceDescription[] = - "space, a context menu containing page-related items will be shown."; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kContextualCueingName[] = "Contextual cueing"; - const char kContextualCueingDescription[] = - "Enables the contextual cueing system to support showing actions."; -@@ -1691,7 +1691,7 @@ const char kEnableIsolatedWebAppDevModeName[] = - const char kEnableIsolatedWebAppDevModeDescription[] = - "Enables the installation of unverified Isolated Web Apps"; - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kEnableIwaKeyDistributionComponentName[] = - "Enable the Iwa Key Distribution component"; - const char kEnableIwaKeyDistributionComponentDescription[] = -@@ -3664,14 +3664,14 @@ const char kReduceTransferSizeUpdatedIPCDescription[] - "When enabled, the network service will send TransferSizeUpdatedIPC IPC " - "only when DevTools is attached or the request is for an ad request."; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kReduceUserAgentDataLinuxPlatformVersionName[] = - "Reduce Linux platform version Client Hint"; - const char kReduceUserAgentDataLinuxPlatformVersionDescription[] = - "Set platform version Client Hint on Linux to empty string."; - #endif // BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kReplaceSyncPromosWithSignInPromosName[] = - "Replace all sync-related UI with sign-in ones"; - const char kReplaceSyncPromosWithSignInPromosDescription[] = -@@ -3705,7 +3705,7 @@ const char kRobustWindowManagementExperimentalDescript - "switching and restoration, ensuring they never lose their work or " - "context."; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kRootScrollbarFollowsTheme[] = "Make scrollbar follow theme"; - const char kRootScrollbarFollowsThemeDescription[] = - "If enabled makes the root scrollbar follow the browser's theme color."; -@@ -3954,7 +3954,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = - "SiteInstance."; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kPwaNavigationCapturingName[] = "Desktop PWA Link Capturing"; - const char kPwaNavigationCapturingDescription[] = - "Enables opening links from Chrome in an installed PWA. Currently under " -@@ -4230,7 +4230,7 @@ const char kTouchTextEditingRedesignName[] = "Touch Te - const char kTouchTextEditingRedesignDescription[] = - "Enables new touch text editing features."; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kTranslationAPIName[] = "Experimental translation API"; - const char kTranslationAPIDescription[] = - "Enables the on-device language translation API. " -@@ -7892,7 +7892,7 @@ const char kTetheringExperimentalFunctionalityDescript - - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; - const char kGetAllScreensMediaDescription[] = - "When enabled, the getAllScreensMedia API for capturing multiple screens " -@@ -8103,7 +8103,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b - - // Linux ----------------------------------------------------------------------- - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - const char kPulseaudioLoopbackForCastName[] = - "Linux System Audio Loopback for Cast (pulseaudio)"; -@@ -8135,6 +8135,17 @@ const char kWaylandSessionManagementName[] = "Wayland - const char kWaylandSessionManagementDescription[] = - "Enable Wayland's xx/xdg-session-management-v1 experimental support."; - -+#if BUILDFLAG(IS_BSD) -+const char kAudioBackendName[] = -+ "Audio Backend"; -+const char kAudioBackendDescription[] = -+#if BUILDFLAG(IS_OPENBSD) -+ "Select the desired audio backend to use. The default is sndio."; -+#elif BUILDFLAG(IS_FREEBSD) -+ "Select the desired audio backend to use. The default will automatically " -+ "enumerate through the supported backends."; -+#endif -+#endif - #endif // BUILDFLAG(IS_LINUX) - - // Random platform combinations ----------------------------------------------- -@@ -8191,7 +8202,7 @@ const char kGroupPromoPrototypeCpaDescription[] = - "Enables contextual toolbar button for group promo prototype."; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kEnableNetworkServiceSandboxName[] = - "Enable the network service sandbox."; - const char kEnableNetworkServiceSandboxDescription[] = -@@ -8212,7 +8223,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti - "Bluetooth"; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) - const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; - const char kCupsIppPrintingBackendDescription[] = - "Use the CUPS IPP printing backend instead of the original CUPS backend " -@@ -8359,7 +8370,7 @@ const char kElementCaptureDescription[] = - "media track into a track capturing just a specific DOM element."; - #endif // !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - const char kUIDebugToolsName[] = "Debugging tools for UI"; - const char kUIDebugToolsDescription[] = - "Enables additional keyboard shortcuts to help debugging."; -@@ -8391,7 +8402,7 @@ const char kThirdPartyDisableChromeAutofillSettingsScr - "Chrome's Address and Payments Autofill are disabled in third party mode."; - #endif // IS_ANDROID - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kGlicName[] = "Glic"; - const char kGlicDescription[] = "Enables glic"; - -@@ -8510,7 +8521,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = - const char kSupervisedUserBlockInterstitialV3Description[] = - "Enables URL filter interstitial V3 for Family Link users."; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kSupervisedUserLocalWebApprovalsName[] = - "Enable local web approvals feature"; - const char kSupervisedUserLocalWebApprovalsDescription[] = diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.h b/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.h index 0f0b40821079..8afeecdb725e 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_flag__descriptions.h @@ -1,164 +1,21 @@ ---- chrome/browser/flag_descriptions.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/flag_descriptions.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/flag_descriptions.h -@@ -458,7 +458,7 @@ extern const char - kAutofillEnableAllowlistForBmoCardCategoryBenefitsDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kAutofillEnableAmountExtractionName[]; - extern const char kAutofillEnableAmountExtractionDescription[]; - extern const char kAutofillEnableAmountExtractionTestingName[]; -@@ -467,7 +467,7 @@ extern const char kAutofillEnableAmountExtractionTesti - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kAutofillEnableBuyNowPayLaterName[]; - extern const char kAutofillEnableBuyNowPayLaterDescription[]; - -@@ -721,7 +721,7 @@ extern const char kContextMenuEmptySpaceName[]; - extern const char kContextMenuEmptySpaceDescription[]; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kContextualCueingName[]; - extern const char kContextualCueingDescription[]; - extern const char kGlicActorName[]; -@@ -888,7 +888,7 @@ extern const char kRouteMatchingName[]; - extern const char kRouteMatchingDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kDocumentPictureInPictureAnimateResizeName[]; - extern const char kDocumentPictureInPictureAnimateResizeDescription[]; - -@@ -1064,7 +1064,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri - extern const char kEnableIsolatedWebAppDevModeName[]; - extern const char kEnableIsolatedWebAppDevModeDescription[]; - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kEnableIwaKeyDistributionComponentName[]; - extern const char kEnableIwaKeyDistributionComponentDescription[]; - #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2103,7 +2103,7 @@ extern const char kReduceIPAddressChangeNotificationDe - #endif // BUILDFLAG(IS_MAC) - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kReplaceSyncPromosWithSignInPromosName[]; - extern const char kReplaceSyncPromosWithSignInPromosDescription[]; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -2115,7 +2115,7 @@ extern const char kRobustWindowManagementDescription[] - extern const char kRobustWindowManagementExperimentalName[]; - extern const char kRobustWindowManagementExperimentalDescription[]; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kRootScrollbarFollowsTheme[]; - extern const char kRootScrollbarFollowsThemeDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -2257,7 +2257,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; - extern const char kDefaultSiteInstanceGroupsDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kPwaNavigationCapturingName[]; - extern const char kPwaNavigationCapturingDescription[]; - #endif -@@ -2437,7 +2437,7 @@ extern const char kTouchSelectionStrategyDirection[]; - extern const char kTouchTextEditingRedesignName[]; - extern const char kTouchTextEditingRedesignDescription[]; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kTranslationAPIName[]; - extern const char kTranslationAPIDescription[]; - -@@ -2703,7 +2703,7 @@ extern const char kReduceAcceptLanguageDescription[]; - extern const char kReduceTransferSizeUpdatedIPCName[]; - extern const char kReduceTransferSizeUpdatedIPCDescription[]; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kReduceUserAgentDataLinuxPlatformVersionName[]; - extern const char kReduceUserAgentDataLinuxPlatformVersionDescription[]; - #endif // #if BUILDFLAG(IS_LINUX) -@@ -4558,7 +4558,7 @@ extern const char kTetheringExperimentalFunctionalityD - - #endif // #if BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kGetAllScreensMediaName[]; - extern const char kGetAllScreensMediaDescription[]; - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -4678,7 +4678,7 @@ extern const char kEnableArmHwdrmDescription[]; - - // Linux --------------------------------------------------------------------- - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - extern const char kPulseaudioLoopbackForCastName[]; - extern const char kPulseaudioLoopbackForCastDescription[]; -@@ -4697,6 +4697,8 @@ extern const char kWaylandPerWindowScalingDescription[ - extern const char kWaylandSessionManagementName[]; - extern const char kWaylandSessionManagementDescription[]; - -+extern const char kAudioBackendName[]; -+extern const char kAudioBackendDescription[]; - #endif // BUILDFLAG(IS_LINUX) - - // Random platform combinations ----------------------------------------------- -@@ -4711,7 +4713,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa - extern const char kWebBluetoothConfirmPairingSupportDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) - extern const char kCupsIppPrintingBackendName[]; - extern const char kCupsIppPrintingBackendDescription[]; - #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -@@ -4738,7 +4740,7 @@ extern const char kTaskManagerDesktopRefreshName[]; - extern const char kTaskManagerDesktopRefreshDescription[]; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kEnableNetworkServiceSandboxName[]; - extern const char kEnableNetworkServiceSandboxDescription[]; - -@@ -4834,7 +4836,7 @@ extern const char kElementCaptureName[]; - extern const char kElementCaptureDescription[]; - #endif // !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - extern const char kUIDebugToolsName[]; - extern const char kUIDebugToolsDescription[]; - #endif -@@ -4859,7 +4861,7 @@ extern const char kThirdPartyDisableChromeAutofillSett - extern const char kThirdPartyDisableChromeAutofillSettingsScreenDescription[]; - #endif // IS_ANDROID - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kGlicName[]; - extern const char kGlicDescription[]; - -@@ -4941,7 +4943,7 @@ extern const char kSearchInSettingsDescription[]; - extern const char kSupervisedUserBlockInterstitialV3Name[]; - extern const char kSupervisedUserBlockInterstitialV3Description[]; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kSupervisedUserLocalWebApprovalsName[]; - extern const char kSupervisedUserLocalWebApprovalsDescription[]; - #endif // #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +@@ -8590,6 +8590,18 @@ inline constexpr char kHandleMdmErrorsForDasherAccount + inline constexpr char kHandleMdmErrorsForDasherAccountsDescription[] = + "Enables the mdm error handling feature for dasher accounts"; + ++#if BUILDFLAG(IS_BSD) ++inline constexpr char kAudioBackendName[] = ++ "Audio Backend"; ++inline constexpr char kAudioBackendDescription[] = ++#if BUILDFLAG(IS_OPENBSD) ++ "Select the desired audio backend to use. The default is sndio."; ++#elif BUILDFLAG(IS_FREEBSD) ++ "Select the desired audio backend to use. The default will automatically " ++ "enumerate through the supported backends."; ++#endif ++#endif ++ + // ============================================================================ + // Don't just add flags to the end, put them in the alphabetical order. + // ============================================================================ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc b/www/ungoogled-chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc index 5225d4864ec1..1339c04f96f7 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_glic_widget_glic__widget.cc @@ -1,11 +1,20 @@ ---- chrome/browser/glic/widget/glic_widget.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/glic/widget/glic_widget.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/glic/widget/glic_widget.cc -@@ -161,7 +161,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create( - // Don't change this name. This is used by other code to identify the glic - // window. See b/404947780. - params.name = "GlicWidget"; +@@ -48,7 +48,7 @@ + #include "ui/views/win/hwnd_util.h" + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/shell_integration_linux.h" + #endif + +@@ -283,7 +283,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create(views:: + #if BUILDFLAG(IS_MAC) + params.animation_enabled = true; + #endif // BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) params.wm_class_class = shell_integration_linux::GetProgramClassClass(); params.wayland_app_id = params.wm_class_class + "-glic"; - #endif + #endif // BUILDFLAG(IS_LINUX) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_global__features.cc b/www/ungoogled-chromium/files/patch-chrome_browser_global__features.cc index be76ae30fc61..28ae85c11686 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_global__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_global__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/global_features.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/global_features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/global_features.cc -@@ -25,7 +25,7 @@ +@@ -27,7 +27,7 @@ #include "chrome/browser/glic/public/glic_enabling.h" // nogncheck #endif @@ -9,7 +9,7 @@ // This causes a gn error on Android builds, because gn does not understand // buildflags, so we include it only on platforms where it is used. #include "chrome/browser/ui/webui/whats_new/whats_new_registrar.h" -@@ -71,7 +71,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( +@@ -73,7 +73,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( void GlobalFeatures::Init() { system_permissions_platform_handle_ = CreateSystemPermissionsPlatformHandle(); @@ -18,7 +18,7 @@ whats_new_registry_ = CreateWhatsNewRegistry(); #endif -@@ -123,7 +123,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( +@@ -134,7 +134,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( return system_permission_settings::PlatformHandle::Create(); } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_global__features.h b/www/ungoogled-chromium/files/patch-chrome_browser_global__features.h index 606d848e4a05..9b68f4bce9c9 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_global__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_global__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/global_features.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/global_features.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/global_features.h @@ -15,7 +15,7 @@ namespace system_permission_settings { @@ -9,7 +9,7 @@ namespace whats_new { class WhatsNewRegistry; } // namespace whats_new -@@ -67,7 +67,7 @@ class GlobalFeatures { +@@ -71,7 +71,7 @@ class GlobalFeatures { system_permissions_platform_handle() { return system_permissions_platform_handle_.get(); } @@ -18,7 +18,7 @@ whats_new::WhatsNewRegistry* whats_new_registry() { return whats_new_registry_.get(); } -@@ -112,7 +112,7 @@ class GlobalFeatures { +@@ -121,7 +121,7 @@ class GlobalFeatures { virtual std::unique_ptr<system_permission_settings::PlatformHandle> CreateSystemPermissionsPlatformHandle(); @@ -27,7 +27,7 @@ virtual std::unique_ptr<whats_new::WhatsNewRegistry> CreateWhatsNewRegistry(); #endif -@@ -122,7 +122,7 @@ class GlobalFeatures { +@@ -131,7 +131,7 @@ class GlobalFeatures { std::unique_ptr<system_permission_settings::PlatformHandle> system_permissions_platform_handle_; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h b/www/ungoogled-chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h index ad6f5b3a675b..3048d438cbbb 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/media/webrtc/webrtc_logging_controller.h -@@ -133,7 +133,7 @@ class WebRtcLoggingController +@@ -134,7 +134,7 @@ class WebRtcLoggingController size_t web_app_id, const StartEventLoggingCallback& callback); @@ -9,7 +9,7 @@ // Ensures that the WebRTC Logs directory exists and then grants render // process access to the 'WebRTC Logs' directory, and invokes |callback| with // the ids necessary to create a DirectoryEntry object. -@@ -197,7 +197,7 @@ class WebRtcLoggingController +@@ -198,7 +198,7 @@ class WebRtcLoggingController content::BrowserContext* GetBrowserContext() const; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc b/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc index 62b79c136615..f4b891d3ebcf 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/metrics/chrome_metrics_service_client.cc @@ -204,11 +204,11 @@ #include "chrome/browser/metrics/google_update_metrics_provider_mac.h" @@ -77,7 +77,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<DesktopPlatformFeaturesMetricsProvider>()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -990,7 +990,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -987,7 +987,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<HttpsEngagementMetricsProvider>()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +86,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<TabMetricsProvider>( g_browser_process->profile_manager())); -@@ -1002,7 +1002,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -999,7 +999,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<PowerMetricsProvider>()); #endif @@ -95,7 +95,7 @@ metrics_service_->RegisterMetricsProvider( metrics::CreateDesktopSessionMetricsProvider()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) -@@ -1202,7 +1202,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve +@@ -1203,7 +1203,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve } #endif @@ -104,7 +104,7 @@ // This creates the DesktopProfileSessionDurationsServices if it didn't exist // already. metrics::DesktopProfileSessionDurationsServiceFactory::GetForBrowserContext( -@@ -1551,7 +1551,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri +@@ -1552,7 +1552,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri recorder = base::MakeRefCounted<metrics::structured::AshStructuredMetricsRecorder>( cros_system_profile_provider_.get()); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_net_profile__network__context__service.cc b/www/ungoogled-chromium/files/patch-chrome_browser_net_profile__network__context__service.cc index d5b87b8bc50d..65f56d92442a 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_net_profile__network__context__service.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_net_profile__network__context__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/net/profile_network_context_service.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/net/profile_network_context_service.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/net/profile_network_context_service.cc -@@ -142,7 +142,7 @@ +@@ -146,7 +146,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/policy/chrome_browser_policy_connector.h" #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" -@@ -292,7 +292,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet +@@ -300,7 +300,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ std::unique_ptr<net::ClientCertStore> GetWrappedCertStore( Profile* profile, std::unique_ptr<net::ClientCertStore> platform_store) { -@@ -1268,7 +1268,7 @@ ProfileNetworkContextService::CreateClientCertStore() +@@ -1314,7 +1314,7 @@ ProfileNetworkContextService::CreateClientCertStore() std::make_unique<net::ClientCertStoreNSS>( base::BindRepeating(&CreateCryptoModuleBlockingPasswordDelegate, kCryptoModulePasswordClientAuth)); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_net_system__network__context__manager.cc b/www/ungoogled-chromium/files/patch-chrome_browser_net_system__network__context__manager.cc index 771610b06af0..5a97ee261049 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_net_system__network__context__manager.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_net_system__network__context__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/net/system_network_context_manager.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/net/system_network_context_manager.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/net/system_network_context_manager.cc @@ -138,7 +138,7 @@ enum class NetworkSandboxState { // The global instance of the SystemNetworkContextManager. @@ -127,7 +127,7 @@ gssapi_library_loader_observer_.Install(network_service); #endif // BUILDFLAG(IS_LINUX) -@@ -1042,7 +1042,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab +@@ -1047,7 +1047,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab break; } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc b/www/ungoogled-chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc index 90760664688d..9b0e4b6a623f 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/new_tab_page/new_tab_page_util.cc -@@ -35,7 +35,7 @@ bool IsOsSupportedForCart() { +@@ -38,7 +38,7 @@ bool IsOsSupportedForCart() { } bool IsOsSupportedForDrive() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc b/www/ungoogled-chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc index 0704822f11f6..332efe0464b3 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc @@ -1,4 +1,4 @@ ---- chrome/browser/page_load_metrics/page_load_metrics_initialize.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/page_load_metrics/page_load_metrics_initialize.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/page_load_metrics/page_load_metrics_initialize.cc @@ -70,7 +70,7 @@ #include "url/gurl.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -342,7 +342,7 @@ bool PageLoadMetricsEmbedder::IsInternalWebUI(const GU +@@ -351,7 +351,7 @@ bool PageLoadMetricsEmbedder::IsInternalWebUI(const GU bool PageLoadMetricsEmbedder::ShouldObserveScheme(std::string_view scheme) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc b/www/ungoogled-chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc index 8432ddb5b815..7d84cf97ea46 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/password_manager/chrome_password_manager_client.cc -@@ -678,7 +678,7 @@ void ChromePasswordManagerClient::ContinueShowKeyboard +@@ -694,7 +694,7 @@ void ChromePasswordManagerClient::ContinueShowKeyboard bool ChromePasswordManagerClient::IsReauthBeforeFillingRequired( device_reauth::DeviceAuthenticator* authenticator) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ if (!GetLocalStatePrefs() || !GetPrefs() || !authenticator) { return false; } -@@ -955,7 +955,7 @@ void ChromePasswordManagerClient::NotifyUserCredential +@@ -988,7 +988,7 @@ void ChromePasswordManagerClient::NotifyUserCredential } void ChromePasswordManagerClient::NotifyKeychainError() { @@ -18,7 +18,7 @@ PasswordsClientUIDelegate* manage_passwords_ui_controller = PasswordsClientUIDelegateFromWebContents(web_contents()); if (manage_passwords_ui_controller) { -@@ -1987,7 +1987,7 @@ void ChromePasswordManagerClient::HideFillingUI() { +@@ -2016,7 +2016,7 @@ void ChromePasswordManagerClient::HideFillingUI() { bool ChromePasswordManagerClient::IsPasswordManagementEnabledForCurrentPage( const GURL& url) const { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ if (IsPasswordManagerForUrlDisallowedByPolicy(url)) { return false; } -@@ -2026,7 +2026,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement +@@ -2055,7 +2055,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc b/www/ungoogled-chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc index 163b5b2bf6d0..56947a5a2019 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc -@@ -22,7 +22,7 @@ +@@ -21,7 +21,7 @@ #include "ui/gfx/geometry/resize_utils.h" #include "ui/gfx/geometry/size.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc b/www/ungoogled-chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc index 7c2816fefb69..cf141b98c00f 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/policy/configuration_policy_handler_list_factory.cc -@@ -244,7 +244,7 @@ +@@ -245,7 +245,7 @@ #include "components/spellcheck/browser/pref_names.h" #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/idle/action.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" -@@ -596,7 +596,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -605,7 +605,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kManagedDefaultSmartCardConnectSetting, base::Value::Type::INTEGER }, #endif @@ -18,7 +18,7 @@ { key::kDeletingUndecryptablePasswordsEnabled, password_manager::prefs::kDeletingUndecryptablePasswordsEnabled, base::Value::Type::BOOLEAN }, -@@ -934,7 +934,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -943,7 +943,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // BUILDFLAG(ENABLE_EXTENSIONS_CORE) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) \ @@ -27,7 +27,7 @@ { key::kRequireOnlineRevocationChecksForLocalAnchors, prefs::kCertRevocationCheckingRequiredLocalAnchors, base::Value::Type::BOOLEAN }, -@@ -943,7 +943,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -952,7 +952,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) // || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -36,8 +36,8 @@ { key::kFullscreenAllowed, prefs::kFullscreenAllowed, base::Value::Type::BOOLEAN }, -@@ -1825,7 +1825,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = - base::Value::Type::BOOLEAN }, +@@ -1831,7 +1831,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + base::Value::Type::INTEGER}, #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) @@ -45,7 +45,7 @@ { key::kGSSAPILibraryName, prefs::kGSSAPILibraryName, base::Value::Type::STRING }, -@@ -1887,7 +1887,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1893,7 +1893,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) @@ -54,7 +54,7 @@ { key::kNetworkServiceSandboxEnabled, prefs::kNetworkServiceSandboxEnabled, base::Value::Type::BOOLEAN }, -@@ -1907,12 +1907,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1913,12 +1913,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kTotalMemoryLimitMb, base::Value::Type::INTEGER }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -69,7 +69,7 @@ { key::kUnmanagedDeviceSignalsConsentFlowEnabled, device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled, base::Value::Type::BOOLEAN }, -@@ -1923,7 +1923,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1929,7 +1929,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kLiveTranslateEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -78,7 +78,7 @@ { key::kDefaultBrowserSettingEnabled, prefs::kDefaultBrowserSettingEnabled, base::Value::Type::BOOLEAN }, -@@ -1935,7 +1935,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1941,7 +1941,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \ @@ -87,7 +87,7 @@ { key::kAutoplayAllowed, prefs::kAutoplayAllowed, base::Value::Type::BOOLEAN }, -@@ -2042,7 +2042,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2048,7 +2048,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) @@ -96,7 +96,7 @@ { key::kAlternativeBrowserPath, browser_switcher::prefs::kAlternativeBrowserPath, base::Value::Type::STRING }, -@@ -2147,7 +2147,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2153,7 +2153,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -105,7 +105,7 @@ { key::kAuthNegotiateDelegateByKdcPolicy, prefs::kAuthNegotiateDelegateByKdcPolicy, base::Value::Type::BOOLEAN }, -@@ -2226,7 +2226,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2232,7 +2232,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = ash::prefs::kUrlParameterToAutofillSAMLUsername, base::Value::Type::STRING }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -114,7 +114,7 @@ { key::kNTPFooterExtensionAttributionEnabled, prefs::kNTPFooterExtensionAttributionEnabled, base::Value::Type::BOOLEAN }, -@@ -2261,7 +2261,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2267,7 +2267,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kRestrictCoreSharingOnRenderer, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) @@ -123,7 +123,7 @@ { key::kOutOfProcessSystemDnsResolutionEnabled, prefs::kOutOfProcessSystemDnsResolutionEnabled, base::Value::Type::BOOLEAN }, -@@ -2292,7 +2292,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2298,7 +2298,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::INTEGER }, #endif #if BUILDFLAG(ENABLE_EXTENSIONS) @@ -132,7 +132,7 @@ { key::kExtensionInstallTypeBlocklist, extensions::pref_names::kExtensionInstallTypeBlocklist, base::Value::Type::LIST}, -@@ -2315,7 +2315,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2321,7 +2321,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { key::kTabCompareSettings, optimization_guide::prefs::kProductSpecificationsEnterprisePolicyAllowed, base::Value::Type::INTEGER}, @@ -141,7 +141,7 @@ { key::kChromeForTestingAllowed, prefs::kChromeForTestingAllowed, base::Value::Type::BOOLEAN }, -@@ -2394,7 +2394,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2400,7 +2400,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = policy_prefs::kBuiltInAIAPIsEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_ANDROID) @@ -150,7 +150,7 @@ { key::kNTPFooterManagementNoticeEnabled, prefs::kNTPFooterManagementNoticeEnabled, base::Value::Type::BOOLEAN }, -@@ -2538,7 +2538,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2549,7 +2549,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH // Policies for all platforms - End #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -159,7 +159,7 @@ handlers->AddHandler(std::make_unique<IntRangePolicyHandler>( key::kMemorySaverModeSavings, performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness, -@@ -2808,7 +2808,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2822,7 +2822,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime, chrome_schema)); @@ -168,7 +168,7 @@ handlers->AddHandler(std::make_unique<GuestModePolicyHandler>()); handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>()); handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>()); -@@ -3243,7 +3243,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3257,7 +3257,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif #if BUILDFLAG(ENABLE_SPELLCHECK) @@ -177,7 +177,7 @@ handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>()); handlers->AddHandler( std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>( -@@ -3251,7 +3251,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3265,7 +3265,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -186,7 +186,7 @@ handlers->AddHandler(std::make_unique<SimplePolicyHandler>( key::kAllowSystemNotifications, prefs::kAllowSystemNotifications, base::Value::Type::BOOLEAN)); -@@ -3304,7 +3304,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3318,7 +3318,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<GenAiDefaultSettingsPolicyHandler::GenAiPolicyDetails> gen_ai_default_policies; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -195,12 +195,3 @@ gen_ai_default_policies.emplace_back( key::kAutofillPredictionSettings, optimization_guide::prefs:: -@@ -3381,7 +3381,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH - std::make_unique<PowerBatteryChargingOptimizationPolicyHandler>())); - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - handlers->AddHandler(std::make_unique<CloudUserOnlyPolicyHandler>( - std::make_unique<SimplePolicyHandler>( - key::kCacheEncryptionEnabled, diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc b/www/ungoogled-chromium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc new file mode 100644 index 000000000000..954c2b4c1c60 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc @@ -0,0 +1,11 @@ +--- chrome/browser/policy/developer_tools_policy_checker_factory.cc.orig 2025-12-06 13:30:52 UTC ++++ chrome/browser/policy/developer_tools_policy_checker_factory.cc +@@ -58,7 +58,7 @@ void DeveloperToolsPolicyCheckerFactory::RegisterProfi + static_cast<int>(DeveloperToolsPolicyHandler::Availability:: + kDisallowedForForceInstalledExtensions)); + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityAllowlist); + registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityBlocklist); + #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc index d0b512e497c3..96f6fab3fdfc 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/prefs/browser_prefs.cc -@@ -327,7 +327,7 @@ +@@ -331,7 +331,7 @@ #include "chrome/browser/devtools/devtools_window.h" #endif // BUILDFLAG(ENABLE_DEVTOOLS_FRONTEND) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -494,11 +494,11 @@ +@@ -497,11 +497,11 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -526,7 +526,7 @@ +@@ -529,7 +529,7 @@ #include "chrome/browser/sessions/session_service_log.h" #endif @@ -32,7 +32,7 @@ #include "ui/color/system_theme.h" #endif -@@ -1846,7 +1846,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1662,7 +1662,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) on_device_translation::RegisterLocalStatePrefs(registry); #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) @@ -41,7 +41,7 @@ WhatsNewUI::RegisterLocalStatePrefs(registry); #endif -@@ -1994,7 +1994,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1810,7 +1810,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) #endif // BUILDFLAG(ENABLE_PDF) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -50,7 +50,7 @@ registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true); #endif -@@ -2366,13 +2366,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2184,13 +2184,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc b/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc deleted file mode 100644 index b1ea08628c1a..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.cc.orig 2025-11-01 06:40:37 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.cc -@@ -11,7 +11,7 @@ - #include "privacy_sandbox_incognito_survey_service.h" - #include "privacy_sandbox_incognito_survey_service_factory.h" - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "privacy_sandbox_whats_new_survey_service.h" - #include "privacy_sandbox_whats_new_survey_service_factory.h" - #endif -@@ -40,7 +40,7 @@ void PrivacySandboxIncognitoTabObserver::DidFinishLoad - return; - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // What's new page is fully contained within a single iframe for all the - // contents. The survey on the "What's New" page should only appear when the - // *iframe's* content is fully loaded. This happens after the main frame's -@@ -72,7 +72,7 @@ bool PrivacySandboxIncognitoTabObserver::IsNewTabPage( - url == chrome::kChromeUINewTabURL; - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // constant kChromeUIWhatsNewURL is defined only for this three. - bool PrivacySandboxIncognitoTabObserver::IsWhatsNewPage(const GURL& url) { - return url == chrome::kChromeUIWhatsNewURL; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h b/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h deleted file mode 100644 index 6a6932d5cdba..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.h.orig 2025-11-01 06:40:37 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.h -@@ -23,7 +23,7 @@ class PrivacySandboxIncognitoTabObserver : public cont - - private: - bool IsNewTabPage(const GURL& url); --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool IsWhatsNewPage(const GURL& url); - #endif - }; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h b/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h deleted file mode 100644 index e164d9b7d94c..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_whats_new_survey_service.h.orig 2025-11-01 06:40:37 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_whats_new_survey_service.h -@@ -16,7 +16,7 @@ - #include "components/keyed_service/core/keyed_service.h" - #include "content/public/browser/web_contents.h" - --#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) -+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) - #error This file should only be included on Win, Mac or Linux - #endif - diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc index 8095d18f51e4..7527a52e338d 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc -@@ -385,7 +385,7 @@ +@@ -388,7 +388,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_store_factory.h" #include "chrome/browser/enterprise/idle/idle_service_factory.h" -@@ -430,7 +430,7 @@ +@@ -433,7 +433,7 @@ #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,9 +18,9 @@ #include "chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.h" #include "chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.h" #include "chrome/browser/ui/tabs/saved_tab_groups/collaboration_messaging_observer_factory.h" -@@ -440,11 +440,11 @@ - #if !BUILDFLAG(IS_ANDROID) - #include "chrome/browser/password_manager/startup_passwords_import_service_factory.h" // nogncheck (Desktop only) +@@ -445,11 +445,11 @@ + #include "chrome/browser/webauthn/passkey_unlock_manager_factory.h" + #include "device/fido/features.h" #endif -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) @@ -32,16 +32,16 @@ #include "chrome/browser/browser_switcher/browser_switcher_service_factory.h" #include "chrome/browser/enterprise/signin/enterprise_signin_service_factory.h" #include "chrome/browser/enterprise/signin/oidc_authentication_signin_interceptor_factory.h" -@@ -670,7 +670,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - AccountInvestigatorFactory::GetInstance(); +@@ -674,7 +674,7 @@ void ChromeBrowserMainExtraPartsProfiles:: AccountPasswordStoreFactory::GetInstance(); AccountReconcilorFactory::GetInstance(); + autofill::AccountSettingServiceFactory::GetInstance(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) AccountsPolicyManagerFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -769,7 +769,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -773,7 +773,7 @@ void ChromeBrowserMainExtraPartsProfiles:: DiceBoundSessionCookieServiceFactory::GetInstance(); #endif #endif @@ -50,7 +50,7 @@ browser_switcher::BrowserSwitcherServiceFactory::GetInstance(); #endif browser_sync::UserEventServiceFactory::GetInstance(); -@@ -832,7 +832,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -837,7 +837,7 @@ void ChromeBrowserMainExtraPartsProfiles:: collaboration::comments::CommentsServiceFactory::GetInstance(); collaboration::messaging::MessagingBackendServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -59,16 +59,16 @@ tab_groups::CollaborationMessagingObserverFactory::GetInstance(); #endif commerce::ShoppingServiceFactory::GetInstance(); -@@ -840,7 +840,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - contextual_tasks::ContextualTasksContextControllerFactory::GetInstance(); - contextual_tasks::ContextualTasksServiceFactory::GetInstance(); +@@ -851,7 +851,7 @@ void ChromeBrowserMainExtraPartsProfiles:: + contextual_tasks::ContextualTasksUiServiceFactory::GetInstance(); + #endif ContentIndexProviderFactory::GetInstance(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) contextual_cueing::ContextualCueingServiceFactory::GetInstance(); #endif - ContextualSessionServiceFactory::GetInstance(); -@@ -891,11 +891,11 @@ void ChromeBrowserMainExtraPartsProfiles:: + ContextualSearchServiceFactory::GetInstance(); +@@ -903,11 +903,11 @@ void ChromeBrowserMainExtraPartsProfiles:: #endif enterprise_connectors::ConnectorsServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -82,7 +82,7 @@ BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) && \ BUILDFLAG(SAFE_BROWSING_AVAILABLE) enterprise_connectors::LocalBinaryUploadServiceFactory::GetInstance(); -@@ -905,7 +905,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -917,7 +917,7 @@ void ChromeBrowserMainExtraPartsProfiles:: GetInstance(); #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -91,7 +91,7 @@ enterprise_idle::IdleServiceFactory::GetInstance(); enterprise_signals::SignalsAggregatorFactory::GetInstance(); #endif -@@ -914,10 +914,10 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -926,10 +926,10 @@ void ChromeBrowserMainExtraPartsProfiles:: #endif enterprise_reporting::LegacyTechServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -104,7 +104,7 @@ enterprise_signin::EnterpriseSigninServiceFactory::GetInstance(); #endif #if BUILDFLAG(ENABLE_SESSION_SERVICE) -@@ -1055,7 +1055,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1065,7 +1065,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_ANDROID) MerchantViewerDataManagerFactory::GetInstance(); #endif @@ -113,7 +113,7 @@ metrics::DesktopProfileSessionDurationsServiceFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -1139,7 +1139,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1154,7 +1154,7 @@ void ChromeBrowserMainExtraPartsProfiles:: PasswordCounterFactory::GetInstance(); #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -122,7 +122,7 @@ PasswordManagerBlocklistPolicyFactory::GetInstance(); #endif PasswordManagerSettingsServiceFactory::GetInstance(); -@@ -1184,7 +1184,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1197,7 +1197,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_CHROMEOS) policy::PolicyCertServiceFactory::GetInstance(); #endif @@ -131,7 +131,7 @@ policy::ProfileTokenPolicyWebSigninServiceFactory::GetInstance(); policy::UserPolicyOidcSigninServiceFactory::GetInstance(); #endif -@@ -1220,7 +1220,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1231,7 +1231,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) ProfileStatisticsFactory::GetInstance(); #endif @@ -139,8 +139,8 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ProfileTokenWebSigninInterceptorFactory::GetInstance(); OidcAuthenticationSigninInterceptorFactory::GetInstance(); - PrivacySandboxWhatsNewSurveyServiceFactory::GetInstance(); -@@ -1241,7 +1241,7 @@ void ChromeBrowserMainExtraPartsProfiles:: + #endif +@@ -1251,7 +1251,7 @@ void ChromeBrowserMainExtraPartsProfiles:: ReduceAcceptLanguageFactory::GetInstance(); RendererUpdaterFactory::GetInstance(); regional_capabilities::RegionalCapabilitiesServiceFactory::GetInstance(); @@ -148,4 +148,4 @@ +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) reporting::ManualTestHeartbeatEventFactory::GetInstance(); #endif - #if !BUILDFLAG(IS_ANDROID) + RevokedPermissionsOSNotificationDisplayManagerFactory::GetInstance(); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__impl.cc b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__impl.cc index 503f33ae6304..25cf170e0239 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__impl.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profile_impl.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/profiles/profile_impl.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/profiles/profile_impl.cc -@@ -267,6 +267,10 @@ +@@ -264,6 +264,10 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -11,7 +11,7 @@ using bookmarks::BookmarkModel; using content::BrowserThread; using content::DownloadManagerDelegate; -@@ -601,7 +605,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async +@@ -598,7 +602,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async policy_provider = GetUserCloudPolicyManagerAsh(); #else // !BUILDFLAG(IS_CHROMEOS) { @@ -20,7 +20,7 @@ ProfileManager* profile_manager = g_browser_process->profile_manager(); ProfileAttributesEntry* entry = profile_manager->GetProfileAttributesStorage() -@@ -870,7 +874,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) +@@ -865,7 +869,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) } base::FilePath ProfileImpl::last_selected_directory() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__io__data.cc b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__io__data.cc index 86374137cffe..f608fb7ecad0 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__io__data.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_profiles_profile__io__data.cc @@ -1,4 +1,4 @@ ---- chrome/browser/profiles/profile_io_data.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/profiles/profile_io_data.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/profiles/profile_io_data.cc @@ -17,7 +17,7 @@ #include "url/gurl.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(const std::strin +@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(std::string_view url::kFileSystemScheme, chrome::kChromeSearchScheme, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc b/www/ungoogled-chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc index 33866d8db0ef..680e8ab53bd5 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc @@ -1,6 +1,6 @@ ---- chrome/browser/renderer_context_menu/render_view_context_menu.cc.orig 2025-11-12 17:42:57 UTC +--- chrome/browser/renderer_context_menu/render_view_context_menu.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/renderer_context_menu/render_view_context_menu.cc -@@ -244,7 +244,7 @@ +@@ -249,7 +249,7 @@ #include "url/origin.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -4987,7 +4987,7 @@ void RenderViewContextMenu::OpenLinkInSplitView() { +@@ -5026,7 +5026,7 @@ void RenderViewContextMenu::OpenLinkInSplitView() { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc b/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc index 2a6fec0c1ce4..e66dc0b5cc1b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/safe_browsing/chrome_password_protection_service.cc -@@ -1287,7 +1287,7 @@ std::string ChromePasswordProtectionService::GetOrgani +@@ -1291,7 +1291,7 @@ std::string ChromePasswordProtectionService::GetOrgani ReusedPasswordAccountType password_type) const { if (base::FeatureList::IsEnabled( safe_browsing::kEnterprisePasswordReuseUiRefresh)) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc b/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc index 87b745588d11..2b36a6220da7 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2025-05-06 12:23:00 UTC +--- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc -@@ -20,7 +20,7 @@ +@@ -21,7 +21,7 @@ #include "components/safe_browsing/core/common/safebrowsing_switches.h" #include "net/base/url_util.h" diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc index 3077f1ea01cf..7b6ad62b8522 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc -@@ -12,7 +12,7 @@ +@@ -14,7 +14,7 @@ #include "content/public/browser/web_contents.h" #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/browser_finder.h" #include "chrome/browser/ui/browser_window/public/browser_window_features.h" #include "chrome/browser/ui/toasts/api/toast_id.h" -@@ -59,7 +59,7 @@ SafeBrowsingPrefChangeHandler::~SafeBrowsingPrefChange +@@ -61,7 +61,7 @@ SafeBrowsingPrefChangeHandler::~SafeBrowsingPrefChange void SafeBrowsingPrefChangeHandler:: MaybeShowEnhancedProtectionSettingChangeNotification() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -18,7 +18,7 @@ if (!profile_ || !base::FeatureList::IsEnabled(safe_browsing::kEsbAsASyncedSetting)) { return; -@@ -186,7 +186,7 @@ void SafeBrowsingPrefChangeHandler:: +@@ -216,7 +216,7 @@ void SafeBrowsingPrefChangeHandler:: } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc b/www/ungoogled-chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc index 99f80bfdd0c6..abc2cbc33623 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_signin_chrome__signin__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/chrome_signin_client.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/signin/chrome_signin_client.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/signin/chrome_signin_client.cc -@@ -163,7 +163,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo +@@ -164,7 +164,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo std::string HatsSurveyTriggerForAccessPoint( signin_metrics::AccessPoint access_point) { switch (access_point) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_signin_signin__hats__util.cc b/www/ungoogled-chromium/files/patch-chrome_browser_signin_signin__hats__util.cc index fda9a67bbc28..522cffa1a8a4 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_signin_signin__hats__util.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_signin_signin__hats__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/signin_hats_util.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/signin/signin_hats_util.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/signin/signin_hats_util.cc -@@ -36,7 +36,7 @@ +@@ -39,7 +39,7 @@ namespace { @@ -9,16 +9,16 @@ constexpr char kChannel[] = "Channel"; constexpr char kChromeVersion[] = "Chrome Version"; constexpr char kNumberOfChromeProfiles[] = "Number of Chrome Profiles"; -@@ -153,7 +153,7 @@ SurveyStringData GetSigninSurveyStringData( +@@ -123,7 +123,7 @@ SurveyStringData GetSigninSurveyStringData( namespace signin { bool IsFeatureEnabledForSigninHatsTrigger(const std::string& trigger) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - for (const auto& entry : kChromeIdentityHatsTriggerFeatureMapping) { - if (trigger == entry.trigger) { - return base::FeatureList::IsEnabled(*entry.feature); -@@ -171,7 +171,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin + static const base::NoDestructor< + base::flat_map<std::string_view, const base::Feature*>> + kChromeIdentityHatsTriggerFeatureMap({ +@@ -168,7 +168,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin bool defer_if_no_browser, std::optional<signin_metrics::AccessPoint> access_point_for_data_type_promo) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc b/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc index f376ff09f047..5edf35cc482d 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_browser_utils.cc.orig 2025-05-31 17:16:41 UTC +--- chrome/browser/supervised_user/supervised_user_browser_utils.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/supervised_user/supervised_user_browser_utils.cc @@ -40,7 +40,7 @@ #include "chrome/browser/ash/profiles/profile_helper.h" @@ -9,7 +9,7 @@ #include "chrome/browser/supervised_user/supervised_user_verification_controller_client.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_blocked_sites.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_youtube.h" -@@ -158,7 +158,7 @@ void AssertChildStatusOfTheUser(Profile* profile, bool +@@ -157,7 +157,7 @@ void AssertChildStatusOfTheUser(Profile* profile, bool #endif } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h b/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h index 88d8cd0baeb4..8e7b14b76d1e 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h @@ -1,6 +1,6 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_manager.h -@@ -151,7 +151,7 @@ class SupervisedUserExtensionsManager : public Extensi +@@ -147,7 +147,7 @@ class SupervisedUserExtensionsManager : public Extensi // launched. bool ShouldBlockExtension(const std::string& extension_id) const; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_sync_sync__service__factory.cc b/www/ungoogled-chromium/files/patch-chrome_browser_sync_sync__service__factory.cc index b325a28bbe04..78f67aff5ddc 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_sync_sync__service__factory.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_sync_sync__service__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/sync/sync_service_factory.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/sync/sync_service_factory.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/sync/sync_service_factory.cc -@@ -134,7 +134,7 @@ namespace { +@@ -135,7 +135,7 @@ namespace { tab_groups::TabGroupSyncService* GetTabGroupSyncService(Profile* profile) { CHECK(profile); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ tab_groups::TabGroupSyncService* service = tab_groups::TabGroupSyncServiceFactory::GetForProfile(profile); CHECK(service); -@@ -399,7 +399,7 @@ std::unique_ptr<KeyedService> BuildSyncService( +@@ -402,7 +402,7 @@ std::unique_ptr<KeyedService> BuildSyncService( bool local_sync_backend_enabled = false; // Only check the local sync backend pref on the supported platforms of // Windows, Mac and Linux. diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h index 2caf54e9f484..36ecb83e1716 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_actions_chrome__action__id.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/actions/chrome_action_id.h -@@ -512,7 +512,7 @@ +@@ -519,7 +519,7 @@ #if BUILDFLAG(IS_CHROMEOS) #define CHROME_PLATFORM_SPECIFIC_ACTION_IDS \ E(kToggleMultitaskMenu, IDC_TOGGLE_MULTITASK_MENU) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser.h index c8d0199fe0b1..0b4faa9811b9 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser.h.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/browser.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/browser.h -@@ -271,7 +271,7 @@ class Browser : public TabStripModelObserver, +@@ -259,7 +259,7 @@ class Browser : public TabStripModelObserver, std::optional<int64_t> display_id; #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__command__controller.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__command__controller.cc index 2c40f25a44e5..09b6b0e84710 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__command__controller.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__command__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_command_controller.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/browser_command_controller.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/browser_command_controller.cc -@@ -128,7 +128,7 @@ +@@ -129,7 +129,7 @@ #include "components/user_manager/user_manager.h" #endif @@ -9,7 +9,7 @@ #include "ui/base/ime/text_edit_commands.h" #include "ui/base/ime/text_input_flags.h" #include "ui/linux/linux_ui.h" -@@ -138,7 +138,7 @@ +@@ -139,7 +139,7 @@ #include "ui/ozone/public/ozone_platform.h" #endif @@ -18,7 +18,7 @@ #include "chrome/browser/ui/shortcuts/desktop_shortcuts_utils.h" #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -372,7 +372,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( +@@ -373,7 +373,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( #endif } @@ -27,7 +27,7 @@ // If this key was registered by the user as a content editing hotkey, then // it is not reserved. auto* linux_ui = ui::LinuxUi::instance(); -@@ -675,7 +675,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -676,7 +676,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; #endif @@ -36,7 +36,7 @@ case IDC_MINIMIZE_WINDOW: browser_->window()->Minimize(); break; -@@ -897,7 +897,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -906,7 +906,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; case IDC_CREATE_SHORTCUT: base::RecordAction(base::UserMetricsAction("CreateShortcut")); @@ -45,7 +45,7 @@ chrome::CreateDesktopShortcutForActiveWebContents(browser_); #else web_app::CreateWebAppFromCurrentWebContents( -@@ -1074,7 +1074,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -1086,7 +1086,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) case IDC_CHROME_WHATS_NEW: #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -54,7 +54,7 @@ ShowChromeWhatsNew(browser_); break; #else -@@ -1463,7 +1463,7 @@ void BrowserCommandController::InitCommandState() { +@@ -1473,7 +1473,7 @@ void BrowserCommandController::InitCommandState() { command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_4, true); command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_5, true); #endif @@ -63,7 +63,7 @@ command_updater_.UpdateCommandEnabled(IDC_MINIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_MAXIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_RESTORE_WINDOW, true); -@@ -1824,7 +1824,7 @@ void BrowserCommandController::UpdateCommandsForTabSta +@@ -1838,7 +1838,7 @@ void BrowserCommandController::UpdateCommandsForTabSta bool can_create_web_app = web_app::CanCreateWebApp(browser_); command_updater_.UpdateCommandEnabled(IDC_INSTALL_PWA, can_create_web_app); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__commands.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__commands.cc index ef1b85ac501d..f85369b80208 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__commands.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__commands.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_commands.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/browser_commands.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/browser_commands.cc -@@ -2292,7 +2292,7 @@ void OpenUpdateChromeDialog(Browser* browser) { +@@ -2348,7 +2348,7 @@ void OpenUpdateChromeDialog(Browser* browser) { } else if (UpgradeDetector::GetInstance()->is_outdated_install_no_au()) { UpgradeDetector::GetInstance()->NotifyOutdatedInstallNoAutoUpdate(); } else { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index 86968e846f30..bca7372fcbca 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -82,7 +82,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry +@@ -85,7 +85,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry registry->RegisterTimePref(prefs::kPinInfoBarLastShown, base::Time()); registry->RegisterIntegerPref(prefs::kPinInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser, std::string()); registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -103,7 +103,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -106,7 +106,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry user_prefs::PrefRegistrySyncable::SYNCABLE_PREF; #endif @@ -18,7 +18,7 @@ registry->RegisterIntegerPref(prefs::kSessionRestoreInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -@@ -216,7 +216,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -219,7 +219,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc index 18390690c0fc..b1d65b1cffb0 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_window/internal/browser_window_features.cc.orig 2025-11-12 17:42:57 UTC +--- chrome/browser/ui/browser_window/internal/browser_window_features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/browser_window/internal/browser_window_features.cc -@@ -133,7 +133,7 @@ +@@ -145,7 +145,7 @@ #include "chrome/browser/ui/startup/default_browser_prompt/pin_infobar/pin_infobar_controller.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/ui/views/session_restore_infobar/session_restore_infobar_controller.h" #endif -@@ -374,7 +374,7 @@ void BrowserWindowFeatures::Init(BrowserWindowInterfac +@@ -391,7 +391,7 @@ void BrowserWindowFeatures::Init(BrowserWindowInterfac browser_select_file_dialog_controller_ = std::make_unique<BrowserSelectFileDialogController>(profile); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h index 473a576de111..ba85f6d0affc 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_window/public/browser_window_features.h.orig 2025-11-12 17:42:57 UTC +--- chrome/browser/ui/browser_window/public/browser_window_features.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/browser_window/public/browser_window_features.h -@@ -94,7 +94,7 @@ class PinInfoBarController; +@@ -101,7 +101,7 @@ class PinInfoBarController; } // namespace default_browser #endif @@ -9,7 +9,7 @@ class ProfileCustomizationBubbleSyncController; namespace session_restore_infobar { class SessionRestoreInfobarController; -@@ -428,7 +428,7 @@ class BrowserWindowFeatures { +@@ -449,7 +449,7 @@ class BrowserWindowFeatures { return browser_select_file_dialog_controller_.get(); } @@ -18,7 +18,7 @@ ProfileCustomizationBubbleSyncController* profile_customization_bubble_sync_controller() { return profile_customization_bubble_sync_controller_.get(); -@@ -597,7 +597,7 @@ class BrowserWindowFeatures { +@@ -619,7 +619,7 @@ class BrowserWindowFeatures { std::unique_ptr<BrowserSelectFileDialogController> browser_select_file_dialog_controller_; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.cc index 029535a5138f..ccb0af484ffa 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.cc @@ -1,14 +1,5 @@ ---- chrome/browser/ui/hats/survey_config.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/hats/survey_config.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/hats/survey_config.cc -@@ -166,7 +166,7 @@ constexpr char kHatsSurveyOrganicTriggerSafetyHubAndro - "safety_hub_android_organic_survey"; - #endif // #if !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kHatsSurveyTriggerPrivacySandboxWhatsNewSurvey[] = - "privacy-sandbox-whats-new-survey"; - #endif // !BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -505,7 +505,7 @@ std::vector<hats::SurveyConfig> GetAllSurveyConfigs() &features::kHappinessTrackingSurveysForWallpaperSearch, kHatsSurveyTriggerWallpaperSearch); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.h deleted file mode 100644 index b2556ea5cc40..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_hats_survey__config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/hats/survey_config.h.orig 2025-11-01 06:40:37 UTC -+++ chrome/browser/ui/hats/survey_config.h -@@ -89,7 +89,7 @@ extern const char kHatsSurveyTriggerSafetyHubAndroid[] - extern const char kHatsSurveyOrganicTriggerSafetyHubAndroid[]; - #endif // #if !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kHatsSurveyTriggerPrivacySandboxWhatsNewSurvey[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc index 294d5c69afce..3b7d3602c2d9 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/passwords/manage_passwords_ui_controller.cc -@@ -115,7 +115,7 @@ namespace { +@@ -116,7 +116,7 @@ namespace { using Logger = autofill::SavePasswordProgressLogger; @@ -9,7 +9,7 @@ // Should be kept in sync with constant declared in // bubble_controllers/relaunch_chrome_bubble_controller.cc. constexpr int kMaxNumberOfTimesKeychainErrorBubbleIsShown = 3; -@@ -626,7 +626,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor +@@ -628,7 +628,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor } void ManagePasswordsUIController::OnKeychainError() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h index 5395abe22ffd..939b0ae057ff 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h.orig 2024-06-22 08:49:42 UTC +--- chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h -@@ -36,7 +36,7 @@ class SharingHubBubbleController { +@@ -39,7 +39,7 @@ class SharingHubBubbleController { // Returns true if the omnibox icon should be shown. virtual bool ShouldOfferOmniboxIcon() = 0; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc index a149e8751f69..a978ff86edcf 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/signin/signin_view_controller.cc -@@ -466,7 +466,7 @@ void SigninViewController::ShowModalSyncConfirmationDi +@@ -462,7 +462,7 @@ void SigninViewController::ShowModalSyncConfirmationDi GetOnModalDialogClosedCallback()); } @@ -9,7 +9,7 @@ void SigninViewController::ShowModalHistorySyncOptInDialog( HistorySyncOptinHelper::FlowCompletedCallback callback) { CHECK( -@@ -483,7 +483,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi +@@ -479,7 +479,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi void SigninViewController::ShowModalManagedUserNoticeDialog( std::unique_ptr<signin::EnterpriseProfileCreationDialogParams> create_param) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc index 7bb3ef106dde..f63bdc639705 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/startup/bad_flags_prompt.cc -@@ -104,7 +104,7 @@ const char* const kBadFlags[] = { +@@ -110,7 +110,7 @@ const char* const kBadFlags[] = { extensions::switches::kExtensionsOnExtensionURLs, #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc index b402432777dd..c95e142ab58e 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/startup/startup_browser_creator.cc @@ -135,7 +135,7 @@ #include "chrome/credential_provider/common/gcp_strings.h" @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #include "chrome/browser/ui/startup/web_app_info_recorder_utils.h" #include "components/headless/policy/headless_mode_policy.h" -@@ -987,7 +987,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -991,7 +991,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( TRACE_EVENT0("startup", "StartupBrowserCreator::ProcessCmdLineImpl"); ComputeAndRecordLaunchMode(command_line); @@ -18,7 +18,7 @@ if (headless::IsHeadlessMode() && headless::HeadlessModePolicy::IsHeadlessModeDisabled( g_browser_process->local_state())) { -@@ -1090,7 +1090,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1114,7 +1114,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( silent_launch = true; } @@ -27,7 +27,7 @@ // Writes open and installed web apps to the specified file without // launching a new browser window or tab. if (base::FeatureList::IsEnabled(features::kListWebAppsSwitch) && -@@ -1307,7 +1307,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1331,7 +1331,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( CHECK_EQ(profile_info.mode, StartupProfileMode::kBrowserWindow) << "Failed launch with app: couldn't pick a profile"; std::string app_id = command_line.GetSwitchValueASCII(switches::kAppId); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc index 74a7a1b0713b..ceffbe5115b3 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/startup/startup_tab_provider.cc -@@ -63,7 +63,7 @@ +@@ -66,7 +66,7 @@ #include "extensions/common/manifest_handlers/chrome_url_overrides_handler.h" #endif // !BUILDFLAG(IS_ANDROID) @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #endif -@@ -102,7 +102,7 @@ bool ValidateUrl(const GURL& url) { +@@ -124,7 +124,7 @@ bool ValidateUrl(const GURL& url) { #endif // BUILDFLAG(IS_CHROMEOS) bool url_scheme_is_chrome = false; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tab__helpers.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tab__helpers.cc index cb2c51c80b7f..ea63f2535eb7 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tab__helpers.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tab__helpers.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tab_helpers.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/tab_helpers.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/tab_helpers.cc -@@ -222,7 +222,7 @@ +@@ -221,7 +221,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/blocked_content/framebust_block_tab_helper.h" #include "chrome/browser/ui/hats/hats_helper.h" #include "chrome/browser/ui/performance_controls/performance_controls_hats_service_factory.h" -@@ -720,12 +720,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con +@@ -726,12 +726,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con webapps::PreRedirectionURLObserver::CreateForWebContents(web_contents); #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_features.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_features.cc index 0c69aa0815b6..de03b90147a5 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/features.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/tabs/features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/tabs/features.cc -@@ -52,7 +52,7 @@ bool CanShowTabSearchPositionSetting() { +@@ -50,7 +50,7 @@ bool CanShowTabSearchPositionSetting() { } // Mac and other platforms will always have the tab search position in the // correct location, cros/linux/win git the user the option to change. diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h index b2e144fbcd4b..3f7e23990946 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_public_tab__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/public/tab_features.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/tabs/public/tab_features.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/tabs/public/tab_features.h -@@ -118,7 +118,7 @@ class TabContextualizationController; +@@ -119,7 +119,7 @@ class TabContextualizationController; } // namespace lens #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,8 +9,8 @@ namespace wallet { class ChromeWalletablePassClient; } // namespace wallet -@@ -451,7 +451,7 @@ class TabFeatures { - bookmarkbar_preload_pipeline_manager_; +@@ -468,7 +468,7 @@ class TabFeatures { + new_tab_page_preload_pipeline_manager_; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc index 28071185cbba..b04a32b7c00b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/tabs/tab_dialog_manager.cc -@@ -88,7 +88,7 @@ bool SupportsGlobalScreenCoordinates() { +@@ -90,7 +90,7 @@ bool SupportsGlobalScreenCoordinates() { } bool PlatformClipsChildrenToViewport() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc index d8f016954fe6..03f208ed73ae 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_tabs_tab__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_features.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/tabs/tab_features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/tabs/tab_features.cc -@@ -80,7 +80,7 @@ +@@ -82,7 +82,7 @@ #include "chrome/browser/ui/web_applications/pwa_install_page_action.h" #include "chrome/browser/ui/webui/webui_embedding_context.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/wallet/chrome_walletable_pass_client.h" #endif #include "chrome/browser/web_applications/web_app_tab_helper.h" -@@ -401,7 +401,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro +@@ -419,7 +419,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro task_manager::WebContentsTags::CreateForTabContents(tab.GetContents()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.cc index 54ad9a2101fe..47d4f6648d03 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/ui_features.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/ui_features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/ui_features.cc -@@ -39,7 +39,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, +@@ -40,7 +40,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, BASE_FEATURE(kCreateNewTabGroupAppMenuTopLevel, base::FEATURE_DISABLED_BY_DEFAULT); @@ -9,7 +9,7 @@ // Enables the feature to remove the last confirmation dialog when relaunching // to update Chrome. BASE_FEATURE(kFewerUpdateConfirmations, base::FEATURE_ENABLED_BY_DEFAULT); -@@ -149,7 +149,7 @@ BASE_FEATURE_PARAM(int, +@@ -171,7 +171,7 @@ BASE_FEATURE_PARAM(int, "drop_target_hide_for_os_width", #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) 32 @@ -18,7 +18,7 @@ 50 #else 0 -@@ -435,7 +435,7 @@ BASE_FEATURE(kViewsFirstRunDialog, base::FEATURE_DISAB +@@ -472,7 +472,7 @@ BASE_FEATURE(kViewsFirstRunDialog, base::FEATURE_ENABL BASE_FEATURE(kViewsJSAppModalDialog, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -27,7 +27,7 @@ BASE_FEATURE(kUsePortalAccentColor, base::FEATURE_ENABLED_BY_DEFAULT); #endif -@@ -639,7 +639,7 @@ bool IsBookmarkTabGroupConversionEnabled() { +@@ -682,7 +682,7 @@ bool IsBookmarkTabGroupConversionEnabled() { return base::FeatureList::IsEnabled(kBookmarkTabGroupConversion); } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.h index a47dbb52a21b..a5a44e9c3789 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_ui__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/ui_features.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/ui_features.h @@ -30,7 +30,7 @@ BASE_DECLARE_FEATURE(kCloseOmniboxPopupOnInactiveAreaC @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kFewerUpdateConfirmations); #endif -@@ -63,7 +63,7 @@ enum class PdfInfoBarTrigger { kPdfLoad = 0, kStartup +@@ -61,7 +61,7 @@ enum class PdfInfoBarTrigger { kPdfLoad = 0, kStartup BASE_DECLARE_FEATURE_PARAM(PdfInfoBarTrigger, kPdfInfoBarTrigger); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ // When enabled, user may see the session restore UI flow. BASE_DECLARE_FEATURE(kSessionRestoreInfobar); -@@ -345,7 +345,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); +@@ -366,7 +366,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc index 2deb27cd6a9b..08a983e89a62 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc -@@ -91,7 +91,7 @@ DialogText GetPromptDialogTextFromStatus( +@@ -94,7 +94,7 @@ DialogText GetPromptDialogTextFromStatus( break; } @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled( syncer::kReplaceSyncPromosWithSignInPromos) && status.signin_status != collaboration::SigninStatus::kSigninDisabled) { -@@ -404,7 +404,7 @@ void CollaborationControllerDelegateDesktop::ShowError +@@ -421,7 +421,7 @@ void CollaborationControllerDelegateDesktop::ShowError chrome::ShowBrowserModal(browser_, std::move(dialog_model)); } @@ -18,16 +18,25 @@ void CollaborationControllerDelegateDesktop:: MaybeShowSignInUiForHistorySyncOptin() { collaboration::ServiceStatus status = GetServiceStatus(); -@@ -516,7 +516,7 @@ void CollaborationControllerDelegateDesktop:: - .SetLabel(dialog_text.ok_button_text) - .SetEnabled(true)); +@@ -510,7 +510,7 @@ void CollaborationControllerDelegateDesktop:: + } + AccountInfo account_for_promo = -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - AccountInfo account_for_promo = signin_ui_util::GetSingleAccountForPromos( - IdentityManagerFactory::GetForProfile(browser_->profile())); + signin_ui_util::GetSingleAccountForPromos( + IdentityManagerFactory::GetForProfile(browser_->profile())); + #else +@@ -545,7 +545,7 @@ void CollaborationControllerDelegateDesktop:: + .SetLabel(dialog_text.ok_button_text) + .SetEnabled(true)); -@@ -569,7 +569,7 @@ void CollaborationControllerDelegateDesktop::OnPromptD +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (base::FeatureList::IsEnabled( + syncer::kReplaceSyncPromosWithSignInPromos)) { + dialog_builder.SetFootnote(ui::DialogModelLabel(dialog_text.footnote)); +@@ -598,7 +598,7 @@ void CollaborationControllerDelegateDesktop::OnPromptD .Run(CollaborationControllerDelegate::Outcome::kSuccess); } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h index 0559af5ec592..e8ce28e50475 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h -@@ -81,7 +81,7 @@ class CollaborationControllerDelegateDesktop +@@ -83,7 +83,7 @@ class CollaborationControllerDelegateDesktop std::optional<data_sharing::mojom::GroupActionProgress> progress); void ShowErrorDialog(const ErrorInfo& error); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc index b86b5aa7f083..4fe5e5c44403 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_frame_view_linux.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/frame/browser_frame_view_linux.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/browser_frame_view_linux.cc -@@ -70,7 +70,7 @@ gfx::ShadowValues BrowserFrameViewLinux::GetShadowValu +@@ -71,7 +71,7 @@ gfx::ShadowValues BrowserFrameViewLinux::GetShadowValu void BrowserFrameViewLinux::PaintRestoredFrameBorder( gfx::Canvas* canvas) const { @@ -9,7 +9,7 @@ const bool tiled = browser_widget()->tiled(); #else const bool tiled = false; -@@ -125,7 +125,7 @@ int BrowserFrameViewLinux::NonClientHitTest(const gfx: +@@ -126,7 +126,7 @@ int BrowserFrameViewLinux::NonClientHitTest(const gfx: } float BrowserFrameViewLinux::GetRestoredCornerRadiusDip() const { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index 4f1b555ec6f6..2b1e2c781f28 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/browser_view.cc -@@ -2317,7 +2317,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating +@@ -2308,7 +2308,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } void BrowserView::TabDraggingStatusChanged(bool is_dragging) { @@ -9,7 +9,7 @@ std::vector<ContentsWebView*> contents_web_views = GetAllVisibleContentsWebViews(); -@@ -5885,7 +5885,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { +@@ -5925,7 +5925,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { @@ -18,7 +18,7 @@ if (!ShouldShowAvatarToolbarIPH()) { return; } -@@ -5895,7 +5895,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn +@@ -5935,7 +5935,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn } void BrowserView::MaybeShowSignInBenefitsIPH() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc index 1279ef7c5306..26c57abf02ea 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_widget.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/frame/browser_widget.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/browser_widget.cc -@@ -53,7 +53,7 @@ +@@ -52,7 +52,7 @@ #include "ui/aura/window.h" #endif @@ -9,16 +9,7 @@ #include "ui/display/screen.h" #include "ui/linux/linux_ui.h" #endif -@@ -68,7 +68,7 @@ namespace { - constexpr double kTitlePaddingWidthFraction = 0.1; - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // These values are used for Linux/GTK. - constexpr int kIconTitleSpacing = 4; - constexpr int kCaptionSpacing = 5; -@@ -98,7 +98,7 @@ class ThemeChangedObserver : public views::WidgetObser +@@ -87,7 +87,7 @@ class ThemeChangedObserver : public views::WidgetObser }; bool IsUsingLinuxSystemTheme(Profile* profile) { @@ -27,7 +18,7 @@ return ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme(); #else return false; -@@ -214,7 +214,7 @@ void BrowserWidget::InitBrowserWidget() { +@@ -203,7 +203,7 @@ void BrowserWidget::InitBrowserWidget() { Init(std::move(params)); @@ -36,7 +27,7 @@ SelectNativeTheme(); #else SetNativeTheme(ui::NativeTheme::GetInstanceForNativeUi()); -@@ -419,7 +419,7 @@ void BrowserWidget::OnNativeWidgetWorkspaceChanged() { +@@ -342,7 +342,7 @@ void BrowserWidget::OnNativeWidgetWorkspaceChanged() { chrome::SaveWindowWorkspace(browser_view_->browser(), GetWorkspace()); chrome::SaveWindowVisibleOnAllWorkspaces(browser_view_->browser(), IsVisibleOnAllWorkspaces()); @@ -45,7 +36,7 @@ // If the window was sent to a different workspace, prioritize it if // it was sent to the current workspace and deprioritize it // otherwise. This is done by MoveBrowsersInWorkspaceToFront() -@@ -606,7 +606,7 @@ void BrowserWidget::OnMenuClosed() { +@@ -531,7 +531,7 @@ void BrowserWidget::OnMenuClosed() { } void BrowserWidget::SelectNativeTheme() { @@ -54,7 +45,7 @@ // Use the regular NativeTheme instance if running incognito mode, regardless // of system theme (gtk, qt etc). ui::NativeTheme* native_theme = ui::NativeTheme::GetInstanceForNativeUi(); -@@ -647,7 +647,7 @@ void BrowserWidget::OnTouchUiChanged() { +@@ -572,7 +572,7 @@ void BrowserWidget::OnTouchUiChanged() { bool BrowserWidget::RegenerateFrameOnThemeChange( BrowserThemeChangeType theme_change_type) { bool need_regenerate = false; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h index 2d7b12caa29c..44497e788aa3 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__widget.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_widget.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/frame/browser_widget.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/browser_widget.h -@@ -66,7 +66,7 @@ class BrowserWidget : public views::Widget, +@@ -65,7 +65,7 @@ class BrowserWidget : public views::Widget, ~BrowserWidget() override; @@ -9,7 +9,7 @@ // Returns whether the frame is in a tiled state. bool tiled() const { return tiled_; } void set_tiled(bool tiled) { tiled_ = tiled; } -@@ -198,7 +198,7 @@ class BrowserWidget : public views::Widget, +@@ -187,7 +187,7 @@ class BrowserWidget : public views::Widget, // contents for smoother dragging. TabDragKind tab_drag_kind_ = TabDragKind::kNone; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc index 3deac4c61a81..46980f2ac17e 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc -@@ -54,7 +54,7 @@ +@@ -55,7 +55,7 @@ #include "ui/views/window/vector_icons/vector_icons.h" #include "ui/views/window/window_shape.h" @@ -9,7 +9,7 @@ #include "ui/views/controls/menu/menu_runner.h" #endif -@@ -584,7 +584,7 @@ bool OpaqueBrowserFrameView::EverHasVisibleBackgroundT +@@ -605,7 +605,7 @@ bool OpaqueBrowserFrameView::IsFrameCondensed() const OpaqueBrowserFrameView::FrameButtonStyle OpaqueBrowserFrameView::GetFrameButtonStyle() const { @@ -18,7 +18,7 @@ return FrameButtonStyle::kMdButton; #else return FrameButtonStyle::kImageButton; -@@ -603,7 +603,7 @@ bool OpaqueBrowserFrameView::ShouldDrawRestoredFrameSh +@@ -624,7 +624,7 @@ bool OpaqueBrowserFrameView::ShouldDrawRestoredFrameSh return false; } @@ -27,7 +27,7 @@ bool OpaqueBrowserFrameView::IsTiled() const { return browser_widget()->tiled(); } -@@ -835,7 +835,7 @@ gfx::Rect OpaqueBrowserFrameView::GetIconBounds() cons +@@ -856,7 +856,7 @@ gfx::Rect OpaqueBrowserFrameView::GetIconBounds() cons } void OpaqueBrowserFrameView::WindowIconPressed() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h index 67974b96a752..2d4d10fd08da 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.h.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.h @@ -109,7 +109,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView FrameButtonStyle GetFrameButtonStyle() const override; @@ -9,7 +9,7 @@ bool IsTiled() const override; #endif int WebAppButtonHeight() const override; -@@ -229,7 +229,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView +@@ -232,7 +232,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView // Background painter for the window frame. std::unique_ptr<views::FrameBackground> frame_background_; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h index 500b783608fd..becbe402af15 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h.orig 2025-01-25 09:34:31 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h @@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@ #include "ui/base/ui_base_types.h" #endif -@@ -92,7 +92,7 @@ class OpaqueBrowserFrameViewLayoutDelegate { +@@ -88,7 +88,7 @@ class OpaqueBrowserFrameViewLayoutDelegate { // Returns true if a client-side shadow should be drawn for restored windows. virtual bool ShouldDrawRestoredFrameShadow() const = 0; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc index e7288dc36b60..4573f1265aeb 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/frame/system_menu_model_delegate.cc -@@ -21,7 +21,7 @@ +@@ -22,7 +22,7 @@ #include "chromeos/ui/frame/desks/move_to_desks_menu_model.h" #endif @@ -9,7 +9,7 @@ #include "chrome/common/pref_names.h" #endif -@@ -38,7 +38,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( +@@ -39,7 +39,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( SystemMenuModelDelegate::~SystemMenuModelDelegate() = default; bool SystemMenuModelDelegate::IsCommandIdChecked(int command_id) const { @@ -18,7 +18,7 @@ if (command_id == IDC_USE_SYSTEM_TITLE_BAR) { PrefService* prefs = browser_->profile()->GetPrefs(); return !prefs->GetBoolean(prefs::kUseCustomChromeFrame); -@@ -64,7 +64,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c +@@ -65,7 +65,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c } bool SystemMenuModelDelegate::IsCommandIdVisible(int command_id) const { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc index 20a5a809d15e..a56e2f9bb81d 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc @@ -1,11 +1,11 @@ ---- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2025-11-07 07:18:16 UTC +--- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/location_bar/location_bar_view.cc -@@ -539,7 +539,7 @@ bool LocationBarView::IsInitialized() const { - } +@@ -1768,7 +1768,7 @@ void LocationBarView::OnPopupStateChanged(OmniboxPopup + weak_factory_.GetWeakPtr()), + base::Milliseconds(100)); - void LocationBarView::OnPopupOpened() { -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // It's not great for promos to overlap the omnibox if the user opens the - // drop-down after showing the promo. This especially causes issues on Mac and - // Linux due to z-order/rendering issues, see crbug.com/1225046 and + if (new_state != OmniboxPopupState::kNone) { + // Close any overlapping user education bubbles when any popup opens. + // It's not great for promos to overlap the omnibox if the user opens the diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc index 19c453578edb..1e98bb9729c5 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.cc -@@ -403,7 +403,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() +@@ -404,7 +404,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() } } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc index 644f04e3ee5f..06fadd5cf483 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/profiles/profile_menu_view.cc -@@ -106,7 +106,7 @@ +@@ -107,7 +107,7 @@ #include "ui/views/accessibility/view_accessibility.h" #include "ui/views/widget/widget.h" @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -562,7 +562,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { +@@ -551,7 +551,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { case signin_util::SignedInState::kSignedOut: case signin_util::SignedInState::kWebOnlySignedIn: { std::string profile_user_display_name, profile_user_email; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc index c4684d35dbf6..2e3e614ce056 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc -@@ -179,7 +179,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { +@@ -181,7 +181,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { void UpdateSystemDnDDragImage(TabDragContext* attached_context, const gfx::ImageSkia& image) { @@ -9,7 +9,7 @@ VLOG(1) << __func__ << " image size=" << image.size().ToString(); aura::Window* root_window = attached_context->GetWidget()->GetNativeWindow()->GetRootWindow(); -@@ -391,7 +391,7 @@ TabDragController::Liveness TabDragController::Init( +@@ -393,7 +393,7 @@ TabDragController::Liveness TabDragController::Init( // synchronous on desktop Linux, so use that. // - ChromeOS Ash // Releasing capture on Ash cancels gestures so avoid it. @@ -18,7 +18,7 @@ ref->can_release_capture_ = false; #endif ref->start_point_in_screen_ = -@@ -982,7 +982,7 @@ TabDragController::Liveness TabDragController::DragBro +@@ -984,7 +984,7 @@ TabDragController::Liveness TabDragController::DragBro CHECK_EQ(SetCapture(target_context), Liveness::ALIVE); } @@ -27,7 +27,7 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -2135,7 +2135,7 @@ void TabDragController::CompleteDrag() { +@@ -2115,7 +2115,7 @@ void TabDragController::CompleteDrag() { } // If source window was maximized - maximize the new window as well. @@ -36,7 +36,7 @@ // Keeping maximized state breaks snap to Grid on Windows when dragging // tabs from maximized windows. TODO:(crbug.com/727051) Explore doing this // for other desktop OS's. kMaximizedStateRetainedOnTabDrag in -@@ -2551,7 +2551,7 @@ TabDragController::Liveness TabDragController::GetLoca +@@ -2531,7 +2531,7 @@ TabDragController::Liveness TabDragController::GetLoca } } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc index 2c674518581a..9ae7c2cb2ed6 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/views/tabs/tab.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/tabs/tab.cc -@@ -679,7 +679,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& +@@ -680,7 +680,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& return; } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc index 3253e1431c47..2e893d8f2224 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/tabs/tab_style_views.cc -@@ -557,7 +557,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con +@@ -567,7 +567,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con if (!IsHoverAnimationActive()) { return base_opacity; } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc index 2c44878e4e0b..6a628d3a1a29 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-11-12 17:42:57 UTC +--- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/user_education/browser_user_education_service.cc -@@ -1132,7 +1132,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1145,7 +1145,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered when a shared tab becomes the active tab."))); } @@ -9,7 +9,7 @@ // kIPHSupervisedUserProfileSigninFeature: registry.RegisterFeature(std::move( FeaturePromoSpecification::CreateForCustomAction( -@@ -1400,7 +1400,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1413,7 +1413,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered to inform users of the availability of the " "new translate screen feature on the Lens Overlay."))); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc index 8d860e6f4e0f..6ec7abb7b3a2 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc -@@ -516,7 +516,7 @@ std::string GetFileExtension(FileExtension file_extens +@@ -518,7 +518,7 @@ std::string GetFileExtension(FileExtension file_extens } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ SiteConfig GetSiteConfigurationFromAppName(const std::string& app_name) { SiteConfig config; bool is_app_found = false; -@@ -2088,7 +2088,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc +@@ -2099,7 +2099,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc if (app_name.empty()) { app_name = GetSiteConfiguration(site).app_name; } @@ -18,7 +18,7 @@ ASSERT_TRUE(override_registration_->test_override().IsShortcutCreated( profile(), app_id, app_name)); ASSERT_TRUE( -@@ -3408,7 +3408,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna +@@ -3426,7 +3426,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna app_state->id, app_state->name); ASSERT_TRUE(icon_color.has_value()); ASSERT_THAT(site_config.icon_color, testing::Eq(icon_color.value())); @@ -27,7 +27,7 @@ ASSERT_TRUE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3423,7 +3423,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3441,7 +3441,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis GetAppBySiteMode(after_state_change_action_state_.get(), profile(), site); ASSERT_TRUE(app_state); base::ScopedAllowBlockingForTesting allow_blocking; @@ -36,7 +36,7 @@ ASSERT_FALSE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3433,7 +3433,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3451,7 +3451,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis void WebAppIntegrationTestDriver::CheckSiteHandlesFile( Site site, FileExtension file_extension) { @@ -45,7 +45,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -3449,7 +3449,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile +@@ -3467,7 +3467,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile void WebAppIntegrationTestDriver::CheckSiteNotHandlesFile( Site site, FileExtension file_extension) { @@ -54,7 +54,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -4274,7 +4274,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu +@@ -4298,7 +4298,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu base::FilePath shortcut_dir, const std::string& app_name, const webapps::AppId& app_id) { @@ -63,7 +63,7 @@ return override_registration_->test_override().GetShortcutPath( profile(), shortcut_dir, app_id, app_name); #else -@@ -4474,7 +4474,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre +@@ -4498,7 +4498,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre const webapps::AppId& id) { base::ScopedAllowBlockingForTesting allow_blocking; bool is_shortcut_and_icon_correct = false; @@ -72,7 +72,7 @@ bool is_shortcut_correct = override_registration_->test_override().IsShortcutCreated(profile, id, name); -@@ -4518,7 +4518,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr +@@ -4542,7 +4542,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr do_icon_colors_match = (expected_icon_pixel_color == shortcut_pixel_color_apps_folder.value()); } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc index 6a9be7b6c8c9..ba093ba283ef 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/app_browser_controller.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/web_applications/app_browser_controller.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/web_applications/app_browser_controller.cc -@@ -492,7 +492,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex +@@ -500,7 +500,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex // web bundle. The flash text is not needed on platforms that already display // the app name in the title bar (e.g. Mac, Windows, and Linux). if (IsIsolatedWebApp()) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc index d25e9a58f069..97dd36ab3d2b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc -@@ -579,7 +579,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun +@@ -587,7 +587,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun Browser* browser, Profile* profile, const std::string& app_id) { @@ -9,7 +9,7 @@ WebAppProvider* provider = WebAppProvider::GetForWebApps(profile); CHECK(provider); -@@ -800,7 +800,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( +@@ -808,7 +808,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( } } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h index 1bca9ab738ff..8d3a965b2744 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.h -@@ -243,7 +243,7 @@ class WebAppUiManagerImpl : public BrowserListObserver +@@ -244,7 +244,7 @@ class WebAppUiManagerImpl : public BrowserListObserver UninstallCompleteCallback uninstall_complete_callback, webapps::UninstallResultCode uninstall_code); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc index cb0075f4fe13..480d08321387 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-09-10 13:22:16 UTC +--- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/app_home/app_home_page_handler.cc -@@ -62,7 +62,7 @@ +@@ -61,7 +61,7 @@ #include "ui/base/window_open_disposition_utils.h" #include "url/gurl.h" diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc index caecaefe4c65..da1d8327e81c 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc @@ -56,7 +56,7 @@ #include "net/ssl/client_cert_store_mac.h" @@ -45,7 +45,7 @@ // ChromeOS currently can use either Kcer or NSS for listing client certs, and // Linux uses NSS only. This interface provides an abstraction to hide that // from WritableClientCertSource. Currently this class only handles reading -@@ -1052,7 +1052,7 @@ CreatePlatformClientCertSource( +@@ -1054,7 +1054,7 @@ CreatePlatformClientCertSource( mojo::Remote<certificate_manager::mojom::CertificateManagerPage>* remote_client, Profile* profile) { @@ -54,7 +54,7 @@ return std::make_unique<WritableClientCertSource>(remote_client, profile); #else return std::make_unique<ClientCertSource>( -@@ -1060,7 +1060,7 @@ CreatePlatformClientCertSource( +@@ -1062,7 +1062,7 @@ CreatePlatformClientCertSource( #endif } @@ -63,7 +63,7 @@ std::unique_ptr<CertificateManagerPageHandler::CertSource> CreateProvisionedClientCertSource(Profile* profile) { return std::make_unique<ClientCertSource>( -@@ -1110,7 +1110,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow +@@ -1112,7 +1112,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow return client_cert_policy_ == ClientCertificateManagementPermission::kAll; } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc index b206d79ce9d6..19b5e77049f0 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/chrome_web_ui_configs.cc -@@ -155,7 +155,7 @@ +@@ -156,7 +156,7 @@ #include "chrome/browser/ui/webui/conflicts/conflicts_ui.h" #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/browser_switch/browser_switch_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin_ui.h" -@@ -163,13 +163,13 @@ +@@ -164,13 +164,13 @@ #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -25,7 +25,7 @@ #include "chrome/browser/ui/webui/discards/discards_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) -@@ -197,7 +197,7 @@ +@@ -198,7 +198,7 @@ #include "chrome/browser/ui/webui/signin/signin_error_ui.h" #endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) @@ -34,7 +34,7 @@ #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -352,7 +352,7 @@ void RegisterChromeWebUIConfigs() { +@@ -354,7 +354,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<WebUIJsErrorUIConfig>()); #endif // BUILDFLAG(IS_ANDROID) @@ -43,7 +43,7 @@ map.AddWebUIConfig(std::make_unique<LinuxProxyConfigUI>()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || // BUILDFLAG(IS_OPENBSD) -@@ -382,7 +382,7 @@ void RegisterChromeWebUIConfigs() { +@@ -384,7 +384,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<ConflictsUIConfig>()); #endif // BUILDFLAG(IS_WIN) @@ -52,7 +52,7 @@ map.AddWebUIConfig(std::make_unique<BrowserSwitchUIConfig>()); map.AddWebUIConfig(std::make_unique<HistorySyncOptinUIConfig>()); map.AddWebUIConfig(std::make_unique<OnDeviceTranslationInternalsUIConfig>()); -@@ -391,13 +391,13 @@ void RegisterChromeWebUIConfigs() { +@@ -393,13 +393,13 @@ void RegisterChromeWebUIConfigs() { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc index 175b0ac2dca0..c1b3662a8ceb 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc -@@ -116,18 +116,18 @@ +@@ -115,18 +115,18 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -22,7 +22,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -276,7 +276,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL( +@@ -275,7 +275,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL( const std::vector<int>& desired_sizes_in_pixel, favicon_base::FaviconResultsCallback callback) const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -31,21 +31,21 @@ if (page_url.SchemeIs(webapps::kIsolatedAppScheme)) { ReadIsolatedWebAppFaviconsFromDisk(profile, page_url, std::move(callback)); return; -@@ -411,7 +411,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -410,7 +410,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: return NewTabPageUI::GetFaviconResourceBytes(scale_factor); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (page_url.host_piece() == chrome::kChromeUIWhatsNewHost) { + if (page_url.host() == chrome::kChromeUIWhatsNewHost) { return WhatsNewUI::GetFaviconResourceBytes(scale_factor); } -@@ -450,7 +450,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -449,7 +449,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (page_url.host_piece() == commerce::kChromeUICompareHost) { + if (page_url.host() == commerce::kChromeUICompareHost) { return commerce::ProductSpecificationsUI::GetFaviconResourceBytes( scale_factor); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc index 5cb5a8ee8543..aaef364c74fb 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/password_manager/promo_cards_handler.cc.orig 2025-01-25 09:34:31 UTC +--- chrome/browser/ui/webui/password_manager/promo_cards_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/password_manager/promo_cards_handler.cc @@ -28,7 +28,7 @@ #include "chrome/browser/ui/webui/password_manager/promo_cards/web_password_manager_promo.h" @@ -6,15 +6,33 @@ -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/browser_process.h" #include "chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.h" - #endif - -@@ -71,7 +71,7 @@ std::vector<std::unique_ptr<PasswordPromoCardBase>> Ge + #include "components/os_crypt/async/browser/os_crypt_async.h" +@@ -74,7 +74,7 @@ PromoCardsHandler::PromoCardsHandler(Profile* profile) .get())); #endif -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - promo_cards.push_back( - std::make_unique<RelaunchChromePromo>(profile->GetPrefs())); - #endif + auto relaunch_promo = + std::make_unique<RelaunchChromePromo>(profile->GetPrefs()); + relaunch_chrome_promo_ = relaunch_promo.get(); +@@ -114,7 +114,7 @@ void PromoCardsHandler::HandleGetAvailablePromoCard( + CHECK_EQ(1U, args.size()); + const base::Value& callback_id = args[0]; + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (relaunch_chrome_promo_ && + !relaunch_chrome_promo_->is_encryption_available().has_value()) { + g_browser_process->os_crypt_async()->GetInstance( +@@ -177,7 +177,7 @@ PasswordPromoCardBase* PromoCardsHandler::GetPromoToSh + return promo_to_show; + } + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void PromoCardsHandler::OnEncryptorReceived( + base::Value callback_id, + os_crypt_async::Encryptor encryptor) { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h new file mode 100644 index 000000000000..25c3848ca8e7 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h @@ -0,0 +1,20 @@ +--- chrome/browser/ui/webui/password_manager/promo_cards_handler.h.orig 2025-12-06 13:30:52 UTC ++++ chrome/browser/ui/webui/password_manager/promo_cards_handler.h +@@ -52,7 +52,7 @@ class PromoCardsHandler : public content::WebUIMessage + + PasswordPromoCardBase* GetPromoToShowAndUpdatePref(); + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void OnEncryptorReceived(base::Value callback_id, + os_crypt_async::Encryptor encryptor); + #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +@@ -60,7 +60,7 @@ class PromoCardsHandler : public content::WebUIMessage + raw_ptr<Profile, DanglingUntriaged> profile_; + + std::vector<std::unique_ptr<PasswordPromoCardBase>> promo_cards_; +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // This points into `promo_cards_`, so should be ordered after it. + raw_ptr<RelaunchChromePromo> relaunch_chrome_promo_ = nullptr; + diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc index a9f787167386..518b46fcd061 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc.orig 2024-02-25 20:22:18 UTC +--- chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc -@@ -37,7 +37,7 @@ std::u16string RelaunchChromePromo::GetTitle() const { +@@ -36,7 +36,7 @@ std::u16string RelaunchChromePromo::GetTitle() const { return l10n_util::GetStringUTF16( #if BUILDFLAG(IS_MAC) IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_TITLE @@ -9,7 +9,7 @@ IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_TITLE_LINUX #endif ); -@@ -47,7 +47,7 @@ std::u16string RelaunchChromePromo::GetDescription() c +@@ -46,7 +46,7 @@ std::u16string RelaunchChromePromo::GetDescription() c return l10n_util::GetStringUTF16( #if BUILDFLAG(IS_MAC) IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_DESCRIPTION diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc index ef29d11cf631..55799c3544fd 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/searchbox/searchbox_handler.cc -@@ -157,7 +157,7 @@ const char* kMacShareIconResourceName = +@@ -160,7 +160,7 @@ const char* kMacShareIconResourceName = #elif BUILDFLAG(IS_WIN) const char* kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share.svg"; @@ -9,7 +9,7 @@ const char* kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share.svg"; #else -@@ -217,7 +217,7 @@ static void DefineChromeRefreshRealboxIcons() { +@@ -220,7 +220,7 @@ static void DefineChromeRefreshRealboxIcons() { #elif BUILDFLAG(IS_WIN) kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share_cr23.svg"; @@ -18,7 +18,7 @@ kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share_cr23.svg"; #else -@@ -523,7 +523,7 @@ std::string SearchboxHandler::AutocompleteIconToResour +@@ -539,7 +539,7 @@ std::string SearchboxHandler::AutocompleteIconToResour if (icon.name == omnibox::kShareWinChromeRefreshIcon.name) { return kWinShareIconResourceName; } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc index 281473a9a3d7..f74f2eca6f96 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc -@@ -136,7 +136,7 @@ +@@ -134,7 +134,7 @@ #include "chrome/browser/ui/webui/settings/system_handler.h" #endif @@ -9,7 +9,7 @@ #include "ui/display/screen.h" #endif -@@ -145,7 +145,7 @@ +@@ -143,7 +143,7 @@ #include "device/fido/win/webauthn_api.h" #endif // BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ #include "ui/linux/linux_ui_factory.h" #include "ui/ozone/public/ozone_platform.h" #endif -@@ -270,7 +270,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou +@@ -276,7 +276,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou {"toastAlertLevelDescription", IDS_SETTINGS_ACCESSIBILITY_TOAST_FREQUENCY_DESCRIPTION}, #endif @@ -27,7 +27,7 @@ {"overscrollHistoryNavigationTitle", IDS_SETTINGS_OVERSCROLL_HISTORY_NAVIGATION_TITLE}, {"overscrollHistoryNavigationSubtitle", -@@ -544,7 +544,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -550,7 +550,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"uiFeatureAlignLeft", IDS_SETTINGS_UI_FEATURE_ALIGN_LEFT}, {"uiFeatureAlignRight", IDS_SETTINGS_UI_FEATURE_ALIGN_RIGHT}, {"resetToDefault", IDS_SETTINGS_RESET_TO_DEFAULT}, @@ -36,7 +36,7 @@ {"gtkTheme", IDS_SETTINGS_GTK_THEME}, {"useGtkTheme", IDS_SETTINGS_USE_GTK_THEME}, {"qtTheme", IDS_SETTINGS_QT_THEME}, -@@ -552,11 +552,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -558,11 +558,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"classicTheme", IDS_SETTINGS_CLASSIC_THEME}, {"useClassicTheme", IDS_SETTINGS_USE_CLASSIC_THEME}, #endif @@ -50,7 +50,7 @@ {"showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS}, #endif #if BUILDFLAG(IS_MAC) -@@ -580,7 +580,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -586,7 +586,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht html_source->AddBoolean("tabSearchIsRightAlignedAtStartup", tabs::GetTabSearchTrailingTabstrip(profile)); @@ -59,7 +59,7 @@ bool show_custom_chrome_frame = ui::OzonePlatform::GetInstance() ->GetPlatformRuntimeProperties() .supports_server_side_window_decorations; -@@ -1565,7 +1565,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* +@@ -1717,7 +1717,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* g_browser_process->GetApplicationLocale()) .spec(); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc index dfb403405055..edd367748258 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/settings/site_settings_handler.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/settings/site_settings_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/settings/site_settings_handler.cc -@@ -118,7 +118,7 @@ +@@ -121,7 +121,7 @@ #include "url/url_constants.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -2016,7 +2016,7 @@ void SiteSettingsHandler::SendZoomLevels() { +@@ -2086,7 +2086,7 @@ void SiteSettingsHandler::SendZoomLevels() { base::Value::List zoom_levels_exceptions; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,12 +18,12 @@ // Show any non-default Isolated Web App zoom levels at the top of the page. auto* web_app_provider = web_app::WebAppProvider::GetForWebApps(profile_); if (web_app_provider) { -@@ -2118,7 +2118,7 @@ void SiteSettingsHandler::HandleRemoveZoomLevel(const +@@ -2188,7 +2188,7 @@ void SiteSettingsHandler::HandleRemoveZoomLevel(const GURL url(host_or_spec); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (url.is_valid() && url.scheme() == webapps::kIsolatedAppScheme) { + if (url.is_valid() && url.GetScheme() == webapps::kIsolatedAppScheme) { base::expected<web_app::IsolatedWebAppUrlInfo, std::string> iwa_url_info = web_app::IsolatedWebAppUrlInfo::Create(url); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc index b6ac25a9b490..97f397db0238 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc -@@ -549,7 +549,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( +@@ -572,7 +572,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( side_panel::mojom::ManagementNoticeState::New(); management_notice_state->can_be_shown = false; management_notice_state->enabled_by_policy = false; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h index 1f0931730e3f..97802474d9a6 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-10-21 16:57:35 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h -@@ -208,7 +208,7 @@ class CustomizeChromePageHandler +@@ -217,7 +217,7 @@ class CustomizeChromePageHandler // value needs to be requeried by the page. GURL last_source_url_{GURL(chrome::kChromeUINewTabPageURL)}; diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc index 092f3f37ee60..5bb60357de2d 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/ui/webui/signin/profile_picker_handler.cc -@@ -172,7 +172,7 @@ base::Value::Dict CreateProfileState(const ProfileAttr +@@ -173,7 +173,7 @@ base::Value::Dict CreateProfileState(const ProfileAttr IDS_PROFILE_PICKER_PROFILE_CARD_LABEL, local_profile_name); if (entry->GetIsManaged() == signin::Tribool::kTrue) { profile_entry.Set("avatarBadge", "cr:domain"); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc b/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc index c1ee50ca1fc7..fb4d5a6f69ea 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/test/os_integration_test_override_impl.cc.orig 2025-02-20 09:59:21 UTC +--- chrome/browser/web_applications/test/os_integration_test_override_impl.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/web_applications/test/os_integration_test_override_impl.cc @@ -45,7 +45,7 @@ #include "third_party/skia/include/core/SkBitmap.h" @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #endif -@@ -130,7 +130,7 @@ std::vector<std::wstring> GetFileExtensionsForProgId( +@@ -132,7 +132,7 @@ std::vector<std::wstring> GetFileExtensionsForProgId( } #endif @@ -18,7 +18,7 @@ // Performs a blocking read of app icons from the disk. std::optional<SkBitmap> IconManagerReadIconForSize( WebAppIconManager& icon_manager, -@@ -315,7 +315,7 @@ bool OsIntegrationTestOverrideImpl::SimulateDeleteShor +@@ -317,7 +317,7 @@ bool OsIntegrationTestOverrideImpl::SimulateDeleteShor GetShortcutPath(profile, chrome_apps_folder(), app_id, app_name); CHECK(base::PathExists(app_folder_shortcut_path)); return base::DeletePathRecursively(app_folder_shortcut_path); @@ -27,7 +27,7 @@ base::FilePath desktop_shortcut_path = GetShortcutPath(profile, desktop(), app_id, app_name); LOG(INFO) << desktop_shortcut_path; -@@ -362,7 +362,7 @@ bool OsIntegrationTestOverrideImpl::DeleteApplicationM +@@ -364,7 +364,7 @@ bool OsIntegrationTestOverrideImpl::DeleteApplicationM } #endif // BUILDFLAG(IS_WIN) @@ -36,7 +36,7 @@ bool OsIntegrationTestOverrideImpl::DeleteDesktopDirOnLinux() { if (desktop_.IsValid()) { return desktop_.Delete(); -@@ -376,7 +376,7 @@ bool OsIntegrationTestOverrideImpl::IsRunOnOsLoginEnab +@@ -378,7 +378,7 @@ bool OsIntegrationTestOverrideImpl::IsRunOnOsLoginEnab Profile* profile, const webapps::AppId& app_id, const std::string& app_name) { @@ -45,7 +45,7 @@ std::string shortcut_filename = "chrome-" + app_id + "-" + profile->GetBaseName().value() + ".desktop"; return base::PathExists(startup().Append(shortcut_filename)); -@@ -431,7 +431,7 @@ bool OsIntegrationTestOverrideImpl::IsFileExtensionHan +@@ -433,7 +433,7 @@ bool OsIntegrationTestOverrideImpl::IsFileExtensionHan is_file_handled = shell_integration::CanApplicationHandleURL(app_path, test_file_url); base::DeleteFile(test_file_path); @@ -54,7 +54,7 @@ base::FilePath user_applications_dir = applications(); bool database_update_called = false; for (const LinuxFileRegistration& command : linux_file_registration_) { -@@ -481,7 +481,7 @@ std::optional<SkBitmap> OsIntegrationTestOverrideImpl: +@@ -483,7 +483,7 @@ std::optional<SkBitmap> OsIntegrationTestOverrideImpl: return std::nullopt; } return GetIconFromShortcutFile(shortcut_path); @@ -63,16 +63,16 @@ WebAppProvider* provider = WebAppProvider::GetForLocalAppsUnchecked(profile); if (!provider) { return std::nullopt; -@@ -547,7 +547,7 @@ base::FilePath OsIntegrationTestOverrideImpl::GetShort - app_installed_profiles.end()) { - return shortcut_path; +@@ -550,7 +550,7 @@ base::FilePath OsIntegrationTestOverrideImpl::GetShort + return bundle.bundle_path(); + } } -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::string shortcut_filename = "chrome-" + app_id + "-" + profile->GetBaseName().value() + ".desktop"; base::FilePath shortcut_path = shortcut_dir.Append(shortcut_filename); -@@ -572,7 +572,7 @@ bool OsIntegrationTestOverrideImpl::IsShortcutCreated( +@@ -575,7 +575,7 @@ bool OsIntegrationTestOverrideImpl::IsShortcutCreated( base::FilePath app_shortcut_path = GetShortcutPath(profile, chrome_apps_folder(), app_id, app_name); return base::PathExists(app_shortcut_path); @@ -81,7 +81,7 @@ base::FilePath desktop_shortcut_path = GetShortcutPath(profile, desktop(), app_id, app_name); return base::PathExists(desktop_shortcut_path); -@@ -764,7 +764,7 @@ void OsIntegrationTestOverrideImpl::EnableOrDisablePat +@@ -767,7 +767,7 @@ void OsIntegrationTestOverrideImpl::EnableOrDisablePat } #endif // BUILDFLAG(IS_MAC) @@ -90,7 +90,7 @@ base::FilePath OsIntegrationTestOverrideImpl::desktop() { return desktop_.GetPath(); } -@@ -815,7 +815,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri +@@ -818,7 +818,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri success = chrome_apps_folder_.CreateUniqueTempDirUnderPath( outer_temp_dir_.GetPath()); CHECK(success); @@ -99,7 +99,7 @@ success = desktop_.CreateUniqueTempDirUnderPath(outer_temp_dir_.GetPath()); CHECK(success); success = startup_.CreateUniqueTempDirUnderPath(outer_temp_dir_.GetPath()); -@@ -828,7 +828,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri +@@ -831,7 +831,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri CHECK(success); #endif @@ -108,7 +108,7 @@ auto callback = base::BindRepeating([](base::FilePath filename_in, std::string xdg_command, std::string file_contents) { -@@ -900,7 +900,7 @@ OsIntegrationTestOverrideImpl::~OsIntegrationTestOverr +@@ -903,7 +903,7 @@ OsIntegrationTestOverrideImpl::~OsIntegrationTestOverr EXPECT_TRUE(!startup_.IsValid() || startup_.Delete()); #elif BUILDFLAG(IS_MAC) EXPECT_TRUE(!chrome_apps_folder_.IsValid() || DeleteChromeAppsDir()); diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_web__app.cc b/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_web__app.cc index 7681c0efa1aa..fa6b0d860046 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_web__app.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_web__applications_web__app.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/web_app.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/web_applications/web_app.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/web_applications/web_app.cc @@ -76,7 +76,7 @@ #include "url/origin.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -737,7 +737,7 @@ void WebApp::SetCurrentOsIntegrationStates( +@@ -754,7 +754,7 @@ void WebApp::SetCurrentOsIntegrationStates( void WebApp::SetIsolationData(IsolationData isolation_data) { CHECK(manifest_id_.is_valid() #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc b/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc index 21a48f644d4e..0c506d99a5e0 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_enclave__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/enclave_manager.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/browser/webauthn/enclave_manager.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/webauthn/enclave_manager.cc -@@ -779,7 +779,7 @@ base::flat_set<GaiaId> GetGaiaIDs( +@@ -795,7 +795,7 @@ base::flat_set<GaiaId> GetGaiaIDs( std::string UserVerifyingLabelToString(crypto::UserVerifyingKeyLabel label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ return label; #else return std::string("placeholder"); -@@ -789,7 +789,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer +@@ -805,7 +805,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer std::optional<crypto::UserVerifyingKeyLabel> UserVerifyingKeyLabelFromString( std::string saved_label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc b/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc index 04ca94782363..a41ec49a6d97 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-05-06 12:23:00 UTC +--- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/browser/webauthn/unexportable_key_utils.cc -@@ -33,7 +33,7 @@ GetWebAuthnUnexportableKeyProvider() { +@@ -42,7 +42,7 @@ GetWebAuthnUnexportableKeyProvider() { // If there is a scoped UnexportableKeyProvider configured, we always use // that so that tests can still override the key provider. const bool use_software_provider = diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc index 6e7b31b73fc6..ff147bec75c0 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.cc.orig 2025-11-21 17:02:17 UTC +--- chrome/common/chrome_features.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/common/chrome_features.cc -@@ -86,7 +86,7 @@ BASE_FEATURE(kUseAdHocSigningForWebAppShims, base::FEA +@@ -90,7 +90,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Enables or disables the Autofill survey triggered by opening a prompt to // save address info. BASE_FEATURE(kAutofillAddressSurvey, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -98,7 +98,7 @@ BASE_FEATURE(kAutofillCardSurvey, base::FEATURE_DISABL +@@ -102,7 +102,7 @@ BASE_FEATURE(kAutofillCardSurvey, base::FEATURE_DISABL BASE_FEATURE(kAutofillPasswordSurvey, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -18,7 +18,7 @@ // Enables the Restart background mode optimization. When all Chrome UI is // closed and it goes in the background, allows to restart the browser to // discard memory. -@@ -214,7 +214,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, +@@ -218,7 +218,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, // Enables or disables Desktop PWAs to be auto-started on OS login. BASE_FEATURE(kDesktopPWAsRunOnOsLogin, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,16 +27,16 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -248,7 +248,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, - base::FEATURE_DISABLED_BY_DEFAULT); - #endif +@@ -255,7 +255,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, + // Enables the new reset banner on the settings page. + BASE_FEATURE(kShowResetProfileBannerV2, base::FEATURE_ENABLED_BY_DEFAULT); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Controls whether Chrome Apps are supported. See https://crbug.com/1221251. // If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome // Apps will not launch and will be marked in the UI as deprecated. -@@ -625,7 +625,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D +@@ -790,7 +790,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D // Killswitch that controls whether the guest WebContents visibility state is // set to hidden when the Glic panel is warming. BASE_FEATURE(kGlicGuestContentsVisibilityState, @@ -45,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1086,7 +1086,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE +@@ -1295,7 +1295,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE // public keys. BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT); @@ -54,7 +54,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT); // Values taken from the low-memory-monitor documentation and also apply to the // portal API: -@@ -1097,7 +1097,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1306,7 +1306,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h index d97f17375af3..2d3eeb71049b 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.h.orig 2025-11-21 17:02:17 UTC +--- chrome/common/chrome_features.h.orig 2025-12-06 13:30:52 UTC +++ chrome/common/chrome_features.h -@@ -83,13 +83,13 @@ BASE_DECLARE_FEATURE(kUseAdHocSigningForWebAppShims); +@@ -85,13 +85,13 @@ BASE_DECLARE_FEATURE(kUseKeychainKeyProvider); #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -16,16 +16,16 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kBackgroundModeAllowRestart); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -173,7 +173,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); +@@ -178,7 +178,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); COMPONENT_EXPORT(CHROME_FEATURES) - BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); + BASE_DECLARE_FEATURE(kShowResetProfileBannerV2); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -806,7 +806,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -952,7 +952,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -814,7 +814,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -960,7 +960,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc index 0b0adc2e0511..a71275379258 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_paths.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/common/chrome_paths.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/common/chrome_paths.cc @@ -31,7 +31,7 @@ #include "base/apple/foundation_util.h" @@ -20,10 +20,10 @@ const base::FilePath::CharType kFilepathSinglePrefExtensions[] = #if BUILDFLAG(GOOGLE_CHROME_BRANDING) - FILE_PATH_LITERAL("/usr/share/google-chrome/extensions"); -+ FILE_PATH_LITERAL("/usr/local/share/ungoogled-chromium/extensions"); ++ FILE_PATH_LITERAL("/usr/local/share/chromium/extensions"); #else - FILE_PATH_LITERAL("/usr/share/chromium/extensions"); -+ FILE_PATH_LITERAL("/usr/local/share/ungoogled-chromium/extensions"); ++ FILE_PATH_LITERAL("/usr/local/share/chromium/extensions"); #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -66,21 +66,17 @@ #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_ANDROID)) -+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) ++ BUILDFLAG(IS_ANDROID)) || BUILDFLAG(IS_BSD) case chrome::DIR_NATIVE_MESSAGING: #if BUILDFLAG(IS_MAC) #if BUILDFLAG(GOOGLE_CHROME_BRANDING) -@@ -474,9 +474,12 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -474,6 +474,9 @@ bool PathProvider(int key, base::FilePath* result) { #if BUILDFLAG(GOOGLE_CHROME_BRANDING) cur = base::FilePath( FILE_PATH_LITERAL("/etc/opt/chrome/native-messaging-hosts")); +#elif BUILDFLAG(IS_FREEBSD) + cur = base::FilePath(FILE_PATH_LITERAL( -+ "/usr/local/etc/ungoogled-chromium/native-messaging-hosts")); ++ "/usr/local/etc/chromium/native-messaging-hosts")); #else cur = base::FilePath( -- FILE_PATH_LITERAL("/etc/chromium/native-messaging-hosts")); -+ FILE_PATH_LITERAL("/etc/ungoogled-chromium/native-messaging-hosts")); - #endif - #endif // !BUILDFLAG(IS_MAC) - break; + FILE_PATH_LITERAL("/etc/chromium/native-messaging-hosts")); diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc deleted file mode 100644 index cc08b4c59c2f..000000000000 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/common/chrome_paths_linux.cc.orig 2025-05-31 17:16:41 UTC -+++ chrome/common/chrome_paths_linux.cc -@@ -95,7 +95,7 @@ bool GetDefaultUserDataDirectory(base::FilePath* resul - #elif BUILDFLAG(GOOGLE_CHROME_BRANDING) - std::string data_dir_basename = "google-chrome"; - #else -- std::string data_dir_basename = "chromium"; -+ std::string data_dir_basename = "ungoogled-chromium"; - #endif - *result = config_dir.Append(data_dir_basename + GetChannelSuffixForDataDir()); - return true; diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.cc index f36de41b2547..bd064eb446c2 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/common/chrome_switches.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/common/chrome_switches.cc -@@ -939,7 +939,7 @@ const char kDebugPrint[] = "debug-print"; +@@ -934,7 +934,7 @@ const char kDebugPrint[] = "debug-print"; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode. -@@ -975,7 +975,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; +@@ -970,7 +970,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; const char kGlicAdminRedirectPatterns[] = "glic-admin-redirect-patterns"; #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.h b/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.h index 560681186121..b900c1352d06 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__switches.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.h.orig 2025-11-01 06:40:37 UTC +--- chrome/common/chrome_switches.h.orig 2025-12-06 13:30:52 UTC +++ chrome/common/chrome_switches.h -@@ -285,7 +285,7 @@ extern const char kDebugPrint[]; +@@ -284,7 +284,7 @@ extern const char kDebugPrint[]; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ extern const char kEnableNewAppMenuIcon[]; extern const char kGuest[]; extern const char kForceNtpMobilePromo[]; -@@ -305,7 +305,7 @@ extern const char kGlicHostLogging[]; +@@ -304,7 +304,7 @@ extern const char kGlicHostLogging[]; extern const char kGlicAdminRedirectPatterns[]; #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_common_pref__names.h b/www/ungoogled-chromium/files/patch-chrome_common_pref__names.h index e1d8b1c68f53..bff3a554a504 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_pref__names.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_pref__names.h @@ -1,4 +1,4 @@ ---- chrome/common/pref_names.h.orig 2025-11-01 06:40:37 UTC +--- chrome/common/pref_names.h.orig 2025-12-06 13:30:52 UTC +++ chrome/common/pref_names.h @@ -1342,7 +1342,7 @@ inline constexpr char kGeminiSettings[] = "browser.gem inline constexpr char kAllowedDomainsForApps[] = @@ -36,7 +36,7 @@ inline constexpr char kOpenPdfDownloadInSystemReader[] = "download.open_pdf_in_system_reader"; #endif -@@ -2674,7 +2674,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s +@@ -2685,7 +2685,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s inline constexpr char kMediaCdmOriginData[] = "media.cdm.origin_data"; #endif // BUILDFLAG(IS_WIN) @@ -45,7 +45,7 @@ // A boolean pref to determine whether or not the network service is running // sandboxed. inline constexpr char kNetworkServiceSandboxEnabled[] = -@@ -2688,7 +2688,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] +@@ -2699,7 +2699,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] inline constexpr char kNetworkServiceFailedLaunchMajorVersion[] = "net.network_service_failed_launch_major_version"; @@ -54,7 +54,7 @@ // Records whether the user has seen an HTTP auth "negotiate" header. inline constexpr char kReceivedHttpAuthNegotiateHeader[] = "net.received_http_auth_negotiate_headers"; -@@ -2780,7 +2780,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ +@@ -2791,7 +2791,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ inline constexpr char kIsolatedWebAppPendingInitializationCount[] = "profile.isolated_web_app.install.pending_initialization_count"; @@ -63,7 +63,7 @@ // Boolean that specifies whether OK-AS-DELEGATE flag from KDC is respected // along with kAuthNegotiateDelegateAllowlist. inline constexpr char kAuthNegotiateDelegateByKdcPolicy[] = -@@ -3287,7 +3287,7 @@ inline constexpr char kKioskApplicationLogCollectionEn +@@ -3298,7 +3298,7 @@ inline constexpr char kKioskApplicationLogCollectionEn #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -72,7 +72,7 @@ // Defines administrator-set availability of Chrome for Testing. inline constexpr char kChromeForTestingAllowed[] = "chrome_for_testing.allowed"; #endif -@@ -3801,7 +3801,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo +@@ -3812,7 +3812,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo inline constexpr char kSandboxExternalProtocolBlocked[] = "profile.sandbox_external_protocol_blocked"; @@ -81,7 +81,7 @@ // Boolean that indicates if system notifications are allowed to be used in // place of Chrome notifications. inline constexpr char kAllowSystemNotifications[] = -@@ -3990,7 +3990,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = +@@ -4005,7 +4005,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = "policy.lens_desktop_ntp_search_enabled"; #endif @@ -90,7 +90,7 @@ // A dict mapping the edition name with the major version it was shown. inline constexpr char kWhatsNewEditionUsed[] = "browser.whats_new.edition_used"; // A list containing the features of each module in order of when they -@@ -4087,7 +4087,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ +@@ -4102,7 +4102,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ "printing.oauth2_authorization_servers"; #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_common_url__constants.h b/www/ungoogled-chromium/files/patch-chrome_common_url__constants.h index f3948cd69c18..efce82c83aa8 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_url__constants.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/url_constants.h.orig 2025-11-01 06:40:37 UTC +--- chrome/common/url_constants.h.orig 2025-12-06 13:30:52 UTC +++ chrome/common/url_constants.h -@@ -1001,7 +1001,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = +@@ -1027,7 +1027,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = inline constexpr char kPhoneHubPermissionLearnMoreURL[] = "https://support.9oo91e.qjz9zk/chromebook?p=multidevice"; diff --git a/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc b/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc index 3cc858d1361b..cf304f3915a6 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.cc @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/common/webui_url_constants.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/common/webui_url_constants.cc -@@ -199,17 +199,17 @@ base::span<const base::cstring_view> ChromeURLHosts() +@@ -202,17 +202,17 @@ base::span<const base::cstring_view> ChromeURLHosts() kChromeUIInternetDetailDialogHost, #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.h b/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.h index 673d51dc0a08..a3cf34456bd1 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_webui__url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.h.orig 2025-11-01 06:40:37 UTC +--- chrome/common/webui_url_constants.h.orig 2025-12-06 13:30:52 UTC +++ chrome/common/webui_url_constants.h -@@ -556,12 +556,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome +@@ -563,12 +563,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -15,7 +15,7 @@ inline constexpr char kChromeUIWebAppSettingsHost[] = "app-settings"; inline constexpr char kChromeUIWebAppSettingsURL[] = "chrome://app-settings/"; inline constexpr char kChromeUIWhatsNewHost[] = "whats-new"; -@@ -573,11 +573,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] +@@ -580,11 +580,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -29,7 +29,7 @@ inline constexpr char kChromeUIBrowserSwitchHost[] = "browser-switch"; inline constexpr char kChromeUIBrowserSwitchURL[] = "chrome://browser-switch/"; inline constexpr char kChromeUIIntroDefaultBrowserSubPage[] = "default-browser"; -@@ -602,7 +602,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = +@@ -609,7 +609,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = "chrome://history-sync-optin/"; #endif diff --git a/www/ungoogled-chromium/files/patch-chrome_updater_configurator.cc b/www/ungoogled-chromium/files/patch-chrome_updater_configurator.cc index a20c65d5e317..4e5ec55e9a95 100644 --- a/www/ungoogled-chromium/files/patch-chrome_updater_configurator.cc +++ b/www/ungoogled-chromium/files/patch-chrome_updater_configurator.cc @@ -1,6 +1,6 @@ ---- chrome/updater/configurator.cc.orig 2025-10-21 16:57:35 UTC +--- chrome/updater/configurator.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/updater/configurator.cc -@@ -91,7 +91,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> +@@ -90,7 +90,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> return std::nullopt; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) }()) { diff --git a/www/ungoogled-chromium/files/patch-chrome_utility_services.cc b/www/ungoogled-chromium/files/patch-chrome_utility_services.cc index e35f7ecc59bd..2c7819826775 100644 --- a/www/ungoogled-chromium/files/patch-chrome_utility_services.cc +++ b/www/ungoogled-chromium/files/patch-chrome_utility_services.cc @@ -1,4 +1,4 @@ ---- chrome/utility/services.cc.orig 2025-11-01 06:40:37 UTC +--- chrome/utility/services.cc.orig 2025-12-06 13:30:52 UTC +++ chrome/utility/services.cc @@ -50,7 +50,7 @@ #include "chrome/services/system_signals/mac/mac_system_signals_service.h" @@ -9,7 +9,7 @@ #include "chrome/services/system_signals/linux/linux_system_signals_service.h" #endif // BUILDFLAG(IS_LINUX) -@@ -211,7 +211,7 @@ auto RunMacNotificationService( +@@ -205,7 +205,7 @@ auto RunMacNotificationService( } #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ auto RunSystemSignalsService( mojo::PendingReceiver<device_signals::mojom::SystemSignalsService> receiver) { -@@ -472,7 +472,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -450,7 +450,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& services.Add(RunWindowsIconReader); #endif // BUILDFLAG(IS_WIN) diff --git a/www/ungoogled-chromium/files/patch-components_BUILD.gn b/www/ungoogled-chromium/files/patch-components_BUILD.gn index 1e3543ae077b..60b33cc82712 100644 --- a/www/ungoogled-chromium/files/patch-components_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-components_BUILD.gn @@ -1,14 +1,14 @@ ---- components/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- components/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ components/BUILD.gn -@@ -217,7 +217,6 @@ test("components_unittests") { - "//components/content_settings/core/common:unit_tests", +@@ -220,7 +220,6 @@ test("components_unittests") { + "//components/contextual_search/internal:unit_tests", "//components/contextual_tasks:unit_tests", "//components/country_codes:unit_tests", - "//components/crash/core/common:unit_tests", "//components/cross_device/logging:unit_tests", "//components/crx_file:unit_tests", "//components/data_sharing:unit_tests", -@@ -633,7 +632,7 @@ test("components_unittests") { +@@ -636,7 +635,7 @@ test("components_unittests") { "//components/user_data_importer/content:unit_tests", ] @@ -17,7 +17,7 @@ deps += [ "//components/crash/content/browser:unit_tests", "//components/crash/core/app:unit_tests", -@@ -799,7 +798,7 @@ test("components_unittests") { +@@ -803,7 +802,7 @@ test("components_unittests") { deps += [ "//components/constrained_window:unit_tests" ] } diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc index 67a6bfbc1422..cea64fa90b72 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.cc -@@ -479,7 +479,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( +@@ -480,7 +480,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( bool PaymentsDataManager::ShouldShowBnplSettings() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Check `kAutofillEnableBuyNowPayLater` only if the user has seen a BNPL // suggestion before, or there are already linked issuers present, to avoid // unnecessary feature flag checks. The linked issuer check is due to the fact -@@ -1014,7 +1014,7 @@ void PaymentsDataManager::SetPrefService(PrefService* +@@ -1015,7 +1015,7 @@ void PaymentsDataManager::SetPrefService(PrefService* &PaymentsDataManager::OnAutofillPaymentsCardBenefitsPrefChange, base::Unretained(this))); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ pref_registrar_.Add( prefs::kAutofillBnplEnabled, base::BindRepeating(&PaymentsDataManager::OnBnplEnabledPrefChange, -@@ -1088,7 +1088,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { +@@ -1089,7 +1089,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ bool PaymentsDataManager::IsAutofillHasSeenBnplPrefEnabled() const { return prefs::HasSeenBnpl(pref_service_); } -@@ -2125,7 +2125,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( +@@ -2140,7 +2140,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( bool PaymentsDataManager::AreBnplIssuersSupported() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +36,7 @@ return (app_locale_ == "en-US" || app_locale_ == "en-GB" || app_locale_ == "en-CA") && GetCountryCodeForExperimentGroup() == "US" && -@@ -2160,7 +2160,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() +@@ -2175,7 +2175,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h index 585c608ca831..72c696bb0e9a 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h @@ -1,15 +1,15 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.h -@@ -377,7 +377,7 @@ class PaymentsDataManager : public AutofillWebDataServ - void SetAutofillHasSeenIban(); +@@ -378,7 +378,7 @@ class PaymentsDataManager : public AutofillWebDataServ + // TODO(crbug.com/430575808): Remove build flags. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) // Returns the value of the kAutofillHasSeenBnpl pref. - bool IsAutofillHasSeenBnplPrefEnabled() const; + virtual bool IsAutofillHasSeenBnplPrefEnabled() const; -@@ -716,7 +716,7 @@ class PaymentsDataManager : public AutofillWebDataServ +@@ -726,7 +726,7 @@ class PaymentsDataManager : public AutofillWebDataServ void ClearAllCreditCardBenefits(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc index 6c6f2d44ee81..040bfc1b7f49 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/browser/foundations/browser_autofill_manager.cc -@@ -853,7 +853,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { +@@ -854,7 +854,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { payments::BnplManager* BrowserAutofillManager::GetPaymentsBnplManager() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc index 602a02d38760..35fdbb38b4e1 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc @@ -1,7 +1,7 @@ ---- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/browser/payments/amount_extraction_manager.cc -@@ -185,7 +185,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived - bnpl_manager->OnAmountExtractionReturned(parsed_extracted_amount); +@@ -249,7 +249,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived + /*timeout_reached=*/false); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The result of amount extraction on domain " -@@ -216,7 +216,7 @@ void AmountExtractionManager::OnTimeoutReached() { +@@ -315,7 +315,7 @@ void AmountExtractionManager::OnTimeoutReached() { /*timeout_reached=*/true); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -18,12 +18,12 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The amount extraction on domain " -@@ -234,7 +234,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe +@@ -333,7 +333,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe // Check eligibility of BNPL feature. if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) { - if (BnplManager::IsEligibleForBnpl(autofill_manager_->client())) { + if (IsEligibleForBnpl(autofill_manager_->client())) { eligible_features.insert(EligibleFeature::kBnpl); } diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc index d3df5e23c50f..333dc6346114 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/browser/payments/bnpl_manager.cc -@@ -599,7 +599,7 @@ void BnplManager::MaybeUpdateDesktopSuggestionsWithBnp +@@ -607,7 +607,7 @@ void BnplManager::MaybeUpdateDesktopSuggestionsWithBnp .OnBnplSuggestionShown(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc new file mode 100644 index 000000000000..30300c5e97bc --- /dev/null +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc @@ -0,0 +1,11 @@ +--- components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc.orig 2025-12-06 13:30:52 UTC ++++ components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc +@@ -1462,7 +1462,7 @@ std::vector<Suggestion> GetCreditCardSuggestionsForTou + .GetBnplIssuers(), + /*extracted_amount_in_micros=*/std::nullopt)); + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + manager.client() + .GetPersonalDataManager() + .payments_data_manager() diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__features.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__features.cc index df99b4aa7037..914ac08243d2 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__features.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__features.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_features.cc.orig 2025-10-21 16:57:35 UTC +--- components/autofill/core/common/autofill_features.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/common/autofill_features.cc @@ -10,7 +10,7 @@ namespace autofill::features { @@ -7,5 +7,5 @@ - BUILDFLAG(IS_LINUX) || + BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN); + constexpr bool IS_WALLET_PASSES_SUPPORTED_PLATFORM = !BUILDFLAG(IS_IOS); } - diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc index f5c8fdfec103..f7de512e9ff8 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__payments__features.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_payments_features.cc.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/common/autofill_payments_features.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/common/autofill_payments_features.cc @@ -26,7 +26,7 @@ BASE_FEATURE(kAutofillEnableAllowlistForBmoCardCategor // of the allowlisted merchant websites. @@ -18,7 +18,16 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -62,7 +62,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, +@@ -58,7 +58,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForExternall + // offered. + BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT); + #else + base::FEATURE_DISABLED_BY_DEFAULT); +@@ -67,7 +67,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, // When enabled, buy now pay later (BNPL) data will be synced to Chrome clients. BASE_FEATURE(kAutofillEnableBuyNowPayLaterSyncing, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +36,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -86,7 +86,7 @@ BASE_FEATURE(kAutofillEnableCardBenefitsForAmericanExp +@@ -91,7 +91,7 @@ BASE_FEATURE(kAutofillEnableCardBenefitsForAmericanExp // UI. BASE_FEATURE(kAutofillEnableCardBenefitsForBmo, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -151,7 +151,7 @@ BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsBlockl +@@ -156,7 +156,7 @@ BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsBlockl // Payments Autofill UI. BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsFromCurinos, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -45,7 +54,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -301,7 +301,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, base::FEATU +@@ -306,7 +306,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, base::FEATU #endif // BUILDFLAG(IS_ANDROID) bool ShouldShowImprovedUserConsentForCreditCardSave() { diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.cc b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.cc index 5cfdc5e84b05..5925a1983792 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.cc +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_prefs.cc.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/common/autofill_prefs.cc.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/common/autofill_prefs.cc -@@ -131,7 +131,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -137,7 +137,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ registry->RegisterBooleanPref( kAutofillBnplEnabled, true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); -@@ -373,7 +373,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic +@@ -386,7 +386,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value) { prefs->SetBoolean(kAutofillBnplEnabled, value); } -@@ -382,7 +382,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -395,7 +395,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ return prefs->GetBoolean(kAutofillBnplEnabled); #else return false; -@@ -391,7 +391,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { +@@ -404,7 +404,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.h b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.h index f9f015d7b858..6f72a5416b8f 100644 --- a/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.h +++ b/www/ungoogled-chromium/files/patch-components_autofill_core_common_autofill__prefs.h @@ -1,15 +1,15 @@ ---- components/autofill/core/common/autofill_prefs.h.orig 2025-11-01 06:40:37 UTC +--- components/autofill/core/common/autofill_prefs.h.orig 2025-12-06 13:30:52 UTC +++ components/autofill/core/common/autofill_prefs.h -@@ -36,7 +36,7 @@ inline constexpr char kAutofillAiOptInStatus[] = - inline constexpr char kAutofillAiLastVersionDeduped[] = - "autofill.ai_last_version_deduped"; +@@ -44,7 +44,7 @@ inline constexpr char kAutofillAiLastVersionDeduped[] + inline constexpr char kAutofillAiTravelEntitiesEnabled[] = + "autofill.autofill_ai.travel_entities_enabled"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) // Boolean that is true if BNPL on Autofill is enabled. inline constexpr char kAutofillBnplEnabled[] = "autofill.bnpl_enabled"; // Boolean that is true if the user has ever seen a BNPL suggestion. -@@ -265,7 +265,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService +@@ -277,7 +277,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService void SetFacilitatedPaymentsA2ATriggeredOnce(PrefService* prefs, bool value); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -273,7 +273,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -285,7 +285,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_commerce_core_commerce__feature__list.cc b/www/ungoogled-chromium/files/patch-components_commerce_core_commerce__feature__list.cc index 5b3393c9a269..e5d10f462fb8 100644 --- a/www/ungoogled-chromium/files/patch-components_commerce_core_commerce__feature__list.cc +++ b/www/ungoogled-chromium/files/patch-components_commerce_core_commerce__feature__list.cc @@ -1,6 +1,6 @@ ---- components/commerce/core/commerce_feature_list.cc.orig 2025-11-01 06:40:37 UTC +--- components/commerce/core/commerce_feature_list.cc.orig 2025-12-06 13:30:52 UTC +++ components/commerce/core/commerce_feature_list.cc -@@ -178,7 +178,7 @@ BASE_FEATURE(kShoppingAlternateServer, base::FEATURE_D +@@ -175,7 +175,7 @@ BASE_FEATURE(kShoppingAlternateServer, base::FEATURE_D const char kDiscountOnShoppyPageParam[] = "discount-on-shoppy-page"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ &kEnableDiscountInfoApi, kDiscountOnShoppyPageParam, true}; #else -@@ -191,7 +191,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi +@@ -188,7 +188,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi const char kNonMerchantWideBehaviorParam[] = "non-merchant-wide-behavior"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_contextual__tasks_internal_BUILD.gn b/www/ungoogled-chromium/files/patch-components_contextual__tasks_internal_BUILD.gn new file mode 100644 index 000000000000..ae57853b4033 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-components_contextual__tasks_internal_BUILD.gn @@ -0,0 +1,10 @@ +--- components/contextual_tasks/internal/BUILD.gn.orig 2025-12-06 13:30:52 UTC ++++ components/contextual_tasks/internal/BUILD.gn +@@ -43,6 +43,7 @@ source_set("internal") { + "//components/sync/model", + "//components/url_formatter", + "//net", ++ "//third_party/re2", + "//ui/gfx", + "//url", + ] diff --git a/www/ungoogled-chromium/files/patch-components_cookie__config_cookie__store__util.cc b/www/ungoogled-chromium/files/patch-components_cookie__config_cookie__store__util.cc index 12ca75ef885c..7fc6f14b0c14 100644 --- a/www/ungoogled-chromium/files/patch-components_cookie__config_cookie__store__util.cc +++ b/www/ungoogled-chromium/files/patch-components_cookie__config_cookie__store__util.cc @@ -1,6 +1,6 @@ ---- components/cookie_config/cookie_store_util.cc.orig 2024-02-25 20:22:18 UTC +--- components/cookie_config/cookie_store_util.cc.orig 2025-12-06 13:30:52 UTC +++ components/cookie_config/cookie_store_util.cc -@@ -12,7 +12,7 @@ +@@ -16,7 +16,7 @@ namespace cookie_config { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -8,4 +8,4 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) namespace { - // Use the operating system's mechanisms to encrypt cookies before writing + void OnOsCryptReadyOnUi( diff --git a/www/ungoogled-chromium/files/patch-components_crash_core_common_BUILD.gn b/www/ungoogled-chromium/files/patch-components_crash_core_common_BUILD.gn index 3b9135403b22..d54e53b79505 100644 --- a/www/ungoogled-chromium/files/patch-components_crash_core_common_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-components_crash_core_common_BUILD.gn @@ -1,6 +1,6 @@ ---- components/crash/core/common/BUILD.gn.orig 2023-06-05 19:39:05 UTC +--- components/crash/core/common/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ components/crash/core/common/BUILD.gn -@@ -9,7 +9,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn +@@ -8,7 +8,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn declare_args() { # If set to true, this will stub out and disable the entire crash key system. diff --git a/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.cc b/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.cc index 921eb7476e73..e9f2227e9f35 100644 --- a/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.cc +++ b/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.cc @@ -1,6 +1,6 @@ ---- components/device_signals/core/common/signals_features.cc.orig 2025-11-01 06:40:37 UTC +--- components/device_signals/core/common/signals_features.cc.orig 2025-12-06 13:30:52 UTC +++ components/device_signals/core/common/signals_features.cc -@@ -51,7 +51,7 @@ bool IsDetectedAgentSignalCollectionEnabled() { +@@ -61,7 +61,7 @@ bool IsSystemSignalCollectionImprovementEnabled() { } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.h b/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.h index 2939a687bb02..d4aabff0cd50 100644 --- a/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.h +++ b/www/ungoogled-chromium/files/patch-components_device__signals_core_common_signals__features.h @@ -1,7 +1,7 @@ ---- components/device_signals/core/common/signals_features.h.orig 2025-09-10 13:22:16 UTC +--- components/device_signals/core/common/signals_features.h.orig 2025-12-06 13:30:52 UTC +++ components/device_signals/core/common/signals_features.h -@@ -33,7 +33,7 @@ bool IsBrowserSignalsReportingEnabled(); - bool IsDetectedAgentSignalCollectionEnabled(); +@@ -37,7 +37,7 @@ bool IsDetectedAgentSignalCollectionEnabled(); + bool IsSystemSignalCollectionImprovementEnabled(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-components_embedder__support_user__agent__utils.cc b/www/ungoogled-chromium/files/patch-components_embedder__support_user__agent__utils.cc index 897f318d602c..200919bcfcc4 100644 --- a/www/ungoogled-chromium/files/patch-components_embedder__support_user__agent__utils.cc +++ b/www/ungoogled-chromium/files/patch-components_embedder__support_user__agent__utils.cc @@ -1,4 +1,4 @@ ---- components/embedder_support/user_agent_utils.cc.orig 2025-09-10 13:22:16 UTC +--- components/embedder_support/user_agent_utils.cc.orig 2025-12-06 13:30:52 UTC +++ components/embedder_support/user_agent_utils.cc @@ -321,7 +321,7 @@ std::string GetUserAgentPlatform() { return ""; @@ -46,7 +46,7 @@ #else return std::string(version_info::GetOSType()); #endif -@@ -879,6 +882,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons +@@ -874,6 +877,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons "Android %s", os_version.c_str() #elif BUILDFLAG(IS_FUCHSIA) "Fuchsia" diff --git a/www/ungoogled-chromium/files/patch-components_enterprise_browser_reporting_report__util.cc b/www/ungoogled-chromium/files/patch-components_enterprise_browser_reporting_report__util.cc index 5723020b7e3b..4e8189588e52 100644 --- a/www/ungoogled-chromium/files/patch-components_enterprise_browser_reporting_report__util.cc +++ b/www/ungoogled-chromium/files/patch-components_enterprise_browser_reporting_report__util.cc @@ -1,6 +1,6 @@ ---- components/enterprise/browser/reporting/report_util.cc.orig 2025-09-23 12:08:14 UTC +--- components/enterprise/browser/reporting/report_util.cc.orig 2025-12-06 13:30:52 UTC +++ components/enterprise/browser/reporting/report_util.cc -@@ -166,7 +166,7 @@ std::string GetSecuritySignalsInReport( +@@ -167,7 +167,7 @@ std::string GetSecuritySignalsInReport( signals_dict.Set("antivirus_info", std::move(anti_virus_list)); signals_dict.Set("hotfixes", RepeatedFieldptrToList(os_report.hotfixes())); diff --git a/www/ungoogled-chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc b/www/ungoogled-chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc deleted file mode 100644 index 5185887533fb..000000000000 --- a/www/ungoogled-chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- components/enterprise/connectors/core/connectors_prefs.cc.orig 2025-11-01 06:40:37 UTC -+++ components/enterprise/connectors/core/connectors_prefs.cc -@@ -22,7 +22,7 @@ - namespace enterprise_connectors { - - // Profile Prefs --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kCacheEncryptionEnabledPref[] = - "enterprise_connectors.cache_encryption_enabled"; - #endif -@@ -96,7 +96,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry - #if BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) - client_certificates::RegisterProfilePrefs(registry); - #endif // BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - registry->RegisterBooleanPref(kCacheEncryptionEnabledPref, false); - #endif - } diff --git a/www/ungoogled-chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.h b/www/ungoogled-chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.h deleted file mode 100644 index 682f513061d3..000000000000 --- a/www/ungoogled-chromium/files/patch-components_enterprise_connectors_core_connectors__prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- components/enterprise/connectors/core/connectors_prefs.h.orig 2025-11-01 06:40:37 UTC -+++ components/enterprise/connectors/core/connectors_prefs.h -@@ -11,7 +11,7 @@ class PrefRegistrySimple; - - namespace enterprise_connectors { - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Pref that maps to the "CacheEncryptionEnabled" policy. - extern const char kCacheEncryptionEnabledPref[]; - #endif diff --git a/www/ungoogled-chromium/files/patch-components_error__page_common_localized__error.cc b/www/ungoogled-chromium/files/patch-components_error__page_common_localized__error.cc index d794d9f2dcf6..f4294c56a51e 100644 --- a/www/ungoogled-chromium/files/patch-components_error__page_common_localized__error.cc +++ b/www/ungoogled-chromium/files/patch-components_error__page_common_localized__error.cc @@ -1,6 +1,6 @@ ---- components/error_page/common/localized_error.cc.orig 2025-10-21 16:57:35 UTC +--- components/error_page/common/localized_error.cc.orig 2025-12-06 13:30:52 UTC +++ components/error_page/common/localized_error.cc -@@ -902,7 +902,7 @@ void AddSuggestionsDetails(int error_code, +@@ -896,7 +896,7 @@ void AddSuggestionsDetails(int error_code, if (suggestions & SUGGEST_PROXY_CONFIG) { // Custom body string. std::u16string inner = diff --git a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__configurations.cc b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__configurations.cc index 3e90ea330b6b..f101ec742b16 100644 --- a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__configurations.cc +++ b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__configurations.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_configurations.cc.orig 2025-11-01 06:40:37 UTC +--- components/feature_engagement/public/feature_configurations.cc.orig 2025-12-06 13:30:52 UTC +++ components/feature_engagement/public/feature_configurations.cc @@ -95,7 +95,7 @@ std::optional<FeatureConfig> CreateNewUserGestureInPro @@ -18,7 +18,7 @@ if (kIPHPasswordsManagementBubbleAfterSaveFeature.name == feature->name) { FeatureConfig config; config.valid = true; -@@ -2045,7 +2045,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi +@@ -2020,7 +2020,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.cc b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.cc index 6e8dedd5ddcf..e920900457cf 100644 --- a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.cc +++ b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.cc.orig 2025-11-12 17:42:57 UTC +--- components/feature_engagement/public/feature_constants.cc.orig 2025-12-06 13:30:52 UTC +++ components/feature_engagement/public/feature_constants.cc @@ -32,7 +32,7 @@ bool IsOnDeviceStorageEnabled() { } @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) BASE_FEATURE(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo", -@@ -846,7 +846,7 @@ BASE_FEATURE(kIPHiOSAIHubNewBadge, +@@ -847,7 +847,7 @@ BASE_FEATURE(kIPHiOSAIHubNewBadge, #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) BASE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion", -@@ -1002,7 +1002,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, +@@ -1006,7 +1006,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.h b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.h index 52e06c3bad45..6ec97d4d0ff6 100644 --- a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.h +++ b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__constants.h @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.h.orig 2025-11-12 17:42:57 UTC +--- components/feature_engagement/public/feature_constants.h.orig 2025-12-06 13:30:52 UTC +++ components/feature_engagement/public/feature_constants.h @@ -31,7 +31,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDemoMode); FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDummyFeature); @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) FEATURE_CONSTANTS_DECLARE_FEATURE(kEsbDownloadRowPromoFeature); #endif -@@ -380,7 +380,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHiOSAIHubNewBadge +@@ -385,7 +385,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHiOSAIHubNewBadge #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature); FEATURE_CONSTANTS_DECLARE_FEATURE( -@@ -444,7 +444,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA +@@ -450,7 +450,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphGamingFeature); #endif diff --git a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.cc b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.cc index 21fa78fe9b76..f634eda3f9f7 100644 --- a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.cc +++ b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.cc @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.cc.orig 2025-11-12 17:42:57 UTC +--- components/feature_engagement/public/feature_list.cc.orig 2025-12-06 13:30:52 UTC +++ components/feature_engagement/public/feature_list.cc -@@ -203,7 +203,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -202,7 +202,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHiOSReaderModeOptionsFeature, #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) &kEsbDownloadRowPromoFeature, #endif -@@ -278,7 +278,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -277,7 +277,7 @@ const base::Feature* const kAllFeatures[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -17,7 +17,7 @@ +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || \ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) &kIPHAutofillAiOptInFeature, - &kIPHAutofillBnplAffirmOrZipSuggestionFeature, + &kIPHAutofillAiValuablesFeature, @@ -336,7 +336,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHScalableIphGamingFeature, #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.h b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.h index 4298840706b6..487c2013c106 100644 --- a/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.h +++ b/www/ungoogled-chromium/files/patch-components_feature__engagement_public_feature__list.h @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.h.orig 2025-11-12 17:42:57 UTC +--- components/feature_engagement/public/feature_list.h.orig 2025-12-06 13:30:52 UTC +++ components/feature_engagement/public/feature_list.h -@@ -357,7 +357,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSAIHubNewBadge, "IPH_iOSA +@@ -355,7 +355,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSAIHubNewBadge, "IPH_iOSA #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) DEFINE_VARIATION_PARAM(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo"); #endif -@@ -478,7 +478,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF +@@ -476,7 +476,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -17,8 +17,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \ + BUILDFLAG(IS_BSD) DEFINE_VARIATION_PARAM(kIPHAutofillAiOptInFeature, "IPH_AutofillAiOptIn"); - DEFINE_VARIATION_PARAM(kIPHAutofillBnplAffirmOrZipSuggestionFeature, - "IPH_AutofillBnplAffirmOrZipSuggestion"); + DEFINE_VARIATION_PARAM(kIPHAutofillAiValuablesFeature, + "IPH_AutofillAiValuables"); @@ -580,7 +581,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF DEFINE_VARIATION_PARAM(kIPHScalableIphGamingFeature, "IPH_ScalableIphGaming"); #endif // BUILDFLAG(IS_CHROMEOS) @@ -28,7 +28,7 @@ DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunch, "IPH_DesktopPWAsLinkCapturingLaunch"); DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunchAppInTab, -@@ -782,7 +783,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -781,7 +782,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHIOSPageActionMenu), VARIATION_ENTRY(kIPHiOSAIHubNewBadge), #elif BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -37,7 +37,7 @@ VARIATION_ENTRY(kIPHBatterySaverModeFeature), VARIATION_ENTRY(kIPHCompanionSidePanelFeature), VARIATION_ENTRY(kIPHCompanionSidePanelRegionSearchFeature), -@@ -844,7 +845,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -843,7 +844,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -45,8 +45,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \ + BUILDFLAG(IS_BSD) VARIATION_ENTRY(kIPHAutofillAiOptInFeature), + VARIATION_ENTRY(kIPHAutofillAiValuablesFeature), VARIATION_ENTRY(kIPHAutofillCreditCardBenefitFeature), - VARIATION_ENTRY(kIPHAutofillCardInfoRetrievalSuggestionFeature), @@ -899,7 +901,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHScalableIphGamingFeature), #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc b/www/ungoogled-chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc index 1bb0e3f5915e..914eeaf62d48 100644 --- a/www/ungoogled-chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc +++ b/www/ungoogled-chromium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc @@ -1,6 +1,6 @@ ---- components/gwp_asan/crash_handler/crash_analyzer.cc.orig 2025-05-06 12:23:00 UTC +--- components/gwp_asan/crash_handler/crash_analyzer.cc.orig 2025-12-06 13:30:52 UTC +++ components/gwp_asan/crash_handler/crash_analyzer.cc -@@ -35,7 +35,7 @@ +@@ -36,7 +36,7 @@ #include "third_party/crashpad/crashpad/snapshot/process_snapshot.h" #include "third_party/crashpad/crashpad/util/process/process_memory.h" @@ -9,7 +9,7 @@ #include <signal.h> #elif BUILDFLAG(IS_APPLE) #include <mach/exception_types.h> -@@ -113,7 +113,7 @@ bool CrashAnalyzer::GetExceptionInfo( +@@ -114,7 +114,7 @@ bool CrashAnalyzer::GetExceptionInfo( crashpad::VMAddress CrashAnalyzer::GetAccessAddress( const crashpad::ExceptionSnapshot& exception) { diff --git a/www/ungoogled-chromium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h b/www/ungoogled-chromium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h new file mode 100644 index 000000000000..d12eeda688da --- /dev/null +++ b/www/ungoogled-chromium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h @@ -0,0 +1,15 @@ +--- components/media_router/common/providers/cast/channel/enum_table.h.orig 2025-12-06 13:30:52 UTC ++++ components/media_router/common/providers/cast/channel/enum_table.h +@@ -368,7 +368,12 @@ class EnumTable { + + private: + #ifdef ARCH_CPU_64_BITS ++#ifdef __cpp_lib_hardware_interference_size + alignas(std::hardware_destructive_interference_size) ++#else ++ static constexpr std::size_t hardware_destructive_interference_size = 64; ++ alignas(hardware_destructive_interference_size) ++#endif + #endif + std::initializer_list<Entry> data_; + bool is_sorted_; diff --git a/www/ungoogled-chromium/files/patch-components_metrics_dwa_dwa__service.cc b/www/ungoogled-chromium/files/patch-components_metrics_dwa_dwa__service.cc index 5ceb37cd8d91..ce21d75f783c 100644 --- a/www/ungoogled-chromium/files/patch-components_metrics_dwa_dwa__service.cc +++ b/www/ungoogled-chromium/files/patch-components_metrics_dwa_dwa__service.cc @@ -1,6 +1,6 @@ ---- components/metrics/dwa/dwa_service.cc.orig 2025-11-01 06:40:37 UTC +--- components/metrics/dwa/dwa_service.cc.orig 2025-12-06 13:30:52 UTC +++ components/metrics/dwa/dwa_service.cc -@@ -243,7 +243,7 @@ void DwaService::RecordCoarseSystemInformation( +@@ -244,7 +244,7 @@ void DwaService::RecordCoarseSystemInformation( coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_WINDOWS); #elif BUILDFLAG(IS_MAC) coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_MACOS); diff --git a/www/ungoogled-chromium/files/patch-components_ntp__tiles_pref__names.h b/www/ungoogled-chromium/files/patch-components_ntp__tiles_pref__names.h index 7f1b403891fa..679b91bee1e7 100644 --- a/www/ungoogled-chromium/files/patch-components_ntp__tiles_pref__names.h +++ b/www/ungoogled-chromium/files/patch-components_ntp__tiles_pref__names.h @@ -1,6 +1,6 @@ ---- components/ntp_tiles/pref_names.h.orig 2025-10-21 16:57:35 UTC +--- components/ntp_tiles/pref_names.h.orig 2025-12-06 13:30:52 UTC +++ components/ntp_tiles/pref_names.h -@@ -48,7 +48,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus +@@ -49,7 +49,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus // Prefs used to cache enterprise shortcuts. #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ diff --git a/www/ungoogled-chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc b/www/ungoogled-chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc index bd85e68ed05b..a68b7b24e767 100644 --- a/www/ungoogled-chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc +++ b/www/ungoogled-chromium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc @@ -1,6 +1,6 @@ ---- components/optimization_guide/core/feature_registry/feature_registration.cc.orig 2025-11-01 06:40:37 UTC +--- components/optimization_guide/core/feature_registry/feature_registration.cc.orig 2025-12-06 13:30:52 UTC +++ components/optimization_guide/core/feature_registry/feature_registration.cc -@@ -65,7 +65,7 @@ BASE_FEATURE(kProductSpecificationsMqlsLogging, +@@ -67,7 +67,7 @@ BASE_FEATURE(kProductSpecificationsMqlsLogging, BASE_FEATURE(kFormsClassificationsMqlsLogging, BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || diff --git a/www/ungoogled-chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc b/www/ungoogled-chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc index 801ed71ae57a..7475ee44af65 100644 --- a/www/ungoogled-chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc +++ b/www/ungoogled-chromium/files/patch-components_optimization__guide_core_optimization__guide__features.cc @@ -1,6 +1,6 @@ ---- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-11-01 06:40:37 UTC +--- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-12-06 13:30:52 UTC +++ components/optimization_guide/core/optimization_guide_features.cc -@@ -104,7 +104,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, +@@ -98,7 +98,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, // Whether to use the on device model service in optimization guide. BASE_FEATURE(kOptimizationGuideOnDeviceModel, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc b/www/ungoogled-chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc index d54568f0818a..0a40b587eaa5 100644 --- a/www/ungoogled-chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc +++ b/www/ungoogled-chromium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/libsecret_util_linux.cc.orig 2025-10-21 16:57:35 UTC +--- components/os_crypt/sync/libsecret_util_linux.cc.orig 2025-12-06 13:30:52 UTC +++ components/os_crypt/sync/libsecret_util_linux.cc -@@ -182,16 +182,22 @@ bool LibsecretLoader::EnsureLibsecretLoaded() { +@@ -184,16 +184,22 @@ bool LibsecretLoader::EnsureLibsecretLoaded() { // static bool LibsecretLoader::LoadLibsecret() { diff --git a/www/ungoogled-chromium/files/patch-components_os__crypt_sync_os__crypt.h b/www/ungoogled-chromium/files/patch-components_os__crypt_sync_os__crypt.h index 40a89d3d7fc1..521922a50d2c 100644 --- a/www/ungoogled-chromium/files/patch-components_os__crypt_sync_os__crypt.h +++ b/www/ungoogled-chromium/files/patch-components_os__crypt_sync_os__crypt.h @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/os_crypt.h.orig 2025-09-10 13:22:16 UTC +--- components/os_crypt/sync/os_crypt.h.orig 2025-12-06 13:30:52 UTC +++ components/os_crypt/sync/os_crypt.h -@@ -23,7 +23,7 @@ class Keychain; +@@ -28,7 +28,7 @@ class Keychain; } #endif @@ -9,7 +9,7 @@ class KeyStorageLinux; #endif // BUILDFLAG(IS_LINUX) -@@ -39,7 +39,7 @@ struct Config; +@@ -44,7 +44,7 @@ struct Config; // Temporary interface due to OSCrypt refactor. See OSCryptImpl for descriptions // of what each function does. namespace OSCrypt { @@ -18,7 +18,7 @@ COMPONENT_EXPORT(OS_CRYPT) void SetConfig(std::unique_ptr<os_crypt::Config> config); #endif // BUILDFLAG(IS_LINUX) -@@ -84,7 +84,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b +@@ -91,7 +91,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b COMPONENT_EXPORT(OS_CRYPT) void SetLegacyEncryptionForTesting(bool legacy); COMPONENT_EXPORT(OS_CRYPT) void ResetStateForTesting(); #endif // BUILDFLAG(IS_WIN) @@ -27,7 +27,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyStorageForTesting( base::OnceCallback<std::unique_ptr<KeyStorageLinux>()> -@@ -118,7 +118,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -125,7 +125,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { // Returns singleton instance of OSCryptImpl. static OSCryptImpl* GetInstance(); @@ -36,7 +36,7 @@ // Set the configuration of OSCryptImpl. // This method, or SetRawEncryptionKey(), must be called before using // EncryptString() and DecryptString(). -@@ -214,7 +214,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -217,7 +217,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { void ResetStateForTesting(); #endif @@ -45,7 +45,7 @@ // For unit testing purposes, inject methods to be used. // |storage_provider_factory| provides the desired |KeyStorage| // implementation. If the provider returns |nullptr|, a hardcoded password -@@ -241,13 +241,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -244,13 +244,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { bool DeriveKey(); #endif // BUILDFLAG(IS_APPLE) diff --git a/www/ungoogled-chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc b/www/ungoogled-chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc index 7744bd19f021..433544df110e 100644 --- a/www/ungoogled-chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc +++ b/www/ungoogled-chromium/files/patch-components_paint__preview_player_player__compositor__delegate.cc @@ -1,6 +1,6 @@ ---- components/paint_preview/player/player_compositor_delegate.cc.orig 2025-10-21 16:57:35 UTC +--- components/paint_preview/player/player_compositor_delegate.cc.orig 2025-12-06 13:30:52 UTC +++ components/paint_preview/player/player_compositor_delegate.cc -@@ -435,8 +435,8 @@ void PlayerCompositorDelegate::ValidateProtoAndLoadAXT +@@ -432,8 +432,8 @@ void PlayerCompositorDelegate::ValidateProtoAndLoadAXT auto chrome_version = capture_result_->proto.metadata().chrome_version(); const auto& current_chrome_version = version_info::GetVersion(); if (capture_result_->proto.metadata().has_chrome_version() && diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.cc index 57ba56864a98..de3432ced810 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/features/password_features.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/features/password_features.cc -@@ -58,7 +58,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, +@@ -71,7 +71,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, BASE_FEATURE(kClearUndecryptablePasswordsOnSync, "ClearUndecryptablePasswordsInSync", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -120,7 +120,7 @@ BASE_FEATURE(kPasswordManualFallbackAvailable, +@@ -139,7 +139,7 @@ BASE_FEATURE(kPasswordManualFallbackAvailable, BASE_FEATURE(kPasswordManagerLogToTerminal, base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.h b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.h index c80706b2abca..41ff6d9dadec 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.h +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_features_password__features.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.h.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/features/password_features.h.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/features/password_features.h -@@ -147,7 +147,7 @@ BASE_DECLARE_FEATURE(kPasswordManualFallbackAvailable) +@@ -172,7 +172,7 @@ BASE_DECLARE_FEATURE(kPasswordManualFallbackAvailable) // terminal. BASE_DECLARE_FEATURE(kPasswordManagerLogToTerminal); diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc index 07c3fa34fc05..2a33dc875610 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_autofill_manager.cc -@@ -387,7 +387,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( +@@ -405,7 +405,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( weak_ptr_factory_.GetWeakPtr(), *password_credential); if (password_credential->is_grouped_affiliation) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ cross_domain_confirmation_controller_ = password_client_->ShowCrossDomainConfirmationPopup( last_popup_open_args_.element_bounds, -@@ -629,7 +629,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { +@@ -653,7 +653,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { manual_fallback_metrics_recorder_ = std::make_unique<PasswordManualFallbackMetricsRecorder>(); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc index 5fe735230e36..81a13dfc028d 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__filling.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_form_filling.cc.orig 2025-09-10 13:22:16 UTC +--- components/password_manager/core/browser/password_form_filling.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_form_filling.cc -@@ -178,7 +178,7 @@ LikelyFormFilling SendFillInformationToRenderer( +@@ -197,7 +197,7 @@ LikelyFormFilling SendFillInformationToRenderer( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc index 45cd3647092b..bf1d9cf8b0e8 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__form__manager.cc @@ -1,15 +1,6 @@ ---- components/password_manager/core/browser/password_form_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_form_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_form_manager.cc -@@ -67,7 +67,7 @@ - #include "components/webauthn/android/webauthn_cred_man_delegate.h" - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "components/os_crypt/sync/os_crypt.h" - #endif - -@@ -239,7 +239,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest +@@ -235,7 +235,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest return false; } @@ -18,7 +9,7 @@ bool ShouldShowKeychainErrorBubble( std::optional<PasswordStoreBackendError> backend_error) { if (!backend_error.has_value()) { -@@ -940,7 +940,7 @@ void PasswordFormManager::OnFetchCompleted() { +@@ -936,7 +936,7 @@ void PasswordFormManager::OnFetchCompleted() { error.value().type); } diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager.cc index 73269e8611ce..8be117306534 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_manager.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_manager.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_manager.cc -@@ -590,7 +590,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -607,7 +607,7 @@ void PasswordManager::RegisterProfilePrefs( registry->RegisterListPref(prefs::kPasswordManagerPromoCardsList); #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS) registry->RegisterBooleanPref(prefs::kPasswordSharingEnabled, true); @@ -9,7 +9,7 @@ registry->RegisterIntegerPref(prefs::kRelaunchChromeBubbleDismissedCounter, 0); #endif -@@ -603,7 +603,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -620,7 +620,7 @@ void PasswordManager::RegisterProfilePrefs( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager__client.h b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager__client.h index 02c73adb5c03..12dfa4ede484 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager__client.h +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__manager__client.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manager_client.h.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_manager_client.h.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_manager_client.h @@ -30,7 +30,7 @@ #include "net/cert/cert_status_flags.h" @@ -9,7 +9,7 @@ #include "base/i18n/rtl.h" #include "components/password_manager/core/browser/password_cross_domain_confirmation_popup_controller.h" #include "ui/gfx/geometry/rect_f.h" -@@ -540,7 +540,7 @@ class PasswordManagerClient { +@@ -544,7 +544,7 @@ class PasswordManagerClient { virtual void TriggerSignIn(signin_metrics::AccessPoint access_point) const; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc index d1250f1cdd2d..021baa6ead26 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database.cc @@ -1,9 +1,9 @@ ---- components/password_manager/core/browser/password_store/login_database.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_store/login_database.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_store/login_database.cc @@ -1043,7 +1043,7 @@ bool ShouldDeleteUndecryptablePasswords( - bool is_user_data_dir_policy_set, bool is_enabled_by_policy, - IsAccountStore is_account_store) { + IsAccountStore is_account_store, + const os_crypt_async::Encryptor* encryptor) { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::unique_ptr<base::Environment> environment(base::Environment::Create()); diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc index ddf19d43346d..c4950b609b9d 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_store/login_database_async_helper.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_store/login_database_async_helper.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_store/login_database_async_helper.cc @@ -146,7 +146,7 @@ LoginsResultOrError LoginDatabaseAsyncHelper::FillMatc std::vector<PasswordForm> matched_forms; @@ -7,5 +7,5 @@ -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return PasswordStoreBackendError( - OSCrypt::IsEncryptionAvailable() + is_encryption_available_ ? PasswordStoreBackendErrorType::kUncategorized diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc index 82a0657be523..c8f523bc1d9b 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc @@ -1,7 +1,7 @@ ---- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig 2025-11-01 06:40:37 UTC +--- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/password_store/login_database_unittest.cc -@@ -2278,7 +2278,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent, - testing::Bool())); +@@ -2227,7 +2227,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent, + testing::Values(1, 2, 3, 24)); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ - BUILDFLAG(IS_WIN) diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc index 213fc210b170..1d4656702ede 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/stub_password_manager_client.cc.orig 2025-10-21 16:57:35 UTC +--- components/password_manager/core/browser/stub_password_manager_client.cc.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/stub_password_manager_client.cc -@@ -211,7 +211,7 @@ version_info::Channel StubPasswordManagerClient::GetCh +@@ -226,7 +226,7 @@ version_info::Channel StubPasswordManagerClient::GetCh } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h index 27a95cdb5663..9d9124e1b3ae 100644 --- a/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h +++ b/www/ungoogled-chromium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/stub_password_manager_client.h.orig 2025-10-21 16:57:35 UTC +--- components/password_manager/core/browser/stub_password_manager_client.h.orig 2025-12-06 13:30:52 UTC +++ components/password_manager/core/browser/stub_password_manager_client.h -@@ -80,7 +80,7 @@ class StubPasswordManagerClient : public PasswordManag +@@ -84,7 +84,7 @@ class StubPasswordManagerClient : public PasswordManag MockPasswordFeatureManager* GetPasswordFeatureManager(); version_info::Channel GetChannel() const override; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc b/www/ungoogled-chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc index dbcb15bd9fae..667d80d53254 100644 --- a/www/ungoogled-chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc +++ b/www/ungoogled-chromium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc @@ -1,11 +1,11 @@ ---- components/performance_manager/decorators/process_metrics_decorator.cc.orig 2025-10-21 16:57:35 UTC +--- components/performance_manager/decorators/process_metrics_decorator.cc.orig 2025-12-06 13:30:52 UTC +++ components/performance_manager/decorators/process_metrics_decorator.cc -@@ -266,7 +266,7 @@ void ProcessMetricsDecorator::DidGetMemoryUsage( - base::ByteCount process_rss = - base::KiB(process_dump_iter.os_dump().resident_set_kb); - process_node->set_resident_set(process_rss); +@@ -54,7 +54,7 @@ class ProcessMetricsDecorator::NodeMetricsUpdater { + auto* process_node = ProcessNodeImpl::FromNode(context.GetProcessNode()); + process_node->set_private_footprint(memory_summary_->private_footprint); + process_node->set_resident_set(memory_summary_->resident_set_size); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - process_node->set_private_swap( - base::KiB(process_dump_iter.os_dump().private_footprint_swap_kb)); + process_node->set_private_swap(memory_summary_->private_swap); #endif + } diff --git a/www/ungoogled-chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc b/www/ungoogled-chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc index ea6d4a343a90..521bdf035782 100644 --- a/www/ungoogled-chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc +++ b/www/ungoogled-chromium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc @@ -1,6 +1,6 @@ ---- components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc.orig 2025-11-01 06:40:37 UTC +--- components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc.orig 2025-12-06 13:30:52 UTC +++ components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc -@@ -25,7 +25,7 @@ namespace policy { +@@ -26,7 +26,7 @@ namespace policy { namespace { @@ -9,7 +9,7 @@ BASE_FEATURE(kRetryWithKeyReset, base::FEATURE_ENABLED_BY_DEFAULT); #endif -@@ -218,7 +218,7 @@ void CloudPolicyRefreshScheduler::OnStoreError(CloudPo +@@ -219,7 +219,7 @@ void CloudPolicyRefreshScheduler::OnStoreError(CloudPo // continue using the stale information. Thus, no specific response to a store // error is required. NB: Changes to is_managed fire OnStoreLoaded(). diff --git a/www/ungoogled-chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc b/www/ungoogled-chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc index dcbfee4e58f9..4c7fd58a54e4 100644 --- a/www/ungoogled-chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc +++ b/www/ungoogled-chromium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc @@ -1,4 +1,4 @@ ---- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-11-01 06:40:37 UTC +--- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-12-06 13:30:52 UTC +++ components/regional_capabilities/regional_capabilities_switches.cc @@ -23,7 +23,7 @@ BASE_FEATURE(kResolveRegionalCapabilitiesFromDevice, base::FEATURE_ENABLED_BY_DEFAULT); @@ -8,4 +8,4 @@ +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kUseFinchPermanentCountryForFetchCountryId, "UseFinchPermanentCountyForFetchCountryId", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/ungoogled-chromium/files/patch-components_search__engines_template__url__service.cc b/www/ungoogled-chromium/files/patch-components_search__engines_template__url__service.cc index d14e68f7effd..dfdf761ac3f3 100644 --- a/www/ungoogled-chromium/files/patch-components_search__engines_template__url__service.cc +++ b/www/ungoogled-chromium/files/patch-components_search__engines_template__url__service.cc @@ -1,6 +1,6 @@ ---- components/search_engines/template_url_service.cc.orig 2025-10-21 16:57:35 UTC +--- components/search_engines/template_url_service.cc.orig 2025-12-06 13:30:52 UTC +++ components/search_engines/template_url_service.cc -@@ -3602,7 +3602,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( +@@ -3605,7 +3605,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( std::unique_ptr<EnterpriseSearchManager> TemplateURLService::GetEnterpriseSearchManager(PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc b/www/ungoogled-chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc index 307c036baac6..f82e1e606609 100644 --- a/www/ungoogled-chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc +++ b/www/ungoogled-chromium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc @@ -1,6 +1,6 @@ ---- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig 2025-02-20 09:59:21 UTC +--- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig 2025-12-06 13:30:52 UTC +++ components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc -@@ -147,7 +147,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput( +@@ -122,7 +122,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput( // Check for current device type and subtract it from the device count // calculation. #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.cc b/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.cc index 041ca379d784..b50ac583b270 100644 --- a/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.cc +++ b/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.cc @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.cc.orig 2025-11-01 06:40:37 UTC +--- components/signin/public/base/signin_switches.cc.orig 2025-12-06 13:30:52 UTC +++ components/signin/public/base/signin_switches.cc -@@ -95,7 +95,7 @@ BASE_FEATURE(kBrowserSigninInSyncHeaderOnGaiaIntegrati - BASE_FEATURE(kCctSignInPrompt, base::FEATURE_ENABLED_BY_DEFAULT); +@@ -106,7 +106,7 @@ BASE_FEATURE(kChromeAndroidIdentitySurveyBookmarkPromo + base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ BASE_FEATURE(kChromeIdentitySurveyAddressBubbleSignin, base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kChromeIdentitySurveyDiceWebSigninAccepted, -@@ -122,7 +122,7 @@ BASE_FEATURE(kChromeIdentitySurveySwitchProfileFromPro +@@ -133,7 +133,7 @@ BASE_FEATURE(kChromeIdentitySurveySwitchProfileFromPro base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -18,12 +18,27 @@ BASE_FEATURE(kChromeIdentitySurveyLaunchWithDelay, base::FEATURE_ENABLED_BY_DEFAULT); BASE_FEATURE_PARAM(base::TimeDelta, -@@ -316,7 +316,7 @@ BASE_FEATURE(kRetryInterceptionBubbleOnDiceSyncHeaderT +@@ -334,7 +334,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, + base::Days(7)); + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kProfileCreationDeclineSigninCTAExperiment, + base::FEATURE_DISABLED_BY_DEFAULT); + +@@ -363,12 +363,12 @@ BASE_FEATURE(kProfilesReordering, base::FEATURE_DISABL BASE_FEATURE(kRollbackDiceMigration, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kShowProfilePickerToAllUsersExperiment, + base::FEATURE_DISABLED_BY_DEFAULT); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kSignInPromoMaterialNextUI, base::FEATURE_ENABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.h b/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.h index 5f2e051124b7..c1b11df4d38e 100644 --- a/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.h +++ b/www/ungoogled-chromium/files/patch-components_signin_public_base_signin__switches.h @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.h.orig 2025-11-01 06:40:37 UTC +--- components/signin/public/base/signin_switches.h.orig 2025-12-06 13:30:52 UTC +++ components/signin/public/base/signin_switches.h -@@ -77,7 +77,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) - BASE_DECLARE_FEATURE(kCctSignInPrompt); +@@ -95,7 +95,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kChromeAndroidIdentitySurveyBookmarkPromo); #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ // Enables surveys to measure the effectiveness of the identity model. // These surveys would be displayed after interactions such as signin, profile // switching, etc. Please keep sorted alphabetically. -@@ -109,7 +109,7 @@ BASE_DECLARE_FEATURE(kChromeIdentitySurveySwitchProfil +@@ -127,7 +127,7 @@ BASE_DECLARE_FEATURE(kChromeIdentitySurveySwitchProfil // LINT.ThenChange(//chrome/browser/signin/signin_hats_util.cc) #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -18,12 +18,29 @@ // Controls the duration for which the launch of an identity survey is delayed. COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kChromeIdentitySurveyLaunchWithDelay); -@@ -277,7 +277,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) +@@ -287,7 +287,7 @@ BASE_DECLARE_FEATURE_PARAM(base::TimeDelta, + kOfferMigrationToDiceUsersMinTimeBetweenDialogs); + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Experimenting with changing the secondary CTA for FRE and new profile + // creation. + COMPONENT_EXPORT(SIGNIN_SWITCHES) +@@ -318,14 +318,14 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kRollbackDiceMigration); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Experimenting with showing the profile picker to all users (not only the + // users with multiple profiles). + COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kShowProfilePickerToAllUsersExperiment); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Uses the Material Next theme for the signin promo. COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kSignInPromoMaterialNextUI); diff --git a/www/ungoogled-chromium/files/patch-components_soda_soda__util.cc b/www/ungoogled-chromium/files/patch-components_soda_soda__util.cc index ea58b63942d2..3cbaf3d35f01 100644 --- a/www/ungoogled-chromium/files/patch-components_soda_soda__util.cc +++ b/www/ungoogled-chromium/files/patch-components_soda_soda__util.cc @@ -1,4 +1,4 @@ ---- components/soda/soda_util.cc.orig 2025-05-06 12:23:00 UTC +--- components/soda/soda_util.cc.orig 2025-12-06 13:30:52 UTC +++ components/soda/soda_util.cc @@ -23,7 +23,7 @@ #include "base/win/windows_version.h" @@ -18,8 +18,8 @@ bool IsSupportedLinux() { #if defined(ARCH_CPU_X86_FAMILY) // Check if the CPU has the required instruction set to run the Speech -@@ -70,7 +70,7 @@ bool IsSupportedWin() { - bool IsOnDeviceSpeechRecognitionSupported() { +@@ -73,7 +73,7 @@ bool IsOnDeviceSpeechRecognitionSupported() { + // support Gemini Nano. #if BUILDFLAG(IS_CHROMEOS) return IsSupportedChromeOS(); -#elif BUILDFLAG(IS_LINUX) diff --git a/www/ungoogled-chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc b/www/ungoogled-chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc index 6193786ce7a9..884118a57b28 100644 --- a/www/ungoogled-chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc +++ b/www/ungoogled-chromium/files/patch-components_sync__bookmarks_bookmark__model__view.cc @@ -1,4 +1,4 @@ ---- components/sync_bookmarks/bookmark_model_view.cc.orig 2025-11-01 06:40:37 UTC +--- components/sync_bookmarks/bookmark_model_view.cc.orig 2025-12-06 13:30:52 UTC +++ components/sync_bookmarks/bookmark_model_view.cc @@ -9,7 +9,7 @@ #include "components/bookmarks/browser/bookmark_model.h" @@ -6,15 +6,15 @@ #include "components/bookmarks/common/bookmark_metrics.h" -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "components/sync_bookmarks/initial_account_bookmark_deduplicator.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - -@@ -250,7 +250,7 @@ void BookmarkModelViewUsingAccountNodes::RemoveAllSync + #include "base/metrics/histogram_base.h" + #include "base/metrics/histogram_functions.h" + #include "base/time/time.h" +@@ -253,7 +253,7 @@ void BookmarkModelViewUsingAccountNodes::RemoveAllSync void BookmarkModelViewUsingAccountNodes:: MaybeRemoveUnderlyingModelDuplicatesUponInitialSync() { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - InitialAccountBookmarkDeduplicator initial_account_bookmark_deduplicator( - underlying_model()); - initial_account_bookmark_deduplicator.Deduplicate(); + BeginExtensiveChanges(); + + const base::Time deduplication_start_time = base::Time::Now(); diff --git a/www/ungoogled-chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc b/www/ungoogled-chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc index 3056eec0f8a2..a8774c9563a6 100644 --- a/www/ungoogled-chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc +++ b/www/ungoogled-chromium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc @@ -1,6 +1,6 @@ ---- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-11-01 06:40:37 UTC +--- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-12-06 13:30:52 UTC +++ components/sync_preferences/common_syncable_prefs_database.cc -@@ -352,7 +352,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = +@@ -397,7 +397,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = syncer::PREFERENCES, PrefSensitivity::kNone, MergeBehavior::kNone}}, #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-components_sync_service_sync__service__impl.cc b/www/ungoogled-chromium/files/patch-components_sync_service_sync__service__impl.cc index e5b54341bbd9..b738bbd2c3f1 100644 --- a/www/ungoogled-chromium/files/patch-components_sync_service_sync__service__impl.cc +++ b/www/ungoogled-chromium/files/patch-components_sync_service_sync__service__impl.cc @@ -1,6 +1,6 @@ ---- components/sync/service/sync_service_impl.cc.orig 2025-11-01 06:40:37 UTC +--- components/sync/service/sync_service_impl.cc.orig 2025-12-06 13:30:52 UTC +++ components/sync/service/sync_service_impl.cc -@@ -1376,7 +1376,7 @@ void SyncServiceImpl::ReconfigureDataTypesDueToCrypto( +@@ -1384,7 +1384,7 @@ void SyncServiceImpl::ReconfigureDataTypesDueToCrypto( void SyncServiceImpl::PassphraseTypeChanged(PassphraseType passphrase_type) { DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); diff --git a/www/ungoogled-chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc b/www/ungoogled-chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc index 4621020c7121..5151ccfe7725 100644 --- a/www/ungoogled-chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc +++ b/www/ungoogled-chromium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc @@ -1,6 +1,6 @@ ---- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig 2025-10-21 16:57:35 UTC +--- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig 2025-12-06 13:30:52 UTC +++ components/url_formatter/spoof_checks/idn_spoof_checker.cc -@@ -299,7 +299,7 @@ IDNSpoofChecker::IDNSpoofChecker() { +@@ -305,7 +305,7 @@ IDNSpoofChecker::IDNSpoofChecker() { // The ideal fix would be to change the omnibox font used for Thai. In // that case, the Linux-only list should be revisited and potentially // removed. diff --git a/www/ungoogled-chromium/files/patch-components_variations_service_variations__service.cc b/www/ungoogled-chromium/files/patch-components_variations_service_variations__service.cc index 48ef3fafef87..7ddd886ea6f4 100644 --- a/www/ungoogled-chromium/files/patch-components_variations_service_variations__service.cc +++ b/www/ungoogled-chromium/files/patch-components_variations_service_variations__service.cc @@ -1,6 +1,6 @@ ---- components/variations/service/variations_service.cc.orig 2025-10-21 16:57:35 UTC +--- components/variations/service/variations_service.cc.orig 2025-12-06 13:30:52 UTC +++ components/variations/service/variations_service.cc -@@ -100,7 +100,7 @@ std::string GetPlatformString() { +@@ -99,7 +99,7 @@ std::string GetPlatformString() { return "android"; #elif BUILDFLAG(IS_FUCHSIA) return "fuchsia"; diff --git a/www/ungoogled-chromium/files/patch-components_viz_host_gpu__host__impl.cc b/www/ungoogled-chromium/files/patch-components_viz_host_gpu__host__impl.cc index 20582eabbfe5..99588fb733de 100644 --- a/www/ungoogled-chromium/files/patch-components_viz_host_gpu__host__impl.cc +++ b/www/ungoogled-chromium/files/patch-components_viz_host_gpu__host__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/host/gpu_host_impl.cc.orig 2025-11-01 06:40:37 UTC +--- components/viz/host/gpu_host_impl.cc.orig 2025-12-06 13:30:52 UTC +++ components/viz/host/gpu_host_impl.cc -@@ -156,7 +156,7 @@ GpuHostImpl::GpuHostImpl(Delegate* delegate, +@@ -157,7 +157,7 @@ GpuHostImpl::GpuHostImpl(Delegate* delegate, mojom::GpuServiceCreationParams::New(); #if BUILDFLAG(IS_OZONE) diff --git a/www/ungoogled-chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc b/www/ungoogled-chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc index abe6b6665e0e..6ab6a405b533 100644 --- a/www/ungoogled-chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc +++ b/www/ungoogled-chromium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-11-01 06:40:37 UTC +--- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-12-06 13:30:52 UTC +++ components/viz/service/display_embedder/skia_output_surface_impl.cc -@@ -1557,7 +1557,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor +@@ -1556,7 +1556,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor ->GetVulkanPhysicalDevice(), VK_IMAGE_TILING_OPTIMAL, vk_format, si_format, yuv_color_space, ycbcr_info); diff --git a/www/ungoogled-chromium/files/patch-components_viz_service_display_skia__renderer.cc b/www/ungoogled-chromium/files/patch-components_viz_service_display_skia__renderer.cc index 5a3063fbc2a9..8efb039171c3 100644 --- a/www/ungoogled-chromium/files/patch-components_viz_service_display_skia__renderer.cc +++ b/www/ungoogled-chromium/files/patch-components_viz_service_display_skia__renderer.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display/skia_renderer.cc.orig 2025-11-01 06:40:37 UTC +--- components/viz/service/display/skia_renderer.cc.orig 2025-12-06 13:30:52 UTC +++ components/viz/service/display/skia_renderer.cc -@@ -1379,7 +1379,7 @@ void SkiaRenderer::ClearFramebuffer() { +@@ -1299,7 +1299,7 @@ void SkiaRenderer::ClearFramebuffer() { if (current_frame()->current_render_pass->has_transparent_background) { ClearCanvas(SkColors::kTransparent); } else { diff --git a/www/ungoogled-chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc b/www/ungoogled-chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc index ecc792eecf9c..49cb5397b05a 100644 --- a/www/ungoogled-chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc +++ b/www/ungoogled-chromium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-11-01 06:40:37 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-12-06 13:30:52 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc -@@ -141,7 +141,7 @@ RootCompositorFrameSinkImpl::Create( +@@ -142,7 +142,7 @@ RootCompositorFrameSinkImpl::Create( output_surface->SetNeedsSwapSizeNotifications( params->send_swap_size_notifications); @@ -9,7 +9,7 @@ // For X11, we need notify client about swap completion after resizing, so the // client can use it for synchronize with X11 WM. output_surface->SetNeedsSwapSizeNotifications(true); -@@ -903,7 +903,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw +@@ -904,7 +904,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw if (display_client_ && enable_swap_completion_callback_) { display_client_->DidCompleteSwapWithSize(pixel_size); } diff --git a/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc b/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc index cba999ab39fa..72174811d351 100644 --- a/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc +++ b/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.cc.orig 2025-11-01 06:40:37 UTC +--- components/viz/service/gl/gpu_service_impl.cc.orig 2025-12-06 13:30:52 UTC +++ components/viz/service/gl/gpu_service_impl.cc -@@ -481,7 +481,7 @@ void GpuServiceImpl::InitializeWithHostInternal( +@@ -460,7 +460,7 @@ void GpuServiceImpl::InitializeWithHostInternal( mojo::Remote<mojom::GpuHost> gpu_host(std::move(pending_gpu_host)); @@ -9,7 +9,7 @@ gpu_extra_info_.is_gmb_nv12_supported = IsGMBNV12Supported(); #endif -@@ -1246,7 +1246,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg +@@ -1223,7 +1223,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg return true; } diff --git a/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.h b/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.h index d678e6d14f03..2ff3c03b0875 100644 --- a/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.h +++ b/www/ungoogled-chromium/files/patch-components_viz_service_gl_gpu__service__impl.h @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.h.orig 2025-11-01 06:40:37 UTC +--- components/viz/service/gl/gpu_service_impl.h.orig 2025-12-06 13:30:52 UTC +++ components/viz/service/gl/gpu_service_impl.h -@@ -448,7 +448,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl +@@ -442,7 +442,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl void OnBeginFrameOnIO(const BeginFrameArgs& args); diff --git a/www/ungoogled-chromium/files/patch-content_app_BUILD.gn b/www/ungoogled-chromium/files/patch-content_app_BUILD.gn index a1d19b397440..c3c5426879b1 100644 --- a/www/ungoogled-chromium/files/patch-content_app_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- content/app/BUILD.gn.orig 2025-10-21 16:57:35 UTC +--- content/app/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ content/app/BUILD.gn -@@ -91,7 +91,10 @@ source_set("content_main_runner_app") { +@@ -90,7 +90,10 @@ source_set("content_main_runner_app") { "//third_party/tflite:buildflags", "//tools/v8_context_snapshot:buildflags", ] diff --git a/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.cc b/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.cc index b7d5811c72ba..119f18b7b3bb 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_child_process_host_impl.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/browser_child_process_host_impl.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/browser_child_process_host_impl.cc -@@ -296,6 +296,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo +@@ -291,6 +291,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo switches::kIPCConnectionTimeout, switches::kLogBestEffortTasks, switches::kPerfettoDisableInterning, @@ -8,7 +8,7 @@ }; cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches); -@@ -660,7 +661,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() +@@ -648,7 +649,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() ->child_process()); #endif diff --git a/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.h b/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.h index 4dd0ec961aef..00fe6a644702 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.h +++ b/www/ungoogled-chromium/files/patch-content_browser_browser__child__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/browser_child_process_host_impl.h.orig 2025-09-10 13:22:16 UTC +--- content/browser/browser_child_process_host_impl.h.orig 2025-12-06 13:30:52 UTC +++ content/browser/browser_child_process_host_impl.h @@ -36,7 +36,7 @@ #include "base/win/object_watcher.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -276,7 +276,7 @@ class BrowserChildProcessHostImpl +@@ -273,7 +273,7 @@ class BrowserChildProcessHostImpl std::unique_ptr<tracing::SystemTracingService> system_tracing_service_; #endif diff --git a/www/ungoogled-chromium/files/patch-content_browser_browser__main__loop.cc b/www/ungoogled-chromium/files/patch-content_browser_browser__main__loop.cc index 615998c530c0..9b5321f43f28 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_browser__main__loop.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_browser__main__loop.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_main_loop.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/browser_main_loop.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/browser_main_loop.cc -@@ -253,6 +253,12 @@ +@@ -255,6 +255,12 @@ #include "mojo/public/cpp/bindings/lib/test_random_mojo_delays.h" #endif @@ -13,7 +13,7 @@ // One of the linux specific headers defines this as a macro. #ifdef DestroyAll #undef DestroyAll -@@ -543,6 +549,12 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -545,6 +551,12 @@ int BrowserMainLoop::EarlyInitialization() { // by now since a thread to start the ServiceManager has been created // before the browser main loop starts. DCHECK(SandboxHostLinux::GetInstance()->IsInitialized()); @@ -26,7 +26,7 @@ #endif // GLib's spawning of new processes is buggy, so it's important that at this -@@ -575,7 +587,7 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -577,7 +589,7 @@ int BrowserMainLoop::EarlyInitialization() { base::ThreadType::kDisplayCritical); #if BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/ungoogled-chromium/files/patch-content_browser_gpu_gpu__process__host.cc b/www/ungoogled-chromium/files/patch-content_browser_gpu_gpu__process__host.cc index 28c89e36a93f..bfb4eb29c6f6 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_gpu_gpu__process__host.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_gpu_gpu__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_process_host.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/gpu/gpu_process_host.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/gpu/gpu_process_host.cc -@@ -280,6 +280,7 @@ static const char* const kSwitchNames[] = { +@@ -282,6 +282,7 @@ static const char* const kSwitchNames[] = { switches::kDisableSkiaGraphite, switches::kDisableSkiaGraphitePrecompilation, switches::kDisableLowEndDeviceMode, @@ -8,7 +8,7 @@ switches::kProfilingAtStart, switches::kProfilingFile, switches::kProfilingFlush, -@@ -305,7 +306,7 @@ static const char* const kSwitchNames[] = { +@@ -307,7 +308,7 @@ static const char* const kSwitchNames[] = { switches::kEnableNativeGpuMemoryBuffers, switches::kRenderNodeOverride, #endif diff --git a/www/ungoogled-chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h b/www/ungoogled-chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h index 88b09e0a51ba..c41382d7eb2b 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h +++ b/www/ungoogled-chromium/files/patch-content_browser_media_frameless__media__interface__proxy.h @@ -1,4 +1,4 @@ ---- content/browser/media/frameless_media_interface_proxy.h.orig 2025-05-31 17:16:41 UTC +--- content/browser/media/frameless_media_interface_proxy.h.orig 2025-12-06 13:30:52 UTC +++ content/browser/media/frameless_media_interface_proxy.h @@ -19,7 +19,7 @@ #include "mojo/public/cpp/bindings/receiver_set.h" @@ -9,7 +9,7 @@ #include "media/mojo/mojom/video_decoder.mojom.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -98,7 +98,7 @@ class FramelessMediaInterfaceProxy final +@@ -96,7 +96,7 @@ class FramelessMediaInterfaceProxy final // Connections to the renderer. mojo::ReceiverSet<media::mojom::InterfaceFactory> receivers_; diff --git a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc index d31c4528d064..be13f5339b4b 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_delegated__frame__host.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/delegated_frame_host.cc.orig 2025-09-10 13:22:16 UTC +--- content/browser/renderer_host/delegated_frame_host.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/renderer_host/delegated_frame_host.cc -@@ -334,7 +334,7 @@ void DelegatedFrameHost::EmbedSurface( +@@ -338,7 +338,7 @@ void DelegatedFrameHost::EmbedSurface( if (!primary_surface_id || primary_surface_id->local_surface_id() != local_surface_id_) { diff --git a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc index 7912cdcd7a74..938eca2449cb 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc -@@ -26,7 +26,7 @@ +@@ -28,7 +28,7 @@ #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/skia_span_util.h" @@ -9,7 +9,7 @@ #include <sys/mman.h> #ifndef MADV_POPULATE_WRITE -@@ -77,7 +77,7 @@ void CompressNavigationScreenshotOnWorkerThread( +@@ -73,7 +73,7 @@ void CompressNavigationScreenshotOnWorkerThread( #endif // BUILDFLAG(IS_ANDROID) void AdviseBitmap(SkBitmap& bitmap) { diff --git a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc index c0dcea68e7dc..3a01637d16ad 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/renderer_host/render_process_host_impl.cc @@ -229,7 +229,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" @@ -9,7 +9,7 @@ #include <sys/resource.h> #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck -@@ -1128,7 +1128,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = +@@ -1143,7 +1143,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = // to indicate failure and std::numeric_limits<size_t>::max() to indicate // unlimited. size_t GetPlatformProcessLimit() { @@ -18,7 +18,7 @@ struct rlimit limit; if (getrlimit(RLIMIT_NPROC, &limit) != 0) return kUnknownPlatformProcessLimit; -@@ -1364,7 +1364,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost +@@ -1386,7 +1386,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost void RenderProcessHostImpl::IOThreadHostImpl::SetPid( base::ProcessId child_pid) { @@ -27,7 +27,7 @@ child_thread_type_switcher_.SetPid(child_pid); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) } -@@ -3510,7 +3510,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( +@@ -3617,7 +3617,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( base::TimeTicks::UnixEpoch().since_origin().InMicroseconds())); } @@ -36,7 +36,7 @@ // Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support // for NV12 GPU memory buffer. if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() && -@@ -3566,6 +3566,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin +@@ -3673,6 +3673,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin switches::kDisableSkiaRuntimeOpts, switches::kDisableSpeechAPI, switches::kDisableThreadedCompositing, @@ -44,7 +44,7 @@ switches::kDisableV8IdleTasks, switches::kDisableVideoCaptureUseGpuMemoryBuffer, switches::kDisableWebGLImageChromium, -@@ -5491,7 +5492,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr +@@ -5554,7 +5555,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr // - Win: https://crbug.com/707022 . uint64_t total_size = 0; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h index 5e1dc8e60826..8bdbdd058b44 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h +++ b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.h.orig 2025-11-01 06:40:37 UTC +--- content/browser/renderer_host/render_process_host_impl.h.orig 2025-12-06 13:30:52 UTC +++ content/browser/renderer_host/render_process_host_impl.h @@ -103,7 +103,7 @@ #include "media/fuchsia_media_codec_provider_impl.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #include "media/mojo/mojom/video_encode_accelerator.mojom.h" #endif -@@ -1014,7 +1014,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1021,7 +1021,7 @@ class CONTENT_EXPORT RenderProcessHostImpl mojo::Remote<media::mojom::VideoEncodeAcceleratorProviderFactory> video_encode_accelerator_factory_remote_; #endif @@ -18,7 +18,7 @@ ChildThreadTypeSwitcher child_thread_type_switcher_; #endif }; -@@ -1268,7 +1268,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1275,7 +1275,7 @@ class CONTENT_EXPORT RenderProcessHostImpl // if the request isn't handled on the IO thread. void OnBindHostReceiver(mojo::GenericPendingReceiver receiver); diff --git a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc index bdef55ae70e5..ebb72cb300df 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc @@ -1,7 +1,7 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.cc -@@ -122,7 +122,7 @@ - #include "ui/gfx/gdi_util.h" +@@ -127,7 +127,7 @@ + #include "ui/gfx/win/gdi_util.h" #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ #include "ui/accessibility/platform/browser_accessibility_auralinux.h" #include "ui/base/ime/linux/text_edit_command_auralinux.h" #include "ui/base/ime/text_input_flags.h" -@@ -477,7 +477,7 @@ gfx::NativeViewAccessible RenderWidgetHostViewAura::Ge +@@ -531,7 +531,7 @@ gfx::NativeViewAccessible RenderWidgetHostViewAura::Ge return ToBrowserAccessibilityWin(manager->GetBrowserAccessibilityRoot()) ->GetCOM(); @@ -18,7 +18,7 @@ ui::BrowserAccessibilityManager* manager = host()->GetOrCreateRootBrowserAccessibilityManager(); if (manager && manager->GetBrowserAccessibilityRoot()) -@@ -1880,7 +1880,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { +@@ -1958,7 +1958,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { return host() && host()->delegate() && host()->delegate()->ShouldDoLearning(); } @@ -27,7 +27,7 @@ bool RenderWidgetHostViewAura::SetCompositionFromExistingText( const gfx::Range& range, const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) { -@@ -2861,7 +2861,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { +@@ -2946,7 +2946,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { } bool RenderWidgetHostViewAura::NeedsMouseCapture() { @@ -36,7 +36,7 @@ return NeedsInputGrab(); #else return false; -@@ -3045,7 +3045,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit +@@ -3132,7 +3132,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit if (!target_host) return; diff --git a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h index 363f655ad59f..9fe80bd20d6c 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h +++ b/www/ungoogled-chromium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.h.orig 2025-03-09 21:38:10 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.h.orig 2025-12-06 13:30:52 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.h -@@ -276,7 +276,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura +@@ -288,7 +288,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura ukm::SourceId GetClientSourceForMetrics() const override; bool ShouldDoLearning() override; diff --git a/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__process__host.cc b/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__process__host.cc index 721d51540476..00f163cae697 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__process__host.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/service_host/utility_process_host.cc.orig 2025-10-21 16:57:35 UTC +--- content/browser/service_host/utility_process_host.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/service_host/utility_process_host.cc -@@ -68,7 +68,7 @@ +@@ -64,7 +64,7 @@ #include "content/browser/v8_snapshot_files.h" #endif @@ -9,7 +9,7 @@ #include "base/files/file_util.h" #include "base/files/scoped_file.h" #include "base/pickle.h" -@@ -97,7 +97,7 @@ namespace content { +@@ -93,7 +93,7 @@ namespace content { namespace { @@ -18,7 +18,7 @@ base::ScopedFD PassNetworkContextParentDirs( std::vector<base::FilePath> network_context_parent_dirs) { base::Pickle pickle; -@@ -495,7 +495,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -491,7 +491,7 @@ bool UtilityProcessHost::StartProcess() { GetV8SnapshotFilesToPreload(*cmd_line)); #endif // BUILDFLAG(IS_POSIX) @@ -27,7 +27,7 @@ // The network service should have access to the parent directories // necessary for its usage. if (options_.sandbox_type_ == sandbox::mojom::Sandbox::kNetwork) { -@@ -513,7 +513,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -509,7 +509,7 @@ bool UtilityProcessHost::StartProcess() { video_capture::mojom::VideoCaptureService::Name_) { bool pass_gpu_buffer_flag = switches::IsVideoCaptureUseGpuMemoryBufferEnabled(); diff --git a/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc b/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc index 50dbc658f2a4..8a5c4e2af15f 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc @@ -1,16 +1,20 @@ ---- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-09-10 13:22:16 UTC +--- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/service_host/utility_sandbox_delegate.cc -@@ -28,7 +28,7 @@ - #include "chromeos/ash/components/assistant/buildflags.h" - #endif // BUILDFLAG(IS_CHROMEOS) +@@ -24,7 +24,7 @@ + #include "sandbox/policy/sandbox_type.h" + #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" #include "media/media_buildflags.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -79,7 +79,7 @@ UtilitySandboxedProcessLauncherDelegate:: - #if BUILDFLAG(IS_FUCHSIA) +@@ -72,10 +72,10 @@ UtilitySandboxedProcessLauncherDelegate:: + sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceModelExecution || + sandbox_type_ == sandbox::mojom::Sandbox::kCdm || + sandbox_type_ == sandbox::mojom::Sandbox::kPrintCompositor || +-#if BUILDFLAG(IS_FUCHSIA) ++#if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) sandbox_type_ == sandbox::mojom::Sandbox::kVideoCapture || #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -18,8 +22,8 @@ sandbox_type_ == sandbox::mojom::Sandbox::kShapeDetection || #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoDecoding || -@@ -97,14 +97,14 @@ UtilitySandboxedProcessLauncherDelegate:: - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -90,11 +90,11 @@ UtilitySandboxedProcessLauncherDelegate:: + sandbox_type_ == sandbox::mojom::Sandbox::kNearby || #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) @@ -27,17 +31,13 @@ sandbox_type_ == sandbox::mojom::Sandbox::kScreenAI || sandbox_type_ == sandbox::mojom::Sandbox::kPrintBackend || #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoEffects || - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -@@ -164,15 +164,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -151,15 +151,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe + sandbox_type_ == sandbox::mojom::Sandbox::kNearby || #endif // BUILDFLAG(IS_CHROMEOS) sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) @@ -52,6 +52,6 @@ #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoEffects || sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif // BUILDFLAG(IS_LINUX) + sandbox_type_ == sandbox::mojom::Sandbox::kSpeechRecognition) { diff --git a/www/chromium/files/patch-content_browser_shape__detection_shape__detection__service__host.cc b/www/ungoogled-chromium/files/patch-content_browser_shape__detection_shape__detection__service.cc index 2feabbd333dc..abc82bad40f6 100644 --- a/www/chromium/files/patch-content_browser_shape__detection_shape__detection__service__host.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_shape__detection_shape__detection__service.cc @@ -1,5 +1,5 @@ ---- content/browser/shape_detection/shape_detection_service_host.cc.orig 2025-10-02 04:28:32 UTC -+++ content/browser/shape_detection/shape_detection_service_host.cc +--- content/browser/shape_detection/shape_detection_service.cc.orig 2025-12-06 13:30:52 UTC ++++ content/browser/shape_detection/shape_detection_service.cc @@ -15,7 +15,7 @@ #endif diff --git a/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc b/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc index 34dfefa0a707..0c9622710595 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura.cc @@ -1,6 +1,6 @@ ---- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-09-10 13:22:16 UTC +--- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/web_contents/web_contents_view_aura.cc -@@ -175,7 +175,7 @@ class WebDragSourceAura : public content::WebContentsO +@@ -176,7 +176,7 @@ class WebDragSourceAura : public content::WebContentsO raw_ptr<aura::Window> window_; }; @@ -9,7 +9,7 @@ // Fill out the OSExchangeData with a file contents, synthesizing a name if // necessary. void PrepareDragForFileContents(const DropData& drop_data, -@@ -260,7 +260,7 @@ void PrepareDragData(const DropData& drop_data, +@@ -261,7 +261,7 @@ void PrepareDragData(const DropData& drop_data, if (!drop_data.download_metadata.empty()) PrepareDragForDownload(drop_data, provider, web_contents); #endif @@ -18,7 +18,7 @@ // We set the file contents before the URL because the URL also sets file // contents (to a .URL shortcut). We want to prefer file content data over // a shortcut so we add it first. -@@ -1326,7 +1326,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* +@@ -1344,7 +1344,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* // Linux window managers like to handle raise-on-click themselves. If we // raise-on-click manually, this may override user settings that prevent // focus-stealing. diff --git a/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc b/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc index 9053797dfa35..47afc1bcd62b 100644 --- a/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc +++ b/www/ungoogled-chromium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc @@ -1,4 +1,4 @@ ---- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-11-01 06:40:37 UTC +--- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-12-06 13:30:52 UTC +++ content/browser/web_contents/web_contents_view_aura_unittest.cc @@ -42,7 +42,7 @@ #include "ui/base/dragdrop/os_exchange_data_provider_win.h" @@ -18,7 +18,7 @@ void UpdateDragImage(const gfx::ImageSkia& image, const gfx::Vector2d& offset) override {} #endif -@@ -235,7 +235,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu +@@ -236,7 +236,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu ui::EF_LEFT_MOUSE_BUTTON, 0); ui::EventHandler* event_handler = GetView(); event_handler->OnMouseEvent(&mouse_event); @@ -27,7 +27,7 @@ // The web-content is not activated during mouse-press on Linux. // See comment in WebContentsViewAura::OnMouseEvent() for more details. EXPECT_NE(web_contents(), nullptr); -@@ -301,7 +301,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -302,7 +302,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -36,7 +36,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -341,7 +341,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -342,7 +342,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { CheckDropData(view); @@ -45,7 +45,7 @@ // By design, Linux implementations returns an empty string if file data // is also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -399,7 +399,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -400,7 +400,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -54,7 +54,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -431,7 +431,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -432,7 +432,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri CheckDropData(view); @@ -63,7 +63,7 @@ // By design, Linux implementations returns an empty string if file data is // also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -462,7 +462,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro +@@ -463,7 +463,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro auto data = std::make_unique<ui::OSExchangeData>(); diff --git a/www/ungoogled-chromium/files/patch-content_child_BUILD.gn b/www/ungoogled-chromium/files/patch-content_child_BUILD.gn index 9343f32ce731..ed0ed9f02d52 100644 --- a/www/ungoogled-chromium/files/patch-content_child_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-content_child_BUILD.gn @@ -1,6 +1,6 @@ ---- content/child/BUILD.gn.orig 2025-04-15 08:30:07 UTC +--- content/child/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ content/child/BUILD.gn -@@ -136,6 +136,13 @@ target(link_target_type, "child") { +@@ -135,6 +135,13 @@ target(link_target_type, "child") { ] } diff --git a/www/ungoogled-chromium/files/patch-content_common_BUILD.gn b/www/ungoogled-chromium/files/patch-content_common_BUILD.gn index ba2b0ebfa81c..ae96bd60b641 100644 --- a/www/ungoogled-chromium/files/patch-content_common_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-content_common_BUILD.gn @@ -1,6 +1,6 @@ ---- content/common/BUILD.gn.orig 2025-09-10 13:22:16 UTC +--- content/common/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ content/common/BUILD.gn -@@ -367,19 +367,28 @@ source_set("common") { +@@ -365,19 +365,28 @@ source_set("common") { } if (is_linux || is_chromeos) { diff --git a/www/ungoogled-chromium/files/patch-content_common_features.cc b/www/ungoogled-chromium/files/patch-content_common_features.cc index 2b9488ea7821..a314a62de395 100644 --- a/www/ungoogled-chromium/files/patch-content_common_features.cc +++ b/www/ungoogled-chromium/files/patch-content_common_features.cc @@ -1,6 +1,6 @@ ---- content/common/features.cc.orig 2025-11-01 06:40:37 UTC +--- content/common/features.cc.orig 2025-12-06 13:30:52 UTC +++ content/common/features.cc -@@ -144,7 +144,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE +@@ -171,7 +171,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE BASE_FEATURE(kEmbeddingRequiresOptIn, base::FEATURE_DISABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host diff --git a/www/ungoogled-chromium/files/patch-content_common_features.h b/www/ungoogled-chromium/files/patch-content_common_features.h index 9fbf3b2b787b..54769be26c77 100644 --- a/www/ungoogled-chromium/files/patch-content_common_features.h +++ b/www/ungoogled-chromium/files/patch-content_common_features.h @@ -1,8 +1,8 @@ ---- content/common/features.h.orig 2025-09-10 13:22:16 UTC +--- content/common/features.h.orig 2025-12-06 13:30:52 UTC +++ content/common/features.h -@@ -60,7 +60,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginEn - CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginTracking); +@@ -65,7 +65,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCopyFromSurfaceAl CONTENT_EXPORT BASE_DECLARE_FEATURE(kCriticalClientHint); + CONTENT_EXPORT BASE_DECLARE_FEATURE(kDelayRfhDestructionsOnUnloadAndDetach); CONTENT_EXPORT BASE_DECLARE_FEATURE(kDocumentPolicyNegotiation); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/ungoogled-chromium/files/patch-content_public_browser_content__browser__client.cc b/www/ungoogled-chromium/files/patch-content_public_browser_content__browser__client.cc index 4db769e8d55f..071915818d0e 100644 --- a/www/ungoogled-chromium/files/patch-content_public_browser_content__browser__client.cc +++ b/www/ungoogled-chromium/files/patch-content_public_browser_content__browser__client.cc @@ -1,6 +1,6 @@ ---- content/public/browser/content_browser_client.cc.orig 2025-11-01 06:40:37 UTC +--- content/public/browser/content_browser_client.cc.orig 2025-12-06 13:30:52 UTC +++ content/public/browser/content_browser_client.cc -@@ -1410,7 +1410,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem +@@ -1434,7 +1434,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem // that can be adequately sandboxed. // Currently Android's network service will not run out of process or sandboxed, // so OutOfProcessSystemDnsResolution is not currently enabled on Android. diff --git a/www/ungoogled-chromium/files/patch-content_public_common_content__features.cc b/www/ungoogled-chromium/files/patch-content_public_common_content__features.cc index bf3ca750d957..f60b68465a12 100644 --- a/www/ungoogled-chromium/files/patch-content_public_common_content__features.cc +++ b/www/ungoogled-chromium/files/patch-content_public_common_content__features.cc @@ -1,6 +1,6 @@ ---- content/public/common/content_features.cc.orig 2025-11-01 06:40:37 UTC +--- content/public/common/content_features.cc.orig 2025-12-06 13:30:52 UTC +++ content/public/common/content_features.cc -@@ -95,7 +95,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, base::FEATU +@@ -106,7 +106,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, base::FEATU // Runs the audio service in a separate process. BASE_FEATURE(kAudioServiceOutOfProcess, @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1152,10 +1152,10 @@ BASE_FEATURE(kWebAssemblyTiering, base::FEATURE_ENABLE +@@ -1165,10 +1165,10 @@ BASE_FEATURE(kWebAssemblyTiering, base::FEATURE_ENABLE // Enable WebAssembly trap handler. BASE_FEATURE(kWebAssemblyTrapHandler, @@ -22,7 +22,7 @@ defined(ARCH_CPU_ARM64)) base::FEATURE_ENABLED_BY_DEFAULT #else -@@ -1203,7 +1203,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, base::FEA +@@ -1216,7 +1216,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, base::FEA // Controls whether the WebUSB API is enabled: // https://wicg.github.io/webusb diff --git a/www/ungoogled-chromium/files/patch-content_public_common_content__switches.cc b/www/ungoogled-chromium/files/patch-content_public_common_content__switches.cc index eaed7a31d477..ea6b9676e428 100644 --- a/www/ungoogled-chromium/files/patch-content_public_common_content__switches.cc +++ b/www/ungoogled-chromium/files/patch-content_public_common_content__switches.cc @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.cc.orig 2025-10-21 16:57:35 UTC +--- content/public/common/content_switches.cc.orig 2025-12-06 13:30:52 UTC +++ content/public/common/content_switches.cc @@ -347,6 +347,8 @@ const char kEnableIsolatedWebAppsInRenderer[] = // builds. @@ -9,7 +9,7 @@ // Enables the type, downlinkMax attributes of the NetInfo API. Also, enables // triggering of change attribute of the NetInfo API when there is a change in // the connection type. -@@ -940,7 +942,7 @@ const char kPreventResizingContentsForTesting[] = +@@ -946,7 +948,7 @@ const char kPreventResizingContentsForTesting[] = "prevent-resizing-contents-for-testing"; #endif diff --git a/www/ungoogled-chromium/files/patch-content_public_common_content__switches.h b/www/ungoogled-chromium/files/patch-content_public_common_content__switches.h index 860a04c0504a..da49e4d079c7 100644 --- a/www/ungoogled-chromium/files/patch-content_public_common_content__switches.h +++ b/www/ungoogled-chromium/files/patch-content_public_common_content__switches.h @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.h.orig 2025-10-21 16:57:35 UTC +--- content/public/common/content_switches.h.orig 2025-12-06 13:30:52 UTC +++ content/public/common/content_switches.h @@ -108,6 +108,7 @@ CONTENT_EXPORT extern const char kEnableGpuMemoryBuffe CONTENT_EXPORT extern const char kEnableIsolatedWebAppsInRenderer[]; @@ -8,7 +8,7 @@ CONTENT_EXPORT extern const char kEnableNetworkInformationDownlinkMax[]; CONTENT_EXPORT extern const char kEnableCanvas2DLayers[]; CONTENT_EXPORT extern const char kEnablePluginPlaceholderTesting[]; -@@ -256,7 +257,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD +@@ -259,7 +260,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD CONTENT_EXPORT extern const char kPreventResizingContentsForTesting[]; #endif diff --git a/www/ungoogled-chromium/files/patch-content_renderer_render__thread__impl.cc b/www/ungoogled-chromium/files/patch-content_renderer_render__thread__impl.cc index 41c0c93cc1ee..f641e3e6088b 100644 --- a/www/ungoogled-chromium/files/patch-content_renderer_render__thread__impl.cc +++ b/www/ungoogled-chromium/files/patch-content_renderer_render__thread__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/render_thread_impl.cc.orig 2025-11-01 06:40:37 UTC +--- content/renderer/render_thread_impl.cc.orig 2025-12-06 13:30:52 UTC +++ content/renderer/render_thread_impl.cc -@@ -204,6 +204,8 @@ +@@ -205,6 +205,8 @@ #if BUILDFLAG(IS_APPLE) #include <malloc/malloc.h> @@ -9,7 +9,7 @@ #else #include <malloc.h> #endif -@@ -989,7 +991,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -981,7 +983,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: /*lose_context_when_out_of_memory=*/true); const bool enable_video_decode_accelerator = @@ -18,7 +18,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) && #endif // BUILDFLAG(IS_LINUX) !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoDecode) && -@@ -998,7 +1000,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -990,7 +992,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: gpu::kGpuFeatureStatusEnabled); const bool enable_video_encode_accelerator = @@ -27,7 +27,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoEncodeLinux) && #else !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoEncode) && -@@ -1760,7 +1762,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( +@@ -1750,7 +1752,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( bool enable_video_encode_accelerator) { mojo::PendingRemote<media::mojom::VideoEncodeAcceleratorProvider> vea_provider; diff --git a/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc b/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc index 1d8d5515a2d6..86e29b20fad3 100644 --- a/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc +++ b/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2025-11-01 06:40:37 UTC +--- content/renderer/renderer_blink_platform_impl.cc.orig 2025-12-06 13:30:52 UTC +++ content/renderer/renderer_blink_platform_impl.cc -@@ -124,7 +124,7 @@ +@@ -125,7 +125,7 @@ #if BUILDFLAG(IS_MAC) #include "content/child/child_process_sandbox_support_impl_mac.h" @@ -9,7 +9,7 @@ #include "content/child/child_process_sandbox_support_impl_linux.h" #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -200,13 +200,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -201,13 +201,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( is_locked_to_site_(false), main_thread_scheduler_(main_thread_scheduler), next_frame_sink_id_(uint32_t{std::numeric_limits<int32_t>::max()} + 1) { @@ -25,7 +25,7 @@ mojo::PendingRemote<font_service::mojom::FontService> font_service; RenderThreadImpl::current()->BindHostReceiver( font_service.InitWithNewPipeAndPassReceiver()); -@@ -230,7 +230,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -231,7 +231,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -34,7 +34,7 @@ if (sandboxEnabled()) { #if BUILDFLAG(IS_MAC) sandbox_support_ = std::make_unique<WebSandboxSupportMac>(); -@@ -303,7 +303,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes +@@ -304,7 +304,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes blink::WebSandboxSupport* RendererBlinkPlatformImpl::GetSandboxSupport() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.h b/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.h index 9be3f20439b0..c304805c6c49 100644 --- a/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.h +++ b/www/ungoogled-chromium/files/patch-content_renderer_renderer__blink__platform__impl.h @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.h.orig 2025-11-01 06:40:37 UTC +--- content/renderer/renderer_blink_platform_impl.h.orig 2025-12-06 13:30:52 UTC +++ content/renderer/renderer_blink_platform_impl.h -@@ -279,7 +279,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi +@@ -280,7 +280,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi const gpu::GPUInfo& gpu_info) const; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/ungoogled-chromium/files/patch-content_shell_BUILD.gn b/www/ungoogled-chromium/files/patch-content_shell_BUILD.gn index 69ecaf8eb566..0f657ac459f4 100644 --- a/www/ungoogled-chromium/files/patch-content_shell_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,6 @@ ---- content/shell/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- content/shell/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ content/shell/BUILD.gn -@@ -1094,7 +1094,7 @@ group("content_shell_crash_test") { +@@ -1099,7 +1099,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } diff --git a/www/ungoogled-chromium/files/patch-content_shell_app_shell__main__delegate.cc b/www/ungoogled-chromium/files/patch-content_shell_app_shell__main__delegate.cc index 41ab165e3686..582bce83112f 100644 --- a/www/ungoogled-chromium/files/patch-content_shell_app_shell__main__delegate.cc +++ b/www/ungoogled-chromium/files/patch-content_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- content/shell/app/shell_main_delegate.cc.orig 2025-11-01 06:40:37 UTC +--- content/shell/app/shell_main_delegate.cc.orig 2025-12-06 13:30:52 UTC +++ content/shell/app/shell_main_delegate.cc -@@ -297,7 +297,7 @@ void ShellMainDelegate::PreSandboxStartup() { +@@ -299,7 +299,7 @@ void ShellMainDelegate::PreSandboxStartup() { // Reporting for sub-processes will be initialized in ZygoteForked. if (process_type != switches::kZygoteProcess) { crash_reporter::InitializeCrashpad(process_type.empty(), process_type); diff --git a/www/ungoogled-chromium/files/patch-content_utility_services.cc b/www/ungoogled-chromium/files/patch-content_utility_services.cc index ce383c594fcb..5f2f7dc12e3e 100644 --- a/www/ungoogled-chromium/files/patch-content_utility_services.cc +++ b/www/ungoogled-chromium/files/patch-content_utility_services.cc @@ -1,6 +1,6 @@ ---- content/utility/services.cc.orig 2025-10-21 16:57:35 UTC +--- content/utility/services.cc.orig 2025-12-06 13:30:52 UTC +++ content/utility/services.cc -@@ -74,14 +74,14 @@ +@@ -68,14 +68,14 @@ extern sandbox::TargetServices* g_utility_target_services; #endif // BUILDFLAG(IS_WIN) @@ -17,7 +17,7 @@ #include "services/shape_detection/public/mojom/shape_detection_service.mojom.h" // nogncheck #include "services/shape_detection/shape_detection_service.h" // nogncheck #endif // BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && -@@ -237,7 +237,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi +@@ -227,7 +227,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi << "task_policy_set TASK_QOS_POLICY"; #endif @@ -26,7 +26,7 @@ auto* command_line = base::CommandLine::ForCurrentProcess(); if (sandbox::policy::SandboxTypeFromCommandLine(*command_line) == sandbox::mojom::Sandbox::kNoSandbox) { -@@ -260,7 +260,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi +@@ -250,7 +250,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi } #if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -35,7 +35,7 @@ auto RunShapeDetectionService( mojo::PendingReceiver<shape_detection::mojom::ShapeDetectionService> receiver) { -@@ -436,7 +436,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -406,7 +406,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& } #if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ diff --git a/www/ungoogled-chromium/files/patch-content_utility_utility__main.cc b/www/ungoogled-chromium/files/patch-content_utility_utility__main.cc index abf78d71a11e..30dc089fbbeb 100644 --- a/www/ungoogled-chromium/files/patch-content_utility_utility__main.cc +++ b/www/ungoogled-chromium/files/patch-content_utility_utility__main.cc @@ -1,8 +1,8 @@ ---- content/utility/utility_main.cc.orig 2025-10-21 16:57:35 UTC +--- content/utility/utility_main.cc.orig 2025-12-06 13:30:52 UTC +++ content/utility/utility_main.cc -@@ -39,17 +39,21 @@ +@@ -38,22 +38,31 @@ + #include "services/on_device_model/public/mojom/on_device_model_service.mojom.h" #include "services/tracing/public/cpp/trace_startup.h" - #include "services/video_effects/public/cpp/buildflags.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) @@ -23,21 +23,17 @@ #include "services/audio/audio_sandbox_hook_linux.h" #include "services/network/network_sandbox_hook_linux.h" #include "services/screen_ai/buildflags/buildflags.h" -@@ -84,7 +88,12 @@ + #include "services/shape_detection/shape_detection_sandbox_hook.h" - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_BSD) +#include "sandbox/policy/sandbox.h" +#include "content/common/gpu_pre_sandbox_hook_bsd.h" +#endif + -+#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) - #include "services/video_effects/video_effects_sandbox_hook_linux.h" // nogncheck - #endif // BUILDFLAG(IS_LINUX) - -@@ -121,7 +130,7 @@ + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) + #include "gpu/config/gpu_info_collector.h" + #include "media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h" +@@ -111,7 +120,7 @@ sandbox::TargetServices* g_utility_target_services = nullptr; #endif // BUILDFLAG(IS_WIN) @@ -46,7 +42,7 @@ #include "components/services/on_device_translation/sandbox_hook.h" #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) && BUILDFLAG(IS_LINUX) -@@ -129,7 +138,7 @@ namespace content { +@@ -119,7 +128,7 @@ namespace content { namespace { @@ -55,7 +51,7 @@ std::vector<std::string> GetNetworkContextsParentDirectories() { base::MemoryMappedFile::Region region; base::ScopedFD read_pipe_fd = base::FileDescriptorStore::GetInstance().TakeFD( -@@ -285,7 +294,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -275,7 +284,7 @@ int UtilityMain(MainFunctionParams parameters) { CHECK(on_device_model::PreSandboxInit()); } @@ -64,7 +60,7 @@ #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) && BUILDFLAG(USE_VAAPI) // Regardless of the sandbox status, the VaapiWrapper needs to be initialized -@@ -300,7 +309,10 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -290,7 +299,10 @@ int UtilityMain(MainFunctionParams parameters) { // thread type change in ChildProcess constructor. It also needs to be // registered before the process has multiple threads, which may race with // application of the sandbox. @@ -75,7 +71,7 @@ // Initializes the sandbox before any threads are created. // TODO(jorgelo): move this after GTK initialization when we enable a strict -@@ -332,7 +344,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -322,7 +334,7 @@ int UtilityMain(MainFunctionParams parameters) { pre_sandbox_hook = base::BindOnce(&speech::SpeechRecognitionPreSandboxHook); break; @@ -84,25 +80,16 @@ case sandbox::mojom::Sandbox::kOnDeviceTranslation: pre_sandbox_hook = base::BindOnce( &on_device_translation::OnDeviceTranslationSandboxHook); -@@ -348,7 +360,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -338,7 +350,7 @@ int UtilityMain(MainFunctionParams parameters) { #else NOTREACHED(); #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case sandbox::mojom::Sandbox::kVideoEffects: - #if BUILDFLAG(ENABLE_VIDEO_EFFECTS) - pre_sandbox_hook = -@@ -356,7 +368,7 @@ int UtilityMain(MainFunctionParams parameters) { - #endif - break; - #endif // BUILDFLAG(IS_LINUX) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) case sandbox::mojom::Sandbox::kShapeDetection: pre_sandbox_hook = base::BindOnce(&shape_detection::ShapeDetectionPreSandboxHook); -@@ -391,6 +403,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -367,6 +379,7 @@ int UtilityMain(MainFunctionParams parameters) { default: break; } @@ -110,7 +97,7 @@ if (!sandbox::policy::IsUnsandboxedSandboxType(sandbox_type) && (parameters.zygote_child || !pre_sandbox_hook.is_null())) { sandbox_options.use_amd_specific_policies = -@@ -398,6 +411,11 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -374,6 +387,11 @@ int UtilityMain(MainFunctionParams parameters) { sandbox::policy::Sandbox::Initialize( sandbox_type, std::move(pre_sandbox_hook), sandbox_options); } diff --git a/www/ungoogled-chromium/files/patch-device_fido_features.cc b/www/ungoogled-chromium/files/patch-device_fido_features.cc new file mode 100644 index 000000000000..eb7eb1faf35e --- /dev/null +++ b/www/ungoogled-chromium/files/patch-device_fido_features.cc @@ -0,0 +1,11 @@ +--- device/fido/features.cc.orig 2025-12-06 13:30:52 UTC ++++ device/fido/features.cc +@@ -37,7 +37,7 @@ namespace device { + // comment. + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Not yet enabled by default. + BASE_FEATURE(kPasskeyUnlockErrorUi, base::FEATURE_DISABLED_BY_DEFAULT); + #endif diff --git a/www/ungoogled-chromium/files/patch-device_fido_features.h b/www/ungoogled-chromium/files/patch-device_fido_features.h new file mode 100644 index 000000000000..e700f9603195 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-device_fido_features.h @@ -0,0 +1,11 @@ +--- device/fido/features.h.orig 2025-12-06 13:30:52 UTC ++++ device/fido/features.h +@@ -13,7 +13,7 @@ + namespace device { + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Allows the passkey unlock error UI to be shown. + COMPONENT_EXPORT(DEVICE_FIDO) + BASE_DECLARE_FEATURE(kPasskeyUnlockErrorUi); diff --git a/www/ungoogled-chromium/files/patch-device_gamepad_gamepad__provider.cc b/www/ungoogled-chromium/files/patch-device_gamepad_gamepad__provider.cc index c3c946991d8c..993b9c6eafcd 100644 --- a/www/ungoogled-chromium/files/patch-device_gamepad_gamepad__provider.cc +++ b/www/ungoogled-chromium/files/patch-device_gamepad_gamepad__provider.cc @@ -1,6 +1,6 @@ ---- device/gamepad/gamepad_provider.cc.orig 2025-11-01 06:40:37 UTC +--- device/gamepad/gamepad_provider.cc.orig 2025-12-06 13:30:52 UTC +++ device/gamepad/gamepad_provider.cc -@@ -160,7 +160,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep +@@ -201,7 +201,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep if (!polling_thread_) polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread"); diff --git a/www/ungoogled-chromium/files/patch-extensions_common_api___permission__features.json b/www/ungoogled-chromium/files/patch-extensions_common_api___permission__features.json index b4c9c9b53b93..6c89be1bf0de 100644 --- a/www/ungoogled-chromium/files/patch-extensions_common_api___permission__features.json +++ b/www/ungoogled-chromium/files/patch-extensions_common_api___permission__features.json @@ -1,4 +1,4 @@ ---- extensions/common/api/_permission_features.json.orig 2025-11-01 06:40:37 UTC +--- extensions/common/api/_permission_features.json.orig 2025-12-06 13:30:52 UTC +++ extensions/common/api/_permission_features.json @@ -61,7 +61,7 @@ "channel": "stable", @@ -101,7 +101,7 @@ "allowlist": [ "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 -@@ -490,7 +490,7 @@ +@@ -484,7 +484,7 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -110,7 +110,7 @@ "allowlist": [ // DO NOT ADD ANY MORE ENTRIES HERE. // networkingPrivate is being migrated to networking.onc. -@@ -570,7 +570,7 @@ +@@ -564,7 +564,7 @@ "channel": "stable", "extension_types": ["extension", "platform_app" ], // "desktop_android" is not supported. @@ -119,7 +119,7 @@ }, // Note: runtime is not actually a permission, but some systems check these // values to verify restrictions. -@@ -582,13 +582,13 @@ +@@ -576,13 +576,13 @@ "channel": "stable", "extension_types": ["platform_app"], // "desktop_android" is not supported. @@ -135,7 +135,7 @@ }, "storage": [ { -@@ -678,13 +678,13 @@ +@@ -672,13 +672,13 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -151,7 +151,7 @@ "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store } ], -@@ -693,13 +693,13 @@ +@@ -687,13 +687,13 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -167,16 +167,16 @@ "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store } ], -@@ -727,7 +727,7 @@ - "channel": "stable", - "extension_types": ["platform_app"], - // "desktop_android" is not supported. -- "platforms": ["chromeos", "linux", "mac", "win"] -+ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] - }, +@@ -720,7 +720,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "usbDevices": [ { - "channel": "dev", -@@ -813,7 +813,7 @@ +@@ -788,7 +788,7 @@ "channel": "stable", "extension_types": ["platform_app"], // "desktop_android" is not supported. diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc index de5cff834dda..63a1143face4 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-09-10 13:22:16 UTC +--- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/client/test_shared_image_interface.cc -@@ -30,7 +30,7 @@ +@@ -29,7 +29,7 @@ #include "ui/gfx/gpu_fence.h" #include "ui/gfx/gpu_memory_buffer_handle.h" @@ -17,4 +17,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) gfx::GpuMemoryBufferHandle TestSharedImageInterface::CreatePixmapHandle( const gfx::Size& size, - gfx::BufferFormat format) { + viz::SharedImageFormat format) { diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc index 7a8df98a0d6c..f467c94016a2 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-11-01 06:40:37 UTC +--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/gles2_cmd_decoder.cc -@@ -2851,7 +2851,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create( +@@ -2850,7 +2850,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create( } // Allow linux to run fuzzers. diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__context__state.h b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__context__state.h index 9070a5d91a6b..19587cd3787b 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__context__state.h +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__context__state.h @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_context_state.h.orig 2025-09-10 13:22:16 UTC +--- gpu/command_buffer/service/shared_context_state.h.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/shared_context_state.h -@@ -236,7 +236,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -235,7 +235,7 @@ class GPU_GLES2_EXPORT SharedContextState return &memory_type_tracker_; } #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -9,7 +9,7 @@ ExternalSemaphorePool* external_semaphore_pool() { return external_semaphore_pool_.get(); } -@@ -401,7 +401,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -400,7 +400,7 @@ class GPU_GLES2_EXPORT SharedContextState bool disable_check_reset_status_throttling_for_test_ = false; #if BUILDFLAG(ENABLE_VULKAN) && \ diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc index 762e3899798f..8542454dfa72 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc.orig 2025-05-06 12:23:00 UTC +--- gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc @@ -20,7 +20,7 @@ namespace { // TODO(penghuang): verify the scanout is the right usage for video playback. @@ -9,7 +9,7 @@ SHARED_IMAGE_USAGE_SCANOUT | #endif SHARED_IMAGE_USAGE_GLES2_READ | SHARED_IMAGE_USAGE_GLES2_WRITE | -@@ -121,7 +121,7 @@ bool AngleVulkanImageBackingFactory::IsGMBSupported( +@@ -119,7 +119,7 @@ bool AngleVulkanImageBackingFactory::IsGMBSupported( switch (gmb_type) { case gfx::EMPTY_BUFFER: return true; diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc index c30e84647ec8..56ecd7a2b828 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-10-21 16:57:35 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing.cc -@@ -58,7 +58,7 @@ +@@ -57,7 +57,7 @@ #include "ui/gl/gl_version_info.h" #include "ui/gl/scoped_binders.h" diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc index b05a901950e8..73b95a526120 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-09-10 13:22:16 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc -@@ -140,7 +140,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, +@@ -139,7 +139,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, SharedImageUsageSet SupportedUsage() { SharedImageUsageSet supported_usage = diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc deleted file mode 100644 index 5c542fe591e7..000000000000 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory.cc.orig 2025-11-01 06:40:37 UTC -+++ gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory.cc -@@ -14,7 +14,7 @@ - #include "gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory_io_surface.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - #include "gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory_native_pixmap.h" - #endif - -@@ -36,7 +36,7 @@ GpuMemoryBufferFactory::CreateNativeType( - // AHardwareBuffers), but the codebase is structured such that it is easier - // to create a dummy factory than create no factory. - return std::make_unique<GpuMemoryBufferFactory>(); --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - return std::make_unique<GpuMemoryBufferFactoryNativePixmap>( - vulkan_context_provider); - #elif BUILDFLAG(IS_WIN) diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc index 620aeb81d474..8521500da7e4 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-11-01 06:40:37 UTC +--- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/shared_image/shared_image_factory.cc -@@ -54,7 +54,7 @@ +@@ -52,7 +52,7 @@ #include "gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.h" #include "gpu/vulkan/vulkan_device_queue.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.h" #endif -@@ -112,7 +112,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t +@@ -109,7 +109,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t case gfx::IO_SURFACE_BUFFER: return "platform"; #endif @@ -18,7 +18,7 @@ case gfx::NATIVE_PIXMAP: return "platform"; #endif -@@ -133,7 +133,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { +@@ -130,7 +130,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { return gfx::GpuMemoryBufferType::IO_SURFACE_BUFFER; #elif BUILDFLAG(IS_ANDROID) return gfx::GpuMemoryBufferType::ANDROID_HARDWARE_BUFFER; @@ -27,7 +27,7 @@ return gfx::GpuMemoryBufferType::NATIVE_PIXMAP; #elif BUILDFLAG(IS_WIN) return gfx::GpuMemoryBufferType::DXGI_SHARED_HANDLE; -@@ -318,7 +318,7 @@ SharedImageFactory::SharedImageFactory( +@@ -316,7 +316,7 @@ SharedImageFactory::SharedImageFactory( context_state_, workarounds_); factories_.push_back(std::move(ozone_factory)); } diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc index 591207dfcc07..c9ad3e5795e8 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc @@ -1,9 +1,9 @@ ---- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-11-01 06:40:37 UTC +--- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/shared_image/shared_image_manager.cc -@@ -765,7 +765,7 @@ bool SharedImageManager::SupportsScanoutImages() { +@@ -769,7 +769,7 @@ bool SharedImageManager::SupportsScanoutImages() { return true; #elif BUILDFLAG(IS_ANDROID) - return base::AndroidHardwareBufferCompat::IsSupportAvailable(); + return true; -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) return supports_overlays_on_ozone_; diff --git a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc index 8677f9f71d5d..c11ecaf20e7c 100644 --- a/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc +++ b/www/ungoogled-chromium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-10-21 16:57:35 UTC +--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/command_buffer/service/webgpu_decoder_impl.cc -@@ -1747,7 +1747,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte +@@ -1758,7 +1758,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte backend_types = {wgpu::BackendType::D3D12}; #elif BUILDFLAG(IS_APPLE) backend_types = {wgpu::BackendType::Metal}; @@ -9,7 +9,7 @@ if (shared_context_state_->GrContextIsVulkan() || shared_context_state_->IsGraphiteDawnVulkan()) { backend_types = {wgpu::BackendType::Vulkan}; -@@ -1992,7 +1992,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( +@@ -2003,7 +2003,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( } #if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \ diff --git a/www/ungoogled-chromium/files/patch-gpu_config_gpu__info__collector.cc b/www/ungoogled-chromium/files/patch-gpu_config_gpu__info__collector.cc index 7798a4c97131..cb5960a1ab56 100644 --- a/www/ungoogled-chromium/files/patch-gpu_config_gpu__info__collector.cc +++ b/www/ungoogled-chromium/files/patch-gpu_config_gpu__info__collector.cc @@ -1,6 +1,6 @@ ---- gpu/config/gpu_info_collector.cc.orig 2025-11-01 06:40:37 UTC +--- gpu/config/gpu_info_collector.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/config/gpu_info_collector.cc -@@ -363,7 +363,7 @@ void ReportWebGPUAdapterMetrics(dawn::native::Instance +@@ -362,7 +362,7 @@ void ReportWebGPUAdapterMetrics(dawn::native::Instance void ReportWebGPUSupportMetrics(dawn::native::Instance* instance) { static BASE_FEATURE(kCollectWebGPUSupportMetrics, "CollectWebGPUSupportMetrics", diff --git a/www/ungoogled-chromium/files/patch-gpu_ipc_service_gpu__init.cc b/www/ungoogled-chromium/files/patch-gpu_ipc_service_gpu__init.cc index 8d7aa25a8e09..f9c3c21f0bcb 100644 --- a/www/ungoogled-chromium/files/patch-gpu_ipc_service_gpu__init.cc +++ b/www/ungoogled-chromium/files/patch-gpu_ipc_service_gpu__init.cc @@ -1,6 +1,6 @@ ---- gpu/ipc/service/gpu_init.cc.orig 2025-09-10 13:22:16 UTC +--- gpu/ipc/service/gpu_init.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/ipc/service/gpu_init.cc -@@ -155,7 +155,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in +@@ -156,7 +156,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CASTOS) bool CanAccessDeviceFile(const GPUInfo& gpu_info) { @@ -9,7 +9,7 @@ if (gpu_info.gpu.vendor_id != 0x10de || // NVIDIA gpu_info.gpu.driver_vendor != "NVIDIA") return true; -@@ -417,7 +417,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -418,7 +418,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL enable_watchdog = false; #endif @@ -18,7 +18,7 @@ bool gpu_sandbox_start_early = gpu_preferences_.gpu_sandbox_start_early; #else // !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) // For some reasons MacOSX's VideoToolbox might crash when called after -@@ -455,7 +455,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -456,7 +456,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } bool attempted_startsandbox = false; @@ -27,7 +27,7 @@ // On Chrome OS ARM Mali, GPU driver userspace creates threads when // initializing a GL context, so start the sandbox early. // TODO(zmo): Need to collect OS version before this. -@@ -552,7 +552,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -553,7 +553,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL gpu_preferences_.gr_context_type = GrContextType::kGL; } @@ -36,7 +36,7 @@ // The ContentSandboxHelper is currently the only one implementation of // GpuSandboxHelper and it has no dependency. Except on Linux where // VaapiWrapper checks the GL implementation to determine which display -@@ -610,7 +610,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -611,7 +611,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL command_line, gpu_feature_info_, gpu_preferences_.disable_software_rasterizer, false); if (gl_use_swiftshader_) { @@ -45,7 +45,7 @@ VLOG(1) << "Quit GPU process launch to fallback to SwiftShader cleanly " << "on Linux"; return false; -@@ -778,7 +778,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -779,7 +779,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL ->GetSupportedFormatsForGLNativePixmapImport(); #endif // BUILDFLAG(IS_OZONE) @@ -54,7 +54,7 @@ // Driver may create a compatibility profile context when collect graphics // information on Linux platform. Try to collect graphics information // based on core profile context after disabling platform extensions. -@@ -830,7 +830,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -831,7 +831,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } } } @@ -63,7 +63,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1032,7 +1032,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1033,7 +1033,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } bool gl_disabled = gl::GetGLImplementation() == gl::kGLImplementationDisabled; @@ -72,7 +72,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1088,7 +1088,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1089,7 +1089,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } } diff --git a/www/ungoogled-chromium/files/patch-gpu_vulkan_vulkan__util.cc b/www/ungoogled-chromium/files/patch-gpu_vulkan_vulkan__util.cc index aace9ca6d42e..427292066bb8 100644 --- a/www/ungoogled-chromium/files/patch-gpu_vulkan_vulkan__util.cc +++ b/www/ungoogled-chromium/files/patch-gpu_vulkan_vulkan__util.cc @@ -1,6 +1,6 @@ ---- gpu/vulkan/vulkan_util.cc.orig 2025-10-21 16:57:35 UTC +--- gpu/vulkan/vulkan_util.cc.orig 2025-12-06 13:30:52 UTC +++ gpu/vulkan/vulkan_util.cc -@@ -481,7 +481,7 @@ bool CheckVulkanCompatibilities( +@@ -474,7 +474,7 @@ bool CheckVulkanCompatibilities( } } diff --git a/www/ungoogled-chromium/files/patch-headless_BUILD.gn b/www/ungoogled-chromium/files/patch-headless_BUILD.gn index f56bac4961c5..ddff688d4f17 100644 --- a/www/ungoogled-chromium/files/patch-headless_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-headless_BUILD.gn @@ -1,6 +1,6 @@ ---- headless/BUILD.gn.orig 2025-10-21 16:57:35 UTC +--- headless/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ headless/BUILD.gn -@@ -483,7 +483,7 @@ component("headless_non_renderer") { +@@ -489,7 +489,7 @@ component("headless_non_renderer") { } } diff --git a/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__browser__impl.cc b/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__browser__impl.cc new file mode 100644 index 000000000000..0389b518a4ae --- /dev/null +++ b/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__browser__impl.cc @@ -0,0 +1,20 @@ +--- headless/lib/browser/headless_browser_impl.cc.orig 2025-12-06 13:30:52 UTC ++++ headless/lib/browser/headless_browser_impl.cc +@@ -40,7 +40,7 @@ + #include "components/os_crypt/async/browser/keychain_key_provider.h" + #endif + +-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + #include "base/command_line.h" + #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" + #include "components/password_manager/core/browser/password_manager_switches.h" // nogncheck +@@ -413,7 +413,7 @@ void HeadlessBrowserImpl::CreateOSCryptAsync() { + providers.emplace_back(std::make_pair( + /*precedence=*/10u, + std::make_unique<os_crypt_async::KeychainKeyProvider>())); +-#elif BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) ++#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); + const auto password_store = + cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore); diff --git a/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc b/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc index 7df59bde58a7..51f9894652c0 100644 --- a/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc +++ b/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__content__browser__client.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_content_browser_client.cc.orig 2025-09-10 13:22:16 UTC +--- headless/lib/browser/headless_content_browser_client.cc.orig 2025-12-06 13:30:52 UTC +++ headless/lib/browser/headless_content_browser_client.cc -@@ -59,7 +59,7 @@ +@@ -61,7 +61,7 @@ #include "content/public/common/content_descriptors.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -9,7 +9,7 @@ #include "components/os_crypt/sync/os_crypt.h" // nogncheck #include "content/public/browser/network_service_util.h" #endif -@@ -557,7 +557,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll +@@ -569,7 +569,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll void HeadlessContentBrowserClient::SetEncryptionKey( ::network::mojom::NetworkService* network_service) { diff --git a/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc b/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc index ac1d3e7c9d0b..ad8c698652a5 100644 --- a/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc +++ b/www/ungoogled-chromium/files/patch-headless_lib_browser_headless__web__contents__impl.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_web_contents_impl.cc.orig 2025-11-01 06:40:37 UTC +--- headless/lib/browser/headless_web_contents_impl.cc.orig 2025-12-06 13:30:52 UTC +++ headless/lib/browser/headless_web_contents_impl.cc -@@ -69,7 +69,7 @@ BASE_FEATURE(kPrerender2InHeadlessMode, base::FEATURE_ +@@ -71,7 +71,7 @@ BASE_FEATURE(kPrerender2InHeadlessMode, base::FEATURE_ namespace { void UpdatePrefsFromSystemSettings(blink::RendererPreferences* prefs) { diff --git a/www/ungoogled-chromium/files/patch-ipc_ipc__channel.cc b/www/ungoogled-chromium/files/patch-ipc_ipc__channel.cc index b4d73a5dae70..833562b6f8db 100644 --- a/www/ungoogled-chromium/files/patch-ipc_ipc__channel.cc +++ b/www/ungoogled-chromium/files/patch-ipc_ipc__channel.cc @@ -1,6 +1,6 @@ ---- ipc/ipc_channel.cc.orig 2025-11-01 06:40:37 UTC +--- ipc/ipc_channel.cc.orig 2025-12-06 13:30:52 UTC +++ ipc/ipc_channel.cc -@@ -22,7 +22,7 @@ namespace { +@@ -41,7 +41,7 @@ namespace { // Global atomic used to guarantee channel IDs are unique. base::AtomicSequenceNumber g_last_id; @@ -9,7 +9,16 @@ int g_global_pid = 0; -@@ -60,7 +60,7 @@ std::string Channel::GenerateUniqueRandomChannelID() { +@@ -83,7 +83,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe + }; + + base::ProcessId GetSelfPID() { +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (int global_pid = Channel::GetGlobalPid()) { + return global_pid; + } +@@ -123,7 +123,7 @@ std::string Channel::GenerateUniqueRandomChannelID() { base::RandInt(0, std::numeric_limits<int32_t>::max())); } diff --git a/www/ungoogled-chromium/files/patch-ipc_ipc__channel.h b/www/ungoogled-chromium/files/patch-ipc_ipc__channel.h index 017138693aaf..5fd4c23f13c2 100644 --- a/www/ungoogled-chromium/files/patch-ipc_ipc__channel.h +++ b/www/ungoogled-chromium/files/patch-ipc_ipc__channel.h @@ -1,6 +1,6 @@ ---- ipc/ipc_channel.h.orig 2025-11-01 06:40:37 UTC +--- ipc/ipc_channel.h.orig 2025-12-06 13:30:52 UTC +++ ipc/ipc_channel.h -@@ -206,7 +206,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender { +@@ -201,7 +201,7 @@ class COMPONENT_EXPORT(IPC) Channel final // Generates a channel ID that's non-predictable and unique. static std::string GenerateUniqueRandomChannelID(); diff --git a/www/ungoogled-chromium/files/patch-ipc_ipc__channel__mojo.cc b/www/ungoogled-chromium/files/patch-ipc_ipc__channel__mojo.cc deleted file mode 100644 index ddfee69411dc..000000000000 --- a/www/ungoogled-chromium/files/patch-ipc_ipc__channel__mojo.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ipc/ipc_channel_mojo.cc.orig 2025-11-01 06:40:37 UTC -+++ ipc/ipc_channel_mojo.cc -@@ -72,7 +72,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe - }; - - base::ProcessId GetSelfPID() { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (int global_pid = Channel::GetGlobalPid()) - return global_pid; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-ipc_ipc__message__utils.h b/www/ungoogled-chromium/files/patch-ipc_param__traits__utils.h index 7c9bb9abb33b..2f6525ca0d92 100644 --- a/www/ungoogled-chromium/files/patch-ipc_ipc__message__utils.h +++ b/www/ungoogled-chromium/files/patch-ipc_param__traits__utils.h @@ -1,6 +1,6 @@ ---- ipc/ipc_message_utils.h.orig 2025-11-01 06:40:37 UTC -+++ ipc/ipc_message_utils.h -@@ -178,7 +178,7 @@ struct ParamTraits<unsigned int> { +--- ipc/param_traits_utils.h.orig 2025-12-06 13:30:52 UTC ++++ ipc/param_traits_utils.h +@@ -177,7 +177,7 @@ struct ParamTraits<unsigned int> { // Since we want to support Android 32<>64 bit IPC, as long as we don't have // these traits for 32 bit ARM then that'll catch any errors. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/ungoogled-chromium/files/patch-media_base_media__switches.cc b/www/ungoogled-chromium/files/patch-media_base_media__switches.cc index f37ceb9a6333..347d55e17abb 100644 --- a/www/ungoogled-chromium/files/patch-media_base_media__switches.cc +++ b/www/ungoogled-chromium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2025-11-01 06:40:37 UTC +--- media/base/media_switches.cc.orig 2025-12-06 13:30:52 UTC +++ media/base/media_switches.cc @@ -19,7 +19,7 @@ #include "ui/gl/gl_features.h" @@ -9,7 +9,7 @@ #include "base/cpu.h" #endif -@@ -368,13 +368,35 @@ BASE_FEATURE(kMacCatapLoopbackAudioForScreenShare, +@@ -367,13 +367,35 @@ BASE_FEATURE(kMacCatapLoopbackAudioForScreenShare, BASE_FEATURE(kUseSCContentSharingPicker, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_MAC) @@ -46,7 +46,7 @@ #endif // BUILDFLAG(IS_LINUX) // When enabled, MediaCapabilities will check with GPU Video Accelerator -@@ -626,7 +648,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, +@@ -614,7 +636,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, // Show toolbar button that opens dialog for controlling media sessions. BASE_FEATURE(kGlobalMediaControls, @@ -55,7 +55,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -644,7 +666,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, base::FEAT +@@ -632,7 +654,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, base::FEAT #if !BUILDFLAG(IS_ANDROID) // If enabled, users can request Media Remoting without fullscreen-in-tab. BASE_FEATURE(kMediaRemotingWithoutFullscreen, @@ -64,7 +64,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -655,7 +677,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, +@@ -643,7 +665,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, // Show picture-in-picture button in Global Media Controls. BASE_FEATURE(kGlobalMediaControlsPictureInPicture, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -73,7 +73,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -677,7 +699,7 @@ BASE_FEATURE(kSuspendMediaForFrozenFrames, base::FEATU +@@ -665,7 +687,7 @@ BASE_FEATURE(kSuspendMediaForFrozenFrames, base::FEATU // autoplay policy. BASE_FEATURE(kUnifiedAutoplay, base::FEATURE_ENABLED_BY_DEFAULT); @@ -82,7 +82,7 @@ // Enable vaapi/v4l2 video decoding on linux. This is already enabled by default // on chromeos, but needs an experiment on linux. BASE_FEATURE(kAcceleratedVideoDecodeLinux, -@@ -733,7 +755,7 @@ BASE_FEATURE(kVaapiVp9SModeHWEncoding, base::FEATURE_E +@@ -721,7 +743,7 @@ BASE_FEATURE(kVaapiVp9SModeHWEncoding, base::FEATURE_E // Enables VSync aligned MJPEG decoding. BASE_FEATURE(kVSyncMjpegDecoding, base::FEATURE_DISABLED_BY_DEFAULT); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -91,8 +91,8 @@ // Enable H264 temporal layer encoding with V4L2 HW encoder on ChromeOS. BASE_FEATURE(kV4L2H264TemporalLayerHWEncoding, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1235,7 +1257,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, - ); +@@ -1220,7 +1242,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, + BASE_FEATURE(kUseSharedImageInOOPVDProcess, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -100,7 +100,7 @@ // Spawn utility processes to perform hardware encode acceleration instead of // using the GPU process. BASE_FEATURE(kUseOutOfProcessVideoEncoding, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1297,7 +1319,7 @@ BASE_FEATURE(kRecordMediaEngagementScores, base::FEATU +@@ -1282,7 +1304,7 @@ BASE_FEATURE(kRecordMediaEngagementScores, base::FEATU // Enables Media Engagement Index recording for Web Audio playbacks. BASE_FEATURE(kRecordWebAudioEngagement, base::FEATURE_ENABLED_BY_DEFAULT); @@ -109,7 +109,7 @@ // Reduces the number of buffers needed in the output video frame pool to // populate the Renderer pipeline for hardware accelerated VideoDecoder in // non-low latency scenarios. -@@ -1565,7 +1587,7 @@ bool IsSystemLoopbackCaptureSupported() { +@@ -1545,7 +1567,7 @@ bool IsSystemLoopbackCaptureSupported() { #elif BUILDFLAG(IS_MAC) return (IsMacSckSystemLoopbackCaptureSupported() || IsMacCatapSystemLoopbackCaptureSupported()); diff --git a/www/ungoogled-chromium/files/patch-media_base_media__switches.h b/www/ungoogled-chromium/files/patch-media_base_media__switches.h index db656337cd18..f0d830566eb4 100644 --- a/www/ungoogled-chromium/files/patch-media_base_media__switches.h +++ b/www/ungoogled-chromium/files/patch-media_base_media__switches.h @@ -1,6 +1,6 @@ ---- media/base/media_switches.h.orig 2025-11-01 06:40:37 UTC +--- media/base/media_switches.h.orig 2025-12-06 13:30:52 UTC +++ media/base/media_switches.h -@@ -342,13 +342,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu +@@ -334,13 +334,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu MEDIA_EXPORT BASE_DECLARE_FEATURE(kPlaybackSpeedButton); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMediaEngagementData); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMetadataSuspend); @@ -28,7 +28,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kReduceHardwareVideoDecoderBuffers); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kResumeBackgroundVideo); -@@ -366,7 +378,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); +@@ -358,7 +370,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseAndroidOverlayForSecureOnly); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseFakeDeviceForMediaStream); MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaStreamAccurateDroppedFrameCount); @@ -37,7 +37,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinux); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinuxGL); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoEncodeLinux); -@@ -382,7 +394,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay +@@ -374,7 +386,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiVp9SModeHWEncoding); MEDIA_EXPORT BASE_DECLARE_FEATURE(kVSyncMjpegDecoding); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -46,8 +46,8 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kV4L2H264TemporalLayerHWEncoding); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kVideoBlitColorAccuracy); -@@ -501,7 +513,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening - MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVideoDecoding); +@@ -478,7 +490,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVide + MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseSharedImageInOOPVDProcess); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-media_base_video__frame.cc b/www/ungoogled-chromium/files/patch-media_base_video__frame.cc index f199c2479f64..aeb7b6d9f6ad 100644 --- a/www/ungoogled-chromium/files/patch-media_base_video__frame.cc +++ b/www/ungoogled-chromium/files/patch-media_base_video__frame.cc @@ -1,6 +1,6 @@ ---- media/base/video_frame.cc.orig 2025-11-01 06:40:37 UTC +--- media/base/video_frame.cc.orig 2025-12-06 13:30:52 UTC +++ media/base/video_frame.cc -@@ -86,7 +86,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -85,7 +85,7 @@ std::string VideoFrame::StorageTypeToString( return "OWNED_MEMORY"; case VideoFrame::STORAGE_SHMEM: return "SHMEM"; @@ -9,7 +9,7 @@ case VideoFrame::STORAGE_DMABUFS: return "DMABUFS"; #endif -@@ -100,7 +100,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -99,7 +99,7 @@ std::string VideoFrame::StorageTypeToString( // static bool VideoFrame::IsStorageTypeMappable(VideoFrame::StorageType storage_type) { return @@ -18,7 +18,7 @@ // This is not strictly needed but makes explicit that, at VideoFrame // level, DmaBufs are not mappable from userspace. storage_type != VideoFrame::STORAGE_DMABUFS && -@@ -395,7 +395,7 @@ scoped_refptr<VideoFrame> VideoFrame::CreateFrameForMa +@@ -503,7 +503,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapMappableShar plane_size.width() * VideoFrame::BytesPerElement(*format, plane); } uint64_t modifier = gfx::NativePixmapHandle::kNoModifier; @@ -27,7 +27,7 @@ bool is_native_buffer = !shared_image->IsSharedMemoryForVideoFrame(); if (is_native_buffer) { const auto gmb_handle = shared_image->CloneGpuMemoryBufferHandle(); -@@ -852,7 +852,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM +@@ -800,7 +800,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM } #endif @@ -36,7 +36,7 @@ // static scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs( const VideoFrameLayout& layout, -@@ -1539,7 +1539,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar +@@ -1492,7 +1492,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar return wrapped_frame_ ? wrapped_frame_->shared_image() : shared_image_; } diff --git a/www/ungoogled-chromium/files/patch-media_base_video__frame.h b/www/ungoogled-chromium/files/patch-media_base_video__frame.h index 02feebf6b18d..dbe8514a86a7 100644 --- a/www/ungoogled-chromium/files/patch-media_base_video__frame.h +++ b/www/ungoogled-chromium/files/patch-media_base_video__frame.h @@ -1,4 +1,4 @@ ---- media/base/video_frame.h.orig 2025-10-21 16:57:35 UTC +--- media/base/video_frame.h.orig 2025-12-06 13:30:52 UTC +++ media/base/video_frame.h @@ -41,7 +41,7 @@ #include "ui/gfx/geometry/size.h" @@ -18,7 +18,7 @@ STORAGE_DMABUFS = 5, // Each plane is stored into a DmaBuf. #endif STORAGE_GPU_MEMORY_BUFFER = 6, -@@ -370,7 +370,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -348,7 +348,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte base::TimeDelta timestamp); #endif @@ -27,7 +27,7 @@ // Wraps provided dmabufs // (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a // VideoFrame. The frame will take ownership of |dmabuf_fds|, and will -@@ -712,7 +712,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -693,7 +693,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // wait for the included sync point. scoped_refptr<gpu::ClientSharedImage> shared_image() const; @@ -36,7 +36,7 @@ // The number of DmaBufs will be equal or less than the number of planes of // the frame. If there are less, this means that the last FD contains the // remaining planes. Should be > 0 for STORAGE_DMABUFS. -@@ -947,7 +947,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -909,7 +909,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // GpuMemoryBuffers. Clients will set this flag while creating a VideoFrame. bool is_mappable_si_enabled_ = false; diff --git a/www/ungoogled-chromium/files/patch-media_capture_video_video__capture__device__client.cc b/www/ungoogled-chromium/files/patch-media_capture_video_video__capture__device__client.cc index b3459b895d46..5fed4b6f613d 100644 --- a/www/ungoogled-chromium/files/patch-media_capture_video_video__capture__device__client.cc +++ b/www/ungoogled-chromium/files/patch-media_capture_video_video__capture__device__client.cc @@ -1,6 +1,6 @@ ---- media/capture/video/video_capture_device_client.cc.orig 2025-11-01 06:40:37 UTC +--- media/capture/video/video_capture_device_client.cc.orig 2025-12-06 13:30:52 UTC +++ media/capture/video/video_capture_device_client.cc -@@ -167,7 +167,7 @@ FourccAndFlip GetFourccAndFlipFromPixelFormat( +@@ -168,7 +168,7 @@ FourccAndFlip GetFourccAndFlipFromPixelFormat( CHECK(!is_width_odd && !is_height_odd); return {libyuv::FOURCC_UYVY}; case media::PIXEL_FORMAT_RGB24: diff --git a/www/ungoogled-chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc b/www/ungoogled-chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc index 1db7e29d9039..34158ded9c72 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/gl_image_processor_backend.cc.orig 2024-06-22 08:49:42 UTC +--- media/gpu/chromeos/gl_image_processor_backend.cc.orig 2025-12-06 13:30:52 UTC +++ media/gpu/chromeos/gl_image_processor_backend.cc -@@ -28,6 +28,10 @@ +@@ -29,6 +29,10 @@ #include "ui/ozone/public/ozone_platform.h" #include "ui/ozone/public/surface_factory_ozone.h" diff --git a/www/ungoogled-chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc b/www/ungoogled-chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc index d719e624e06c..3a7b337555e6 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-10-21 16:57:35 UTC +--- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-12-06 13:30:52 UTC +++ media/gpu/chromeos/platform_video_frame_utils.cc -@@ -71,7 +71,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( +@@ -70,7 +70,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( const base::FilePath dev_path(FILE_PATH_LITERAL( base::StrCat({drm_node_file_prefix, base::NumberToString(i)}))); @@ -9,7 +9,7 @@ const bool is_render_node = base::Contains(drm_node_file_prefix, "render"); // TODO(b/313513760): don't guard base::File::FLAG_WRITE behind -@@ -176,7 +176,7 @@ class GbmDeviceWrapper { +@@ -175,7 +175,7 @@ class GbmDeviceWrapper { const base::FilePath dev_path( base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( switches::kRenderNodeOverride)); diff --git a/www/ungoogled-chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc b/www/ungoogled-chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc index 6e8a5c2e170e..e0690efbbcb0 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-05-31 17:16:41 UTC +--- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-12-06 13:30:52 UTC +++ media/gpu/chromeos/video_decoder_pipeline.cc -@@ -1128,7 +1128,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1132,7 +1132,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( } #endif @@ -9,7 +9,7 @@ // Linux should always use a custom allocator (to allocate buffers using // libva) and a PlatformVideoFramePool. CHECK(allocator.has_value()); -@@ -1137,7 +1137,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1141,7 +1141,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( // VideoFrame::StorageType of VideoFrame::STORAGE_DMABUFS. main_frame_pool_->AsPlatformVideoFramePool()->SetCustomFrameAllocator( *allocator, VideoFrame::STORAGE_DMABUFS); @@ -18,7 +18,7 @@ // Linux w/ V4L2 should not use a custom allocator // Only tested with video_decode_accelerator_tests // TODO(wenst@) Test with full Chromium Browser -@@ -1311,7 +1311,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1315,7 +1315,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( << " VideoFrames"; auxiliary_frame_pool_->set_parent_task_runner(decoder_task_runner_); diff --git a/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc b/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc index c41e9eb53ed5..ec85b0d990c3 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_test_video__frame__helpers.cc @@ -1,7 +1,7 @@ ---- media/gpu/test/video_frame_helpers.cc.orig 2025-09-10 13:22:16 UTC +--- media/gpu/test/video_frame_helpers.cc.orig 2025-12-06 13:30:52 UTC +++ media/gpu/test/video_frame_helpers.cc -@@ -23,7 +23,7 @@ - #include "ui/gfx/buffer_format_util.h" +@@ -22,7 +22,7 @@ + #include "third_party/libyuv/include/libyuv.h" #include "ui/gfx/gpu_memory_buffer_handle.h" -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) diff --git a/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc index 5e0e08bc3027..1550abc2e4c3 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-09-10 13:22:16 UTC +--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-12-06 13:30:52 UTC +++ media/gpu/vaapi/vaapi_video_decoder.cc -@@ -787,7 +787,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree +@@ -786,7 +786,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree const gfx::Size decoder_natural_size = aspect_ratio_.GetNaturalSize(decoder_visible_rect); diff --git a/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc b/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc index 0011ddb4a9d5..71027ec29022 100644 --- a/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc +++ b/www/ungoogled-chromium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-10-21 16:57:35 UTC +--- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-12-06 13:30:52 UTC +++ media/gpu/vaapi/vaapi_wrapper.cc -@@ -85,7 +85,7 @@ +@@ -84,7 +84,7 @@ using media_gpu_vaapi::kModuleVa_prot; #endif diff --git a/www/ungoogled-chromium/files/patch-media_mojo_mojom_BUILD.gn b/www/ungoogled-chromium/files/patch-media_mojo_mojom_BUILD.gn index a772894275a2..9b9e7f9cfc44 100644 --- a/www/ungoogled-chromium/files/patch-media_mojo_mojom_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-media_mojo_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- media/mojo/mojom/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- media/mojo/mojom/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ media/mojo/mojom/BUILD.gn -@@ -970,7 +970,7 @@ source_set("test_support") { +@@ -1037,7 +1037,7 @@ source_set("test_support") { sources = [] deps = [] diff --git a/www/ungoogled-chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc b/www/ungoogled-chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc index 36e8694f8ab2..c3df9c519ca1 100644 --- a/www/ungoogled-chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc +++ b/www/ungoogled-chromium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc @@ -1,6 +1,6 @@ ---- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-10-21 16:57:35 UTC +--- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-12-06 13:30:52 UTC +++ media/mojo/mojom/video_frame_mojom_traits.cc -@@ -21,7 +21,7 @@ +@@ -22,7 +22,7 @@ #include "ui/gfx/mojom/color_space_mojom_traits.h" #include "ui/gfx/mojom/hdr_metadata_mojom_traits.h" @@ -9,7 +9,7 @@ #include "base/posix/eintr_wrapper.h" #include "media/gpu/buffer_validation.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -182,7 +182,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -183,7 +183,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( media::mojom::OpaqueVideoFrameData::New()); } @@ -18,7 +18,7 @@ if (input->storage_type() == media::VideoFrame::STORAGE_DMABUFS) { // Duplicates the DMA buffer FDs to a new vector since this cannot take // ownership of the FDs in |input| due to constness. -@@ -213,7 +213,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -214,7 +214,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( } // namespace @@ -27,7 +27,7 @@ // static bool StructTraits< media::mojom::ColorPlaneLayoutDataView, -@@ -445,7 +445,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, +@@ -446,7 +446,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, frame = media::VideoFrame::WrapTrackingToken( format, *metadata.tracking_token, coded_size, visible_rect, natural_size, timestamp); diff --git a/www/ungoogled-chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc b/www/ungoogled-chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc index eb6fa245c712..77f8df8a8d2c 100644 --- a/www/ungoogled-chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc +++ b/www/ungoogled-chromium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc @@ -1,6 +1,6 @@ ---- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-10-21 16:57:35 UTC +--- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-12-06 13:30:52 UTC +++ media/video/gpu_memory_buffer_video_frame_pool.cc -@@ -679,7 +679,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa +@@ -677,7 +677,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa } bool is_software_backed_video_frame = !video_frame->HasSharedImage(); @@ -9,7 +9,7 @@ is_software_backed_video_frame &= !video_frame->HasDmaBufs(); #endif -@@ -1080,7 +1080,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo +@@ -1078,7 +1078,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo media::IOSurfaceIsWebGPUCompatible(handle.io_surface().get()); #endif @@ -18,7 +18,7 @@ is_webgpu_compatible = handle.type == gfx::NATIVE_PIXMAP && handle.native_pixmap_handle().supports_zero_copy_webgpu_import; -@@ -1248,7 +1248,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr +@@ -1246,7 +1246,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr si_usage |= gpu::SHARED_IMAGE_USAGE_SCANOUT; } diff --git a/www/ungoogled-chromium/files/patch-media_webrtc_audio__processor.cc b/www/ungoogled-chromium/files/patch-media_webrtc_audio__processor.cc index 09a22d93b650..7698a91d6684 100644 --- a/www/ungoogled-chromium/files/patch-media_webrtc_audio__processor.cc +++ b/www/ungoogled-chromium/files/patch-media_webrtc_audio__processor.cc @@ -1,6 +1,6 @@ ---- media/webrtc/audio_processor.cc.orig 2025-09-10 13:22:16 UTC +--- media/webrtc/audio_processor.cc.orig 2025-12-06 13:30:52 UTC +++ media/webrtc/audio_processor.cc -@@ -510,7 +510,7 @@ std::optional<double> AudioProcessor::ProcessData( +@@ -517,7 +517,7 @@ std::optional<double> AudioProcessor::ProcessData( // controller. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) DCHECK_LE(volume, 1.0); diff --git a/www/ungoogled-chromium/files/patch-media_webrtc_helpers.cc b/www/ungoogled-chromium/files/patch-media_webrtc_helpers.cc index 4d06986c9989..d815bff7aba9 100644 --- a/www/ungoogled-chromium/files/patch-media_webrtc_helpers.cc +++ b/www/ungoogled-chromium/files/patch-media_webrtc_helpers.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers.cc.orig 2025-05-31 17:16:41 UTC +--- media/webrtc/helpers.cc.orig 2025-12-06 13:30:52 UTC +++ media/webrtc/helpers.cc -@@ -46,14 +46,14 @@ void ConfigAutomaticGainControl(const AudioProcessingS +@@ -48,14 +48,14 @@ void ConfigAutomaticGainControl(const AudioProcessingS return; } diff --git a/www/ungoogled-chromium/files/patch-media_webrtc_helpers__unittests.cc b/www/ungoogled-chromium/files/patch-media_webrtc_helpers__unittests.cc index f9bb1296536e..522672cbbf29 100644 --- a/www/ungoogled-chromium/files/patch-media_webrtc_helpers__unittests.cc +++ b/www/ungoogled-chromium/files/patch-media_webrtc_helpers__unittests.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers_unittests.cc.orig 2025-09-10 13:22:16 UTC +--- media/webrtc/helpers_unittests.cc.orig 2025-12-06 13:30:52 UTC +++ media/webrtc/helpers_unittests.cc -@@ -38,7 +38,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau +@@ -37,7 +37,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau EXPECT_TRUE(config.echo_canceller.enabled); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ EXPECT_FALSE(config.gain_controller1.enabled); EXPECT_TRUE(config.gain_controller2.enabled); #elif BUILDFLAG(IS_CASTOS) || BUILDFLAG(IS_CAST_ANDROID) -@@ -65,7 +65,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -63,7 +63,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, InputVolumeAdjustmentEnabledWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -81,7 +81,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -79,7 +79,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -27,7 +27,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CanDisableInputVolumeAdjustmentWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -98,7 +98,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -96,7 +96,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-mojo_core_channel.cc b/www/ungoogled-chromium/files/patch-mojo_core_channel.cc index 6efae6f2e132..081f963ec15a 100644 --- a/www/ungoogled-chromium/files/patch-mojo_core_channel.cc +++ b/www/ungoogled-chromium/files/patch-mojo_core_channel.cc @@ -1,4 +1,4 @@ ---- mojo/core/channel.cc.orig 2025-11-01 06:40:37 UTC +--- mojo/core/channel.cc.orig 2025-12-06 13:30:52 UTC +++ mojo/core/channel.cc @@ -81,7 +81,11 @@ const size_t kMaxAttachedHandles = 64; const size_t kMaxAttachedHandles = 253; @@ -12,7 +12,16 @@ Channel::AlignedBuffer MakeAlignedBuffer(size_t size) { // Generic allocators (such as malloc) return a pointer that is suitably // aligned for storing any type of object with a fundamental alignment -@@ -1121,7 +1125,7 @@ bool Channel::OnControlMessage(Message::MessageType me +@@ -274,7 +278,7 @@ bool ShouldRecordSubsampledHistograms() { + } // namespace + + #if BUILDFLAG(IS_ANDROID) || \ +- (BUILDFLAG(IS_LINUX) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) + + namespace { + +@@ -1306,7 +1310,7 @@ bool Channel::OnControlMessage(Message::MessageType me } // Currently only CrOs, Linux, and Android support upgrades. diff --git a/www/ungoogled-chromium/files/patch-mojo_core_channel.h b/www/ungoogled-chromium/files/patch-mojo_core_channel.h new file mode 100644 index 000000000000..78639f1f05ee --- /dev/null +++ b/www/ungoogled-chromium/files/patch-mojo_core_channel.h @@ -0,0 +1,11 @@ +--- mojo/core/channel.h.orig 2025-12-06 13:30:52 UTC ++++ mojo/core/channel.h +@@ -167,7 +167,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel + } v2; + + #if BUILDFLAG(IS_ANDROID) || \ +- (BUILDFLAG(IS_LINUX) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) + // On Android for each pair of connected ipcz::Node instances both sides + // of the connection run the same version of code. Restricting this + // extension of IpczHeader to Android allows to iterate on the wire format diff --git a/www/ungoogled-chromium/files/patch-mojo_core_channel__posix.cc b/www/ungoogled-chromium/files/patch-mojo_core_channel__posix.cc new file mode 100644 index 000000000000..9b213223d2b9 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-mojo_core_channel__posix.cc @@ -0,0 +1,16 @@ +--- mojo/core/channel_posix.cc.orig 2025-12-06 13:30:52 UTC ++++ mojo/core/channel_posix.cc +@@ -594,6 +594,13 @@ void Channel::OfferChannelUpgrade() { + } + static_cast<ChannelLinux*>(this)->OfferSharedMemUpgrade(); + } ++#elif BUILDFLAG(IS_BSD) ++// static ++bool Channel::SupportsChannelUpgrade() { ++ return false; ++} ++void Channel::OfferChannelUpgrade() { ++} + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || + // BUILDFLAG(IS_ANDROID) + diff --git a/www/ungoogled-chromium/files/patch-mojo_core_embedder_features.h b/www/ungoogled-chromium/files/patch-mojo_core_embedder_features.h index 038a85d8452f..f5d979f43094 100644 --- a/www/ungoogled-chromium/files/patch-mojo_core_embedder_features.h +++ b/www/ungoogled-chromium/files/patch-mojo_core_embedder_features.h @@ -1,11 +1,11 @@ ---- mojo/core/embedder/features.h.orig 2025-09-10 13:22:16 UTC +--- mojo/core/embedder/features.h.orig 2025-12-06 13:30:52 UTC +++ mojo/core/embedder/features.h -@@ -15,7 +15,7 @@ namespace mojo { +@@ -14,7 +14,7 @@ + namespace mojo { namespace core { - #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(MOJO_USE_APPLE_CHANNEL) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(MOJO_CORE_EMBEDDER_FEATURES) - BASE_DECLARE_FEATURE(kMojoLinuxChannelSharedMem); + BASE_DECLARE_FEATURE(kMojoUseEventFd); diff --git a/www/ungoogled-chromium/files/patch-mojo_public_tools_bindings_mojom.gni b/www/ungoogled-chromium/files/patch-mojo_public_tools_bindings_mojom.gni index a3b4761c69dd..4334b1bfa84a 100644 --- a/www/ungoogled-chromium/files/patch-mojo_public_tools_bindings_mojom.gni +++ b/www/ungoogled-chromium/files/patch-mojo_public_tools_bindings_mojom.gni @@ -1,6 +1,6 @@ ---- mojo/public/tools/bindings/mojom.gni.orig 2025-11-01 06:40:37 UTC +--- mojo/public/tools/bindings/mojom.gni.orig 2025-12-06 13:30:52 UTC +++ mojo/public/tools/bindings/mojom.gni -@@ -763,6 +763,16 @@ template("mojom") { +@@ -751,6 +751,16 @@ template("mojom") { enabled_features += [ "is_apple" ] } diff --git a/www/ungoogled-chromium/files/patch-net_BUILD.gn b/www/ungoogled-chromium/files/patch-net_BUILD.gn index 7adc348f692c..1f05413d63c5 100644 --- a/www/ungoogled-chromium/files/patch-net_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- net/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ net/BUILD.gn @@ -126,7 +126,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,7 +9,7 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1378,6 +1378,19 @@ component("net") { +@@ -1381,6 +1381,19 @@ component("net") { ] } @@ -29,7 +29,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1543,7 +1556,7 @@ component("net") { +@@ -1546,7 +1559,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -38,7 +38,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -2279,7 +2292,7 @@ static_library("test_support") { +@@ -2292,7 +2305,7 @@ static_library("test_support") { ] } @@ -47,7 +47,7 @@ sources += [ "base/address_tracker_linux_test_util.cc", "base/address_tracker_linux_test_util.h", -@@ -3078,14 +3091,14 @@ target(_test_target_type, "net_unittests") { +@@ -3093,14 +3106,14 @@ target(_test_target_type, "net_unittests") { ] } @@ -64,7 +64,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -3187,6 +3200,10 @@ target(_test_target_type, "net_unittests") { +@@ -3206,6 +3219,10 @@ target(_test_target_type, "net_unittests") { ] } @@ -75,7 +75,7 @@ if (enable_websockets) { sources += [ "server/http_connection_unittest.cc", -@@ -3243,7 +3260,7 @@ target(_test_target_type, "net_unittests") { +@@ -3262,7 +3279,7 @@ target(_test_target_type, "net_unittests") { ] data_deps = [ "//testing/buildbot/filters:net_unittests_filters" ] @@ -84,7 +84,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -3373,7 +3390,7 @@ target(_test_target_type, "net_unittests") { +@@ -3392,7 +3409,7 @@ target(_test_target_type, "net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. diff --git a/www/ungoogled-chromium/files/patch-net_base_features.cc b/www/ungoogled-chromium/files/patch-net_base_features.cc index c56d11754550..70f33c3b5cc3 100644 --- a/www/ungoogled-chromium/files/patch-net_base_features.cc +++ b/www/ungoogled-chromium/files/patch-net_base_features.cc @@ -1,4 +1,4 @@ ---- net/base/features.cc.orig 2025-11-01 06:40:37 UTC +--- net/base/features.cc.orig 2025-12-06 13:30:52 UTC +++ net/base/features.cc @@ -31,7 +31,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, @@ -9,16 +9,16 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -523,7 +523,7 @@ BASE_FEATURE(kDisableBlackholeOnNoNewNetwork, - "DisableBlackHoleOnNoNewNetwork", - base::FEATURE_DISABLED_BY_DEFAULT); +@@ -521,7 +521,7 @@ inline constexpr auto kMigrateSessionsOnNetworkChangeV + BASE_FEATURE(kMigrateSessionsOnNetworkChangeV2, + kMigrateSessionsOnNetworkChangeV2Default); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kAddressTrackerLinuxIsProxied, base::FEATURE_ENABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_LINUX) -@@ -618,7 +618,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues +@@ -629,7 +629,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kSimdutfBase64Support, @@ -27,12 +27,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -682,7 +682,7 @@ BASE_FEATURE(kHttpCacheMappedFileFlushWin, base::FEATU - #endif +@@ -714,7 +714,7 @@ BASE_FEATURE(kHttpCacheMappedFileFlushWin, base::FEATU BASE_FEATURE(kHttpCacheNoVarySearch, --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/ungoogled-chromium/files/patch-net_dns_BUILD.gn b/www/ungoogled-chromium/files/patch-net_dns_BUILD.gn index 815e57326341..fc7d175b6b36 100644 --- a/www/ungoogled-chromium/files/patch-net_dns_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-net_dns_BUILD.gn @@ -1,15 +1,15 @@ ---- net/dns/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- net/dns/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ net/dns/BUILD.gn -@@ -142,7 +142,7 @@ source_set("dns") { - "dns_config_service_android.cc", - "dns_config_service_android.h", +@@ -144,7 +144,7 @@ source_set("dns") { + "platform_dns_query_executor_android.cc", + "platform_dns_query_executor_android.h", ] - } else if (is_linux) { + } else if (is_linux && !is_bsd) { sources += [ "dns_config_service_linux.cc", "dns_config_service_linux.h", -@@ -176,6 +176,7 @@ source_set("dns") { +@@ -178,6 +178,7 @@ source_set("dns") { } deps = [ "//net:net_deps" ] @@ -17,18 +17,18 @@ public_deps = [ ":dns_client", -@@ -183,6 +184,7 @@ source_set("dns") { - ":host_resolver_manager", - ":mdns_client", - "//net:net_public_deps", +@@ -258,6 +259,7 @@ source_set("host_resolver") { + deps = [ + "//net:net_deps", + "//net/dns/public", + "//printing/buildflags", ] + public_deps = [ "//net:net_public_deps" ] - if (enable_mdns) { -@@ -458,9 +460,9 @@ source_set("tests") { - - if (is_android) { - sources += [ "dns_config_service_android_unittest.cc" ] +@@ -463,9 +465,9 @@ source_set("tests") { + "dns_config_service_android_unittest.cc", + "platform_dns_query_executor_android_unittest.cc", + ] - } else if (is_linux) { + } else if (is_linux && !is_bsd) { sources += [ "dns_config_service_linux_unittest.cc" ] diff --git a/www/ungoogled-chromium/files/patch-printing_printing__context__linux.cc b/www/ungoogled-chromium/files/patch-printing_printing__context__linux.cc index 8f9622510dc4..7a7e14c6e447 100644 --- a/www/ungoogled-chromium/files/patch-printing_printing__context__linux.cc +++ b/www/ungoogled-chromium/files/patch-printing_printing__context__linux.cc @@ -1,6 +1,6 @@ ---- printing/printing_context_linux.cc.orig 2025-05-31 17:16:41 UTC +--- printing/printing_context_linux.cc.orig 2025-12-06 13:30:52 UTC +++ printing/printing_context_linux.cc -@@ -23,7 +23,7 @@ +@@ -22,7 +22,7 @@ #endif // Avoid using LinuxUi on Fuchsia. @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -69,7 +69,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett +@@ -68,7 +68,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett ResetSettings(); @@ -18,7 +18,7 @@ if (!ui::LinuxUi::instance()) return mojom::ResultCode::kSuccess; -@@ -85,7 +85,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett +@@ -84,7 +84,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett } gfx::Size PrintingContextLinux::GetPdfPaperSizeDeviceUnits() { @@ -27,7 +27,7 @@ if (ui::LinuxUi::instance()) return ui::LinuxUi::instance()->GetPdfPaperSize(this); #endif -@@ -98,7 +98,7 @@ mojom::ResultCode PrintingContextLinux::UpdatePrinterS +@@ -97,7 +97,7 @@ mojom::ResultCode PrintingContextLinux::UpdatePrinterS DCHECK(!printer_settings.show_system_dialog); DCHECK(!in_print_job_); diff --git a/www/ungoogled-chromium/files/patch-remoting_host_client__session.cc b/www/ungoogled-chromium/files/patch-remoting_host_client__session.cc index fd4a1c23036a..0ec48034835c 100644 --- a/www/ungoogled-chromium/files/patch-remoting_host_client__session.cc +++ b/www/ungoogled-chromium/files/patch-remoting_host_client__session.cc @@ -1,6 +1,6 @@ ---- remoting/host/client_session.cc.orig 2025-05-06 12:23:00 UTC +--- remoting/host/client_session.cc.orig 2025-12-06 13:30:52 UTC +++ remoting/host/client_session.cc -@@ -188,7 +188,7 @@ void ClientSession::NotifyClientResolution( +@@ -195,7 +195,7 @@ void ClientSession::NotifyClientResolution( if (effective_policies_.curtain_required.value_or(false)) { dpi_vector.set(resolution.x_dpi(), resolution.y_dpi()); } diff --git a/www/ungoogled-chromium/files/patch-remoting_host_remoting__me2me__host.cc b/www/ungoogled-chromium/files/patch-remoting_host_remoting__me2me__host.cc index d49b29dd08ec..e21c94bc9dab 100644 --- a/www/ungoogled-chromium/files/patch-remoting_host_remoting__me2me__host.cc +++ b/www/ungoogled-chromium/files/patch-remoting_host_remoting__me2me__host.cc @@ -1,4 +1,4 @@ ---- remoting/host/remoting_me2me_host.cc.orig 2025-10-21 16:57:35 UTC +--- remoting/host/remoting_me2me_host.cc.orig 2025-12-06 13:30:52 UTC +++ remoting/host/remoting_me2me_host.cc @@ -140,7 +140,7 @@ #include "remoting/host/mac/permission_utils.h" @@ -99,7 +99,7 @@ context_->input_task_runner()->PostTask( FROM_HERE, base::BindOnce([]() { delete ui::X11EventSource::GetInstance(); })); -@@ -1835,7 +1835,7 @@ void HostProcess::StartHost() { +@@ -1829,7 +1829,7 @@ void HostProcess::StartHost() { SetState(HOST_STARTED); @@ -108,7 +108,7 @@ if (webrtc::DesktopCapturer::IsRunningUnderWayland()) { GnomeRemoteDesktopSession::GetInstance()->Init( base::BindOnce([](base::expected<void, std::string> result) { -@@ -1925,7 +1925,7 @@ void HostProcess::StartHost() { +@@ -1919,7 +1919,7 @@ void HostProcess::StartHost() { host_->AddExtension(std::make_unique<TestEchoExtension>()); @@ -117,7 +117,7 @@ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->HasSwitch(kEnableWtmpdb)) { host_wtmpdb_logger_ = -@@ -1960,7 +1960,7 @@ void HostProcess::StartHost() { +@@ -1954,7 +1954,7 @@ void HostProcess::StartHost() { // addresses. host_->Start(*host_owner_emails_.begin()); @@ -126,7 +126,7 @@ // For Windows and Mac, ChromotingHostServices connections are handled by // another process, then the message pipe is forwarded to the network process. host_->StartChromotingHostServices(); -@@ -2105,7 +2105,7 @@ int HostProcessMain() { +@@ -2099,7 +2099,7 @@ int HostProcessMain() { HOST_LOG << "Starting host process: version " << STRINGIZE(VERSION); const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); @@ -135,7 +135,7 @@ #if defined(REMOTING_USE_X11) // Initialize Xlib for multi-threaded use, allowing non-Chromium code to // use X11 safely (such as the WebRTC capturer, GTK ...) -@@ -2150,7 +2150,7 @@ int HostProcessMain() { +@@ -2144,7 +2144,7 @@ int HostProcessMain() { return kInitializationFailed; } @@ -144,7 +144,7 @@ // Log and cleanup the crash database. We do this after a short delay so that // the crash database has a chance to be updated properly if we just got // relaunched after a crash. -@@ -2170,7 +2170,7 @@ int HostProcessMain() { +@@ -2164,7 +2164,7 @@ int HostProcessMain() { std::unique_ptr<net::NetworkChangeNotifier> network_change_notifier( net::NetworkChangeNotifier::CreateIfNeeded()); diff --git a/www/ungoogled-chromium/files/patch-remoting_protocol_webrtc__video__stream.cc b/www/ungoogled-chromium/files/patch-remoting_protocol_webrtc__video__stream.cc index da759400dbb5..eea3543c8ddb 100644 --- a/www/ungoogled-chromium/files/patch-remoting_protocol_webrtc__video__stream.cc +++ b/www/ungoogled-chromium/files/patch-remoting_protocol_webrtc__video__stream.cc @@ -1,6 +1,6 @@ ---- remoting/protocol/webrtc_video_stream.cc.orig 2025-09-10 13:22:16 UTC +--- remoting/protocol/webrtc_video_stream.cc.orig 2025-12-06 13:30:52 UTC +++ remoting/protocol/webrtc_video_stream.cc -@@ -271,7 +271,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti +@@ -276,7 +276,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti : session_options_(session_options) { // TODO(joedow): Dig into the threading model on other platforms to see if they // can also be updated to run on a dedicated thread. diff --git a/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn b/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn index 61131d82f9eb..070a97fa155b 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-sandbox_linux_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/linux/BUILD.gn.orig 2025-09-10 13:22:16 UTC +--- sandbox/linux/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ sandbox/linux/BUILD.gn -@@ -11,11 +11,11 @@ if (is_android) { +@@ -10,11 +10,11 @@ if (is_android) { } declare_args() { @@ -15,7 +15,7 @@ # On Android, use plain GTest. use_base_test_suite = is_linux || is_chromeos -@@ -381,6 +381,17 @@ component("sandbox_services") { +@@ -380,6 +380,17 @@ component("sandbox_services") { "services/libc_interceptor.h", ] } diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_BUILD.gn b/www/ungoogled-chromium/files/patch-sandbox_policy_BUILD.gn index 87255806424c..b6a5410ecb60 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/policy/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- sandbox/policy/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ sandbox/policy/BUILD.gn -@@ -47,7 +47,7 @@ component("policy") { +@@ -46,7 +46,7 @@ component("policy") { "//third_party/jni_zero", ] } @@ -9,7 +9,7 @@ sources += [ "linux/bpf_audio_policy_linux.cc", "linux/bpf_audio_policy_linux.h", -@@ -117,6 +117,26 @@ component("policy") { +@@ -116,6 +116,26 @@ component("policy") { "//sandbox/linux:sandbox_services", "//sandbox/linux:seccomp_bpf", "//sandbox/linux:suid_sandbox_client", diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc b/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc index 561dd42e24a8..42479024f255 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-09-10 13:22:16 UTC +--- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-12-06 13:30:52 UTC +++ sandbox/policy/freebsd/sandbox_freebsd.cc @@ -0,0 +1,210 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -121,7 +121,7 @@ + base::PathService::Get(base::DIR_CACHE, &cache_directory); + base::PathService::Get(base::DIR_HOME, &local_directory); + -+ cache_directory = cache_directory.AppendASCII("ungoogled-chromium"); ++ cache_directory = cache_directory.AppendASCII("chromium"); + local_directory = local_directory.AppendASCII(".local").AppendASCII("share").AppendASCII("applications"); + + if (!base::CreateDirectory(cache_directory)) { diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_mojom_sandbox.mojom b/www/ungoogled-chromium/files/patch-sandbox_policy_mojom_sandbox.mojom index d2339169253d..b37539039171 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_mojom_sandbox.mojom +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_mojom_sandbox.mojom @@ -1,6 +1,6 @@ ---- sandbox/policy/mojom/sandbox.mojom.orig 2025-09-10 13:22:16 UTC +--- sandbox/policy/mojom/sandbox.mojom.orig 2025-12-06 13:30:52 UTC +++ sandbox/policy/mojom/sandbox.mojom -@@ -71,6 +71,12 @@ enum Sandbox { +@@ -68,6 +68,12 @@ enum Sandbox { // Minimally privileged sandbox on Fuchsia. [EnableIf=is_fuchsia] kVideoCapture, diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index 582038566a13..cd7b127314c6 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-11-01 06:40:37 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-12-06 13:30:52 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc @@ -0,0 +1,396 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -68,11 +68,11 @@ + +#define MAXTOKENS 3 + -+#define _UNVEIL_MAIN "/etc/ungoogled-chromium/unveil.main"; -+#define _UNVEIL_GPU "/etc/ungoogled-chromium/unveil.gpu"; -+#define _UNVEIL_UTILITY_NETWORK "/etc/ungoogled-chromium/unveil.utility_network"; -+#define _UNVEIL_UTILITY_AUDIO "/etc/ungoogled-chromium/unveil.utility_audio"; -+#define _UNVEIL_UTILITY_VIDEO "/etc/ungoogled-chromium/unveil.utility_video"; ++#define _UNVEIL_MAIN "/etc/chromium/unveil.main"; ++#define _UNVEIL_GPU "/etc/chromium/unveil.gpu"; ++#define _UNVEIL_UTILITY_NETWORK "/etc/chromium/unveil.utility_network"; ++#define _UNVEIL_UTILITY_AUDIO "/etc/chromium/unveil.utility_audio"; ++#define _UNVEIL_UTILITY_VIDEO "/etc/chromium/unveil.utility_video"; + +namespace sandbox { +namespace policy { @@ -135,7 +135,7 @@ + base::PathService::Get(base::DIR_CACHE, &cache_directory); + base::PathService::Get(base::DIR_HOME, &local_directory); + -+ cache_directory = cache_directory.AppendASCII("ungoogled-chromium"); ++ cache_directory = cache_directory.AppendASCII("chromium"); + local_directory = local_directory.AppendASCII(".local").AppendASCII("share").AppendASCII("applications"); + + if (!base::CreateDirectory(cache_directory)) { @@ -334,7 +334,7 @@ + + switch(sandbox_type) { + case sandbox::mojom::Sandbox::kNoSandbox: -+ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.main"); ++ SetPledge(NULL, "/etc/chromium/pledge.main"); + break; + case sandbox::mojom::Sandbox::kRenderer: + // prot_exec needed by v8 @@ -346,13 +346,13 @@ + SetPledge("stdio drm inet rpath flock cpath wpath prot_exec recvfd sendfd tmppath unix", NULL); + break; + case sandbox::mojom::Sandbox::kAudio: -+ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.utility_audio"); ++ SetPledge(NULL, "/etc/chromium/pledge.utility_audio"); + break; + case sandbox::mojom::Sandbox::kNetwork: -+ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.utility_network"); ++ SetPledge(NULL, "/etc/chromium/pledge.utility_network"); + break; + case sandbox::mojom::Sandbox::kVideoCapture: -+ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.utility_video"); ++ SetPledge(NULL, "/etc/chromium/pledge.utility_video"); + break; + case sandbox::mojom::Sandbox::kUtility: + case sandbox::mojom::Sandbox::kService: diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_sandbox__type.cc b/www/ungoogled-chromium/files/patch-sandbox_policy_sandbox__type.cc index b6fb9e4e0069..a37adc6038e4 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_sandbox__type.cc +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_sandbox__type.cc @@ -1,15 +1,15 @@ ---- sandbox/policy/sandbox_type.cc.orig 2025-09-10 13:22:16 UTC +--- sandbox/policy/sandbox_type.cc.orig 2025-12-06 13:30:52 UTC +++ sandbox/policy/sandbox_type.cc -@@ -16,7 +16,7 @@ - #include "chromeos/ash/components/assistant/buildflags.h" - #endif // BUILDFLAG(IS_CHROMEOS) +@@ -12,7 +12,7 @@ + #include "sandbox/policy/mojom/sandbox.mojom.h" + #include "sandbox/policy/switches.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" // nogncheck #include "media/media_buildflags.h" // nogncheck #endif -@@ -38,7 +38,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit +@@ -34,7 +34,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit constexpr char kSpeechRecognitionSandbox[] = "speech_recognition"; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,15 +18,10 @@ constexpr char kPrintBackendSandbox[] = "print_backend"; constexpr char kScreenAISandbox[] = "screen_ai"; #endif -@@ -56,15 +56,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = +@@ -52,11 +52,11 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = constexpr char kMirroringSandbox[] = "mirroring"; #endif // BUILDFLAG(IS_MAC) --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kVideoEffectsSandbox[] = "video_effects"; - #endif - -#if BUILDFLAG(IS_FUCHSIA) +#if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) constexpr char kVideoCaptureSandbox[] = "video_capture"; @@ -37,8 +32,8 @@ constexpr char kShapeDetectionSandbox[] = "shape_detection"; // USE_LINUX_VIDEO_ACCELERATION implies IS_LINUX || IS_CHROMEOS, so this double // #if is redundant, however, we cannot include "media/gpu/buildflags.h" on all -@@ -85,7 +85,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -74,7 +74,7 @@ constexpr char kTtsSandbox[] = "tts"; + constexpr char kNearbySandbox[] = "nearby"; #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) @@ -46,7 +41,7 @@ constexpr char kOnDeviceTranslationSandbox[] = "on_device_translation"; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -124,7 +124,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kCdm: case Sandbox::kPrintCompositor: case Sandbox::kAudio: @@ -55,7 +50,7 @@ case Sandbox::kVideoCapture: #endif #if BUILDFLAG(IS_WIN) -@@ -146,7 +146,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMediaFoundationCdm: case Sandbox::kWindowsSystemProxyResolver: #endif // BUILDFLAG(IS_WIN) @@ -64,7 +59,7 @@ case Sandbox::kShapeDetection: #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) case Sandbox::kHardwareVideoDecoding: -@@ -165,15 +165,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -151,12 +151,12 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMirroring: #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -74,16 +69,12 @@ case Sandbox::kScreenAI: #endif case Sandbox::kSpeechRecognition: --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case Sandbox::kVideoEffects: - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) case Sandbox::kOnDeviceTranslation: #endif DCHECK(command_line->GetSwitchValueASCII(switches::kProcessType) == -@@ -183,7 +183,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -166,7 +166,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi switches::kServiceSandboxType, StringFromUtilitySandboxType(sandbox_type)); return; @@ -92,7 +83,7 @@ case Sandbox::kZygoteIntermediateSandbox: return; #endif -@@ -214,7 +214,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( +@@ -197,7 +197,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( return Sandbox::kGpu; } @@ -101,7 +92,7 @@ // Intermediate process gains a sandbox later. if (process_type == switches::kZygoteProcessType) return Sandbox::kZygoteIntermediateSandbox; -@@ -252,7 +252,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -235,7 +235,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb return kUtilitySandbox; case Sandbox::kAudio: return kAudioSandbox; @@ -110,7 +101,7 @@ case Sandbox::kVideoCapture: return kVideoCaptureSandbox; #endif -@@ -263,17 +263,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -246,13 +246,13 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kSpeechRecognition: return kSpeechRecognitionSandbox; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -121,17 +112,12 @@ case Sandbox::kScreenAI: return kScreenAISandbox; #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case Sandbox::kVideoEffects: - return kVideoEffectsSandbox; - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) case Sandbox::kOnDeviceTranslation: return kOnDeviceTranslationSandbox; #endif -@@ -293,7 +293,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -272,7 +272,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kMirroring: return kMirroringSandbox; #endif @@ -140,7 +126,16 @@ case Sandbox::kShapeDetection: return kShapeDetectionSandbox; #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -@@ -394,7 +394,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -295,7 +295,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb + // The following are not utility processes so should not occur. + case Sandbox::kRenderer: + case Sandbox::kGpu: +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + case Sandbox::kZygoteIntermediateSandbox: + #endif + NOTREACHED(); +@@ -369,7 +369,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kSpeechRecognition; } #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -149,16 +144,10 @@ if (sandbox_string == kPrintBackendSandbox) { return Sandbox::kPrintBackend; } -@@ -402,22 +402,22 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -377,17 +377,17 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kScreenAI; } #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (sandbox_string == kVideoEffectsSandbox) { - return Sandbox::kVideoEffects; - } - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) if (sandbox_string == kOnDeviceTranslationSandbox) { diff --git a/www/ungoogled-chromium/files/patch-services_device_public_cpp_device__features.cc b/www/ungoogled-chromium/files/patch-services_device_public_cpp_device__features.cc index f8315e5984c6..1f522232d396 100644 --- a/www/ungoogled-chromium/files/patch-services_device_public_cpp_device__features.cc +++ b/www/ungoogled-chromium/files/patch-services_device_public_cpp_device__features.cc @@ -1,15 +1,6 @@ ---- services/device/public/cpp/device_features.cc.orig 2025-11-01 06:40:37 UTC +--- services/device/public/cpp/device_features.cc.orig 2025-12-06 13:30:52 UTC +++ services/device/public/cpp/device_features.cc -@@ -81,7 +81,7 @@ BASE_FEATURE(kBatteryStatusManagerBroadcastReceiverInB - // Modifies the internal allowlist behavior that enables privileged extensions - // to bypass the HID blocklist when accessing FIDO devices. When enabled, - // privileged extensions can access non-FIDO interfaces on known security keys. --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kSecurityKeyHidInterfacesAreFido, - base::FEATURE_ENABLED_BY_DEFAULT); - #else -@@ -130,7 +130,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { +@@ -125,7 +125,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { // a USB interface is busy. #if BUILDFLAG(IS_ANDROID) BASE_FEATURE(kAutomaticUsbDetach, base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/ungoogled-chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h b/www/ungoogled-chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h index 1d6b1f96603f..578ced161921 100644 --- a/www/ungoogled-chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h +++ b/www/ungoogled-chromium/files/patch-services_device_usb_usb__device__handle__usbfs.h @@ -1,6 +1,6 @@ ---- services/device/usb/usb_device_handle_usbfs.h.orig 2025-05-06 12:23:00 UTC +--- services/device/usb/usb_device_handle_usbfs.h.orig 2025-12-06 13:30:52 UTC +++ services/device/usb/usb_device_handle_usbfs.h -@@ -19,7 +19,7 @@ +@@ -20,7 +20,7 @@ #include "base/threading/sequence_bound.h" #include "services/device/usb/usb_device_handle.h" @@ -9,7 +9,7 @@ #include "base/containers/flat_set.h" #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -215,7 +215,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -216,7 +216,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { bool ClearHalt(uint8_t endpoint_address); void DiscardUrb(Transfer* transfer); @@ -18,7 +18,7 @@ // Detach the interface from a kernel driver before ClaimInterface virtual bool DetachInterface(int interface_number, const CombinedInterfaceInfo& interfaceInfo); -@@ -228,7 +228,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -229,7 +229,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { // Called when |fd_| is writable without blocking. void OnFileCanWriteWithoutBlocking(); @@ -27,7 +27,7 @@ // Called from |DetachInterface|. std::string GetKernelDriver(int interface_number) const; #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -240,7 +240,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -241,7 +241,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { std::unique_ptr<base::FileDescriptorWatcher::Controller> watch_controller_; SEQUENCE_CHECKER(sequence_checker_); diff --git a/www/ungoogled-chromium/files/patch-services_network_BUILD.gn b/www/ungoogled-chromium/files/patch-services_network_BUILD.gn index 89e1f80e6945..74341dd46234 100644 --- a/www/ungoogled-chromium/files/patch-services_network_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-services_network_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/BUILD.gn.orig 2025-10-21 16:57:35 UTC +--- services/network/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ services/network/BUILD.gn -@@ -426,7 +426,6 @@ if (is_linux || is_chromeos) { +@@ -423,7 +423,6 @@ if (is_linux || is_chromeos) { ] deps = [ "//base", diff --git a/www/ungoogled-chromium/files/patch-services_network_network__context.cc b/www/ungoogled-chromium/files/patch-services_network_network__context.cc index 65d164c1612c..adf0b2588da8 100644 --- a/www/ungoogled-chromium/files/patch-services_network_network__context.cc +++ b/www/ungoogled-chromium/files/patch-services_network_network__context.cc @@ -1,4 +1,4 @@ ---- services/network/network_context.cc.orig 2025-11-01 06:40:37 UTC +--- services/network/network_context.cc.orig 2025-12-06 13:30:52 UTC +++ services/network/network_context.cc @@ -630,7 +630,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: NetworkContext::NetworkContextHttpAuthPreferences:: @@ -9,7 +9,7 @@ bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() const { if (network_service_) { -@@ -2620,7 +2620,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( +@@ -2627,7 +2627,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( http_auth_dynamic_network_service_params->android_negotiate_account_type); #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/ungoogled-chromium/files/patch-services_network_network__context.h b/www/ungoogled-chromium/files/patch-services_network_network__context.h index ae73093fb76c..cbcad22c6552 100644 --- a/www/ungoogled-chromium/files/patch-services_network_network__context.h +++ b/www/ungoogled-chromium/files/patch-services_network_network__context.h @@ -1,6 +1,6 @@ ---- services/network/network_context.h.orig 2025-11-01 06:40:37 UTC +--- services/network/network_context.h.orig 2025-12-06 13:30:52 UTC +++ services/network/network_context.h -@@ -751,7 +751,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext +@@ -757,7 +757,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext public: explicit NetworkContextHttpAuthPreferences(NetworkService* network_service); ~NetworkContextHttpAuthPreferences() override; diff --git a/www/ungoogled-chromium/files/patch-services_network_public_cpp_BUILD.gn b/www/ungoogled-chromium/files/patch-services_network_public_cpp_BUILD.gn index 60080edf72fa..7e89d50ecb59 100644 --- a/www/ungoogled-chromium/files/patch-services_network_public_cpp_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-services_network_public_cpp_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/cpp/BUILD.gn.orig 2025-09-10 13:22:16 UTC +--- services/network/public/cpp/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ services/network/public/cpp/BUILD.gn -@@ -701,7 +701,7 @@ component("cpp_base") { +@@ -723,7 +723,7 @@ component("cpp_base") { sources += [ "transferable_directory_fuchsia.cc" ] } diff --git a/www/ungoogled-chromium/files/patch-services_network_public_cpp_features.cc b/www/ungoogled-chromium/files/patch-services_network_public_cpp_features.cc index bd5255f2688f..4ed6a0dc9db1 100644 --- a/www/ungoogled-chromium/files/patch-services_network_public_cpp_features.cc +++ b/www/ungoogled-chromium/files/patch-services_network_public_cpp_features.cc @@ -1,6 +1,6 @@ ---- services/network/public/cpp/features.cc.orig 2025-11-01 06:40:37 UTC +--- services/network/public/cpp/features.cc.orig 2025-12-06 13:30:52 UTC +++ services/network/public/cpp/features.cc -@@ -348,7 +348,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, base::FEATUR +@@ -364,7 +364,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, base::FEATUR // https://github.com/WICG/document-isolation-policy BASE_FEATURE(kDocumentIsolationPolicy, #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/ungoogled-chromium/files/patch-services_network_public_mojom_BUILD.gn b/www/ungoogled-chromium/files/patch-services_network_public_mojom_BUILD.gn index b7194bc8bd8e..b4132ca9500e 100644 --- a/www/ungoogled-chromium/files/patch-services_network_public_mojom_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-services_network_public_mojom_BUILD.gn @@ -1,7 +1,7 @@ ---- services/network/public/mojom/BUILD.gn.orig 2025-09-10 13:22:16 UTC +--- services/network/public/mojom/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ services/network/public/mojom/BUILD.gn -@@ -690,11 +690,11 @@ mojom("url_loader_base") { - } +@@ -719,11 +719,11 @@ mojom("url_loader_base") { + ] enabled_features = [] - if (is_android || is_chromeos || is_linux) { @@ -14,7 +14,7 @@ # TODO(crbug.com/40263697): Remove this once is_linux in the mojom IDL does # not include lacros. enabled_features += [ "use_network_interface_change_listener" ] -@@ -1007,7 +1007,7 @@ mojom("url_loader_base") { +@@ -1044,7 +1044,7 @@ mojom("url_loader_base") { }, ] @@ -23,7 +23,7 @@ cpp_typemaps += [ { types = [ -@@ -1797,7 +1797,7 @@ mojom("mojom") { +@@ -1830,7 +1830,7 @@ mojom("mojom") { } } diff --git a/www/ungoogled-chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc b/www/ungoogled-chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc index 868825ccb19f..3d7a07ab1bf1 100644 --- a/www/ungoogled-chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc +++ b/www/ungoogled-chromium/files/patch-services_on__device__model_ml_gpu__blocklist.cc @@ -1,4 +1,4 @@ ---- services/on_device_model/ml/gpu_blocklist.cc.orig 2025-11-07 07:18:16 UTC +--- services/on_device_model/ml/gpu_blocklist.cc.orig 2025-12-06 13:30:52 UTC +++ services/on_device_model/ml/gpu_blocklist.cc @@ -24,7 +24,7 @@ const base::FeatureParam<std::string> kGpuBlockList{ &optimization_guide::features::kOnDeviceModelPerformanceParams, @@ -6,6 +6,6 @@ // These devices are nearly always crashing or have very low performance. -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - "8086:64a0|" // TODO(b/456603738): Remove when fixed. + "8086:64a0|8086:e20b|" // TODO(b/456603738): Remove when fixed. #endif // BUILDFLAG(IS_LINUX) "8086:412|8086:a16|8086:41e|8086:416|8086:402|8086:166|8086:1616|8086:22b1|" diff --git a/www/ungoogled-chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc b/www/ungoogled-chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc index 43745379a88e..80c2b5332f7d 100644 --- a/www/ungoogled-chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc +++ b/www/ungoogled-chromium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc @@ -1,6 +1,6 @@ ---- services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc.orig 2025-09-10 13:22:16 UTC +--- services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc.orig 2025-12-06 13:30:52 UTC +++ services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc -@@ -55,7 +55,7 @@ uint32_t CalculatePrivateFootprintKb(const mojom::RawO +@@ -56,7 +56,7 @@ uint32_t CalculatePrivateFootprintKb(const mojom::RawO uint32_t shared_resident_kb) { DCHECK(os_dump.platform_private_footprint); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ @@ -9,7 +9,7 @@ uint64_t rss_anon_bytes = os_dump.platform_private_footprint->rss_anon_bytes; uint64_t vm_swap_bytes = os_dump.platform_private_footprint->vm_swap_bytes; return (rss_anon_bytes + vm_swap_bytes) / 1024; -@@ -84,7 +84,7 @@ memory_instrumentation::mojom::OSMemDumpPtr CreatePubl +@@ -85,7 +85,7 @@ memory_instrumentation::mojom::OSMemDumpPtr CreatePubl os_dump->is_peak_rss_resettable = internal_os_dump.is_peak_rss_resettable; os_dump->private_footprint_kb = CalculatePrivateFootprintKb(internal_os_dump, shared_resident_kb); @@ -18,7 +18,7 @@ os_dump->private_footprint_swap_kb = internal_os_dump.platform_private_footprint->vm_swap_bytes / 1024; os_dump->mappings_count = internal_os_dump.mappings_count; -@@ -223,7 +223,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( +@@ -224,7 +224,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( // On most platforms each process can dump data about their own process // so ask each process to do so Linux is special see below. @@ -27,7 +27,7 @@ request->pending_responses.insert({client_info.pid, ResponseType::kOSDump}); client->RequestOSMemoryDump( request->memory_map_option(), request->memory_dump_flags(), -@@ -238,7 +238,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( +@@ -239,7 +239,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( // In some cases, OS stats can only be dumped from a privileged process to // get around to sandboxing/selinux restrictions (see crbug.com/461788). diff --git a/www/ungoogled-chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc b/www/ungoogled-chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc index 8ec17428fb73..e19f2630b5fd 100644 --- a/www/ungoogled-chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc +++ b/www/ungoogled-chromium/files/patch-services_screen__ai_screen__ai__service__impl.cc @@ -1,6 +1,6 @@ ---- services/screen_ai/screen_ai_service_impl.cc.orig 2025-09-10 13:22:16 UTC +--- services/screen_ai/screen_ai_service_impl.cc.orig 2025-12-06 13:30:52 UTC +++ services/screen_ai/screen_ai_service_impl.cc -@@ -38,7 +38,7 @@ +@@ -34,7 +34,7 @@ #include "ui/accessibility/ax_tree_id.h" #include "ui/gfx/geometry/rect_f.h" @@ -9,7 +9,7 @@ #include "partition_alloc/buildflags.h" #if PA_BUILDFLAG( \ -@@ -266,7 +266,7 @@ ScreenAIService::ScreenAIService( +@@ -237,7 +237,7 @@ ScreenAIService::ScreenAIService( : factory_receiver_(this, std::move(receiver)), ocr_receiver_(this), main_content_extraction_receiver_(this) { diff --git a/www/ungoogled-chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc b/www/ungoogled-chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc deleted file mode 100644 index 89a8a8920cda..000000000000 --- a/www/ungoogled-chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc +++ /dev/null @@ -1,27 +0,0 @@ ---- services/video_effects/video_effects_sandbox_hook_linux.cc.orig 2025-02-20 09:59:21 UTC -+++ services/video_effects/video_effects_sandbox_hook_linux.cc -@@ -6,7 +6,13 @@ - - #include <dlfcn.h> - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - #include "services/on_device_model/ml/chrome_ml_holder.h" - - namespace video_effects { -@@ -29,8 +35,10 @@ bool VideoEffectsPreSandboxHook( - DVLOG(1) << "Successfully opened Chrome ML shared library."; - } - -+#if !BUILDFLAG(IS_BSD) - auto* instance = sandbox::policy::SandboxLinux::GetInstance(); - instance->EngageNamespaceSandboxIfPossible(); -+#endif - return true; - } - diff --git a/www/ungoogled-chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h b/www/ungoogled-chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h deleted file mode 100644 index 26b186c899b5..000000000000 --- a/www/ungoogled-chromium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h +++ /dev/null @@ -1,16 +0,0 @@ ---- services/video_effects/video_effects_sandbox_hook_linux.h.orig 2024-11-16 12:20:41 UTC -+++ services/video_effects/video_effects_sandbox_hook_linux.h -@@ -5,7 +5,13 @@ - #ifndef SERVICES_VIDEO_EFFECTS_VIDEO_EFFECTS_SANDBOX_HOOK_LINUX_H_ - #define SERVICES_VIDEO_EFFECTS_VIDEO_EFFECTS_SANDBOX_HOOK_LINUX_H_ - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - - namespace video_effects { - diff --git a/www/ungoogled-chromium/files/patch-sql_database.cc b/www/ungoogled-chromium/files/patch-sql_database.cc new file mode 100644 index 000000000000..49483d40f96f --- /dev/null +++ b/www/ungoogled-chromium/files/patch-sql_database.cc @@ -0,0 +1,11 @@ +--- sql/database.cc.orig 2025-12-06 13:30:52 UTC ++++ sql/database.cc +@@ -106,7 +106,7 @@ bool FilePathIsFixedSSD(const base::FilePath& path) { + + return !drive_info->has_seek_penalty.value_or(false) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + && !drive_info->is_removable.value_or(false) + #endif + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc b/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc index d32578f136c6..4c740e435e72 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_common_features.cc @@ -1,6 +1,6 @@ ---- third_party/blink/common/features.cc.orig 2025-11-01 06:40:37 UTC +--- third_party/blink/common/features.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/common/features.cc -@@ -581,7 +581,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, +@@ -597,7 +597,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, BASE_FEATURE(kDevToolsImprovedNetworkError, base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kDirectCompositorThreadIpc, @@ -9,3 +9,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT +@@ -1955,7 +1955,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, + // currently out of scope. + BASE_FEATURE(kPreloadingEagerHoverHeuristics, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_public_platform_platform.h b/www/ungoogled-chromium/files/patch-third__party_blink_public_platform_platform.h index 1dbdcc6f17b2..e02685388936 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_public_platform_platform.h +++ b/www/ungoogled-chromium/files/patch-third__party_blink_public_platform_platform.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/platform/platform.h.orig 2025-09-10 13:22:16 UTC +--- third_party/blink/public/platform/platform.h.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/public/platform/platform.h -@@ -376,7 +376,7 @@ class BLINK_PLATFORM_EXPORT Platform { +@@ -377,7 +377,7 @@ class BLINK_PLATFORM_EXPORT Platform { return nullptr; } diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc index d228c58e2fb3..084a85812f0f 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/controller/blink_initializer.cc.orig 2025-10-21 16:57:35 UTC +--- third_party/blink/renderer/controller/blink_initializer.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/controller/blink_initializer.cc -@@ -82,12 +82,12 @@ +@@ -83,12 +83,12 @@ #include "third_party/blink/renderer/controller/private_memory_footprint_provider.h" #endif @@ -15,7 +15,7 @@ #include "third_party/blink/renderer/controller/highest_pmf_reporter.h" #include "third_party/blink/renderer/controller/user_level_memory_pressure_signal_generator.h" #endif -@@ -255,7 +255,7 @@ void BlinkInitializer::RegisterInterfaces(mojo::Binder +@@ -261,7 +261,7 @@ void BlinkInitializer::RegisterInterfaces(mojo::Binder main_thread_task_runner); #endif @@ -24,7 +24,7 @@ binders.Add<mojom::blink::MemoryUsageMonitorLinux>( ConvertToBaseRepeatingCallback( CrossThreadBindRepeating(&MemoryUsageMonitorPosix::Bind)), -@@ -304,7 +304,7 @@ void BlinkInitializer::RegisterMemoryWatchers(Platform +@@ -310,7 +310,7 @@ void BlinkInitializer::RegisterMemoryWatchers(Platform MemorySaverController::Initialize(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc index 1f5ef3b4a5cd..fc239f05ad73 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-11-01 06:40:37 UTC +--- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/core/exported/web_view_impl.cc -@@ -422,7 +422,7 @@ void RecordPrerenderActivationSignalDelay(const String +@@ -423,7 +423,7 @@ void RecordPrerenderActivationSignalDelay(const String #if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN) SkFontHinting RendererPreferencesToSkiaHinting( const blink::RendererPreferences& prefs) { @@ -9,7 +9,7 @@ if (!prefs.should_antialias_text) { // When anti-aliasing is off, GTK maps all non-zero hinting settings to // 'Normal' hinting so we do the same. Otherwise, folks who have 'Slight' -@@ -3467,7 +3467,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs +@@ -3478,7 +3478,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs gfx::FontRenderParams::SUBPIXEL_RENDERING_NONE); WebFontRenderStyle::SetSubpixelPositioning( renderer_preferences_.use_subpixel_positioning); diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc index 0ba00fe2608f..ba1a169998ac 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/frame/web_frame_test.cc.orig 2025-10-21 16:57:35 UTC +--- third_party/blink/renderer/core/frame/web_frame_test.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/core/frame/web_frame_test.cc -@@ -6469,7 +6469,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest) { +@@ -6475,7 +6475,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest) { } #if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // TODO(crbug.com/1090246): Fix these tests on Fuchsia and re-enable. // TODO(crbug.com/1317375): Build these tests on all platforms. #define MAYBE_SelectRangeStaysHorizontallyAlignedWhenMoved \ -@@ -6878,7 +6878,7 @@ TEST_F(CompositedSelectionBoundsTest, LargeSelectionSc +@@ -6884,7 +6884,7 @@ TEST_F(CompositedSelectionBoundsTest, LargeSelectionSc TEST_F(CompositedSelectionBoundsTest, LargeSelectionNoScroll) { RunTest("composited_selection_bounds_large_selection_noscroll.html"); } diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc index e088d0b2e21d..5fe7bae433eb 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-11-01 06:40:37 UTC +--- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/core/origin_trials/origin_trial_context.cc @@ -559,7 +559,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const } @@ -9,3 +9,12 @@ return base::FeatureList::IsEnabled(features::kTranslationAPI); #else return false; +@@ -572,7 +572,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const + + if (trial_name == "WebAppInstallation") { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(blink::features::kWebAppInstallation); + #else + return false; diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc index e55048773960..b94bc94aa710 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-11-01 06:40:37 UTC +--- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/core/page/context_menu_controller.cc -@@ -649,7 +649,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame +@@ -650,7 +650,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame if (potential_image_node != nullptr && IsA<HTMLCanvasElement>(potential_image_node)) { data.media_type = mojom::blink::ContextMenuDataMediaType::kCanvas; diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index a5da1ead55df..ee63b0881c8a 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-11-01 06:40:37 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6625,7 +6625,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6592,7 +6592,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid // unmultiply has been requested or we need to never premultiply for Image // creation from a VideoFrame. diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc index 55b6f3ddebc2..5917aea2c5e5 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-09-10 13:22:16 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_queue.cc -@@ -829,7 +829,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( +@@ -892,7 +892,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( // on linux platform. // TODO(crbug.com/1424119): using a webgpu mailbox texture on the OpenGLES // backend is failing for unknown reasons. diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn index a67e80c40d81..b7e191c52996 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/platform/BUILD.gn -@@ -2082,7 +2082,7 @@ static_library("test_support") { +@@ -2078,7 +2078,7 @@ static_library("test_support") { ] # fuzzed_data_provider may not work with a custom toolchain. diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc deleted file mode 100644 index 1a1c71947e42..000000000000 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- third_party/blink/renderer/platform/peerconnection/rtc_video_encoder_factory.cc.orig 2025-11-01 06:40:37 UTC -+++ third_party/blink/renderer/platform/peerconnection/rtc_video_encoder_factory.cc -@@ -36,7 +36,7 @@ namespace blink { - - namespace { - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // Enables H.264 CBP encode acceleration. - BASE_FEATURE(kPlatformH264CbpEncoding, - #if BUILDFLAG(IS_WIN) -@@ -327,7 +327,7 @@ SupportedFormats GetSupportedFormatsInternal( - supported_formats.profiles.push_back(profile.profile); - supported_formats.sdp_formats.push_back(std::move(*format)); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const bool kShouldAddH264Cbp = - base::FeatureList::IsEnabled(kPlatformH264CbpEncoding) && - profile.profile == media::VideoCodecProfile::H264PROFILE_BASELINE; diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc new file mode 100644 index 000000000000..3fbdbf8721b0 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc @@ -0,0 +1,20 @@ +--- third_party/blink/renderer/platform/peerconnection/webrtc_util.cc.orig 2025-12-06 13:30:52 UTC ++++ third_party/blink/renderer/platform/peerconnection/webrtc_util.cc +@@ -23,7 +23,7 @@ + namespace blink { + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + // Enables H.264 CBP encode acceleration. + BASE_FEATURE(kPlatformH264CbpEncoding, + #if BUILDFLAG(IS_WIN) +@@ -126,7 +126,7 @@ ConvertToOptionalTimeDelta(std::optional<webrtc::TimeD + bool PLATFORM_EXPORT + IsH264ConstrainedBaselineProfileAvailableForAcceleratedEncoder() { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(kPlatformH264CbpEncoding); + #else + return false; diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 index 185cac52d6a3..2a581d1fec10 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 @@ -1,42 +1,51 @@ ---- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-11-12 17:42:57 UTC +--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -340,7 +340,7 @@ +@@ -348,7 +348,7 @@ "default": "", }, origin_trial_feature_name: "AIPromptAPIMultimodalInput", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, implied_by: ["AIPromptAPIMultimodalInput"], }, -@@ -370,7 +370,7 @@ +@@ -378,7 +378,7 @@ "default": "", }, origin_trial_feature_name: "AIPromptAPIMultimodalInput", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", +@@ -399,7 +399,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIProofreaderAPI", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -406,7 +406,7 @@ +@@ -414,7 +414,7 @@ "default": "", }, origin_trial_feature_name: "AIRewriterAPI", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -439,7 +439,7 @@ +@@ -447,7 +447,7 @@ "default": "", }, origin_trial_feature_name: "AIWriterAPI", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -553,7 +553,7 @@ +@@ -576,7 +576,7 @@ name: "AppTitle", status: "experimental", origin_trial_feature_name: "AppTitle", @@ -45,7 +54,16 @@ base_feature: "WebAppEnableAppTitle", }, { -@@ -1781,7 +1781,7 @@ +@@ -1257,7 +1257,7 @@ + name: "CSPHashesV1", + base_feature: "none", + origin_trial_feature_name: "CSPExtendedScriptSrcHashes", +- origin_trial_os: ["win", "linux", "mac", "android", "chromeos"], ++ origin_trial_os: ["win", "linux", "mac", "android", "chromeos", "openbsd", "freebsd"], + status: "experimental", + public: true, + }, +@@ -1838,7 +1838,7 @@ { name: "DeviceBoundSessionCredentials", origin_trial_feature_name: "DeviceBoundSessionCredentials", @@ -54,7 +72,7 @@ status: "experimental", // Killswitch is net::features::kDeviceBoundSessions base_feature: "none", -@@ -1789,7 +1789,7 @@ +@@ -1846,7 +1846,7 @@ { name: "DeviceBoundSessionCredentials2", origin_trial_feature_name: "DeviceBoundSessionCredentials2", @@ -63,7 +81,7 @@ status: "experimental", // Killswitch is net::features::kDeviceBoundSessions base_feature: "none", -@@ -1932,7 +1932,7 @@ +@@ -1982,7 +1982,7 @@ name: "DocumentIsolationPolicy", status: "experimental", origin_trial_feature_name: "DocumentIsolationPolicy", @@ -72,7 +90,7 @@ base_feature: "none", }, { -@@ -2175,7 +2175,7 @@ +@@ -2254,7 +2254,7 @@ base_feature: "none", public: true, origin_trial_feature_name: "FedCmMultipleIdentityProviders", @@ -81,7 +99,7 @@ origin_trial_allows_third_party: true, }, { -@@ -3730,7 +3730,7 @@ +@@ -3770,7 +3770,7 @@ // Tracking bug for the implementation: https://crbug.com/1462930 name: "PermissionElement", origin_trial_feature_name: "PermissionElement", @@ -90,7 +108,7 @@ status: "experimental", public: true, base_feature_status: "enabled", -@@ -5321,7 +5321,7 @@ +@@ -5308,7 +5308,7 @@ name: "UnrestrictedSharedArrayBuffer", base_feature: "none", origin_trial_feature_name: "UnrestrictedSharedArrayBuffer", @@ -99,7 +117,16 @@ }, // Enables using policy-controlled feature "usb-unrestricted" to allow // isolated context to access protected USB interface classes and to -@@ -5515,7 +5515,7 @@ +@@ -5490,7 +5490,7 @@ + name: "WebAppInstallation", + status: {"Android": "", "default": "test"}, + origin_trial_feature_name: "WebAppInstallation", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", + }, +@@ -5502,7 +5502,7 @@ { name: "WebAppScopeExtensions", origin_trial_feature_name: "WebAppScopeExtensions", @@ -108,7 +135,7 @@ status: "experimental", base_feature: "none", }, -@@ -5623,7 +5623,7 @@ +@@ -5610,7 +5610,7 @@ { name: "WebAuthenticationImmediateGet", origin_trial_feature_name: "WebAuthenticationImmediateGet", diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc new file mode 100644 index 000000000000..32a961adbcef --- /dev/null +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc @@ -0,0 +1,13 @@ +--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2025-12-06 13:30:52 UTC ++++ third_party/blink/renderer/platform/text/text_break_iterator.cc +@@ -102,6 +102,10 @@ static const unsigned char kBreakAllLineBreakClassTabl + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // VF + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // VI + #endif // U_ICU_VERSION_MAJOR_NUM >= 74 ++#if U_ICU_VERSION_MAJOR_NUM >= 78 ++ // Added in ICU 78. https://icu.unicode.org/download/78 ++ { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // UH ++#endif // U_ICU_VERSION_MAJOR_NUM >= 78 + }; + // clang-format on + diff --git a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc index 0982ec06722d..a2ef383339a2 100644 --- a/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc +++ b/www/ungoogled-chromium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-09-10 13:22:16 UTC +--- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-12-06 13:30:52 UTC +++ third_party/blink/renderer/platform/wtf/stack_util.cc -@@ -27,6 +27,11 @@ extern "C" void* __libc_stack_end; // NOLINT +@@ -22,6 +22,11 @@ extern "C" void* __libc_stack_end; // NOLINT #include <sanitizer/asan_interface.h> #endif @@ -12,7 +12,7 @@ namespace blink { size_t GetUnderestimatedStackSize() { -@@ -71,6 +76,8 @@ size_t GetUnderestimatedStackSize() { +@@ -66,6 +71,8 @@ size_t GetUnderestimatedStackSize() { // low as 512k. // return 512 * 1024; @@ -21,7 +21,7 @@ #elif BUILDFLAG(IS_APPLE) // pthread_get_stacksize_np() returns too low a value for the main thread on // OSX 10.9, -@@ -161,6 +168,13 @@ void* GetStackStartImpl() { +@@ -156,6 +163,13 @@ void* GetStackStartImpl() { ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); return reinterpret_cast<void*>(highLimit); #endif diff --git a/www/ungoogled-chromium/files/patch-third__party_crabbyavif_BUILD.gn b/www/ungoogled-chromium/files/patch-third__party_crabbyavif_BUILD.gn index 0d206a4ae6d1..c0ca772c73c4 100644 --- a/www/ungoogled-chromium/files/patch-third__party_crabbyavif_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-third__party_crabbyavif_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crabbyavif/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- third_party/crabbyavif/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ third_party/crabbyavif/BUILD.gn -@@ -197,12 +197,11 @@ rust_static_library("crabbyavif") { +@@ -198,12 +198,11 @@ rust_static_library("crabbyavif") { "dav1d", "libyuv", "capi", diff --git a/www/ungoogled-chromium/files/patch-third__party_crc32c_BUILD.gn b/www/ungoogled-chromium/files/patch-third__party_crc32c_BUILD.gn index 4b2076c3e923..4ffc19a4d691 100644 --- a/www/ungoogled-chromium/files/patch-third__party_crc32c_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-third__party_crc32c_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crc32c/BUILD.gn.orig 2023-05-05 12:12:41 UTC +--- third_party/crc32c/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ third_party/crc32c/BUILD.gn -@@ -46,7 +46,7 @@ config("crc32c_config") { +@@ -45,7 +45,7 @@ config("crc32c_config") { } # Android added <sys/auxv.h> in API level 18. diff --git a/www/ungoogled-chromium/files/patch-third__party_libsync_src_include_sync_sync.h b/www/ungoogled-chromium/files/patch-third__party_libsync_src_include_sync_sync.h deleted file mode 100644 index d069415ff51c..000000000000 --- a/www/ungoogled-chromium/files/patch-third__party_libsync_src_include_sync_sync.h +++ /dev/null @@ -1,12 +0,0 @@ ---- third_party/libsync/src/include/sync/sync.h.orig 2022-10-01 07:40:07 UTC -+++ third_party/libsync/src/include/sync/sync.h -@@ -22,7 +22,9 @@ - #include <sys/cdefs.h> - #include <stdint.h> - -+#if !defined(__OpenBSD__) && !defined(__FreeBSD__) - #include <linux/types.h> -+#endif - - __BEGIN_DECLS - diff --git a/www/ungoogled-chromium/files/patch-third__party_libsync_src_sync.c b/www/ungoogled-chromium/files/patch-third__party_libsync_src_sync.c deleted file mode 100644 index e0e900f5846c..000000000000 --- a/www/ungoogled-chromium/files/patch-third__party_libsync_src_sync.c +++ /dev/null @@ -1,25 +0,0 @@ ---- third_party/libsync/src/sync.c.orig 2023-10-13 13:20:35 UTC -+++ third_party/libsync/src/sync.c -@@ -17,8 +17,8 @@ - */ - - #include <fcntl.h> --#include <malloc.h> - #include <stdint.h> -+#include <stdlib.h> - #include <string.h> - #include <errno.h> - #include <poll.h> -@@ -29,6 +29,12 @@ - - #include <sync/sync.h> - -+#if defined(__OpenBSD__) || defined(__FreeBSD__) -+typedef __uint8_t __u8; -+typedef __uint32_t __u32; -+typedef __int32_t __s32; -+#define ETIME ETIMEDOUT -+#endif - - struct sw_sync_create_fence_data { - __u32 value; diff --git a/www/ungoogled-chromium/files/patch-third__party_speech-dispatcher_libspeechd__version.h b/www/ungoogled-chromium/files/patch-third__party_speech-dispatcher_libspeechd__version.h index 94689d4c7dfb..6aad33da1015 100644 --- a/www/ungoogled-chromium/files/patch-third__party_speech-dispatcher_libspeechd__version.h +++ b/www/ungoogled-chromium/files/patch-third__party_speech-dispatcher_libspeechd__version.h @@ -1,4 +1,4 @@ ---- third_party/speech-dispatcher/libspeechd_version.h.orig 2025-11-01 06:40:37 UTC +--- third_party/speech-dispatcher/libspeechd_version.h.orig 2025-12-06 13:30:52 UTC +++ third_party/speech-dispatcher/libspeechd_version.h @@ -0,0 +1,29 @@ +/* @@ -19,7 +19,7 @@ + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + * -+ * $Id: patch-third_party_speech-dispatcher_libspeechd_version_h,v 1.23 2025/11/01 06:15:35 robert Exp $ ++ * $Id: patch-third_party_speech-dispatcher_libspeechd_version_h,v 1.24 2025/12/06 10:16:38 robert Exp $ + */ + +#ifndef _LIBSPEECHD_VERSION_H diff --git a/www/ungoogled-chromium/files/patch-third__party_webrtc_BUILD.gn b/www/ungoogled-chromium/files/patch-third__party_webrtc_BUILD.gn index 1234e24ceccb..32916096dd57 100644 --- a/www/ungoogled-chromium/files/patch-third__party_webrtc_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-third__party_webrtc_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/BUILD.gn.orig 2025-09-10 13:22:16 UTC +--- third_party/webrtc/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ third_party/webrtc/BUILD.gn -@@ -220,6 +220,9 @@ config("common_inherited_config") { +@@ -221,6 +221,9 @@ config("common_inherited_config") { if (is_linux || is_chromeos) { defines += [ "WEBRTC_LINUX" ] } diff --git a/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.cc b/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.cc index 124804966789..ec99d4807e9a 100644 --- a/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.cc +++ b/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.cc.orig 2025-11-01 06:40:37 UTC +--- ui/accessibility/accessibility_features.cc.orig 2025-12-06 13:30:52 UTC +++ ui/accessibility/accessibility_features.cc -@@ -470,7 +470,7 @@ bool IsScreenAITestModeEnabled() { +@@ -485,7 +485,7 @@ bool IsScreenAITestModeEnabled() { return base::FeatureList::IsEnabled(::features::kScreenAITestMode); } @@ -9,7 +9,7 @@ BASE_FEATURE(kScreenAIPartitionAllocAdvancedChecksEnabled, base::FEATURE_DISABLED_BY_DEFAULT); #endif -@@ -505,7 +505,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled +@@ -520,7 +520,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled } #endif // BUILDFLAG(IS_MAC) diff --git a/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.h b/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.h index ffae18f6246f..c479eb649b5c 100644 --- a/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.h +++ b/www/ungoogled-chromium/files/patch-ui_accessibility_accessibility__features.h @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.h.orig 2025-11-01 06:40:37 UTC +--- ui/accessibility/accessibility_features.h.orig 2025-12-06 13:30:52 UTC +++ ui/accessibility/accessibility_features.h -@@ -367,7 +367,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); +@@ -378,7 +378,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); AX_BASE_EXPORT BASE_DECLARE_FEATURE(kScreenAITestMode); AX_BASE_EXPORT bool IsScreenAITestModeEnabled(); @@ -9,7 +9,7 @@ // Enables advanced partition allocation checks in ScreenAI service. // TODO(crbug.com/418199684): Remove when the bug is fixed. AX_BASE_EXPORT BASE_DECLARE_FEATURE( -@@ -394,7 +394,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc +@@ -405,7 +405,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled(); #endif // BUILDFLAG(IS_MAC) diff --git a/www/ungoogled-chromium/files/patch-ui_gfx_BUILD.gn b/www/ungoogled-chromium/files/patch-ui_gfx_BUILD.gn index bf23b590c6fd..4b6f0b10c012 100644 --- a/www/ungoogled-chromium/files/patch-ui_gfx_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-ui_gfx_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/gfx/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- ui/gfx/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ ui/gfx/BUILD.gn -@@ -657,7 +657,7 @@ source_set("memory_buffer_sources") { +@@ -652,7 +652,7 @@ source_set("memory_buffer_sources") { deps += [ "//build/config/linux/libdrm" ] } diff --git a/www/ungoogled-chromium/files/patch-ui_gfx_font__render__params__linux.cc b/www/ungoogled-chromium/files/patch-ui_gfx_font__render__params__linux.cc index f04030482a89..c5a030ac7f11 100644 --- a/www/ungoogled-chromium/files/patch-ui_gfx_font__render__params__linux.cc +++ b/www/ungoogled-chromium/files/patch-ui_gfx_font__render__params__linux.cc @@ -1,4 +1,4 @@ ---- ui/gfx/font_render_params_linux.cc.orig 2025-09-10 13:22:16 UTC +--- ui/gfx/font_render_params_linux.cc.orig 2025-12-06 13:30:52 UTC +++ ui/gfx/font_render_params_linux.cc @@ -24,7 +24,7 @@ #include "ui/gfx/linux/fontconfig_util.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -224,7 +224,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP +@@ -233,7 +233,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP // Start with the delegate's settings, but let Fontconfig have the final say. FontRenderParams params; diff --git a/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.cc b/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.cc index da0a889807f1..388e04c486e3 100644 --- a/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.cc +++ b/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.cc @@ -1,7 +1,7 @@ ---- ui/gfx/native_pixmap_handle.cc.orig 2022-12-02 17:56:32 UTC +--- ui/gfx/native_pixmap_handle.cc.orig 2025-12-06 13:30:52 UTC +++ ui/gfx/native_pixmap_handle.cc @@ -11,7 +11,7 @@ - #include "ui/gfx/buffer_format_util.h" + #include "components/viz/common/resources/shared_image_format_utils.h" #include "ui/gfx/geometry/size.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.h b/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.h index 06a798ba2796..cc117c7fbcf0 100644 --- a/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.h +++ b/www/ungoogled-chromium/files/patch-ui_gfx_native__pixmap__handle.h @@ -1,8 +1,8 @@ ---- ui/gfx/native_pixmap_handle.h.orig 2025-01-25 09:34:31 UTC +--- ui/gfx/native_pixmap_handle.h.orig 2025-12-06 13:30:52 UTC +++ ui/gfx/native_pixmap_handle.h @@ -14,7 +14,7 @@ #include "build/build_config.h" - #include "ui/gfx/buffer_types.h" + #include "components/viz/common/resources/shared_image_format.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/ungoogled-chromium/files/patch-ui_gfx_x_connection.cc b/www/ungoogled-chromium/files/patch-ui_gfx_x_connection.cc new file mode 100644 index 000000000000..bd7c015cab7c --- /dev/null +++ b/www/ungoogled-chromium/files/patch-ui_gfx_x_connection.cc @@ -0,0 +1,11 @@ +--- ui/gfx/x/connection.cc.orig 2025-12-06 13:30:52 UTC ++++ ui/gfx/x/connection.cc +@@ -410,7 +410,7 @@ bool Connection::HasNextEvent() { + } + events_.pop_front(); + } +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Move an event from XCB's internal queue to our queue, if available. + return ReadResponse(/*queued=*/false); + #else diff --git a/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn b/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn new file mode 100644 index 000000000000..626f02e39492 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn @@ -0,0 +1,11 @@ +--- ui/gl/BUILD.gn.orig 2025-12-06 13:30:52 UTC ++++ ui/gl/BUILD.gn +@@ -387,7 +387,7 @@ component("gl") { + ] + } + +- if (is_android || is_chromeos || is_linux) { ++ if ((is_android || is_chromeos || is_linux) && !is_bsd) { + # Windows doesn't support base::FileDescriptor. + # libsync isn't supported or needed on MacOSX. + # Fuchsia is excluded due to a libsync dependency and because it's diff --git a/www/ungoogled-chromium/files/patch-ui_gl_gl__context.cc b/www/ungoogled-chromium/files/patch-ui_gl_gl__context.cc index 141cfbe975bc..f4a59e20659b 100644 --- a/www/ungoogled-chromium/files/patch-ui_gl_gl__context.cc +++ b/www/ungoogled-chromium/files/patch-ui_gl_gl__context.cc @@ -1,6 +1,6 @@ ---- ui/gl/gl_context.cc.orig 2025-09-10 13:22:16 UTC +--- ui/gl/gl_context.cc.orig 2025-12-06 13:30:52 UTC +++ ui/gl/gl_context.cc -@@ -159,7 +159,7 @@ bool GLContext::MakeCurrent(GLSurface* surface) { +@@ -154,7 +154,7 @@ bool GLContext::MakeCurrent(GLSurface* surface) { recorded_max_gles_version_if_feasible = true; } #elif (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ static bool recorded_emulated_gles_version = false; if (!recorded_emulated_gles_version) { base::UmaHistogramBoolean("GPU.ANGLECanEmulateGLES3", -@@ -526,7 +526,7 @@ bool GLContext::MakeVirtuallyCurrent( +@@ -432,7 +432,7 @@ bool GLContext::MakeVirtuallyCurrent( DCHECK(virtual_context->IsCurrent(surface)); if (switched_real_contexts || virtual_context != current_virtual_context_) { diff --git a/www/ungoogled-chromium/files/patch-ui_gl_gl__fence.cc b/www/ungoogled-chromium/files/patch-ui_gl_gl__fence.cc deleted file mode 100644 index 3348da464cf0..000000000000 --- a/www/ungoogled-chromium/files/patch-ui_gl_gl__fence.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/gl/gl_fence.cc.orig 2025-09-10 13:22:16 UTC -+++ ui/gl/gl_fence.cc -@@ -18,7 +18,7 @@ - #include "ui/gl/gl_surface_egl.h" - #include "ui/gl/gl_version_info.h" - --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC - #include "ui/gl/gl_fence_android_native_fence_sync.h" - #endif diff --git a/www/ungoogled-chromium/files/patch-ui_gl_gl__switches.cc b/www/ungoogled-chromium/files/patch-ui_gl_gl__switches.cc index d82a7ba5faf6..0cbb46161fc2 100644 --- a/www/ungoogled-chromium/files/patch-ui_gl_gl__switches.cc +++ b/www/ungoogled-chromium/files/patch-ui_gl_gl__switches.cc @@ -1,4 +1,4 @@ ---- ui/gl/gl_switches.cc.orig 2025-11-01 06:40:37 UTC +--- ui/gl/gl_switches.cc.orig 2025-12-06 13:30:52 UTC +++ ui/gl/gl_switches.cc @@ -17,7 +17,7 @@ #endif @@ -9,7 +9,7 @@ #include <vulkan/vulkan_core.h> #include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck #endif // BUILDFLAG(ENABLE_VULKAN) && (BUILDFLAG(IS_LINUX) || -@@ -316,7 +316,7 @@ bool IsDefaultANGLEVulkan() { +@@ -320,7 +320,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -18,7 +18,7 @@ angle::SystemInfo system_info; { TRACE_EVENT("gpu,startup", "angle::GetSystemInfoVulkan"); -@@ -410,7 +410,7 @@ bool IsDefaultANGLEVulkan() { +@@ -414,7 +414,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/ungoogled-chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc b/www/ungoogled-chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc index 1098624d11e0..c867816810d9 100644 --- a/www/ungoogled-chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc +++ b/www/ungoogled-chromium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/headless/headless_surface_factory.cc.orig 2025-01-25 09:34:31 UTC +--- ui/ozone/platform/headless/headless_surface_factory.cc.orig 2025-12-06 13:30:52 UTC +++ ui/ozone/platform/headless/headless_surface_factory.cc -@@ -34,7 +34,7 @@ +@@ -35,7 +35,7 @@ #include "ui/ozone/platform/headless/headless_window_manager.h" #include "ui/ozone/public/surface_ozone_canvas.h" @@ -9,7 +9,7 @@ #include "ui/ozone/platform/headless/vulkan_implementation_headless.h" #endif -@@ -281,7 +281,7 @@ std::unique_ptr<gpu::VulkanImplementation> +@@ -285,7 +285,7 @@ std::unique_ptr<gpu::VulkanImplementation> HeadlessSurfaceFactory::CreateVulkanImplementation( bool use_swiftshader, bool allow_protected_memory) { diff --git a/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_BUILD.gn b/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_BUILD.gn new file mode 100644 index 000000000000..cf0e37d5e0cc --- /dev/null +++ b/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_BUILD.gn @@ -0,0 +1,10 @@ +--- ui/ozone/platform/wayland/BUILD.gn.orig 2025-12-06 13:30:52 UTC ++++ ui/ozone/platform/wayland/BUILD.gn +@@ -246,7 +246,6 @@ source_set("wayland") { + "//mojo/public/cpp/system", + "//skia", + "//third_party/angle:includes", +- "//third_party/libsync", + "//third_party/wayland:wayland_client", + "//third_party/wayland:wayland_cursor", + "//third_party/wayland:wayland_egl", diff --git a/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc b/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc index 164aff97a9c3..d6daae121827 100644 --- a/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc +++ b/www/ungoogled-chromium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc @@ -1,6 +1,16 @@ ---- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-10-21 16:57:35 UTC +--- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-12-06 13:30:52 UTC +++ ui/ozone/platform/wayland/host/wayland_frame_manager.cc -@@ -462,8 +462,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC +@@ -5,7 +5,9 @@ + #include "ui/ozone/platform/wayland/host/wayland_frame_manager.h" + + #include <presentation-time-client-protocol.h> ++#if !BUILDFLAG(IS_BSD) + #include <sync/sync.h> ++#endif + + #include <cstdint> + #include <variant> +@@ -462,8 +464,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC surface->UpdateBufferDamageRegion( gfx::ToEnclosingRectIgnoringError(surface_damage)); @@ -11,3 +21,45 @@ bool needs_commit = false; +@@ -495,6 +499,9 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC + case WaylandBufferHandle::SyncMethod::kNone: + break; + case WaylandBufferHandle::SyncMethod::kSyncobj: ++#if BUILDFLAG(IS_BSD) ++ LOG(WARNING) << "WaylandBufferHandle::SyncMethod::kSyncobj is not supported!"; ++#endif + surface->RequestExplicitRelease( + base::BindOnce(&WaylandFrameManager::OnExplicitBufferRelease, + weak_factory_.GetWeakPtr(), surface)); +@@ -502,6 +509,9 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC + case WaylandBufferHandle::SyncMethod::kDMAFence: + [[fallthrough]]; + case WaylandBufferHandle::SyncMethod::kImplicit: ++#if BUILDFLAG(IS_BSD) ++ LOG(WARNING) << "WaylandBufferHandle::SyncMethod::kSyncobj is not supported!"; ++#endif + buffer_handle->set_buffer_released_callback( + base::BindOnce(&WaylandFrameManager::OnWlBufferRelease, + weak_factory_.GetWeakPtr(), surface), +@@ -736,8 +746,10 @@ void WaylandFrameManager::OnExplicitBufferRelease(Wayl + + if (fence.is_valid()) { + if (frame->merged_release_fence_fd.is_valid()) { ++#if !BUILDFLAG(IS_BSD) + frame->merged_release_fence_fd.reset(sync_merge( + "", frame->merged_release_fence_fd.get(), fence.get())); ++#endif + } else { + frame->merged_release_fence_fd = std::move(fence); + } +@@ -775,8 +787,10 @@ void WaylandFrameManager::OnWlBufferRelease(WaylandSur + + if (fence.is_valid()) { + if (frame->merged_release_fence_fd.is_valid()) { ++#if !BUILDFLAG(IS_BSD) + frame->merged_release_fence_fd.reset(sync_merge( + "", frame->merged_release_fence_fd.get(), fence.get())); ++#endif + } else { + frame->merged_release_fence_fd = std::move(fence); + } diff --git a/www/ungoogled-chromium/files/patch-ui_views_BUILD.gn b/www/ungoogled-chromium/files/patch-ui_views_BUILD.gn index 283e3766d029..e2c3238c89be 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-ui_views_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/views/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- ui/views/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ ui/views/BUILD.gn -@@ -835,7 +835,6 @@ component("views") { +@@ -834,7 +834,6 @@ component("views") { "windows_stationarity_monitor_aura.cc", ] deps += [ diff --git a/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc b/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc index 5da3af6ed117..5639df261414 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc +++ b/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.cc @@ -1,4 +1,4 @@ ---- ui/views/controls/textfield/textfield.cc.orig 2025-11-01 06:40:37 UTC +--- ui/views/controls/textfield/textfield.cc.orig 2025-12-06 13:30:52 UTC +++ ui/views/controls/textfield/textfield.cc @@ -86,7 +86,7 @@ #include "base/win/win_util.h" @@ -36,7 +36,7 @@ // Skip any accelerator handling that conflicts with custom keybindings. if (auto* linux_ui = ui::LinuxUi::instance()) { if (IsTextEditCommandEnabled(linux_ui->GetTextEditCommandForEvent( -@@ -2070,7 +2070,7 @@ bool Textfield::ShouldDoLearning() { +@@ -2079,7 +2079,7 @@ bool Textfield::ShouldDoLearning() { return false; } @@ -45,7 +45,7 @@ // TODO(crbug.com/41452689): Implement this method to support Korean IME // reconversion feature on native text fields (e.g. find bar). bool Textfield::SetCompositionFromExistingText( -@@ -2586,7 +2586,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2595,7 +2595,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_BACKWARD; } @@ -54,7 +54,7 @@ // Only erase by line break on Linux and ChromeOS. if (shift) { return ui::TextEditCommand::DELETE_TO_BEGINNING_OF_LINE; -@@ -2594,7 +2594,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2603,7 +2603,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_WORD_BACKWARD; case ui::VKEY_DELETE: diff --git a/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.h b/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.h index 5ea1654c0ab0..8dffd849aed0 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.h +++ b/www/ungoogled-chromium/files/patch-ui_views_controls_textfield_textfield.h @@ -1,6 +1,6 @@ ---- ui/views/controls/textfield/textfield.h.orig 2025-09-10 13:22:16 UTC +--- ui/views/controls/textfield/textfield.h.orig 2025-12-06 13:30:52 UTC +++ ui/views/controls/textfield/textfield.h -@@ -48,7 +48,7 @@ +@@ -49,7 +49,7 @@ #include "ui/views/view_observer.h" #include "ui/views/word_lookup_client.h" @@ -9,7 +9,7 @@ #include <vector> #endif -@@ -478,7 +478,7 @@ class VIEWS_EXPORT Textfield : public View, +@@ -481,7 +481,7 @@ class VIEWS_EXPORT Textfield : public View, // Set whether the text should be used to improve typing suggestions. void SetShouldDoLearning(bool value) { should_do_learning_ = value; } diff --git a/www/ungoogled-chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc b/www/ungoogled-chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc index 164abe87fbc4..7e76c6650523 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc +++ b/www/ungoogled-chromium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig 2025-11-01 06:40:37 UTC +--- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig 2025-12-06 13:30:52 UTC +++ ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc @@ -51,7 +51,7 @@ #include "ui/wm/core/window_util.h" @@ -9,7 +9,7 @@ #include "ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone_linux.h" #endif -@@ -358,7 +358,7 @@ std::unique_ptr<aura::client::DragDropClient> +@@ -357,7 +357,7 @@ std::unique_ptr<aura::client::DragDropClient> DesktopWindowTreeHostPlatform::CreateDragDropClient() { ui::WmDragHandler* drag_handler = ui::GetWmDragHandler(*(platform_window())); std::unique_ptr<DesktopDragDropClientOzone> drag_drop_client = @@ -18,7 +18,7 @@ std::make_unique<DesktopDragDropClientOzoneLinux>(window(), drag_handler); #else std::make_unique<DesktopDragDropClientOzone>(window(), drag_handler); -@@ -1189,7 +1189,7 @@ bool DesktopWindowTreeHostPlatform::RotateFocusForWidg +@@ -1188,7 +1188,7 @@ bool DesktopWindowTreeHostPlatform::RotateFocusForWidg // DesktopWindowTreeHost: // Linux subclasses this host and adds some Linux specific bits. diff --git a/www/ungoogled-chromium/files/patch-ui_views_widget_widget.cc b/www/ungoogled-chromium/files/patch-ui_views_widget_widget.cc index ea8f5355f5f5..0aebeca1d366 100644 --- a/www/ungoogled-chromium/files/patch-ui_views_widget_widget.cc +++ b/www/ungoogled-chromium/files/patch-ui_views_widget_widget.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/widget.cc.orig 2025-11-01 06:40:37 UTC +--- ui/views/widget/widget.cc.orig 2025-12-06 13:30:52 UTC +++ ui/views/widget/widget.cc @@ -64,7 +64,7 @@ #include "ui/views/widget/widget_removals_observer.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -2519,7 +2519,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const +@@ -2545,7 +2545,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const return parent_->GetNativeTheme(); } diff --git a/www/ungoogled-chromium/files/patch-v8_BUILD.gn b/www/ungoogled-chromium/files/patch-v8_BUILD.gn index 275beb847c5c..f34041c35902 100644 --- a/www/ungoogled-chromium/files/patch-v8_BUILD.gn +++ b/www/ungoogled-chromium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2025-11-01 06:40:37 UTC +--- v8/BUILD.gn.orig 2025-12-06 13:30:52 UTC +++ v8/BUILD.gn -@@ -989,6 +989,8 @@ external_v8_defines = [ +@@ -990,6 +990,8 @@ external_v8_defines = [ "V8_TARGET_OS_MACOS", "V8_TARGET_OS_WIN", "V8_TARGET_OS_CHROMEOS", @@ -9,7 +9,7 @@ ] enabled_external_v8_defines = [ -@@ -1063,6 +1065,12 @@ if (target_os == "android") { +@@ -1064,6 +1066,12 @@ if (target_os == "android") { } else if (target_os == "chromeos") { enabled_external_v8_defines += [ "V8_HAVE_TARGET_OS" ] enabled_external_v8_defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -22,7 +22,7 @@ } disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines -@@ -1777,7 +1785,6 @@ config("strict_warnings") { +@@ -1778,7 +1786,6 @@ config("strict_warnings") { } cflags += [ "-Wmissing-field-initializers", @@ -30,7 +30,7 @@ ] } } -@@ -2624,6 +2631,12 @@ template("run_mksnapshot") { +@@ -2625,6 +2632,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -43,7 +43,7 @@ } # This is needed to distinguish between generating code for the simulator -@@ -6875,7 +6888,7 @@ v8_component("v8_libbase") { +@@ -6879,7 +6892,7 @@ v8_component("v8_libbase") { } } @@ -52,7 +52,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6886,6 +6899,18 @@ v8_component("v8_libbase") { +@@ -6890,6 +6903,18 @@ v8_component("v8_libbase") { "dl", "rt", ] diff --git a/www/ungoogled-chromium/files/patch-v8_include_v8-internal.h b/www/ungoogled-chromium/files/patch-v8_include_v8-internal.h index fa6fe3dc1afc..fbee1ddfe3b6 100644 --- a/www/ungoogled-chromium/files/patch-v8_include_v8-internal.h +++ b/www/ungoogled-chromium/files/patch-v8_include_v8-internal.h @@ -1,6 +1,6 @@ ---- v8/include/v8-internal.h.orig 2025-02-20 09:59:21 UTC +--- v8/include/v8-internal.h.orig 2025-12-06 13:30:52 UTC +++ v8/include/v8-internal.h -@@ -232,7 +232,7 @@ using SandboxedPointer_t = Address; +@@ -218,7 +218,7 @@ using SandboxedPointer_t = Address; #ifdef V8_ENABLE_SANDBOX // Size of the sandbox, excluding the guard regions surrounding it. diff --git a/www/ungoogled-chromium/files/patch-v8_src_api_api.cc b/www/ungoogled-chromium/files/patch-v8_src_api_api.cc index 86035846b2ab..86612e0c9853 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_api_api.cc +++ b/www/ungoogled-chromium/files/patch-v8_src_api_api.cc @@ -1,4 +1,4 @@ ---- v8/src/api/api.cc.orig 2025-11-01 06:40:37 UTC +--- v8/src/api/api.cc.orig 2025-12-06 13:30:52 UTC +++ v8/src/api/api.cc @@ -159,7 +159,7 @@ #include "src/objects/intl-objects.h" @@ -9,7 +9,7 @@ #include <signal.h> #include <unistd.h> -@@ -6480,7 +6480,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6273,7 +6273,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } diff --git a/www/ungoogled-chromium/files/patch-v8_src_base_atomicops.h b/www/ungoogled-chromium/files/patch-v8_src_base_atomicops.h index 817d36ceaa19..01ffa5c4cc45 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_base_atomicops.h +++ b/www/ungoogled-chromium/files/patch-v8_src_base_atomicops.h @@ -1,6 +1,6 @@ ---- v8/src/base/atomicops.h.orig 2025-11-01 06:40:37 UTC +--- v8/src/base/atomicops.h.orig 2025-12-06 13:30:52 UTC +++ v8/src/base/atomicops.h -@@ -57,10 +57,10 @@ using Atomic64 = SbAtomic64; +@@ -32,10 +32,10 @@ using Atomic64 = SbAtomic64; using Atomic8 = char; using Atomic16 = int16_t; using Atomic32 = int32_t; @@ -13,12 +13,12 @@ using Atomic64 = int64_t; #else using Atomic64 = intptr_t; -@@ -281,7 +281,7 @@ inline Atomic32 SeqCst_Load(volatile const Atomic32* p - std::memory_order_seq_cst); - } +@@ -59,7 +59,7 @@ inline void SeqCst_MemoryFence() { + template <typename T> + concept AtomicTypeForTrivialOperations = -#if defined(V8_HOST_ARCH_64_BIT) +#if defined(V8_HOST_ARCH_64_BIT) || defined(V8_OS_OPENBSD) - - inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr, - Atomic64 old_value, Atomic64 new_value) { + std::is_same_v<T, Atomic64> || + #endif + std::is_same_v<T, Atomic8> || std::is_same_v<T, Atomic16> || diff --git a/www/ungoogled-chromium/files/patch-v8_src_base_platform_platform-posix.cc b/www/ungoogled-chromium/files/patch-v8_src_base_platform_platform-posix.cc index 8add409420f4..f12883fd4288 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_base_platform_platform-posix.cc +++ b/www/ungoogled-chromium/files/patch-v8_src_base_platform_platform-posix.cc @@ -1,4 +1,4 @@ ---- v8/src/base/platform/platform-posix.cc.orig 2025-09-10 13:22:16 UTC +--- v8/src/base/platform/platform-posix.cc.orig 2025-12-06 13:30:52 UTC +++ v8/src/base/platform/platform-posix.cc @@ -78,7 +78,7 @@ #include <sys/syscall.h> @@ -9,7 +9,7 @@ #define MAP_ANONYMOUS MAP_ANON #endif -@@ -353,8 +353,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { +@@ -361,8 +361,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { } } @@ -25,7 +25,7 @@ uintptr_t raw_addr; { MutexGuard guard(rng_mutex.Pointer()); -@@ -451,6 +458,7 @@ void* OS::GetRandomMmapAddr() { +@@ -459,6 +466,7 @@ void* OS::GetRandomMmapAddr() { #endif return reinterpret_cast<void*>(raw_addr); } @@ -33,7 +33,7 @@ // TODO(bbudge) Move Cygwin and Fuchsia stuff into platform-specific files. #if !V8_OS_CYGWIN && !V8_OS_FUCHSIA -@@ -739,7 +747,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor +@@ -759,7 +767,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor #if !V8_OS_ZOS // static bool OS::HasLazyCommits() { @@ -42,7 +42,7 @@ return true; #else // TODO(bbudge) Return true for all POSIX platforms. -@@ -1388,7 +1396,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* +@@ -1409,7 +1417,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* // keep this version in POSIX as most Linux-compatible derivatives will // support it. MacOS and FreeBSD are different here. #if !defined(V8_OS_FREEBSD) && !defined(V8_OS_DARWIN) && !defined(_AIX) && \ diff --git a/www/ungoogled-chromium/files/patch-v8_src_execution_isolate.cc b/www/ungoogled-chromium/files/patch-v8_src_execution_isolate.cc index 0e3c6b05c25e..01b69eedd463 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_execution_isolate.cc +++ b/www/ungoogled-chromium/files/patch-v8_src_execution_isolate.cc @@ -1,4 +1,4 @@ ---- v8/src/execution/isolate.cc.orig 2025-11-01 06:40:37 UTC +--- v8/src/execution/isolate.cc.orig 2025-12-06 13:30:52 UTC +++ v8/src/execution/isolate.cc @@ -176,6 +176,10 @@ #include "src/execution/simulator-base.h" @@ -11,7 +11,7 @@ extern "C" const uint8_t v8_Default_embedded_blob_code_[]; extern "C" uint32_t v8_Default_embedded_blob_code_size_; extern "C" const uint8_t v8_Default_embedded_blob_data_[]; -@@ -5235,6 +5239,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { +@@ -5251,6 +5255,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { uint32_t code_size = DefaultEmbeddedBlobCodeSize(); const uint8_t* data = DefaultEmbeddedBlobData(); uint32_t data_size = DefaultEmbeddedBlobDataSize(); diff --git a/www/ungoogled-chromium/files/patch-v8_src_flags_flags.cc b/www/ungoogled-chromium/files/patch-v8_src_flags_flags.cc index 93d5782f4e81..2c007ab9534e 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_flags_flags.cc +++ b/www/ungoogled-chromium/files/patch-v8_src_flags_flags.cc @@ -1,4 +1,4 @@ ---- v8/src/flags/flags.cc.orig 2025-11-01 06:40:37 UTC +--- v8/src/flags/flags.cc.orig 2025-12-06 13:30:52 UTC +++ v8/src/flags/flags.cc @@ -16,6 +16,10 @@ #include <set> @@ -11,7 +11,7 @@ #include "src/base/fpu.h" #include "src/base/hashing.h" #include "src/base/lazy-instance.h" -@@ -836,6 +840,10 @@ void FlagList::FreezeFlags() { +@@ -838,6 +842,10 @@ void FlagList::FreezeFlags() { // Note that for string flags we only protect the pointer itself, but not the // string storage. TODO(12887): Fix this. base::OS::SetDataReadOnly(&v8_flags, sizeof(v8_flags)); diff --git a/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc b/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc index a93cfa020434..d207b8aa8420 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc +++ b/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc @@ -1,6 +1,6 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.orig 2024-08-26 14:40:28 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.orig 2025-12-06 13:30:52 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc -@@ -148,6 +148,8 @@ EmbeddedTargetOs ToEmbeddedTargetOs(const char* s) { +@@ -150,6 +150,8 @@ EmbeddedTargetOs ToEmbeddedTargetOs(const char* s) { return EmbeddedTargetOs::kStarboard; } else if (string == "zos") { return EmbeddedTargetOs::kZOS; diff --git a/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h b/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h index c4459279d9e2..b4b89aedfead 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h +++ b/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h @@ -1,6 +1,6 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-base.h.orig 2024-10-01 07:26:23 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-base.h.orig 2025-12-06 13:30:52 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-base.h -@@ -36,6 +36,7 @@ enum class EmbeddedTargetOs { +@@ -37,6 +37,7 @@ enum class EmbeddedTargetOs { kWin, kStarboard, kZOS, diff --git a/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc b/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc index 8bc166028ee3..2e9394641773 100644 --- a/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc +++ b/www/ungoogled-chromium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc @@ -1,4 +1,4 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.orig 2023-08-18 10:26:52 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.orig 2025-12-06 13:30:52 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc @@ -9,6 +9,10 @@ @@ -22,19 +22,19 @@ } else { fprintf(fp_, ".section .text\n"); } -@@ -66,6 +74,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToCodeAli - // On these architectures and platforms, we remap the builtins, so need these - // to be aligned on a page boundary. +@@ -75,6 +83,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToCodeAli + #else fprintf(fp_, ".balign 4096\n"); + #endif +#elif defined(V8_OS_OPENBSD) && !defined(V8_TARGET_ARCH_IA32) + fprintf(fp_, ".balign %d\n", PAGE_SIZE); #elif V8_TARGET_ARCH_X64 // On x64 use 64-bytes code alignment to allow 64-bytes loop header alignment. static_assert(64 >= kCodeAlignment); -@@ -86,6 +96,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToPageSiz - (V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64) - // Since the builtins are remapped, need to pad until the next page boundary. +@@ -102,6 +112,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToPageSiz + #else fprintf(fp_, ".balign 4096\n"); + #endif +#elif defined(V8_OS_OPENBSD) && !defined(V8_TARGET_ARCH_IA32) + fprintf(fp_, ".balign %d\n", PAGE_SIZE); #endif diff --git a/www/xurls/Makefile b/www/xurls/Makefile index 41c2511b0125..b522e9f44cb3 100644 --- a/www/xurls/Makefile +++ b/www/xurls/Makefile @@ -11,10 +11,7 @@ WWW= https://github.com/mvdan/xurls LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.22,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:modules GO_MODULE= mvdan.cc/xurls/v2 GO_TARGET= ${WRKSRC}/cmd/${PORTNAME}:${PREFIX}/bin/${PORTNAME} diff --git a/x11-fm/nemo/Makefile b/x11-fm/nemo/Makefile index cf1b30ad850b..bbb7275e42b5 100644 --- a/x11-fm/nemo/Makefile +++ b/x11-fm/nemo/Makefile @@ -1,6 +1,6 @@ PORTNAME= nemo DISTVERSION= 6.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm gnome DIST_SUBDIR= gnome diff --git a/x11-fonts/plex-ttf/Makefile b/x11-fonts/plex-ttf/Makefile index 93355d039b30..2272cf79a36a 100644 --- a/x11-fonts/plex-ttf/Makefile +++ b/x11-fonts/plex-ttf/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 6.4.0 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/IBM/plex/releases/download/v${DISTVERSION}/TrueType${EXTRACT_SUFX}?dummy=/ -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= IBM's signature typeface WWW= https://github.com/IBM/plex diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index 2be385477648..f935b0ab768a 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -1,5 +1,6 @@ PORTNAME= poppler PORTVERSION= 4.3.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 4f18ecc60641..8014d502ecf0 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -1,6 +1,6 @@ PORTNAME= eaglemode PORTVERSION= 0.96.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11/walker/Makefile b/x11/walker/Makefile index 56415c4123ca..fb6706356963 100644 --- a/x11/walker/Makefile +++ b/x11/walker/Makefile @@ -1,6 +1,7 @@ PORTNAME= walker DISTVERSIONPREFIX= v DISTVERSION= 2.11.3 +PORTREVISION= 1 CATEGORIES= x11 wayland PKGNAMESUFFIX= -launcher |
