diff --git a/www/iridium/Makefile b/www/iridium/Makefile index 84bbc212b5010c8f5f0a369ab60b1220c7610df5..77221474c30eb4ab744bd79dc57dce6d2a4fc695 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -1,5 +1,5 @@ PORTNAME= iridium -PORTVERSION= 2024.08.128.2 +PORTVERSION= 2024.08.128.3 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/iridium/distinfo b/www/iridium/distinfo index 2d96e805c6c6d983f6b660ddf59d8cded9ed5c31..0091cffab377184d0424ac2bee080d60a0f3bfe6 100644 --- a/www/iridium/distinfo +++ b/www/iridium/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1725522596 -SHA256 (iridium-browser-2024.08.128.2.tar.xz) = d7203475e903d4b32c22708b0cf17cdace4da1d23d349496d803ef022d1bc609 -SIZE (iridium-browser-2024.08.128.2.tar.xz) = 2832910040 +TIMESTAMP = 1726326860 +SHA256 (iridium-browser-2024.08.128.3.tar.xz) = 5fc5fbe370902f8df418ebb73e834707778a104e88dfdd255ac1999cee856739 +SIZE (iridium-browser-2024.08.128.3.tar.xz) = 2832976056 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc index f5ab41dd218f85e01dfc245b5cdc1662985ac76b..0e7a59c879f99a7819400877512cd7618375ce35 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2024-08-27 06:28:16 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2024-09-14 15:19:53 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.cc @@ -120,7 +120,7 @@ #include "ui/gfx/gdi_util.h" @@ -18,7 +18,7 @@ BrowserAccessibilityManager* manager = host()->GetOrCreateRootBrowserAccessibilityManager(); if (manager && manager->GetBrowserAccessibilityRoot()) -@@ -1733,7 +1733,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { +@@ -1736,7 +1736,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { return host() && host()->delegate() && host()->delegate()->ShouldDoLearning(); } @@ -27,7 +27,7 @@ bool RenderWidgetHostViewAura::SetCompositionFromExistingText( const gfx::Range& range, const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) { -@@ -2561,7 +2561,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { +@@ -2564,7 +2564,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { } bool RenderWidgetHostViewAura::NeedsMouseCapture() { @@ -36,7 +36,7 @@ return NeedsInputGrab(); #else return false; -@@ -2745,7 +2745,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit +@@ -2748,7 +2748,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit if (!target_host) return; diff --git a/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h b/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h index 55815084a6e19dfec9130dca338b01cefb6fd0d0..de1353cef15b5f039a00242f37da82eaba22a6e8 100644 --- a/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h +++ b/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.h.orig 2024-08-27 06:28:16 UTC +--- content/renderer/renderer_blink_platform_impl.h.orig 2024-09-14 15:19:53 UTC +++ content/renderer/renderer_blink_platform_impl.h -@@ -253,7 +253,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi +@@ -255,7 +255,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi void Collect3DContextInformation(blink::Platform::GraphicsInfo* gl_info, const gpu::GPUInfo& gpu_info) const; diff --git a/www/iridium/files/patch-services_video__capture_video__capture__service__impl.cc b/www/iridium/files/patch-services_video__capture_video__capture__service__impl.cc index e36e7f839a1b0271ecc03e1fbca6741923b00ea1..624695abd99e3bce2b9f6dad8799cee1a4298d42 100644 --- a/www/iridium/files/patch-services_video__capture_video__capture__service__impl.cc +++ b/www/iridium/files/patch-services_video__capture_video__capture__service__impl.cc @@ -1,4 +1,4 @@ ---- services/video_capture/video_capture_service_impl.cc.orig 2024-08-27 06:28:16 UTC +--- services/video_capture/video_capture_service_impl.cc.orig 2024-09-14 15:19:53 UTC +++ services/video_capture/video_capture_service_impl.cc @@ -42,7 +42,7 @@ #include "services/video_capture/lacros/device_factory_adapter_lacros.h" @@ -18,7 +18,7 @@ // Intended usage of this class is to create viz::Gpu in utility process and // connect to viz::GpuClient of browser process, which will call to Gpu service. // Also, this class holds the viz::ContextProvider to listen and monitor Gpu -@@ -323,7 +323,7 @@ void VideoCaptureServiceImpl::LazyInitializeGpuDepende +@@ -331,7 +331,7 @@ void VideoCaptureServiceImpl::LazyInitializeGpuDepende gpu_dependencies_context_ = std::make_unique<GpuDependenciesContext>(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS_ASH) @@ -27,7 +27,7 @@ { #else if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled()) { -@@ -455,7 +455,7 @@ void VideoCaptureServiceImpl::OnGpuInfoUpdate(const CH +@@ -463,7 +463,7 @@ void VideoCaptureServiceImpl::OnGpuInfoUpdate(const CH } #endif diff --git a/www/iridium/files/patch-third__party_blink_public_platform_platform.h b/www/iridium/files/patch-third__party_blink_public_platform_platform.h index 848c36683f01348f439e6d6be064209a72d7b43f..834c5a310f9df9ee1e840cc70960589be64b8471 100644 --- a/www/iridium/files/patch-third__party_blink_public_platform_platform.h +++ b/www/iridium/files/patch-third__party_blink_public_platform_platform.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/platform/platform.h.orig 2024-08-27 06:28:16 UTC +--- third_party/blink/public/platform/platform.h.orig 2024-09-14 15:19:53 UTC +++ third_party/blink/public/platform/platform.h -@@ -368,7 +368,7 @@ class BLINK_PLATFORM_EXPORT Platform { +@@ -374,7 +374,7 @@ class BLINK_PLATFORM_EXPORT Platform { return nullptr; }