mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/electron27: update to 27.3.1
Changelog: https://github.com/electron/electron/releases/tag/v27.3.1 Reported by: GitHub (watch releases) MFH: 2024Q1 Security: 13a8c4bf-cb2b-48ec-b49c-a3875c72b3e8
This commit is contained in:
parent
45c3209d2b
commit
44e85273f9
8 changed files with 40 additions and 40 deletions
|
@ -1,2 +1,2 @@
|
||||||
ELECTRON_VER= 27.3.0
|
ELECTRON_VER= 27.3.1
|
||||||
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
|
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
TIMESTAMP = 1706181669
|
TIMESTAMP = 1706850005
|
||||||
SHA256 (electron/chromium-118.0.5993.159.tar.xz) = 47fdd7677470f4f4daf68e59dcacbafb99f5ed0c07501162b6af168f760b4359
|
SHA256 (electron/chromium-118.0.5993.159.tar.xz) = 47fdd7677470f4f4daf68e59dcacbafb99f5ed0c07501162b6af168f760b4359
|
||||||
SIZE (electron/chromium-118.0.5993.159.tar.xz) = 1602730244
|
SIZE (electron/chromium-118.0.5993.159.tar.xz) = 1602730244
|
||||||
SHA256 (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = f7f7f38661b107fc1d91b7918f36362d9180e87f34e3027562eb5db8735746fe
|
SHA256 (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = f7f7f38661b107fc1d91b7918f36362d9180e87f34e3027562eb5db8735746fe
|
||||||
SIZE (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = 8881070
|
SIZE (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = 8881070
|
||||||
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
|
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
|
||||||
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
|
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
|
||||||
SHA256 (electron/electron-yarn-cache-27.3.0.tar.xz) = b1d33fa2bf412990a64b1720140fdd712b5945f41f781a4b2c154915061c6d75
|
SHA256 (electron/electron-yarn-cache-27.3.1.tar.xz) = b1d33fa2bf412990a64b1720140fdd712b5945f41f781a4b2c154915061c6d75
|
||||||
SIZE (electron/electron-yarn-cache-27.3.0.tar.xz) = 29116528
|
SIZE (electron/electron-yarn-cache-27.3.1.tar.xz) = 29116528
|
||||||
SHA256 (electron/electron-electron-v27.3.0_GH0.tar.gz) = d17e825ce21b2f0c4f632268acfaabbe33ebd36d9083bbddaf742c1edcec6346
|
SHA256 (electron/electron-electron-v27.3.1_GH0.tar.gz) = 02ca26c6cf9376860701b9ab8cda96d4657ff2168f36c2cee7c297649928a069
|
||||||
SIZE (electron/electron-electron-v27.3.0_GH0.tar.gz) = 11408261
|
SIZE (electron/electron-electron-v27.3.1_GH0.tar.gz) = 11416996
|
||||||
SHA256 (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
|
SHA256 (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 1cc1670bc183eaf9e0afe0258391695d1d6ae1be02ba4c26e0218cf5f19b96f7
|
||||||
SIZE (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 112512847
|
SIZE (electron/nodejs-node-v18.17.1_GH0.tar.gz) = 112512847
|
||||||
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
|
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- electron/lib/browser/init.ts.orig 2023-10-20 08:29:17 UTC
|
--- electron/lib/browser/init.ts.orig 2024-01-29 17:52:10 UTC
|
||||||
+++ electron/lib/browser/init.ts
|
+++ electron/lib/browser/init.ts
|
||||||
@@ -158,7 +158,7 @@ const mainStartupScript = packageJson.main || 'index.j
|
@@ -155,7 +155,7 @@ function currentPlatformSupportsAppIndicator () {
|
||||||
const KNOWN_XDG_DESKTOP_VALUES = new Set(['Pantheon', 'Unity:Unity7', 'pop:GNOME']);
|
const KNOWN_XDG_DESKTOP_VALUES = new Set(['Pantheon', 'Unity:Unity7', 'pop:GNOME']);
|
||||||
|
|
||||||
function currentPlatformSupportsAppIndicator () {
|
function currentPlatformSupportsAppIndicator () {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- electron/shell/app/node_main.cc.orig 2024-01-10 11:28:08 UTC
|
--- electron/shell/app/node_main.cc.orig 2024-01-29 17:52:10 UTC
|
||||||
+++ electron/shell/app/node_main.cc
|
+++ electron/shell/app/node_main.cc
|
||||||
@@ -48,7 +48,7 @@
|
@@ -47,7 +47,7 @@
|
||||||
#include "shell/common/mac/codesign_util.h"
|
#include "shell/common/mac/codesign_util.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -9,16 +9,16 @@
|
||||||
#include "components/crash/core/app/crashpad.h" // nogncheck
|
#include "components/crash/core/app/crashpad.h" // nogncheck
|
||||||
#include "shell/app/electron_crash_reporter_client.h"
|
#include "shell/app/electron_crash_reporter_client.h"
|
||||||
#include "shell/common/crash_keys.h"
|
#include "shell/common/crash_keys.h"
|
||||||
@@ -83,7 +83,7 @@ void ExitIfContainsDisallowedFlags(const std::vector<s
|
@@ -99,7 +99,7 @@ bool UnsetHijackableEnvs(base::Environment* env) {
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
-#if IS_MAS_BUILD()
|
-#if IS_MAS_BUILD()
|
||||||
+#if IS_MAS_BUILD() || BUILDFLAG(IS_BSD)
|
+#if IS_MAS_BUILD() || BUILDFLAG(IS_BSD)
|
||||||
void SetCrashKeyStub(const std::string& key, const std::string& value) {}
|
void SetCrashKeyStub(const std::string& key, const std::string& value) {}
|
||||||
void ClearCrashKeyStub(const std::string& key) {}
|
void ClearCrashKeyStub(const std::string& key) {}
|
||||||
#endif
|
#endif
|
||||||
@@ -94,7 +94,7 @@ v8::Local<v8::Value> GetParameters(v8::Isolate* isolat
|
@@ -110,7 +110,7 @@ v8::Local<v8::Value> GetParameters(v8::Isolate* isolat
|
||||||
|
|
||||||
v8::Local<v8::Value> GetParameters(v8::Isolate* isolate) {
|
v8::Local<v8::Value> GetParameters(v8::Isolate* isolate) {
|
||||||
std::map<std::string, std::string> keys;
|
std::map<std::string, std::string> keys;
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
electron::crash_keys::GetCrashKeys(&keys);
|
electron::crash_keys::GetCrashKeys(&keys);
|
||||||
#endif
|
#endif
|
||||||
return gin::ConvertToV8(isolate, keys);
|
return gin::ConvertToV8(isolate, keys);
|
||||||
@@ -254,7 +254,7 @@ int NodeMain(int argc, char* argv[]) {
|
@@ -271,7 +271,7 @@ int NodeMain(int argc, char* argv[]) {
|
||||||
// Setup process.crashReporter in child node processes
|
// Setup process.crashReporter in child node processes
|
||||||
gin_helper::Dictionary reporter = gin::Dictionary::CreateEmpty(isolate);
|
gin_helper::Dictionary reporter = gin::Dictionary::CreateEmpty(isolate);
|
||||||
reporter.SetMethod("getParameters", &GetParameters);
|
reporter.SetMethod("getParameters", &GetParameters);
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- electron/shell/common/api/electron_bindings.cc.orig 2023-02-15 22:22:31 UTC
|
--- electron/shell/common/api/electron_bindings.cc.orig 2024-01-29 17:52:10 UTC
|
||||||
+++ electron/shell/common/api/electron_bindings.cc
|
+++ electron/shell/common/api/electron_bindings.cc
|
||||||
@@ -268,7 +268,7 @@ void ElectronBindings::DidReceiveMemoryDump(
|
@@ -260,7 +260,7 @@ void ElectronBindings::DidReceiveMemoryDump(
|
||||||
if (target_pid == dump.pid()) {
|
if (target_pid == dump.pid()) {
|
||||||
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
||||||
const auto& osdump = dump.os_dump();
|
const auto& osdump = dump.os_dump();
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- electron/shell/common/node_bindings.cc.orig 2024-01-23 09:41:40 UTC
|
--- electron/shell/common/node_bindings.cc.orig 2024-01-29 17:52:10 UTC
|
||||||
+++ electron/shell/common/node_bindings.cc
|
+++ electron/shell/common/node_bindings.cc
|
||||||
@@ -35,7 +35,7 @@
|
@@ -38,7 +38,7 @@
|
||||||
#include "third_party/blink/renderer/bindings/core/v8/v8_initializer.h" // nogncheck
|
#include "third_party/blink/renderer/bindings/core/v8/v8_initializer.h" // nogncheck
|
||||||
#include "third_party/electron_node/src/debug_utils.h"
|
#include "third_party/electron_node/src/debug_utils.h"
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
#include "shell/common/crash_keys.h"
|
#include "shell/common/crash_keys.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -150,7 +150,7 @@ void V8FatalErrorCallback(const char* location, const
|
@@ -153,7 +153,7 @@ void V8FatalErrorCallback(const char* location, const
|
||||||
void V8FatalErrorCallback(const char* location, const char* message) {
|
void V8FatalErrorCallback(const char* location, const char* message) {
|
||||||
LOG(ERROR) << "Fatal error in V8: " << location << " " << message;
|
LOG(ERROR) << "Fatal error in V8: " << location << " " << message;
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
electron::crash_keys::SetCrashKey("electron.v8-fatal.message", message);
|
electron::crash_keys::SetCrashKey("electron.v8-fatal.message", message);
|
||||||
electron::crash_keys::SetCrashKey("electron.v8-fatal.location", location);
|
electron::crash_keys::SetCrashKey("electron.v8-fatal.location", location);
|
||||||
#endif
|
#endif
|
||||||
@@ -443,7 +443,7 @@ void NodeBindings::Initialize(v8::Local<v8::Context> c
|
@@ -446,7 +446,7 @@ void NodeBindings::Initialize(v8::Local<v8::Context> c
|
||||||
TRACE_EVENT0("electron", "NodeBindings::Initialize");
|
TRACE_EVENT0("electron", "NodeBindings::Initialize");
|
||||||
// Open node's error reporting system for browser process.
|
// Open node's error reporting system for browser process.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- electron/spec/api-browser-window-spec.ts.orig 2024-01-10 11:28:08 UTC
|
--- electron/spec/api-browser-window-spec.ts.orig 2024-01-29 17:52:10 UTC
|
||||||
+++ electron/spec/api-browser-window-spec.ts
|
+++ electron/spec/api-browser-window-spec.ts
|
||||||
@@ -64,7 +64,7 @@ describe('BrowserWindow module', () => {
|
@@ -65,7 +65,7 @@ describe('BrowserWindow module', () => {
|
||||||
}).not.to.throw();
|
}).not.to.throw();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
const appPath = path.join(fixtures, 'apps', 'xwindow-icon');
|
const appPath = path.join(fixtures, 'apps', 'xwindow-icon');
|
||||||
const appProcess = childProcess.spawn(process.execPath, [appPath]);
|
const appProcess = childProcess.spawn(process.execPath, [appPath]);
|
||||||
await once(appProcess, 'exit');
|
await once(appProcess, 'exit');
|
||||||
@@ -1119,7 +1119,7 @@ describe('BrowserWindow module', () => {
|
@@ -1120,7 +1120,7 @@ describe('BrowserWindow module', () => {
|
||||||
|
|
||||||
describe('BrowserWindow.minimize()', () => {
|
describe('BrowserWindow.minimize()', () => {
|
||||||
// TODO(codebytere): Enable for Linux once maximize/minimize events work in CI.
|
// TODO(codebytere): Enable for Linux once maximize/minimize events work in CI.
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
const minimize = once(w, 'minimize');
|
const minimize = once(w, 'minimize');
|
||||||
w.minimize();
|
w.minimize();
|
||||||
await minimize;
|
await minimize;
|
||||||
@@ -1136,7 +1136,7 @@ describe('BrowserWindow module', () => {
|
@@ -1137,7 +1137,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO(dsanders11): Enable for Linux once CI plays nice with these kinds of tests
|
// TODO(dsanders11): Enable for Linux once CI plays nice with these kinds of tests
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
const maximize = once(w, 'maximize');
|
const maximize = once(w, 'maximize');
|
||||||
const shown = once(w, 'show');
|
const shown = once(w, 'show');
|
||||||
w.maximize();
|
w.maximize();
|
||||||
@@ -1201,7 +1201,7 @@ describe('BrowserWindow module', () => {
|
@@ -1202,7 +1202,7 @@ describe('BrowserWindow module', () => {
|
||||||
expect(w.isFocused()).to.equal(true);
|
expect(w.isFocused()).to.equal(true);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
const w1 = new BrowserWindow({ show: false });
|
const w1 = new BrowserWindow({ show: false });
|
||||||
const w2 = new BrowserWindow({ show: false });
|
const w2 = new BrowserWindow({ show: false });
|
||||||
const w3 = new BrowserWindow({ show: false });
|
const w3 = new BrowserWindow({ show: false });
|
||||||
@@ -1268,7 +1268,7 @@ describe('BrowserWindow module', () => {
|
@@ -1269,7 +1269,7 @@ describe('BrowserWindow module', () => {
|
||||||
expect(w.isFocused()).to.equal(false);
|
expect(w.isFocused()).to.equal(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
const w1 = new BrowserWindow({ show: false });
|
const w1 = new BrowserWindow({ show: false });
|
||||||
const w2 = new BrowserWindow({ show: false });
|
const w2 = new BrowserWindow({ show: false });
|
||||||
const w3 = new BrowserWindow({ show: false });
|
const w3 = new BrowserWindow({ show: false });
|
||||||
@@ -1679,7 +1679,7 @@ describe('BrowserWindow module', () => {
|
@@ -1680,7 +1680,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
it('checks normal bounds when maximized', async () => {
|
it('checks normal bounds when maximized', async () => {
|
||||||
const bounds = w.getBounds();
|
const bounds = w.getBounds();
|
||||||
const maximize = once(w, 'maximize');
|
const maximize = once(w, 'maximize');
|
||||||
@@ -1859,7 +1859,7 @@ describe('BrowserWindow module', () => {
|
@@ -1890,7 +1890,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
it('checks normal bounds when minimized', async () => {
|
it('checks normal bounds when minimized', async () => {
|
||||||
const bounds = w.getBounds();
|
const bounds = w.getBounds();
|
||||||
const minimize = once(w, 'minimize');
|
const minimize = once(w, 'minimize');
|
||||||
@@ -2846,7 +2846,7 @@ describe('BrowserWindow module', () => {
|
@@ -2877,7 +2877,7 @@ describe('BrowserWindow module', () => {
|
||||||
describe('BrowserWindow.setOpacity(opacity)', () => {
|
describe('BrowserWindow.setOpacity(opacity)', () => {
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@
|
||||||
it('make window with initial opacity', () => {
|
it('make window with initial opacity', () => {
|
||||||
const w = new BrowserWindow({ show: false, opacity: 0.5 });
|
const w = new BrowserWindow({ show: false, opacity: 0.5 });
|
||||||
expect(w.getOpacity()).to.equal(0.5);
|
expect(w.getOpacity()).to.equal(0.5);
|
||||||
@@ -2872,7 +2872,7 @@ describe('BrowserWindow module', () => {
|
@@ -2903,7 +2903,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
it('sets 1 regardless of parameter', () => {
|
it('sets 1 regardless of parameter', () => {
|
||||||
const w = new BrowserWindow({ show: false });
|
const w = new BrowserWindow({ show: false });
|
||||||
w.setOpacity(0);
|
w.setOpacity(0);
|
||||||
@@ -3801,7 +3801,7 @@ describe('BrowserWindow module', () => {
|
@@ -3832,7 +3832,7 @@ describe('BrowserWindow module', () => {
|
||||||
expect(test.nodeTimers).to.equal(true);
|
expect(test.nodeTimers).to.equal(true);
|
||||||
expect(test.nodeUrl).to.equal(true);
|
expect(test.nodeUrl).to.equal(true);
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
expect(test.creationTime).to.be.null('creation time');
|
expect(test.creationTime).to.be.null('creation time');
|
||||||
expect(test.systemMemoryInfo).to.be.null('system memory info');
|
expect(test.systemMemoryInfo).to.be.null('system memory info');
|
||||||
} else {
|
} else {
|
||||||
@@ -4306,7 +4306,7 @@ describe('BrowserWindow module', () => {
|
@@ -4337,7 +4337,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
it('emits an event when window is maximized', async () => {
|
it('emits an event when window is maximized', async () => {
|
||||||
const w = new BrowserWindow({ show: false });
|
const w = new BrowserWindow({ show: false });
|
||||||
@@ -4577,7 +4577,7 @@ describe('BrowserWindow module', () => {
|
@@ -4608,7 +4608,7 @@ describe('BrowserWindow module', () => {
|
||||||
// TODO(zcbenz):
|
// TODO(zcbenz):
|
||||||
// This test does not run on Linux CI. See:
|
// This test does not run on Linux CI. See:
|
||||||
// https://github.com/electron/electron/issues/28699
|
// https://github.com/electron/electron/issues/28699
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
const w = new BrowserWindow({});
|
const w = new BrowserWindow({});
|
||||||
const maximize = once(w, 'maximize');
|
const maximize = once(w, 'maximize');
|
||||||
w.maximize();
|
w.maximize();
|
||||||
@@ -4594,7 +4594,7 @@ describe('BrowserWindow module', () => {
|
@@ -4625,7 +4625,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// TODO(dsanders11): Enable once maximize event works on Linux again on CI
|
// TODO(dsanders11): Enable once maximize event works on Linux again on CI
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
it('should show the window if it is not currently shown', async () => {
|
it('should show the window if it is not currently shown', async () => {
|
||||||
const w = new BrowserWindow({ show: false });
|
const w = new BrowserWindow({ show: false });
|
||||||
@@ -4631,7 +4631,7 @@ describe('BrowserWindow module', () => {
|
@@ -4662,7 +4662,7 @@ describe('BrowserWindow module', () => {
|
||||||
|
|
||||||
// TODO(dsanders11): Enable once minimize event works on Linux again.
|
// TODO(dsanders11): Enable once minimize event works on Linux again.
|
||||||
// See https://github.com/electron/electron/issues/28699
|
// See https://github.com/electron/electron/issues/28699
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
const w = new BrowserWindow();
|
const w = new BrowserWindow();
|
||||||
const minimize = once(w, 'minimize');
|
const minimize = once(w, 'minimize');
|
||||||
w.minimize();
|
w.minimize();
|
||||||
@@ -5105,7 +5105,7 @@ describe('BrowserWindow module', () => {
|
@@ -5136,7 +5136,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// On Linux there is no "resizable" property of a window.
|
// On Linux there is no "resizable" property of a window.
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
const w = new BrowserWindow({ show: false });
|
const w = new BrowserWindow({ show: false });
|
||||||
expect(w.resizable).to.be.true('resizable');
|
expect(w.resizable).to.be.true('resizable');
|
||||||
|
|
||||||
@@ -5244,7 +5244,7 @@ describe('BrowserWindow module', () => {
|
@@ -5275,7 +5275,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
// Not implemented on Linux.
|
// Not implemented on Linux.
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
|
|
||||||
@@ -6411,7 +6411,7 @@ describe('BrowserWindow module', () => {
|
@@ -6442,7 +6442,7 @@ describe('BrowserWindow module', () => {
|
||||||
describe('"transparent" option', () => {
|
describe('"transparent" option', () => {
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- electron/spec/node-spec.ts.orig 2023-12-21 18:00:06 UTC
|
--- electron/spec/node-spec.ts.orig 2024-01-29 17:52:10 UTC
|
||||||
+++ electron/spec/node-spec.ts
|
+++ electron/spec/node-spec.ts
|
||||||
@@ -138,7 +138,7 @@ describe('node feature', () => {
|
@@ -144,7 +144,7 @@ describe('node feature', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('child_process.exec', () => {
|
describe('child_process.exec', () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue