head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.04.30.06.39.40; author adam; state Exp; branches; next ; commitid EBfLiYmrAFQ3VWDG; desc @@ 1.1 log @qt6-qtwebengine: updated to 6.11.0 The 6.11 release for Qt Framework is now available, with improved performance, newly supported techniques and capabilities on graphics, connectivity and languages, not to mention a whole new approach to asynchronous C++ coding. Take a closer look. https://www.qt.io/blog/qt-6.11-released @ text @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- src/3rdparty/chromium/content/browser/browser_interface_binders.cc.orig 2026-03-16 11:40:07.000000000 +0000 +++ src/3rdparty/chromium/content/browser/browser_interface_binders.cc @@@@ -237,7 +237,7 @@@@ #include "content/browser/xr/webxr_internals/webxr_internals_ui.h" #endif -#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) +#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) #include "content/public/browser/service_process_host.h" #else #include "content/browser/gpu/gpu_process_host.h" @@@@ -274,7 +274,7 @@@@ shape_detection::mojom::ShapeDetectionSe mojo::Remote> remote; if (!*remote) { -#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX)) +#if BUILDFLAG(GOOGLE_CHROME_BRANDING) && (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) ServiceProcessHost::Launch( remote->BindNewPipeAndPassReceiver(), ServiceProcessHost::Options() @