Skip to content

Commit

Permalink
devel/electron26: update to 26.4.3
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v26.4.3

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Nov 4, 2023
1 parent a7a9a07 commit 72228af
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion devel/electron26/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1698474254
YARN_TIMESTAMP= 1699051461

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron26/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ELECTRON_VER= 26.4.2
ELECTRON_VER= 26.4.3
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron26/distinfo
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
TIMESTAMP = 1698475684
TIMESTAMP = 1699052229
SHA256 (electron/chromium-116.0.5845.228.tar.xz) = ccf3d7f2e17fd2fcda6ebaef576787b2aaba7a6b2b4e3103b92260ac26fbc6a1
SIZE (electron/chromium-116.0.5845.228.tar.xz) = 1447024772
SHA256 (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = f7f7f38661b107fc1d91b7918f36362d9180e87f34e3027562eb5db8735746fe
SIZE (electron/937cea04689b7b8dcf3cb9adbb12c79d1d6c38bb) = 8881070
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-26.4.2.tar.xz) = d094e15dcb801bd49340849c50255ab8b4a187a354ca7424f2eeb6f581a91f53
SIZE (electron/electron-yarn-cache-26.4.2.tar.xz) = 32345752
SHA256 (electron/electron-electron-v26.4.2_GH0.tar.gz) = 0a29c07ae97d08d16d7bf0cc6f9d12878197d8e0ca83cd8c31f7ceb7b21ec75e
SIZE (electron/electron-electron-v26.4.2_GH0.tar.gz) = 11342231
SHA256 (electron/electron-yarn-cache-26.4.3.tar.xz) = db9f148bb5454fb6009f25f7c929116e26d90fe203c275a9a69457ae03ba7a9e
SIZE (electron/electron-yarn-cache-26.4.3.tar.xz) = 32344660
SHA256 (electron/electron-electron-v26.4.3_GH0.tar.gz) = 0f52b7f3eae5d1c19b2505c29636af54735c83b685bbf8e12f706ca1463219d9
SIZE (electron/electron-electron-v26.4.3_GH0.tar.gz) = 11342102
SHA256 (electron/nodejs-node-v18.16.1_GH0.tar.gz) = 750b09907a0b7054bda042bfc26879b9ccb84f9f436182a820ea188b654ce77b
SIZE (electron/nodejs-node-v18.16.1_GH0.tar.gz) = 112039326
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
10 changes: 5 additions & 5 deletions devel/electron26/files/patch-electron_BUILD.gn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- electron/BUILD.gn.orig 2023-08-14 18:19:06 UTC
--- electron/BUILD.gn.orig 2023-11-01 14:01:10 UTC
+++ electron/BUILD.gn
@@ -111,8 +111,6 @@ electron_version = exec_script("script/print-version.p
[],
Expand Down Expand Up @@ -31,7 +31,7 @@
if (is_linux) {
libs = [ "xshmfence" ]
deps += [
@@ -1258,7 +1262,7 @@ if (is_mac) {
@@ -1259,7 +1263,7 @@ if (is_mac) {
":electron_lib",
":electron_win32_resources",
":packed_resources",
Expand All @@ -40,7 +40,7 @@
"//content:sandbox_helper_win",
"//electron/buildflags",
"//ui/strings",
@@ -1284,7 +1288,7 @@ if (is_mac) {
@@ -1285,7 +1289,7 @@ if (is_mac) {
public_deps = [ "//tools/v8_context_snapshot:v8_context_snapshot" ]
}
Expand All @@ -49,7 +49,7 @@
data_deps += [ "//components/crash/core/app:chrome_crashpad_handler" ]
}
@@ -1351,7 +1355,7 @@ if (is_mac) {
@@ -1352,7 +1356,7 @@ if (is_mac) {
configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
}
Expand All @@ -58,7 +58,7 @@
deps += [ "//sandbox/linux:chrome_sandbox" ]
}
}
@@ -1478,7 +1482,7 @@ dist_zip("electron_dist_zip") {
@@ -1479,7 +1483,7 @@ dist_zip("electron_dist_zip") {
":electron_version_file",
":licenses",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-10-18 09:32:19 UTC
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-11-01 14:01:10 UTC
+++ electron/shell/browser/api/electron_api_web_contents.cc
@@ -155,11 +155,11 @@
#include "ui/base/cocoa/defaults_utils.h"
Expand Down Expand Up @@ -32,7 +32,7 @@
// Update font settings.
static const gfx::FontRenderParams params(
gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr));
@@ -2626,7 +2626,7 @@ void WebContents::ForcefullyCrashRenderer() {
@@ -2620,7 +2620,7 @@ void WebContents::ForcefullyCrashRenderer() {

content::RenderProcessHost* rph = rwh->GetProcess();
if (rph) {
Expand All @@ -41,7 +41,7 @@
// A generic |CrashDumpHungChildProcess()| is not implemented for Linux.
// Instead we send an explicit IPC to crash on the renderer's IO thread.
rph->ForceCrash();
@@ -3289,7 +3289,7 @@ void WebContents::CopyImageAt(int x, int y) {
@@ -3283,7 +3283,7 @@ void WebContents::CopyImageAt(int x, int y) {
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.
Expand All @@ -50,7 +50,7 @@
if (owner_window())
owner_window()->Focus(true);
#endif
@@ -4097,7 +4097,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
@@ -4091,7 +4091,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
}
#endif

Expand Down
6 changes: 3 additions & 3 deletions devel/electron26/files/patch-electron_spec_chromium-spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--- electron/spec/chromium-spec.ts.orig 2023-08-23 13:54:54 UTC
--- electron/spec/chromium-spec.ts.orig 2023-11-01 14:01:10 UTC
+++ electron/spec/chromium-spec.ts
@@ -469,13 +469,13 @@ describe('command line switches', () => {
it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`));
Expand All @@ -18,7 +18,7 @@
});

describe('--remote-debugging-pipe switch', () => {
@@ -2433,12 +2433,12 @@ describe('font fallback', () => {
@@ -2490,12 +2490,12 @@ describe('font fallback', () => {
expect(fonts[0].familyName).to.equal('Arial');
} else if (process.platform === 'darwin') {
expect(fonts[0].familyName).to.equal('Helvetica');
Expand All @@ -33,7 +33,7 @@
const html = `
<html lang="ja-JP">
<head>
@@ -2832,7 +2832,7 @@ describe('navigator.clipboard.write', () => {
@@ -2889,7 +2889,7 @@ describe('navigator.clipboard.write', () => {
});
});

Expand Down

0 comments on commit 72228af

Please sign in to comment.