Skip to content

Commit

Permalink
devel/electron22: update to 22.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
tagattie committed Oct 10, 2023
1 parent 59a4b7d commit 7659531
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion devel/electron22/Makefile
Expand Up @@ -224,7 +224,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1695978051
YARN_TIMESTAMP= 1696924632

.include "Makefile.version"
.include <bsd.port.pre.mk> # required for COMPILER_VERSION
Expand Down
2 changes: 1 addition & 1 deletion devel/electron22/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 22.3.25
ELECTRON_VER= 22.3.27
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron22/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1695978590
TIMESTAMP = 1696925306
SHA256 (electron/chromium-108.0.5359.215.tar.xz) = aba0730b347269efda217affe804f6fced296aa02f810c8c9a6fd7d46cd7bf9a
SIZE (electron/chromium-108.0.5359.215.tar.xz) = 1584734880
SHA256 (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 63706737ca75e0e5c97885186b2a7ab019ca71d1315ee08870193bbfa7486bfc
SIZE (electron/f8b5da24d33317766d3933fb6711b0603fc4fb6f) = 9900677
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-22.3.25.tar.xz) = 7a351f6db60e4243f9be2aab64be537d480dd29ac68c18ad0c66000030190524
SIZE (electron/electron-yarn-cache-22.3.25.tar.xz) = 38837376
SHA256 (electron/electron-electron-v22.3.25_GH0.tar.gz) = fbc9379be47455d479fc2eba765d0b9889f368bedee41468018950e3af2ad656
SIZE (electron/electron-electron-v22.3.25_GH0.tar.gz) = 10667306
SHA256 (electron/electron-yarn-cache-22.3.27.tar.xz) = 6e7f0e963e6fdd14152cdb381688a0b12a3cef81f126d5246d2f4bc58d19ef9f
SIZE (electron/electron-yarn-cache-22.3.27.tar.xz) = 38838404
SHA256 (electron/electron-electron-v22.3.27_GH0.tar.gz) = d71d9b18fca40cc1cf8f60dedb255f4ceed570e39421b006b7d3ca7021cfab3d
SIZE (electron/electron-electron-v22.3.27_GH0.tar.gz) = 10668381
SHA256 (electron/nodejs-node-v16.17.1_GH0.tar.gz) = e63378aa6aa18b9e05486e46eaca6c6e09904366e5100d7e04c6dbd344a42f60
SIZE (electron/nodejs-node-v16.17.1_GH0.tar.gz) = 90485310
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
@@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-03-02 11:49:02 UTC
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-10-06 13:50:19 UTC
+++ electron/shell/browser/api/electron_api_web_contents.cc
@@ -154,11 +154,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));
@@ -2392,7 +2392,7 @@ void WebContents::ForcefullyCrashRenderer() {
@@ -2385,7 +2385,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();
@@ -3035,7 +3035,7 @@ void WebContents::CopyImageAt(int x, int y) {
@@ -3028,7 +3028,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
@@ -3854,7 +3854,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
@@ -3847,7 +3847,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
}
#endif

Expand Down

0 comments on commit 7659531

Please sign in to comment.