update to 2026.03.145.2

This commit is contained in:
robert
2026-03-04 13:25:35 +00:00
parent 9f1b9224d3
commit 21441e0ef8
6 changed files with 14 additions and 16 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ DPB_PROPERTIES+= lonesome
COMMENT= Iridium browser
V= 2026.02.145.1
REVISION= 0
V= 2026.03.145.2
DISTNAME= iridium-browser-${V}
PKGNAME= iridium-${V}
+2 -2
View File
@@ -164,7 +164,7 @@ SHA256 (cargo/wyz-0.5.1.tar.gz) = BfNg/AskKWMpx4/ahSoemugt6c97J9rkt/YvEY93ue0=
SHA256 (cargo/xxhash-rust-0.8.12.tar.gz) = aly/dQQAlYgZ+2F46qg77lzZwpompAzCQd+McP3UaYQ=
SHA256 (cargo/zerocopy-0.7.35.tar.gz) = G5tP0Yq8grgTaDjaXVC6573qU3xXTY3Bo07QmNbBZvA=
SHA256 (cargo/zerocopy-derive-0.7.35.tar.gz) = +k+AgDRNRnH7ToMaE60eaAknSDh9/E9V41YkL64Szj4=
SHA256 (iridium-browser-2026.02.145.1.tar.xz) = 3faQC0FxVCsIgKJL3/h5Ig20jRTiXCafHajIsOBYuJo=
SHA256 (iridium-browser-2026.03.145.2.tar.xz) = TjuKHMppooKpifHG3biRp+9xajgYRJGHSGLVmqHe6KU=
SHA256 (rollup-rollup-v4.22.4.tar.gz) = p+XAnwD+UK2r4n/vhFVRDxVs9z/uiu8frzgEtlOYjkw=
SIZE (cargo/Inflector-0.11.4.tar.gz) = 17438
SIZE (cargo/ahash-0.8.11.tar.gz) = 43607
@@ -332,5 +332,5 @@ SIZE (cargo/wyz-0.5.1.tar.gz) = 18790
SIZE (cargo/xxhash-rust-0.8.12.tar.gz) = 21329
SIZE (cargo/zerocopy-0.7.35.tar.gz) = 152645
SIZE (cargo/zerocopy-derive-0.7.35.tar.gz) = 37829
SIZE (iridium-browser-2026.02.145.1.tar.xz) = 1229527736
SIZE (iridium-browser-2026.03.145.2.tar.xz) = 1229425160
SIZE (rollup-rollup-v4.22.4.tar.gz) = 1732642
@@ -1,7 +1,7 @@
Index: chrome/common/chrome_features.cc
--- chrome/common/chrome_features.cc.orig
+++ chrome/common/chrome_features.cc
@@ -77,7 +77,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN
@@ -78,7 +78,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN
#endif // BUILDFLAG(IS_MAC)
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@@ -10,7 +10,7 @@ Index: chrome/common/chrome_features.cc
// Enables or disables the Autofill survey triggered by opening a prompt to
// save address info.
BASE_FEATURE(kAutofillAddressSurvey, base::FEATURE_DISABLED_BY_DEFAULT);
@@ -198,7 +198,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu,
@@ -199,7 +199,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu,
// Enables or disables Desktop PWAs to be auto-started on OS login.
BASE_FEATURE(kDesktopPWAsRunOnOsLogin,
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
@@ -19,7 +19,7 @@ Index: chrome/common/chrome_features.cc
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
@@ -235,7 +235,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid,
@@ -236,7 +236,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid,
// Enables the new reset banner on the settings page.
BASE_FEATURE(kShowResetProfileBannerV2, base::FEATURE_ENABLED_BY_DEFAULT);
@@ -28,7 +28,7 @@ Index: chrome/common/chrome_features.cc
// Controls whether Chrome Apps are supported. See https://crbug.com/1221251.
// If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome
// Apps will not launch and will be marked in the UI as deprecated.
@@ -787,7 +787,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D
@@ -788,7 +788,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D
// Killswitch that controls whether the guest WebContents visibility state is
// set to hidden when the Glic panel is warming.
BASE_FEATURE(kGlicGuestContentsVisibilityState,
@@ -37,7 +37,7 @@ Index: chrome/common/chrome_features.cc
base::FEATURE_ENABLED_BY_DEFAULT);
#else
base::FEATURE_DISABLED_BY_DEFAULT);
@@ -1351,7 +1351,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE
@@ -1357,7 +1357,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE
// public keys.
BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT);
@@ -46,7 +46,7 @@ Index: chrome/common/chrome_features.cc
BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT);
// Values taken from the low-memory-monitor documentation and also apply to the
// portal API:
@@ -1362,7 +1362,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit
@@ -1368,7 +1368,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit
&kLinuxLowMemoryMonitor, "critical_level", 255};
#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
@@ -19,7 +19,7 @@ Index: chrome/common/chrome_features.h
COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation);
COMPONENT_EXPORT(CHROME_FEATURES)
BASE_DECLARE_FEATURE(kShortcutsNotApps);
@@ -998,7 +998,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests);
@@ -1003,7 +1003,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests);
COMPONENT_EXPORT(CHROME_FEATURES)
BASE_DECLARE_FEATURE(kKAnonymityServiceStorage);
@@ -28,7 +28,7 @@ Index: chrome/common/chrome_features.h
COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor);
COMPONENT_EXPORT(CHROME_FEATURES)
extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel;
@@ -1006,7 +1006,7 @@ COMPONENT_EXPORT(CHROME_FEATURES)
@@ -1011,7 +1011,7 @@ COMPONENT_EXPORT(CHROME_FEATURES)
extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel;
#endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS)
@@ -1,7 +1,7 @@
Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig
+++ gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -2845,7 +2845,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create(
@@ -2852,7 +2852,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create(
}
// Allow linux to run fuzzers.
@@ -1,7 +1,7 @@
Index: gpu/command_buffer/service/webgpu_decoder_impl.cc
--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig
+++ gpu/command_buffer/service/webgpu_decoder_impl.cc
@@ -1764,7 +1764,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte
@@ -1767,7 +1767,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte
backend_types = {wgpu::BackendType::D3D12};
#elif BUILDFLAG(IS_APPLE)
backend_types = {wgpu::BackendType::Metal};
@@ -10,7 +10,7 @@ Index: gpu/command_buffer/service/webgpu_decoder_impl.cc
if (shared_context_state_->GrContextIsVulkan() ||
webgpu_on_vk_gl_interop_ ||
shared_context_state_->IsGraphiteDawnVulkan()) {
@@ -2082,7 +2082,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn(
@@ -2085,7 +2085,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn(
}
#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \