git: a484f0f746f1 - main - devel/electron33: update to 33.2.1

From: Hiroki Tagato <tagattie_at_FreeBSD.org>
Date: Tue, 03 Dec 2024 08:42:25 UTC
The branch main has been updated by tagattie:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a484f0f746f180506d83fdbd1490960216f4c285

commit a484f0f746f180506d83fdbd1490960216f4c285
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2024-12-03 08:40:52 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2024-12-03 08:42:18 +0000

    devel/electron33: update to 33.2.1
    
    Changelog: https://github.com/electron/electron/releases/tag/v33.2.1
    
    Reported by:    GitHub (watch releases)
    Security:       8b6e97a9-804e-4366-9f75-d102b22a716d
---
 devel/electron33/Makefile                          | 19 ++++++++++----
 devel/electron33/Makefile.version                  |  2 +-
 devel/electron33/distinfo                          | 22 +++++++++-------
 ...lectron_shell_browser_api_electron__api__app.cc | 10 ++++----
 ...l_browser_api_electron__api__crash__reporter.cc |  8 +++---
 ...ell_browser_api_electron__api__web__contents.cc | 16 ++++++------
 ...electron_shell_browser_native__window__views.cc |  8 +++---
 ...on_shell_common_api_electron__api__clipboard.cc |  6 ++---
 ...hell_common_api_electron__api__native__image.cc |  4 +--
 .../patch-electron_spec_api-browser-window-spec.ts | 30 +++++++++++-----------
 ...patch-electron_spec_api-utility-process-spec.ts |  6 ++---
 .../files/patch-electron_spec_chromium-spec.ts     |  6 ++---
 .../files/patch-v8_src_execution_isolate.cc        |  4 +--
 13 files changed, 77 insertions(+), 64 deletions(-)

diff --git a/devel/electron33/Makefile b/devel/electron33/Makefile
index 6bf80fbf190c..8ab6efdc4274 100644
--- a/devel/electron33/Makefile
+++ b/devel/electron33/Makefile
@@ -1,17 +1,20 @@
 PORTNAME=	electron
 DISTVERSIONPREFIX=	v
 DISTVERSION=	${ELECTRON_VER}
-PORTREVISION=	1
 PULSEMV=	16
 PULSEV=		${PULSEMV}.1
 CATEGORIES=	devel
-MASTER_SITES=	https://commondatastorage.googleapis.com/chromium-browser-official/:chromium \
+MASTER_SITES=	https://github.com/tagattie/FreeBSD-Electron/releases/download/v33.2.1/:chromium \
 		https://freedesktop.org/software/pulseaudio/releases/:pulseaudio
 PKGNAMESUFFIX=	${ELECTRON_VER_MAJOR}
-DISTFILES=	chromium-${CHROMIUM_VER}${EXTRACT_SUFX}:chromium \
+DISTFILES=	chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.0:chromium \
+		chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.1:chromium \
+		chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.2:chromium \
 		pulseaudio-${PULSEV}.tar.gz:pulseaudio \
 		electron-yarn-cache-${ELECTRON_VER}${EXTRACT_SUFX}:prefetch
 DIST_SUBDIR=	${PORTNAME}
