Date: Tue, 23 Feb 2021 12:24:19 +0000 (UTC) From: Hiroki Tagato <tagattie@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566394 - in head/devel/electron11: . files Message-ID: <202102231224.11NCOJlZ096924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tagattie Date: Tue Feb 23 12:24:19 2021 New Revision: 566394 URL: https://svnweb.freebsd.org/changeset/ports/566394 Log: Update to 11.3.0 Changelog: https://github.com/electron/electron/releases/tag/v11.3.0 Modified: head/devel/electron11/Makefile head/devel/electron11/Makefile.version head/devel/electron11/distinfo head/devel/electron11/files/package.json head/devel/electron11/files/patch-electron_shell_browser_api_electron__api__web__contents.cc head/devel/electron11/files/patch-electron_shell_browser_electron__browser__main__parts.cc head/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc head/devel/electron11/files/patch-electron_shell_browser_native__window__views.h head/devel/electron11/files/patch-v8_src_base_platform_platform-posix.cc Modified: head/devel/electron11/Makefile ============================================================================== --- head/devel/electron11/Makefile Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/Makefile Tue Feb 23 12:24:19 2021 (r566394) @@ -130,7 +130,7 @@ NODE_VER= 12.18.3 # See ${WRKSRC}/electron/DEPS for NAN_VER NAN_VER= 2c4ee8a32a299eada3cd6e468bbd0a473bfea96d -YARN_TIMESTAMP= 1612596580 +YARN_TIMESTAMP= 1613819499 GN_ARGS+= clang_use_chrome_plugins=false \ enable_hangout_services_extension=true \ Modified: head/devel/electron11/Makefile.version ============================================================================== --- head/devel/electron11/Makefile.version Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/Makefile.version Tue Feb 23 12:24:19 2021 (r566394) @@ -1,4 +1,4 @@ # $FreeBSD$ -ELECTRON_VER= 11.2.3 +ELECTRON_VER= 11.3.0 ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//} Modified: head/devel/electron11/distinfo ============================================================================== --- head/devel/electron11/distinfo Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/distinfo Tue Feb 23 12:24:19 2021 (r566394) @@ -1,14 +1,14 @@ -TIMESTAMP = 1612597534 +TIMESTAMP = 1613820027 SHA256 (electron/chromium-87.0.4280.141.tar.xz) = 147591d7fc21e1a173701d28bbf35baddb91e64dd96ec16d8eee9a5113403375 SIZE (electron/chromium-87.0.4280.141.tar.xz) = 856467564 SHA256 (electron/a9603a3dc03fa41af9cc5c8ac28d23d1f98dfe3c) = b8b23fa102ddea8b6b4b6b9161c76636fd48b37e6bcfe955e56bfe04e31ba13b SIZE (electron/a9603a3dc03fa41af9cc5c8ac28d23d1f98dfe3c) = 8072260 SHA256 (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492 SIZE (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = 26759650 -SHA256 (electron/electron-yarn-cache-11.2.3.tar.xz) = d290fb7de0cd3bfb8f59ef0775d6e5619cfe4a55f3d392b4b8bc7dc08d207d0c -SIZE (electron/electron-yarn-cache-11.2.3.tar.xz) = 27493896 -SHA256 (electron/electron-electron-v11.2.3_GH0.tar.gz) = e3bd09676c69829633bce8d3a05417c5ffe2b40dbebe13f327675e31d49bfe0f -SIZE (electron/electron-electron-v11.2.3_GH0.tar.gz) = 6267701 +SHA256 (electron/electron-yarn-cache-11.3.0.tar.xz) = 7c38834e79bb9cbbd7ce621ddd49d81764a145bf33785bf8c26a207e6f4394c2 +SIZE (electron/electron-yarn-cache-11.3.0.tar.xz) = 27493852 +SHA256 (electron/electron-electron-v11.3.0_GH0.tar.gz) = d7555f83c40be0664577a150814868481e2c8894960510bc1eca5d8e748d74cd +SIZE (electron/electron-electron-v11.3.0_GH0.tar.gz) = 6290962 SHA256 (electron/nodejs-node-v12.18.3_GH0.tar.gz) = 6e2730c9284906a0f34cd7c64540c891c0e363323c46e9fc005c6366ddf389c6 SIZE (electron/nodejs-node-v12.18.3_GH0.tar.gz) = 77078855 SHA256 (electron/nodejs-nan-2c4ee8a32a299eada3cd6e468bbd0a473bfea96d_GH0.tar.gz) = e4ff33afb043329429c9551d3cc983786553a310a7d61ee313485ba3ac9b2b15 Modified: head/devel/electron11/files/package.json ============================================================================== --- head/devel/electron11/files/package.json Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/files/package.json Tue Feb 23 12:24:19 2021 (r566394) @@ -1,6 +1,6 @@ { "name": "electron", - "version": "11.2.3", + "version": "11.3.0", "repository": "https://github.com/electron/electron", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "devDependencies": { Modified: head/devel/electron11/files/patch-electron_shell_browser_api_electron__api__web__contents.cc ============================================================================== --- head/devel/electron11/files/patch-electron_shell_browser_api_electron__api__web__contents.cc Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/files/patch-electron_shell_browser_api_electron__api__web__contents.cc Tue Feb 23 12:24:19 2021 (r566394) @@ -1,4 +1,4 @@ ---- electron/shell/browser/api/electron_api_web_contents.cc.orig 2021-02-02 17:38:53 UTC +--- electron/shell/browser/api/electron_api_web_contents.cc.orig 2021-02-19 19:40:19 UTC +++ electron/shell/browser/api/electron_api_web_contents.cc @@ -123,11 +123,11 @@ #include "ui/base/cocoa/defaults_utils.h" @@ -32,7 +32,7 @@ // Update font settings. static const base::NoDestructor<gfx::FontRenderParams> params( gfx::GetFontRenderParams(gfx::FontRenderParamsQuery(), nullptr)); -@@ -1811,7 +1811,7 @@ void WebContents::ForcefullyCrashRenderer() { +@@ -1817,7 +1817,7 @@ void WebContents::ForcefullyCrashRenderer() { content::RenderProcessHost* rph = rwh->GetProcess(); if (rph) { @@ -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(); -@@ -2390,7 +2390,7 @@ void WebContents::CopyImageAt(int x, int y) { +@@ -2396,7 +2396,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. Modified: head/devel/electron11/files/patch-electron_shell_browser_electron__browser__main__parts.cc ============================================================================== --- head/devel/electron11/files/patch-electron_shell_browser_electron__browser__main__parts.cc Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/files/patch-electron_shell_browser_electron__browser__main__parts.cc Tue Feb 23 12:24:19 2021 (r566394) @@ -1,6 +1,6 @@ ---- electron/shell/browser/electron_browser_main_parts.cc.orig 2021-01-22 23:55:24 UTC +--- electron/shell/browser/electron_browser_main_parts.cc.orig 2021-02-19 19:40:19 UTC +++ electron/shell/browser/electron_browser_main_parts.cc -@@ -367,7 +367,7 @@ int ElectronBrowserMainParts::PreCreateThreads() { +@@ -359,7 +359,7 @@ int ElectronBrowserMainParts::PreCreateThreads() { // happen before the ResourceBundle is loaded if (locale.empty()) l10n_util::OverrideLocaleWithCocoaLocale(); @@ -9,7 +9,7 @@ // l10n_util::GetApplicationLocaleInternal uses g_get_language_names(), // which keys off of getenv("LC_ALL"). // We must set this env first to make ui::ResourceBundle accept the custom -@@ -390,7 +390,7 @@ int ElectronBrowserMainParts::PreCreateThreads() { +@@ -382,7 +382,7 @@ int ElectronBrowserMainParts::PreCreateThreads() { ElectronBrowserClient::SetApplicationLocale(app_locale); fake_browser_process_->SetApplicationLocale(app_locale); Modified: head/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc ============================================================================== --- head/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc Tue Feb 23 12:24:19 2021 (r566394) @@ -1,4 +1,4 @@ ---- electron/shell/browser/native_window_views.cc.orig 2021-01-22 23:55:24 UTC +--- electron/shell/browser/native_window_views.cc.orig 2021-02-19 19:40:19 UTC +++ electron/shell/browser/native_window_views.cc @@ -306,7 +306,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper: last_window_state_ = ui::SHOW_STATE_NORMAL; @@ -18,7 +18,7 @@ aura::Window* window = GetNativeWindow(); if (window) window->RemovePreTargetHandler(this); -@@ -1359,7 +1359,7 @@ void NativeWindowViews::OnWidgetBoundsChanged(views::W +@@ -1375,7 +1375,7 @@ void NativeWindowViews::OnWidgetBoundsChanged(views::W } void NativeWindowViews::OnWidgetDestroying(views::Widget* widget) { @@ -27,7 +27,7 @@ aura::Window* window = GetNativeWindow(); if (window) window->RemovePreTargetHandler(this); -@@ -1469,7 +1469,7 @@ void NativeWindowViews::HandleKeyboardEvent( +@@ -1485,7 +1485,7 @@ void NativeWindowViews::HandleKeyboardEvent( if (widget_destroyed_) return; @@ -36,7 +36,7 @@ if (event.windows_key_code == ui::VKEY_BROWSER_BACK) NotifyWindowExecuteAppCommand(kBrowserBackward); else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD) -@@ -1481,7 +1481,7 @@ void NativeWindowViews::HandleKeyboardEvent( +@@ -1497,7 +1497,7 @@ void NativeWindowViews::HandleKeyboardEvent( root_view_->HandleKeyEvent(event); } Modified: head/devel/electron11/files/patch-electron_shell_browser_native__window__views.h ============================================================================== --- head/devel/electron11/files/patch-electron_shell_browser_native__window__views.h Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/files/patch-electron_shell_browser_native__window__views.h Tue Feb 23 12:24:19 2021 (r566394) @@ -1,6 +1,6 @@ ---- electron/shell/browser/native_window_views.h.orig 2021-01-22 23:55:24 UTC +--- electron/shell/browser/native_window_views.h.orig 2021-02-19 19:40:19 UTC +++ electron/shell/browser/native_window_views.h -@@ -217,7 +217,7 @@ class NativeWindowViews : public NativeWindow, +@@ -218,7 +218,7 @@ class NativeWindowViews : public NativeWindow, content::WebContents*, const content::NativeWebKeyboardEvent& event) override; Modified: head/devel/electron11/files/patch-v8_src_base_platform_platform-posix.cc ============================================================================== --- head/devel/electron11/files/patch-v8_src_base_platform_platform-posix.cc Tue Feb 23 12:16:53 2021 (r566393) +++ head/devel/electron11/files/patch-v8_src_base_platform_platform-posix.cc Tue Feb 23 12:24:19 2021 (r566394) @@ -1,6 +1,6 @@ ---- v8/src/base/platform/platform-posix.cc.orig 2021-01-07 00:39:39 UTC +--- v8/src/base/platform/platform-posix.cc.orig 2021-02-20 11:23:43 UTC +++ v8/src/base/platform/platform-posix.cc -@@ -466,7 +466,7 @@ bool OS::DiscardSystemPages(void* address, size_t size +@@ -476,7 +476,7 @@ bool OS::DiscardSystemPages(void* address, size_t size // static bool OS::HasLazyCommits() { @@ -9,7 +9,7 @@ return true; #else // TODO(bbudge) Return true for all POSIX platforms. -@@ -597,6 +597,12 @@ int OS::GetCurrentThreadId() { +@@ -607,6 +607,12 @@ int OS::GetCurrentThreadId() { return static_cast<int>(syscall(__NR_gettid)); #elif V8_OS_ANDROID return static_cast<int>(gettid());
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102231224.11NCOJlZ096924>