Skip to content
Snippets Groups Projects
Commit 1ef68006 authored by Robert Nagy's avatar Robert Nagy
Browse files

www/iridium: update to 2024.08.128.3

(cherry picked from commit 81696c8d)
parent b3ed916d
No related branches found
No related tags found
No related merge requests found
PORTNAME= iridium
PORTVERSION= 2024.08.128.2
PORTVERSION= 2024.08.128.3
PULSEMV= 16
PULSEV= ${PULSEMV}.1
CATEGORIES= www wayland
......
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
--- 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;
......
--- 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;
......
--- 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
......
--- 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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment