devel/electron39: Update to 39.8.8

Changelog: https://github.com/electron/electron/releases/tag/v39.8.8

Reported by:	GitHub (watch releases)
This commit is contained in:
Hiroki Tagato
2026-04-19 18:11:00 +09:00
parent 367c3c3961
commit e2bee27e1d
6 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
ELECTRON_VER= 39.8.7
ELECTRON_VER= 39.8.8
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
+5 -5
View File
@@ -1,4 +1,4 @@
TIMESTAMP = 1776167979
TIMESTAMP = 1776565788
SHA256 (electron/chromium-142.0.7444.265.tar.xz.0) = 54ca3cf92f6a207a4e1b46fe016da7d515097f999b5e53ba4201adc906ae383e
SIZE (electron/chromium-142.0.7444.265.tar.xz.0) = 2000000000
SHA256 (electron/chromium-142.0.7444.265.tar.xz.1) = 289722408b81d862eb63f98cf47516308add8e18f5d62d2455c98942a2ebface
@@ -9,10 +9,10 @@ SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
SHA256 (electron/yarn-4.12.0.tgz) = bd58d06826ce9542c4cd904fe10bab7bc718ea2cc39a45d9fbd15f2edb45761c
SIZE (electron/yarn-4.12.0.tgz) = 1056794
SHA256 (electron/electron39-39.8.7-node-modules.tar.xz) = 17ab1f66434124efa142c546af69b55adb35b2ebcedce939dcb75b45d0e7a860
SIZE (electron/electron39-39.8.7-node-modules.tar.xz) = 60007861
SHA256 (electron/electron-electron-v39.8.7_GH0.tar.gz) = 216e3cc9b858face85dd0188f93f9a3d919c64dcac9d2a49835d46a2a7959e1a
SIZE (electron/electron-electron-v39.8.7_GH0.tar.gz) = 17193311
SHA256 (electron/electron39-39.8.8-node-modules.tar.xz) = 17ab1f66434124efa142c546af69b55adb35b2ebcedce939dcb75b45d0e7a860
SIZE (electron/electron39-39.8.8-node-modules.tar.xz) = 60007861
SHA256 (electron/electron-electron-v39.8.8_GH0.tar.gz) = 65fd86cfb237942730d86a257beec9fb7665633f1bfa6ce4ba61b568baa57ba3
SIZE (electron/electron-electron-v39.8.8_GH0.tar.gz) = 17216407
SHA256 (electron/nodejs-node-v22.22.1_GH0.tar.gz) = 4d9ebbac6ba3f9610fdd5449274794a3b32305b33ca6f2fd476ac139024015c6
SIZE (electron/nodejs-node-v22.22.1_GH0.tar.gz) = 129747267
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb
@@ -1,4 +1,4 @@
--- electron/shell/app/node_main.cc.orig 2025-09-02 20:56:04 UTC
--- electron/shell/app/node_main.cc.orig 2026-04-15 14:06:14 UTC
+++ electron/shell/app/node_main.cc
@@ -51,7 +51,7 @@
#include "shell/common/mac/codesign_util.h"
@@ -26,7 +26,7 @@
electron::crash_keys::GetCrashKeys(&keys);
#endif
return gin::ConvertToV8(isolate, keys);
@@ -270,7 +270,7 @@ int NodeMain() {
@@ -275,7 +275,7 @@ int NodeMain() {
// Setup process.crashReporter in child node processes
auto reporter = gin_helper::Dictionary::CreateEmpty(isolate);
reporter.SetMethod("getParameters", &GetParameters);
@@ -1,4 +1,4 @@
--- electron/spec/chromium-spec.ts.orig 2026-03-26 07:50:03 UTC
--- electron/spec/chromium-spec.ts.orig 2026-04-15 14:06:14 UTC
+++ electron/spec/chromium-spec.ts
@@ -475,13 +475,13 @@ describe('command line switches', () => {
it('should not set an invalid locale', async () => testLocale('asdfkl', `${currentLocale}|${currentSystemLocale}|${currentPreferredLanguages}`));
@@ -18,7 +18,7 @@
});
describe('--remote-debugging-pipe switch', () => {
@@ -3336,12 +3336,12 @@ describe('font fallback', () => {
@@ -3344,12 +3344,12 @@ describe('font fallback', () => {
expect(fonts[0].familyName).to.equal('Arial');
} else if (process.platform === 'darwin') {
expect(fonts[0].familyName).to.equal('Helvetica');
@@ -33,7 +33,7 @@
const html = `
<html lang="ja-JP">
<head>
@@ -3894,7 +3894,7 @@ describe('paste execCommand', () => {
@@ -3902,7 +3902,7 @@ describe('paste execCommand', () => {
});
});
@@ -1,6 +1,6 @@
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-10-21 20:19:54 UTC
--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2026-04-19 02:47:31 UTC
+++ gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -2851,7 +2851,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create(
@@ -2858,7 +2858,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create(
}
// Allow linux to run fuzzers.
@@ -1,6 +1,6 @@
--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-10-21 20:19:54 UTC
--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2026-04-19 02:47:31 UTC
+++ gpu/command_buffer/service/webgpu_decoder_impl.cc
@@ -1747,7 +1747,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte
@@ -1750,7 +1750,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte
backend_types = {wgpu::BackendType::D3D12};
#elif BUILDFLAG(IS_APPLE)
backend_types = {wgpu::BackendType::Metal};
@@ -9,7 +9,7 @@
if (shared_context_state_->GrContextIsVulkan() ||
shared_context_state_->IsGraphiteDawnVulkan()) {
backend_types = {wgpu::BackendType::Vulkan};
@@ -1992,7 +1992,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn(
@@ -1995,7 +1995,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn(
}
#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \