Skip to content

Commit

Permalink
devel/electron24: update to 24.6.3
Browse files Browse the repository at this point in the history
Changelog: https://github.com/electron/electron/releases/tag/v24.6.3

Reported by:	GitHub (watch releases)
  • Loading branch information
tagattie committed Jul 20, 2023
1 parent e602734 commit df83d1a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion devel/electron24/Makefile
Expand Up @@ -221,7 +221,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948

YARN_TIMESTAMP= 1688642149
YARN_TIMESTAMP= 1689664324

.include "Makefile.version"
.include <bsd.port.pre.mk>
Expand Down
2 changes: 1 addition & 1 deletion devel/electron24/Makefile.version
@@ -1,2 +1,2 @@
ELECTRON_VER= 24.6.2
ELECTRON_VER= 24.6.3
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
10 changes: 5 additions & 5 deletions devel/electron24/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1688642466
TIMESTAMP = 1689666196
SHA256 (electron/chromium-112.0.5615.204.tar.xz) = 4eb23f689df9685fc4ce38fe751023ac98aab2ca21af1ee7ebe47fa5c095a09d
SIZE (electron/chromium-112.0.5615.204.tar.xz) = 1572906744
SHA256 (electron/a98dcca3c46a718770b2cb3430785ea4ed7e3f09) = 386332ab89cbe19c427a3febcf2e93ee89a3007243da3e3e466823f50d00eba5
SIZE (electron/a98dcca3c46a718770b2cb3430785ea4ed7e3f09) = 9822544
SHA256 (electron/336e775eec536b2d785cc80eff6ac39051931286) = a2ca2962daf482a8f943163541e1c73ba4b2694fabcd2510981f2db4eda493c8
SIZE (electron/336e775eec536b2d785cc80eff6ac39051931286) = 32624734
SHA256 (electron/electron-yarn-cache-24.6.2.tar.xz) = 0c5e42ce89e8e66762f5e7e2c7746142fe707da70296ba954f98a8021fee525a
SIZE (electron/electron-yarn-cache-24.6.2.tar.xz) = 41637216
SHA256 (electron/electron-electron-v24.6.2_GH0.tar.gz) = d1da787a84164bcd8b09281037440c80e0c5b38619ad1b5af3a1c5bf881b9426
SIZE (electron/electron-electron-v24.6.2_GH0.tar.gz) = 10496938
SHA256 (electron/electron-yarn-cache-24.6.3.tar.xz) = a5f9ed8a1174eb1205fba834cccc76614ec437c0ca4d3b51f08f57080d1fb611
SIZE (electron/electron-yarn-cache-24.6.3.tar.xz) = 41635648
SHA256 (electron/electron-electron-v24.6.3_GH0.tar.gz) = fd2483d705e7c3e0c2fd0d8b8a493c01dd318212a29c9e7896b0a92cacbc2b44
SIZE (electron/electron-electron-v24.6.3_GH0.tar.gz) = 10496899
SHA256 (electron/nodejs-node-v18.14.0_GH0.tar.gz) = 31bbccdff73269baebcc9f32c2ffe428f28be79841527c63e95da93e8c630829
SIZE (electron/nodejs-node-v18.14.0_GH0.tar.gz) = 113058999
SHA256 (electron/nodejs-nan-16fa32231e2ccd89d2804b3f765319128b20c4ac_GH0.tar.gz) = 3807ae6a1e451a29f068540472f100f9718d457c60ac62f2f8469d1d57475d39
Expand Down
@@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_desktop_capturer.cc.orig 2023-03-08 02:34:17 UTC
--- electron/shell/browser/api/electron_api_desktop_capturer.cc.orig 2023-07-11 13:17:52 UTC
+++ electron/shell/browser/api/electron_api_desktop_capturer.cc
@@ -36,7 +36,7 @@
#include "third_party/webrtc/modules/desktop_capture/win/dxgi_duplicator_controller.h"
Expand All @@ -18,7 +18,7 @@
// Private function in ui/base/x/x11_display_util.cc
std::map<x11::RandR::Output, int> GetMonitors(int version,
x11::RandR* randr,
@@ -296,7 +296,7 @@ void DesktopCapturer::UpdateSourcesList(DesktopMediaLi
@@ -348,7 +348,7 @@ void DesktopCapturer::UpdateSourcesList(DesktopMediaLi
for (auto& source : screen_sources) {
source.display_id = base::NumberToString(source.media_list_source.id.id);
}
Expand Down
@@ -1,4 +1,4 @@
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-06-27 15:34:12 UTC
--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2023-07-11 13:17:52 UTC
+++ electron/shell/browser/api/electron_api_web_contents.cc
@@ -152,11 +152,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));
@@ -2497,7 +2497,7 @@ void WebContents::ForcefullyCrashRenderer() {
@@ -2499,7 +2499,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();
@@ -3140,7 +3140,7 @@ void WebContents::CopyImageAt(int x, int y) {
@@ -3142,7 +3142,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
@@ -3946,7 +3946,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
@@ -3948,7 +3948,7 @@ ui::ImageModel WebContents::GetDevToolsWindowIcon() {
}
#endif

Expand Down

0 comments on commit df83d1a

Please sign in to comment.