head 1.3; access; symbols pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @// @; 1.3 date 2026.07.08.13.42.29; author kikadf; state Exp; branches; next 1.2; commitid TrothZVUWCiZ0RMG; 1.2 date 2026.07.06.13.06.57; author kikadf; state Exp; branches; next 1.1; commitid 5JFQu3OxURxXTAMG; 1.1 date 2026.06.08.13.12.45; author kikadf; state Exp; branches; next ; commitid Zzd0Bp9ZEsatPZIG; desc @@ 1.3 log @ chromium: update to 150.0.7871.100 This update doesn't include security fixes. A full list of changes in this build is available in https://chromium.googlesource.com/chromium/src/+log/150.0.7871.47..150.0.7871.101?pretty=fuller&n=10000 @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- services/webnn/webnn_graph_impl_fuzzer.cc.orig 2026-07-06 22:58:46.000000000 +0000 +++ services/webnn/webnn_graph_impl_fuzzer.cc @@@@ -1053,7 +1053,7 @@@@ std::optional SetUpCo params.groups = params.input_channels; } -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) if (params.conv2d_kind == mojom::Conv2d::Kind::kTransposed) { // ConvTranspose2d does not support dilation and groups for TFLite backend: // https://source.chromium.org/chromium/chromium/src/+/db6bda50f023057ffa82845f232852dea0f271e1:services/webnn/tflite/graph_builder_tflite.cc;l=4125 @@@@ -1349,7 +1349,7 @@@@ std::optional SetUpPo Pool2dParams& params) { InputOperandLayout input_layout = context_properties.input_operand_layout; -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Pool2d does not support dilation for TFLite backend: // https://source.chromium.org/chromium/chromium/src/+/4c1aaa2f981951e7e6f636df92fb89e48b642aa6:services/webnn/tflite/graph_builder_tflite.cc;l=7203 // TODO(crbug.com/498987226): Remove this restriction to increase test @ 1.2 log @ chromium: update to 150.0.7871.46 This update includes 433 security fixes. Please see the Chrome Security Page for more information. @ text @d7 1 a7 1 --- services/webnn/webnn_graph_impl_fuzzer.cc.orig 2026-06-23 23:37:18.000000000 +0000 @ 1.1 log @ www/chromium: update to 149.0.7827.53 * 149.0.7827.53 This update includes 429 security fixes. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information. * Fix build with wayland support: add missing include @ text @d7 1 a7 1 --- services/webnn/webnn_graph_impl_fuzzer.cc.orig 2026-05-28 23:24:11.000000000 +0000 d9 1 a9 1 @@@@ -850,7 +850,7 @@@@ std::optional SetUpCo d18 1 a18 1 @@@@ -979,7 +979,7 @@@@ std::optional SetUpPo @