head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2026.07.08.13.42.14; author kikadf; state Exp; branches; next 1.1; commitid TrothZVUWCiZ0RMG; 1.1 date 2026.07.06.13.06.41; author kikadf; state Exp; branches; next ; commitid 5JFQu3OxURxXTAMG; desc @@ 1.2 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 --- base/features.cc.orig 2026-07-06 22:58:46.000000000 +0000 +++ base/features.cc @@@@ -16,7 +16,7 @@@@ #include "build/build_config.h" #include "build/buildflag.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) #include "base/message_loop/message_pump_epoll.h" #endif @@@@ -237,7 +237,7 @@@@ void Init() { debug::StackTrace::InitializeFeatures(); FilePath::InitializeFeatures(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) MessagePumpEpoll::InitializeFeatures(); #endif @ 1.1 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 --- base/features.cc.orig 2026-06-23 23:37:18.000000000 +0000 @