+EXTRACT_ONLY=	chromium-${CHROMIUM_VER}${EXTRACT_SUFX} \
+		${DISTFILES:C/:[^:]+$//:C/chromium-${CHROMIUM_VER}${EXTRACT_SUFX}\.[0-9]//}
 
 MAINTAINER=	tagattie@FreeBSD.org
 COMMENT=	Build cross-platform desktop apps with JavaScript, HTML, and CSS
@@ -217,9 +220,9 @@ SNDIO_VARS=		GN_ARGS+=use_sndio=true
 SNDIO_VARS_OFF=		GN_ARGS+=use_sndio=false
 
 # See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
-CHROMIUM_VER=			130.0.6723.118
+CHROMIUM_VER=			130.0.6723.137
 # See ${WRKSRC}/electron/DEPS for NODE_VER
-NODE_VER=			20.18.0
+NODE_VER=			20.18.1
 # See ${WRKSRC}/electron/DEPS for NAN_VER
 NAN_VER=			e14bdcd1f72d62bca1d541b66da43130384ec213
 # See ${WRKSRC}/electron/DEPS for SQUIRREL_MAC_VER
@@ -317,6 +320,12 @@ pre-fetch:
 		${RM} -r ${WRKDIR}; \
 	fi
 
+post-fetch:
+	@if [ ! -f ${DISTDIR}/${DIST_SUBDIR}/chromium-${CHROMIUM_VER}${EXTRACT_SUFX} ]; then \
+		${CAT} ${DISTDIR}/${DIST_SUBDIR}/chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.? > \
+			${DISTDIR}/${DIST_SUBDIR}/chromium-${CHROMIUM_VER}${EXTRACT_SUFX}; \
+	fi
+
 post-extract:
 # Move extracted sources to appropriate locations
 	${MV} ${WRKDIR}/${PORTNAME}-${ELECTRON_VER}/chromium-${CHROMIUM_VER} ${WRKSRC}
diff --git a/devel/electron33/Makefile.version b/devel/electron33/Makefile.version
index b04ebf173777..6cc26777a8fe 100644
--- a/devel/electron33/Makefile.version
+++ b/devel/electron33/Makefile.version
@@ -1,2 +1,2 @@
-ELECTRON_VER=	33.2.0
+ELECTRON_VER=	33.2.1
 ELECTRON_VER_MAJOR=	${ELECTRON_VER:C/\..*//}
diff --git a/devel/electron33/distinfo b/devel/electron33/distinfo
index b39a55761b78..f7a14f0c3194 100644
--- a/devel/electron33/distinfo
+++ b/devel/electron33/distinfo
@@ -1,14 +1,18 @@
-TIMESTAMP = 1731316814
-SHA256 (electron/chromium-130.0.6723.118.tar.xz) = a0a9a740ebb864e89febf4d5480ffbf31b45ac5a506ae70184fa842e27b2d177
-SIZE (electron/chromium-130.0.6723.118.tar.xz) = 6627498992
+TIMESTAMP = 1733130867
+SHA256 (electron/chromium-130.0.6723.137.tar.xz.0) = 809af97db87e314bc2afe2e4035da77f75b3a32437fc8392a815763c690fc7c8
+SIZE (electron/chromium-130.0.6723.137.tar.xz.0) = 2000000000
+SHA256 (electron/chromium-130.0.6723.137.tar.xz.1) = 46c687884e198bcccd2c24427cd71b0be4ca33706d03c3d644fc0d2b1382bdea
+SIZE (electron/chromium-130.0.6723.137.tar.xz.1) = 2000000000
+SHA256 (electron/chromium-130.0.6723.137.tar.xz.2) = 8a66cfac90e1ee27b0df23856f0609e46871836f46b3cb80442be0b9f0d1118c
+SIZE (electron/chromium-130.0.6723.137.tar.xz.2) = 683090356
 SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
 SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
-SHA256 (electron/electron-yarn-cache-33.2.0.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
-SIZE (electron/electron-yarn-cache-33.2.0.tar.xz) = 32181868
-SHA256 (electron/electron-electron-v33.2.0_GH0.tar.gz) = 6a0589bbdbf1d5ccc8508b536c1beeb5f49cedb1806dc0de9b04f568946be056
-SIZE (electron/electron-electron-v33.2.0_GH0.tar.gz) = 14663878
-SHA256 (electron/nodejs-node-v20.18.0_GH0.tar.gz) = 651bb82f6af18084070893559643759165ce050b5839f830d4cc098130d3ad89
-SIZE (electron/nodejs-node-v20.18.0_GH0.tar.gz) = 115526827
+SHA256 (electron/electron-yarn-cache-33.2.1.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
+SIZE (electron/electron-yarn-cache-33.2.1.tar.xz) = 32181868
+SHA256 (electron/electron-electron-v33.2.1_GH0.tar.gz) = c515353b586a3b1ef0a3ebbf71d198f67d75ce42bf790a445d1b96c2bc20f9b3
+SIZE (electron/electron-electron-v33.2.1_GH0.tar.gz) = 14673660
+SHA256 (electron/nodejs-node-v20.18.1_GH0.tar.gz) = e52a6d719db786fffdc7ac3dc623023803336d8ce7a1dd61d9f68bd851d2a921
+SIZE (electron/nodejs-node-v20.18.1_GH0.tar.gz) = 115585611
 SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb
 SIZE (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 180646
 SHA256 (electron/Squirrel-Squirrel.Mac-0e5d146ba13101a1302d59ea6e6e0b3cace4ae38_GH0.tar.gz) = f4ebb40a8d85dbb7ef02aa0571b2f8e22182c6d73b6992484a53c90047779d01
diff --git a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__app.cc b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__app.cc
index 36f8a7f29c17..179ba4c61101 100644
--- a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__app.cc
+++ b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__app.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/api/electron_api_app.cc.orig	2024-09-04 18:50:02 UTC
+--- electron/shell/browser/api/electron_api_app.cc.orig	2024-11-27 04:18:00 UTC
 +++ electron/shell/browser/api/electron_api_app.cc
 @@ -92,7 +92,7 @@
  #include "shell/browser/ui/cocoa/electron_bundle_mover.h"
@@ -36,7 +36,7 @@
    auto env = base::Environment::Create();
    env->SetVar("CHROME_DESKTOP", desktop_name);
  #endif
-@@ -1033,7 +1033,7 @@ bool App::RequestSingleInstanceLock(gin::Arguments* ar
+@@ -1032,7 +1032,7 @@ bool App::RequestSingleInstanceLock(gin::Arguments* ar
        base::BindRepeating(NotificationCallbackWrapper, cb));
  #endif
  
@@ -45,7 +45,7 @@
    // Read the xdg-activation token and set it in the command line for the
    // duration of the notification in order to ensure this is propagated to an
    // already running electron app instance if it exists.
-@@ -1328,7 +1328,7 @@ std::vector<gin_helper::Dictionary> App::GetAppMetrics
+@@ -1327,7 +1327,7 @@ std::vector<gin_helper::Dictionary> App::GetAppMetrics
        pid_dict.Set("name", process_metric.second->name);
      }
  
@@ -54,7 +54,7 @@
      auto memory_info = process_metric.second->GetMemoryInfo();
  
      auto memory_dict = gin_helper::Dictionary::CreateEmpty(isolate);
-@@ -1702,7 +1702,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
+@@ -1701,7 +1701,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
        .SetMethod(
            "removeAsDefaultProtocolClient",
            base::BindRepeating(&Browser::RemoveAsDefaultProtocolClient, browser))
@@ -63,7 +63,7 @@
        .SetMethod(
            "getApplicationInfoForProtocol",
            base::BindRepeating(&Browser::GetApplicationInfoForProtocol, browser))
-@@ -1760,7 +1760,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
+@@ -1759,7 +1759,7 @@ gin::ObjectTemplateBuilder App::GetObjectTemplateBuild
        .SetMethod("getJumpListSettings", &App::GetJumpListSettings)
        .SetMethod("setJumpList", &App::SetJumpList)
  #endif
diff --git a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__crash__reporter.cc b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__crash__reporter.cc
index 104b70085d43..e89d692d02e9 100644
--- a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__crash__reporter.cc
+++ b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__crash__reporter.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/api/electron_api_crash_reporter.cc.orig	2024-10-22 02:29:46 UTC
+--- electron/shell/browser/api/electron_api_crash_reporter.cc.orig	2024-11-27 04:18:00 UTC
 +++ electron/shell/browser/api/electron_api_crash_reporter.cc
 @@ -29,7 +29,7 @@
  #include "shell/common/process_util.h"
@@ -36,7 +36,7 @@
  void GetUploadedReports(
      v8::Isolate* isolate,
      base::OnceCallback<void(v8::Local<v8::Value>)> callback) {
-@@ -237,13 +237,13 @@ void SetUploadToServer(bool upload) {
+@@ -236,13 +236,13 @@ void SetUploadToServer(bool upload) {
  #endif
  
  void SetUploadToServer(bool upload) {
@@ -52,7 +52,7 @@
    return false;
  #else
    return ElectronCrashReporterClient::Get()->GetCollectStatsConsent();
-@@ -252,7 +252,7 @@ v8::Local<v8::Value> GetParameters(v8::Isolate* isolat
+@@ -251,7 +251,7 @@ v8::Local<v8::Value> GetParameters(v8::Isolate* isolat
  
  v8::Local<v8::Value> GetParameters(v8::Isolate* isolate) {
    std::map<std::string, std::string> keys;
@@ -61,7 +61,7 @@
    electron::crash_keys::GetCrashKeys(&keys);
  #endif
    return gin::ConvertToV8(isolate, keys);
-@@ -264,7 +264,7 @@ void Initialize(v8::Local<v8::Object> exports,
+@@ -263,7 +263,7 @@ void Initialize(v8::Local<v8::Object> exports,
                  void* priv) {
    gin_helper::Dictionary dict(context->GetIsolate(), exports);
    dict.SetMethod("start", &electron::api::crash_reporter::Start);
diff --git a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.cc b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
index 2080f55fa170..918aa6f62a78 100644
--- a/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
+++ b/devel/electron33/files/patch-electron_shell_browser_api_electron__api__web__contents.cc
@@ -1,6 +1,6 @@
---- electron/shell/browser/api/electron_api_web_contents.cc.orig	2024-11-07 16:14:43 UTC
+--- electron/shell/browser/api/electron_api_web_contents.cc.orig	2024-11-27 04:18:00 UTC
 +++ electron/shell/browser/api/electron_api_web_contents.cc
-@@ -153,11 +153,11 @@
+@@ -155,11 +155,11 @@
  #include "ui/base/cocoa/defaults_utils.h"
  #endif
  
@@ -14,7 +14,7 @@
  #include "ui/aura/window.h"
  #include "ui/gfx/font_render_params.h"
  #endif
-@@ -188,7 +188,7 @@
+@@ -190,7 +190,7 @@
  #include "content/public/browser/plugin_service.h"
  #endif
  
@@ -23,7 +23,7 @@
  #include "chrome/browser/hang_monitor/hang_crash_dump.h"  // nogncheck
  #endif
  
-@@ -513,7 +513,7 @@ std::optional<base::TimeDelta> GetCursorBlinkInterval(
+@@ -515,7 +515,7 @@ std::optional<base::TimeDelta> GetCursorBlinkInterval(
        ui::TextInsertionCaretBlinkPeriodFromDefaults());
    if (system_value)
      return *system_value;
@@ -32,7 +32,7 @@
    if (auto* linux_ui = ui::LinuxUi::instance())
      return linux_ui->GetCursorBlinkInterval();
  #elif BUILDFLAG(IS_WIN)
-@@ -893,7 +893,7 @@ void WebContents::InitWithSessionAndOptions(
+@@ -885,7 +885,7 @@ void WebContents::InitWithSessionAndOptions(
    accept_languages.pop_back();
    prefs->accept_languages = accept_languages;
  
@@ -41,7 +41,7 @@
    // Update font settings.
    static const gfx::FontRenderParams params(
        gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
-@@ -2657,13 +2657,13 @@ void WebContents::ForcefullyCrashRenderer() {
+@@ -2667,13 +2667,13 @@ void WebContents::ForcefullyCrashRenderer() {
  
    content::RenderProcessHost* rph = rwh->GetProcess();
    if (rph) {
@@ -57,7 +57,7 @@
      CrashDumpHungChildProcess(rph->GetProcess().Handle());
  #endif
      rph->Shutdown(content::RESULT_CODE_HUNG);
-@@ -3336,7 +3336,7 @@ void WebContents::Focus() {
+@@ -3346,7 +3346,7 @@ void WebContents::Focus() {
  void WebContents::Focus() {
    // Focusing on WebContents does not automatically focus the window on macOS
    // and Linux, do it manually to match the behavior on Windows.
@@ -66,7 +66,7 @@
    if (owner_window())
      owner_window()->Focus(true);
  #endif
-@@ -4212,7 +4212,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
+@@ -4222,7 +4222,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
  }
  #endif
  
diff --git a/devel/electron33/files/patch-electron_shell_browser_native__window__views.cc b/devel/electron33/files/patch-electron_shell_browser_native__window__views.cc
index 286f0eac58d8..41003d1a94f6 100644
--- a/devel/electron33/files/patch-electron_shell_browser_native__window__views.cc
+++ b/devel/electron33/files/patch-electron_shell_browser_native__window__views.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/native_window_views.cc.orig	2024-10-22 02:29:46 UTC
+--- electron/shell/browser/native_window_views.cc.orig	2024-11-27 04:18:00 UTC
 +++ electron/shell/browser/native_window_views.cc
 @@ -49,7 +49,7 @@
  #include "ui/wm/core/shadow_types.h"
@@ -171,7 +171,7 @@
  void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) {
    auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget(
        GetAcceleratedWidget());
-@@ -1681,7 +1681,7 @@ bool NativeWindowViews::CanMinimize() const {
+@@ -1691,7 +1691,7 @@ bool NativeWindowViews::CanMinimize() const {
  bool NativeWindowViews::CanMinimize() const {
  #if BUILDFLAG(IS_WIN)
    return minimizable_;
@@ -180,7 +180,7 @@
    return true;
  #endif
  }
-@@ -1737,7 +1737,7 @@ void NativeWindowViews::HandleKeyboardEvent(
+@@ -1747,7 +1747,7 @@ void NativeWindowViews::HandleKeyboardEvent(
    if (widget_destroyed_)
      return;
  
@@ -189,7 +189,7 @@
    if (event.windows_key_code == ui::VKEY_BROWSER_BACK)
      NotifyWindowExecuteAppCommand(kBrowserBackward);
    else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD)
-@@ -1756,7 +1756,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
+@@ -1766,7 +1766,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
    // Alt+Click should not toggle menu bar.
    root_view_.ResetAltState();
  
diff --git a/devel/electron33/files/patch-electron_shell_common_api_electron__api__clipboard.cc b/devel/electron33/files/patch-electron_shell_common_api_electron__api__clipboard.cc
index dad30bfa0dcd..522579b9d581 100644
--- a/devel/electron33/files/patch-electron_shell_common_api_electron__api__clipboard.cc
+++ b/devel/electron33/files/patch-electron_shell_common_api_electron__api__clipboard.cc
@@ -1,6 +1,6 @@
---- electron/shell/common/api/electron_api_clipboard.cc.orig	2024-04-16 14:29:17 UTC
+--- electron/shell/common/api/electron_api_clipboard.cc.orig	2024-11-27 04:18:00 UTC
 +++ electron/shell/common/api/electron_api_clipboard.cc
-@@ -58,7 +58,7 @@ std::string Clipboard::Read(const std::string& format_
+@@ -59,7 +59,7 @@ std::string Clipboard::Read(const std::string& format_
        ui::ClipboardFormatType::CustomPlatformType(format_string));
    bool rawFormatAvailable = clipboard->IsFormatAvailable(
        rawFormat, ui::ClipboardBuffer::kCopyPaste, /* data_dst = */ nullptr);
@@ -9,7 +9,7 @@
    if (!rawFormatAvailable) {
      rawFormatAvailable = clipboard->IsFormatAvailable(
          rawFormat, ui::ClipboardBuffer::kSelection, /* data_dst = */ nullptr);
-@@ -74,7 +74,7 @@ std::string Clipboard::Read(const std::string& format_
+@@ -75,7 +75,7 @@ std::string Clipboard::Read(const std::string& format_
    custom_format_names =
        clipboard->ExtractCustomPlatformNames(ui::ClipboardBuffer::kCopyPaste,
                                              /* data_dst = */ nullptr);
diff --git a/devel/electron33/files/patch-electron_shell_common_api_electron__api__native__image.cc b/devel/electron33/files/patch-electron_shell_common_api_electron__api__native__image.cc
index dfa88c89a199..a5b5f716b8c0 100644
--- a/devel/electron33/files/patch-electron_shell_common_api_electron__api__native__image.cc
+++ b/devel/electron33/files/patch-electron_shell_common_api_electron__api__native__image.cc
@@ -1,6 +1,6 @@
---- electron/shell/common/api/electron_api_native_image.cc.orig	2024-10-22 02:29:46 UTC
+--- electron/shell/common/api/electron_api_native_image.cc.orig	2024-11-27 04:18:00 UTC
 +++ electron/shell/common/api/electron_api_native_image.cc
-@@ -639,7 +639,7 @@ void Initialize(v8::Local<v8::Object> exports,
+@@ -638,7 +638,7 @@ void Initialize(v8::Local<v8::Object> exports,
    native_image.SetMethod("createFromDataURL", &NativeImage::CreateFromDataURL);
    native_image.SetMethod("createFromNamedImage",
                           &NativeImage::CreateFromNamedImage);
diff --git a/devel/electron33/files/patch-electron_spec_api-browser-window-spec.ts b/devel/electron33/files/patch-electron_spec_api-browser-window-spec.ts
index 95598530c547..e9b00947a779 100644
--- a/devel/electron33/files/patch-electron_spec_api-browser-window-spec.ts
+++ b/devel/electron33/files/patch-electron_spec_api-browser-window-spec.ts
@@ -1,4 +1,4 @@
---- electron/spec/api-browser-window-spec.ts.orig	2024-11-07 16:14:43 UTC
+--- electron/spec/api-browser-window-spec.ts.orig	2024-11-27 04:18:00 UTC
 +++ electron/spec/api-browser-window-spec.ts
 @@ -69,7 +69,7 @@ describe('BrowserWindow module', () => {
        }).not.to.throw();
@@ -45,7 +45,7 @@
          const w1 = new BrowserWindow({ show: false });
          const w2 = new BrowserWindow({ show: false });
          const w3 = new BrowserWindow({ show: false });
-@@ -1749,7 +1749,7 @@ describe('BrowserWindow module', () => {
+@@ -1770,7 +1770,7 @@ describe('BrowserWindow module', () => {
          });
        });
  
@@ -54,7 +54,7 @@
          it('checks normal bounds when maximized', async () => {
            const bounds = w.getBounds();
            const maximize = once(w, 'maximize');
-@@ -1959,7 +1959,7 @@ describe('BrowserWindow module', () => {
+@@ -1980,7 +1980,7 @@ describe('BrowserWindow module', () => {
          });
        });
  
@@ -63,7 +63,7 @@
          it('checks normal bounds when minimized', async () => {
            const bounds = w.getBounds();
            const minimize = once(w, 'minimize');
-@@ -2922,7 +2922,7 @@ describe('BrowserWindow module', () => {
+@@ -2943,7 +2943,7 @@ describe('BrowserWindow module', () => {
    describe('BrowserWindow.setOpacity(opacity)', () => {
      afterEach(closeAllWindows);
  
@@ -72,7 +72,7 @@
        it('make window with initial opacity', () => {
          const w = new BrowserWindow({ show: false, opacity: 0.5 });
          expect(w.getOpacity()).to.equal(0.5);
-@@ -2948,7 +2948,7 @@ describe('BrowserWindow module', () => {
+@@ -2969,7 +2969,7 @@ describe('BrowserWindow module', () => {
        });
      });
  
@@ -81,7 +81,7 @@
        it('sets 1 regardless of parameter', () => {
          const w = new BrowserWindow({ show: false });
          w.setOpacity(0);
-@@ -3159,7 +3159,7 @@ describe('BrowserWindow module', () => {
+@@ -3180,7 +3180,7 @@ describe('BrowserWindow module', () => {
        expect(overlayRectPreMax.height).to.equal(size);
  
        // 'maximize' event is not emitted on Linux in CI.
@@ -90,7 +90,7 @@
          const maximize = once(w, 'maximize');
          w.show();
          w.maximize();
-@@ -3225,7 +3225,7 @@ describe('BrowserWindow module', () => {
+@@ -3246,7 +3246,7 @@ describe('BrowserWindow module', () => {
          expect(preMaxHeight).to.equal(size);
  
          // 'maximize' event is not emitted on Linux in CI.
@@ -99,7 +99,7 @@
            const maximize = once(w, 'maximize');
            w.show();
            w.maximize();
-@@ -3890,7 +3890,7 @@ describe('BrowserWindow module', () => {
+@@ -3911,7 +3911,7 @@ describe('BrowserWindow module', () => {
          expect(test.nodeTimers).to.equal(true);
          expect(test.nodeUrl).to.equal(true);
  
@@ -108,7 +108,7 @@
            expect(test.creationTime).to.be.null('creation time');
            expect(test.systemMemoryInfo).to.be.null('system memory info');
          } else {
-@@ -4395,7 +4395,7 @@ describe('BrowserWindow module', () => {
+@@ -4416,7 +4416,7 @@ describe('BrowserWindow module', () => {
      });
    });
  
@@ -117,7 +117,7 @@
      afterEach(closeAllWindows);
      it('emits an event when window is maximized', async () => {
        const w = new BrowserWindow({ show: false });
-@@ -4666,7 +4666,7 @@ describe('BrowserWindow module', () => {
+@@ -4687,7 +4687,7 @@ describe('BrowserWindow module', () => {
      // TODO(zcbenz):
      // This test does not run on Linux CI. See:
      // https://github.com/electron/electron/issues/28699
@@ -126,7 +126,7 @@
        const w = new BrowserWindow({});
        const maximize = once(w, 'maximize');
        w.maximize();
-@@ -4683,7 +4683,7 @@ describe('BrowserWindow module', () => {
+@@ -4704,7 +4704,7 @@ describe('BrowserWindow module', () => {
    });
  
    // TODO(dsanders11): Enable once maximize event works on Linux again on CI
@@ -135,7 +135,7 @@
      afterEach(closeAllWindows);
      it('should show the window if it is not currently shown', async () => {
        const w = new BrowserWindow({ show: false });
-@@ -4720,7 +4720,7 @@ describe('BrowserWindow module', () => {
+@@ -4741,7 +4741,7 @@ describe('BrowserWindow module', () => {
  
      // TODO(dsanders11): Enable once minimize event works on Linux again.
      //                   See https://github.com/electron/electron/issues/28699
@@ -144,7 +144,7 @@
        const w = new BrowserWindow();
        const minimize = once(w, 'minimize');
        w.minimize();
-@@ -5194,7 +5194,7 @@ describe('BrowserWindow module', () => {
+@@ -5215,7 +5215,7 @@ describe('BrowserWindow module', () => {
        });
  
        // On Linux there is no "resizable" property of a window.
@@ -153,7 +153,7 @@
          const w = new BrowserWindow({ show: false });
          expect(w.resizable).to.be.true('resizable');
  
-@@ -5333,7 +5333,7 @@ describe('BrowserWindow module', () => {
+@@ -5354,7 +5354,7 @@ describe('BrowserWindow module', () => {
      });
    });
  
@@ -162,7 +162,7 @@
      // Not implemented on Linux.
      afterEach(closeAllWindows);
  
-@@ -6546,7 +6546,7 @@ describe('BrowserWindow module', () => {
+@@ -6567,7 +6567,7 @@ describe('BrowserWindow module', () => {
    describe('"transparent" option', () => {
      afterEach(closeAllWindows);
  
diff --git a/devel/electron33/files/patch-electron_spec_api-utility-process-spec.ts b/devel/electron33/files/patch-electron_spec_api-utility-process-spec.ts
index 09f2cf1ccd05..f656d69ed5d7 100644
--- a/devel/electron33/files/patch-electron_spec_api-utility-process-spec.ts
+++ b/devel/electron33/files/patch-electron_spec_api-utility-process-spec.ts
@@ -1,6 +1,6 @@
---- electron/spec/api-utility-process-spec.ts.orig	2024-10-22 02:29:46 UTC
+--- electron/spec/api-utility-process-spec.ts.orig	2024-11-27 04:18:00 UTC
 +++ electron/spec/api-utility-process-spec.ts
-@@ -434,7 +434,7 @@ describe('utilityProcess module', () => {
+@@ -453,7 +453,7 @@ describe('utilityProcess module', () => {
        expect(output).to.include(result);
      });
  
@@ -9,7 +9,7 @@
        const message = 'Message from utility process';
        const child = utilityProcess.fork(path.join(fixturesPath, 'expose-main-process-module.js'));
        await once(child, 'spawn');
-@@ -471,7 +471,7 @@ describe('utilityProcess module', () => {
+@@ -490,7 +490,7 @@ describe('utilityProcess module', () => {
        await closeWindow(w);
      });
  
diff --git a/devel/electron33/files/patch-electron_spec_chromium-spec.ts b/devel/electron33/files/patch-electron_spec_chromium-spec.ts
index b0639b7445b5..a4158d7d382b 100644
--- a/devel/electron33/files/patch-electron_spec_chromium-spec.ts
+++ b/devel/electron33/files/patch-electron_spec_chromium-spec.ts
@@ -1,4 +1,4 @@
---- electron/spec/chromium-spec.ts.orig	2024-11-07 16:14:43 UTC
+--- electron/spec/chromium-spec.ts.orig	2024-11-27 04:18:00 UTC
 +++ electron/spec/chromium-spec.ts
 @@ -474,13 +474,13 @@ describe('command line switches', () => {
      it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`));
@@ -27,7 +27,7 @@
        const rc = await startRemoteControlApp(['--trace-startup=*', `--trace-startup-file=${outputFilePath}`, '--trace-startup-duration=1', '--enable-logging']);
        const stderrComplete = new Promise<string>(resolve => {
          let stderr = '';
-@@ -2885,12 +2885,12 @@ describe('font fallback', () => {
+@@ -2917,12 +2917,12 @@ describe('font fallback', () => {
        expect(fonts[0].familyName).to.equal('Arial');
      } else if (process.platform === 'darwin') {
        expect(fonts[0].familyName).to.equal('Helvetica');
@@ -42,7 +42,7 @@
      const html = `
      <html lang="ja-JP">
        <head>
-@@ -3286,7 +3286,7 @@ describe('navigator.clipboard.write', () => {
+@@ -3318,7 +3318,7 @@ describe('navigator.clipboard.write', () => {
    });
  });
  
diff --git a/devel/electron33/files/patch-v8_src_execution_isolate.cc b/devel/electron33/files/patch-v8_src_execution_isolate.cc
index 571dc3015e5a..5d7f88cab7ce 100644
--- a/devel/electron33/files/patch-v8_src_execution_isolate.cc
+++ b/devel/electron33/files/patch-v8_src_execution_isolate.cc
@@ -1,4 +1,4 @@
---- v8/src/execution/isolate.cc.orig	2024-10-16 21:34:55 UTC
+--- v8/src/execution/isolate.cc.orig	2024-12-01 11:21:29 UTC
 +++ v8/src/execution/isolate.cc
 @@ -168,6 +168,10 @@
  #include "src/execution/simulator-base.h"
@@ -11,7 +11,7 @@
  extern "C" const uint8_t v8_Default_embedded_blob_code_[];
  extern "C" uint32_t v8_Default_embedded_blob_code_size_;
  extern "C" const uint8_t v8_Default_embedded_blob_data_[];
-@@ -4971,6 +4975,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
+@@ -4972,6 +4976,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() {
    uint32_t code_size = DefaultEmbeddedBlobCodeSize();
    const uint8_t* data = DefaultEmbeddedBlobData();
    uint32_t data_size = DefaultEmbeddedBlobDataSize();