Skip to content

Commit 8364deb

Browse files
committed
devel/electron36: update to 36.6.0
Changelog: https://github.com/electron/electron/releases/tag/v36.6.0
1 parent c27060b commit 8364deb

7 files changed

+41
-41
lines changed

devel/electron36/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DISTVERSION= ${ELECTRON_VER}
44
PULSEMV= 16
55
PULSEV= ${PULSEMV}.1
66
CATEGORIES= devel
7-
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v36.5.0/:chromium \
7+
MASTER_SITES= https://github.com/tagattie/FreeBSD-Electron/releases/download/v36.6.0/:chromium \
88
https://freedesktop.org/software/pulseaudio/releases/:pulseaudio
99
PKGNAMESUFFIX= ${ELECTRON_VER_MAJOR}
1010
DISTFILES= chromium-${CHROMIUM_VER}${EXTRACT_SUFX}.0:chromium \
@@ -221,7 +221,7 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true
221221
SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false
222222

223223
# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
224-
CHROMIUM_VER= 136.0.7103.168
224+
CHROMIUM_VER= 136.0.7103.177
225225
# See ${WRKSRC}/electron/DEPS for NODE_VER
226226
NODE_VER= 22.16.0
227227
# See ${WRKSRC}/electron/DEPS for NAN_VER

devel/electron36/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ELECTRON_VER= 36.5.0
1+
ELECTRON_VER= 36.6.0
22
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

devel/electron36/distinfo

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
TIMESTAMP = 1750254398
2-
SHA256 (electron/chromium-136.0.7103.168.tar.xz.0) = 570faa3373d4dfce5db59072d49312dda929b6816682ff77a79216a376daf09c
3-
SIZE (electron/chromium-136.0.7103.168.tar.xz.0) = 2000000000
4-
SHA256 (electron/chromium-136.0.7103.168.tar.xz.1) = b37cb75f196d4a6b5503783ac87be3049a2f4ba39b43d64ad2c8c5ab64aaddb0
5-
SIZE (electron/chromium-136.0.7103.168.tar.xz.1) = 2000000000
6-
SHA256 (electron/chromium-136.0.7103.168.tar.xz.2) = 707eb3336740faf9ec8306f8e1f1cd621dca075b1e7091b78da98359253f64e1
7-
SIZE (electron/chromium-136.0.7103.168.tar.xz.2) = 248411304
1+
TIMESTAMP = 1751025215
2+
SHA256 (electron/chromium-136.0.7103.177.tar.xz.0) = 75e7a4c47e9a958aae70a026c8d005c07b76b02bf315071f209070fddaaa7665
3+
SIZE (electron/chromium-136.0.7103.177.tar.xz.0) = 2000000000
4+
SHA256 (electron/chromium-136.0.7103.177.tar.xz.1) = a86bdf58829129e0ef42a1bc6e5864701fba4572456631660c04c20e6d5bcee3
5+
SIZE (electron/chromium-136.0.7103.177.tar.xz.1) = 2000000000
6+
SHA256 (electron/chromium-136.0.7103.177.tar.xz.2) = 81a0db12277369bfae95002de9b517645bfb4713e1f97beb2d6b69eeb87a7bec
7+
SIZE (electron/chromium-136.0.7103.177.tar.xz.2) = 248456988
88
SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
99
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
10-
SHA256 (electron/electron-yarn-cache-36.5.0.tar.xz) = 12d724437444b7425d85ad5bb3ecabafee10ca23a91185ca4d3cc4e5a9e5411b
11-
SIZE (electron/electron-yarn-cache-36.5.0.tar.xz) = 30310152
12-
SHA256 (electron/electron-electron-v36.5.0_GH0.tar.gz) = 1abd064f4a46b792b15f47a88123151d6d15e1f97b3fac3aa041ba58db292e2c
13-
SIZE (electron/electron-electron-v36.5.0_GH0.tar.gz) = 15791712
10+
SHA256 (electron/electron-yarn-cache-36.6.0.tar.xz) = 12d724437444b7425d85ad5bb3ecabafee10ca23a91185ca4d3cc4e5a9e5411b
11+
SIZE (electron/electron-yarn-cache-36.6.0.tar.xz) = 30310152
12+
SHA256 (electron/electron-electron-v36.6.0_GH0.tar.gz) = 16bfa406c09bedb7fe51663cf28c8041dc20ff9248585e9b83b6d9ee7886f896
13+
SIZE (electron/electron-electron-v36.6.0_GH0.tar.gz) = 15808397
1414
SHA256 (electron/nodejs-node-v22.16.0_GH0.tar.gz) = 00d7c2a8f315f201fe30e2f7ac5a137663ab1c79a5c6873df553aff0409ce291
1515
SIZE (electron/nodejs-node-v22.16.0_GH0.tar.gz) = 122982623
1616
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb

