mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
devel/electron18: update to 18.3.11
Changelog: https://github.com/electron/electron/releases/tag/v18.3.11
This commit is contained in:
parent
128ce05e4f
commit
e800b89f74
@ -152,7 +152,7 @@ REACTIVEOBJC_VER= 74ab5baccc6f7202c8ac69a8d1e152c29dc1ea76
|
||||
# See ${WRKSRC}/electron/DEPS for MANTLE_VER
|
||||
MANTLE_VER= 78d3966b3c331292ea29ec38661b25df0a245948
|
||||
|
||||
YARN_TIMESTAMP= 1660898656
|
||||
YARN_TIMESTAMP= 1662105378
|
||||
|
||||
GN_ARGS+= clang_use_chrome_plugins=false \
|
||||
enable_hangout_services_extension=true \
|
||||
|
@ -1,2 +1,2 @@
|
||||
ELECTRON_VER= 18.3.9
|
||||
ELECTRON_VER= 18.3.11
|
||||
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}
|
||||
|
@ -1,14 +1,14 @@
|
||||
TIMESTAMP = 1660898874
|
||||
TIMESTAMP = 1662191317
|
||||
SHA256 (electron/chromium-100.0.4896.160.tar.xz) = a3f755dff069c6fae3eb7f07b33c0dd3f0762fa82959f41c7bd347da8efbacff
|
||||
SIZE (electron/chromium-100.0.4896.160.tar.xz) = 1228994280
|
||||
SHA256 (electron/aad6877c8cd3cff0ef1ba628d71acc981c520c29) = 9793d0cfb94bf2ff099682dcd31ef46d1d7f42346c8a2f6355a5f8fda3dcd506
|
||||
SIZE (electron/aad6877c8cd3cff0ef1ba628d71acc981c520c29) = 12028653
|
||||
SHA256 (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = ec973eccd669d417fbf2d0a4dac730744a3174268ff062db5451b55c82bc3492
|
||||
SIZE (electron/cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb) = 26759650
|
||||
SHA256 (electron/electron-yarn-cache-18.3.9.tar.xz) = da6158bce0c1a5d00f259bd20cc49e56949f016a453b8164ec33958306e6c2f2
|
||||
SIZE (electron/electron-yarn-cache-18.3.9.tar.xz) = 38391424
|
||||
SHA256 (electron/electron-electron-v18.3.9_GH0.tar.gz) = f66cfab41b556d19cc0623de0d40ebb7821a529942fe31962bd8c50b797fd7d0
|
||||
SIZE (electron/electron-electron-v18.3.9_GH0.tar.gz) = 10582567
|
||||
SHA256 (electron/electron-yarn-cache-18.3.11.tar.xz) = 9fe49409e4c2ef2b77a85d50baf12fa97c66e93ba698eeac3070acd40fb62e97
|
||||
SIZE (electron/electron-yarn-cache-18.3.11.tar.xz) = 38392644
|
||||
SHA256 (electron/electron-electron-v18.3.11_GH0.tar.gz) = 64b7a4fe17b52dc83480065b55dbfde4ae7d728e65a6d77cc917005cbbb2f72f
|
||||
SIZE (electron/electron-electron-v18.3.11_GH0.tar.gz) = 10589416
|
||||
SHA256 (electron/nodejs-node-v16.13.2_GH0.tar.gz) = 93c65be15bfe8151b4a99d529538b23ffc6b5e0202dc7df0e32aa780ab49ad97
|
||||
SIZE (electron/nodejs-node-v16.13.2_GH0.tar.gz) = 87972240
|
||||
SHA256 (electron/nodejs-nan-65b32af46e9d7fab2e4ff657751205b3865f4920_GH0.tar.gz) = a649b75bfa9c1a0254c73d022c6e98924b9471f593bcc83832daaf68da4cae8d
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "electron",
|
||||
"version": "18.3.9",
|
||||
"version": "18.3.11",
|
||||
"repository": "https://github.com/electron/electron",
|
||||
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
||||
"devDependencies": {
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- electron/shell/browser/native_window_views.cc.orig 2022-08-03 15:32:21 UTC
|
||||
--- electron/shell/browser/native_window_views.cc.orig 2022-08-31 15:32:07 UTC
|
||||
+++ electron/shell/browser/native_window_views.cc
|
||||
@@ -43,7 +43,7 @@
|
||||
#include "ui/wm/core/shadow_types.h"
|
||||
@ -18,7 +18,7 @@
|
||||
std::string name = Browser::Get()->GetName();
|
||||
// Set WM_WINDOW_ROLE.
|
||||
params.wm_role_name = "browser-window";
|
||||
@@ -290,7 +290,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
|
||||
@@ -307,7 +307,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
|
||||
std::string window_type;
|
||||
options.Get(options::kType, &window_type);
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
// Set _GTK_THEME_VARIANT to dark if we have "dark-theme" option set.
|
||||
bool use_dark_theme = false;
|
||||
if (options.Get(options::kDarkTheme, &use_dark_theme) && use_dark_theme) {
|
||||
@@ -396,7 +396,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
|
||||
@@ -413,7 +413,7 @@ NativeWindowViews::NativeWindowViews(const gin_helper:
|
||||
if (window)
|
||||
window->AddPreTargetHandler(this);
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
// On linux after the widget is initialized we might have to force set the
|
||||
// bounds if the bounds are smaller than the current display
|
||||
SetBounds(gfx::Rect(GetPosition(), bounds.size()), false);
|
||||
@@ -546,7 +546,7 @@ bool NativeWindowViews::IsVisible() {
|
||||
@@ -563,7 +563,7 @@ bool NativeWindowViews::IsVisible() {
|
||||
bool NativeWindowViews::IsEnabled() {
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
return ::IsWindowEnabled(GetAcceleratedWidget());
|
||||
@ -45,7 +45,7 @@
|
||||
#if defined(USE_OZONE_PLATFORM_X11)
|
||||
if (IsX11())
|
||||
return !event_disabler_.get();
|
||||
@@ -604,7 +604,7 @@ void NativeWindowViews::SetEnabledInternal(bool enable
|
||||
@@ -621,7 +621,7 @@ void NativeWindowViews::SetEnabledInternal(bool enable
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
void NativeWindowViews::Maximize() {
|
||||
if (IsVisible()) {
|
||||
widget()->Maximize();
|
||||
@@ -731,7 +731,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou
|
||||
@@ -748,7 +748,7 @@ void NativeWindowViews::SetBounds(const gfx::Rect& bou
|
||||
}
|
||||
#endif
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
// On Linux and Windows the minimum and maximum size should be updated with
|
||||
// window size when window is not resizable.
|
||||
if (!resizable_) {
|
||||
@@ -963,7 +963,7 @@ bool NativeWindowViews::IsClosable() {
|
||||
@@ -980,7 +980,7 @@ bool NativeWindowViews::IsClosable() {
|
||||
return false;
|
||||
}
|
||||
return !(info.fState & MFS_DISABLED);
|
||||
@ -72,7 +72,7 @@
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
@@ -1355,7 +1355,7 @@ void NativeWindowViews::SetProgressBar(double progress
|
||||
@@ -1372,7 +1372,7 @@ void NativeWindowViews::SetProgressBar(double progress
|
||||
NativeWindow::ProgressState state) {
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
taskbar_host_.SetProgressBar(GetAcceleratedWidget(), progress, state);
|
||||
@ -81,7 +81,7 @@
|
||||
if (unity::IsRunning()) {
|
||||
unity::SetProgressFraction(progress);
|
||||
}
|
||||
@@ -1417,7 +1417,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM
|
||||
@@ -1434,7 +1434,7 @@ content::DesktopMediaID NativeWindowViews::GetDesktopM
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
window_handle =
|
||||
reinterpret_cast<content::DesktopMediaID::Id>(accelerated_widget);
|
||||
@ -90,7 +90,7 @@
|
||||
window_handle = static_cast<uint32_t>(accelerated_widget);
|
||||
#endif
|
||||
aura::WindowTreeHost* const host =
|
||||
@@ -1520,7 +1520,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC
|
||||
@@ -1537,7 +1537,7 @@ void NativeWindowViews::SetIcon(HICON window_icon, HIC
|
||||
SendMessage(hwnd, WM_SETICON, ICON_BIG,
|
||||
reinterpret_cast<LPARAM>(app_icon_.get()));
|
||||
}
|
||||
@ -99,7 +99,7 @@
|
||||
void NativeWindowViews::SetIcon(const gfx::ImageSkia& icon) {
|
||||
auto* tree_host = views::DesktopWindowTreeHostLinux::GetHostForWidget(
|
||||
GetAcceleratedWidget());
|
||||
@@ -1590,7 +1590,7 @@ bool NativeWindowViews::CanMaximize() const {
|
||||
@@ -1607,7 +1607,7 @@ bool NativeWindowViews::CanMaximize() const {
|
||||
bool NativeWindowViews::CanMinimize() const {
|
||||
#if BUILDFLAG(IS_WIN)
|
||||
return minimizable_;
|
||||
@ -108,7 +108,7 @@
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
@@ -1664,7 +1664,7 @@ void NativeWindowViews::HandleKeyboardEvent(
|
||||
@@ -1681,7 +1681,7 @@ void NativeWindowViews::HandleKeyboardEvent(
|
||||
if (widget_destroyed_)
|
||||
return;
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
if (event.windows_key_code == ui::VKEY_BROWSER_BACK)
|
||||
NotifyWindowExecuteAppCommand(kBrowserBackward);
|
||||
else if (event.windows_key_code == ui::VKEY_BROWSER_FORWARD)
|
||||
@@ -1683,7 +1683,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
|
||||
@@ -1700,7 +1700,7 @@ void NativeWindowViews::OnMouseEvent(ui::MouseEvent* e
|
||||
// Alt+Click should not toggle menu bar.
|
||||
root_view_->ResetAltState();
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
PORTNAME= vscode
|
||||
DISTVERSION= 1.70.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= https://registry.npmjs.org/esbuild-freebsd-64/-/:esbuild_binary \
|
||||
https://nodejs.org/dist/v${NODE_VER}/:node_headers \
|
||||
|
Loading…
Reference in New Issue
Block a user