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.18; author kikadf; state Exp; branches; next 1.2; commitid TrothZVUWCiZ0RMG; 1.2 date 2026.07.06.13.06.45; author kikadf; state Exp; branches; next 1.1; commitid 5JFQu3OxURxXTAMG; 1.1 date 2026.06.08.13.12.34; 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 --- chrome/browser/ui/startup/url_util.cc.orig 2026-07-06 22:58:46.000000000 +0000 +++ chrome/browser/ui/startup/url_util.cc @@@@ -13,7 +13,7 @@@@ #include "url/gurl.h" #include "url/url_constants.h" -#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/headless/headless_mode_util.h" #endif @@@@ -59,7 +59,7 @@@@ bool ValidateLaunchUrlWebUnsafe(const GU #endif // BUILDFLAG(IS_CHROMEOS) bool url_scheme_is_chrome = false; -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) // In Headless mode, allow any URL pattern that matches chrome:// scheme if // the user explicitly allowed it. if (headless::IsHeadlessMode() && url.SchemeIs(content::kChromeUIScheme)) { @ 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 --- chrome/browser/ui/startup/url_util.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 --- chrome/browser/ui/startup/url_util.cc.orig 2026-05-28 23:24:11.000000000 +0000 d18 1 a18 1 @@@@ -39,7 +39,7 @@@@ bool ValidateLaunchUrl(const GURL& url) @