head 1.1; access; symbols; locks; strict; comment @// @; 1.1 date 2026.06.08.13.12.34; author kikadf; state Exp; branches; next ; commitid Zzd0Bp9ZEsatPZIG; desc @@ 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 @$NetBSD$ * Part of patchset to build chromium on NetBSD * Based on OpenBSD's chromium patches, and pkgsrc's qt5-qtwebengine patches --- chrome/browser/ui/toolbar/app_menu_icon_controller.cc.orig 2026-05-28 23:24:11.000000000 +0000 +++ chrome/browser/ui/toolbar/app_menu_icon_controller.cc @@@@ -166,7 +166,7 @@@@ std::u16string AppMenuIconController::Ge return std::u16string(); } else if (type == IconType::kUpgradeNotification) { #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ - (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)) + (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) int message_id = IDS_APP_MENU_BUTTON_UPDATE; // Select an update text option randomly. Show this text in all browser // windows. @