Skip to content

Commit

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

Reported by:	GitHub (watch releases)
Security:	a30f1a12-117f-4dac-a1d0-d65eaf084953
  • Loading branch information
tagattie committed Nov 17, 2023
1 parent 8da739e commit d48ffd9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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= 1699527246
YARN_TIMESTAMP= 1700174942

.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.5.0
ELECTRON_VER= 26.6.0
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 = 1699527633
TIMESTAMP = 1700176393
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.5.0.tar.xz) = 4b783d49103f13dc3920440eb63c1770131a1375306d5c5b39832299fe8e002b
SIZE (electron/electron-yarn-cache-26.5.0.tar.xz) = 32345708
SHA256 (electron/electron-electron-v26.5.0_GH0.tar.gz) = 09f705db9ee4cca334ec2ba16e58a1fc1e0f5becbfc16bd8a39d5956f0d62672
SIZE (electron/electron-electron-v26.5.0_GH0.tar.gz) = 11348675
SHA256 (electron/electron-yarn-cache-26.6.0.tar.xz) = 94aee3430b3d09bd1ce9b736b854c9eafc9241ed90bd4e4243ce0d800ebbae73
SIZE (electron/electron-yarn-cache-26.6.0.tar.xz) = 32343972
SHA256 (electron/electron-electron-v26.6.0_GH0.tar.gz) = 173648e05b26a487e4c1ba10f092bdb5105488811764421d24ce9039522adfe9
SIZE (electron/electron-electron-v26.6.0_GH0.tar.gz) = 11350193
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
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-11-01 14:01:10 UTC
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-11-14 20:24:05 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));
@@ -2620,7 +2620,7 @@ void WebContents::ForcefullyCrashRenderer() {
@@ -2633,7 +2633,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();
@@ -3283,7 +3283,7 @@ void WebContents::CopyImageAt(int x, int y) {
@@ -3296,7 +3296,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
@@ -4091,7 +4091,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
@@ -4104,7 +4104,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
}
#endif

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- electron/shell/browser/api/electron_api_web_contents.h.orig 2023-08-14 18:19:06 UTC
--- electron/shell/browser/api/electron_api_web_contents.h.orig 2023-11-14 20:24:05 UTC
+++ electron/shell/browser/api/electron_api_web_contents.h
@@ -735,7 +735,7 @@ class WebContents : public ExclusiveAccessContext,
@@ -738,7 +738,7 @@ class WebContents : public ExclusiveAccessContext,
#if defined(TOOLKIT_VIEWS) && !BUILDFLAG(IS_MAC)
ui::ImageModel GetDevToolsWindowIcon() override;
#endif
Expand Down

0 comments on commit d48ffd9

Please sign in to comment.