devel/electron36/files/patch-electron_shell_browser_native__window.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- electron/shell/browser/native_window.cc.orig 2025-05-22 22:48:48 UTC
1+
--- electron/shell/browser/native_window.cc.orig 2025-06-25 22:07:23 UTC
22
+++ electron/shell/browser/native_window.cc
3-
@@ -188,7 +188,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D
3+
@@ -180,7 +180,7 @@ void NativeWindow::InitFromOptions(const gin_helper::D
44
} else {
55
SetSizeConstraints(size_constraints);
66
}

devel/electron36/files/patch-electron_shell_browser_native__window__views.cc

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/shell/browser/native_window_views.cc.orig 2025-05-22 22:48:48 UTC
1+
--- electron/shell/browser/native_window_views.cc.orig 2025-06-25 22:07:23 UTC
22
+++ electron/shell/browser/native_window_views.cc
33
@@ -51,7 +51,7 @@
44
#include "ui/wm/core/shadow_types.h"
@@ -9,7 +9,7 @@
99
#include "base/strings/string_util.h"
1010
#include "shell/browser/browser.h"
1111
#include "shell/browser/linux/unity_service.h"
12-
@@ -289,7 +289,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
12+
@@ -298,7 +298,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
1313
params.parent = parent->GetNativeWindow();
1414

1515
params.native_widget = new ElectronDesktopNativeWidgetAura(this);
@@ -18,7 +18,7 @@
1818
std::string name = Browser::Get()->GetName();
1919
// Set WM_WINDOW_ROLE.
2020
params.wm_role_name = "browser-window";
21-
@@ -314,7 +314,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
21+
@@ -323,7 +323,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
2222
std::string window_type;
2323
options.Get(options::kType, &window_type);
2424

@@ -27,7 +27,7 @@
2727
// Set _GTK_THEME_VARIANT to dark if we have "dark-theme" option set.
2828
if (options.ValueOrDefault(options::kDarkTheme, false))
2929
SetGTKDarkThemeEnabled(true);
30-
@@ -436,7 +436,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
30+
@@ -447,7 +447,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
3131
if (window)
3232
window->AddPreTargetHandler(this);
3333

@@ -36,7 +36,7 @@
3636
// On linux after the widget is initialized we might have to force set the
3737
// bounds if the bounds are smaller than the current display
3838
SetBounds(gfx::Rect(GetPosition(), bounds.size()), false);
39-
@@ -472,7 +472,7 @@ void NativeWindowViews::SetGTKDarkThemeEnabled(bool us
39+
@@ -483,7 +483,7 @@ void NativeWindowViews::SetGTKDarkThemeEnabled(bool us
4040
}
4141

4242
void NativeWindowViews::SetGTKDarkThemeEnabled(bool use_dark_theme) {
@@ -45,7 +45,7 @@
4545
if (x11_util::IsX11()) {
4646
const std::string color = use_dark_theme ? "dark" : "light";
4747
auto* connection = x11::Connection::Get();
48-
@@ -533,7 +533,7 @@ void NativeWindowViews::Show() {
48+
@@ -544,7 +544,7 @@ void NativeWindowViews::Show() {
4949

5050
NotifyWindowShow();
5151

@@ -54,7 +54,7 @@
5454
if (global_menu_bar_)
5555
global_menu_bar_->OnWindowMapped();
5656

57-
@@ -549,7 +549,7 @@ void NativeWindowViews::ShowInactive() {
57+
@@ -560,7 +560,7 @@ void NativeWindowViews::ShowInactive() {
5858

5959
NotifyWindowShow();
6060

@@ -63,7 +63,7 @@
6363
if (global_menu_bar_)
6464
global_menu_bar_->OnWindowMapped();
6565

66-
@@ -568,7 +568,7 @@ void NativeWindowViews::Hide() {
66+
@@ -579,7 +579,7 @@ void NativeWindowViews::Hide() {
6767

6868
NotifyWindowHide();
6969

@@ -72,7 +72,7 @@
7272
if (global_menu_bar_)
7373
global_menu_bar_->OnWindowUnmapped();
7474
#endif
75-
@@ -599,7 +599,7 @@ bool NativeWindowViews::IsEnabled() const {
75+
@@ -610,7 +610,7 @@ bool NativeWindowViews::IsEnabled() const {
7676
bool NativeWindowViews::IsEnabled() const {
7777
#if BUILDFLAG(IS_WIN)
7878
return ::IsWindowEnabled(GetAcceleratedWidget());
@@ -81,7 +81,7 @@
8181
if (x11_util::IsX11())
8282
return !event_disabler_.get();
8383
NOTIMPLEMENTED();
84-
@@ -849,7 +849,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou
84+
@@ -860,7 +860,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou
8585
}
8686
#endif
8787

@@ -90,7 +90,7 @@
9090
// On Linux and Windows the minimum and maximum size should be updated with
9191
// window size when window is not resizable.
9292
if (!resizable_) {
93-
@@ -1107,7 +1107,7 @@ bool NativeWindowViews::IsClosable() const {
93+
@@ -1118,7 +1118,7 @@ bool NativeWindowViews::IsClosable() const {
9494
return false;
9595
}
9696
return !(info.fState & MFS_DISABLED);
@@ -99,7 +99,7 @@
9999
return true;
100100
#endif
101101
}
102-
@@ -1147,7 +1147,7 @@ void NativeWindowViews::Center() {
102+
@@ -1158,7 +1158,7 @@ void NativeWindowViews::Center() {
103103
// for now to avoid breaking API contract, but should consider the long
104104
// term plan for this aligning with upstream.
105105
void NativeWindowViews::Center() {
@@ -108,7 +108,7 @@
108108
auto display =
109109
display::Screen::GetScreen()->GetDisplayNearestWindow(GetNativeWindow());
110110
gfx::Rect window_bounds_in_screen = display.work_area();
111-
@@ -1371,7 +1371,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men
111+
@@ -1382,7 +1382,7 @@ void NativeWindowViews::SetMenu(ElectronMenuModel* men
112112
}
113113

114114
void NativeWindowViews::SetMenu(ElectronMenuModel* menu_model) {
@@ -117,7 +117,7 @@
117117
// Remove global menu bar.
118118
if (global_menu_bar_ && menu_model == nullptr) {
119119
global_menu_bar_.reset();
120-
@@ -1427,7 +1427,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow*
120+
@@ -1438,7 +1438,7 @@ void NativeWindowViews::SetParentWindow(NativeWindow*
121121
void NativeWindowViews::SetParentWindow(NativeWindow* parent) {
122122
NativeWindow::SetParentWindow(parent);
123123

@@ -126,7 +126,7 @@
126126
if (x11_util::IsX11()) {
127127
auto* connection = x11::Connection::Get();
128128
connection->SetProperty(
129-
@@ -1473,7 +1473,7 @@ void NativeWindowViews::SetProgressBar(double progress
129+
@@ -1484,7 +1484,7 @@ void NativeWindowViews::SetProgressBar(double progress
130130
NativeWindow::ProgressState state) {
131131
#if BUILDFLAG(IS_WIN)
132132
taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, state);
@@ -135,7 +135,7 @@
135135
if (unity::IsRunning()) {
136136
unity::SetProgressFraction(progress);
137137
}
138-
@@ -1567,7 +1567,7 @@ bool NativeWindowViews::IsVisibleOnAllWorkspaces() con
138+
@@ -1578,7 +1578,7 @@ bool NativeWindowViews::IsVisibleOnAllWorkspaces() con
139139
if (const auto* view_native_widget = widget()->native_widget_private())
140140
return view_native_widget->IsVisibleOnAllWorkspaces();
141141

@@ -144,7 +144,7 @@
144144
if (x11_util::IsX11()) {
145145
// Use the presence/absence of _NET_WM_STATE_STICKY in _NET_WM_STATE to
146146
// determine whether the current window is visible on all workspaces.
147-
@@ -1590,7 +1590,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM
147+
@@ -1601,7 +1601,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM
148148
#if BUILDFLAG(IS_WIN)
149149
window_handle =
150150
reinterpret_cast<content::DesktopMediaID::Id>(accelerated_widget);
@@ -153,7 +153,7 @@
153153
window_handle = static_cast<uint32_t>(accelerated_widget);
154154
#endif
155155
aura::WindowTreeHost* const host =
156-
@@ -1688,7 +1688,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC
156+
@@ -1699,7 +1699,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC
157157
SendMessage(hwnd, WM_SETICON, ICON_BIG,
158158
reinterpret_cast<LPARAM>(app_icon_.get()));
159159
}
@@ -162,7 +162,7 @@
162162
void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) {
163163
auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget(
164164
GetAcceleratedWidget());
165-
@@ -1784,7 +1784,7 @@ bool NativeWindowViews::CanMinimize() const {
165+
@@ -1795,7 +1795,7 @@ bool NativeWindowViews::CanMinimize() const {
166166
bool NativeWindowViews::CanMinimize() const {
167167
#if BUILDFLAG(IS_WIN)
168168
return minimizable_;
@@ -171,7 +171,7 @@
171171
return true;
172172
#endif
173173
}
174-
@@ -1840,7 +1840,7 @@ void NativeWindowViews::HandleKeyboardEvent(
174+
@@ -1851,7 +1851,7 @@ void NativeWindowViews::HandleKeyboardEvent(
175175
if (widget_destroyed_)
176176
return;
177177

@@ -180,7 +180,7 @@
180180
if (event.windows_key_code == ui::VKEY_BROWSER_BACK)
181181
NotifyWindowExecuteAppCommand(kBrowserBackward);
182182
else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD)
183-
@@ -1859,7 +1859,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
183+
@@ -1870,7 +1870,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
184184
// Alt+Click should not toggle menu bar.
185185
root_view_.ResetAltState();
186186

devel/electron36/files/patch-electron_shell_browser_native__window__views.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/shell/browser/native_window_views.h.orig 2025-05-07 07:36:13 UTC
1+
--- electron/shell/browser/native_window_views.h.orig 2025-06-25 22:07:23 UTC
22
+++ electron/shell/browser/native_window_views.h
33
@@ -25,7 +25,7 @@ namespace electron {
44

@@ -18,7 +18,7 @@
1818
void SetIcon(const gfx::ImageSkia& icon);
1919
#endif
2020

21-
@@ -247,7 +247,7 @@ class NativeWindowViews : public NativeWindow,
21+
@@ -248,7 +248,7 @@ class NativeWindowViews : public NativeWindow,
2222
// events from resizing the window.
2323
extensions::SizeConstraints old_size_constraints_;
2424

devel/electron36/files/patch-electron_shell_common_node__bindings.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- electron/shell/common/node_bindings.cc.orig 2025-05-22 22:48:48 UTC
1+
--- electron/shell/common/node_bindings.cc.orig 2025-06-25 22:07:23 UTC
22
+++ electron/shell/common/node_bindings.cc
33
@@ -46,7 +46,7 @@
44
#include "third_party/electron_node/src/debug_utils.h"
@@ -27,7 +27,7 @@
2727
electron::crash_keys::SetCrashKey("electron.v8-oom.is_heap_oom",
2828
std::to_string(details.is_heap_oom));
2929
if (location) {
30-
@@ -565,7 +565,7 @@ void NodeBindings::Initialize(v8::Local<v8::Context> c
30+
@@ -566,7 +566,7 @@ void NodeBindings::Initialize(v8::Local<v8::Context> c
3131
TRACE_EVENT0("electron", "NodeBindings::Initialize");
3232
// Open node's error reporting system for browser process.
3333

0 commit comments

Comments
 (0)