aboutsummaryrefslogtreecommitdiff
path: root/devel/electron11/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron11/files')
-rw-r--r--devel/electron11/files/package.json2
-rw-r--r--devel/electron11/files/patch-electron_shell_browser_native__window__views.cc8
-rw-r--r--devel/electron11/files/patch-electron_spec-main_chromium-spec.ts6
-rw-r--r--devel/electron11/files/patch-services_network_network__context.cc13
-rw-r--r--devel/electron11/files/patch-third__party_zlib_cpu__features.c2
5 files changed, 11 insertions, 20 deletions
diff --git a/devel/electron11/files/package.json b/devel/electron11/files/package.json
index 26ee6fed432a..904972d0e499 100644
--- a/devel/electron11/files/package.json
+++ b/devel/electron11/files/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "11.4.2",
+ "version": "11.4.3",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": {
diff --git a/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc b/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc
index 3e42d3f2e795..c92d6d780cc6 100644
--- a/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc
+++ b/devel/electron11/files/patch-electron_shell_browser_native__window__views.cc
@@ -1,4 +1,4 @@
---- electron/shell/browser/native_window_views.cc.orig 2021-04-02 17:02:59 UTC
+--- electron/shell/browser/native_window_views.cc.orig 2021-04-13 20:38:27 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);
-@@ -1386,7 +1386,7 @@ void NativeWindowViews::OnWidgetBoundsChanged(views::W
+@@ -1387,7 +1387,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);
-@@ -1496,7 +1496,7 @@ void NativeWindowViews::HandleKeyboardEvent(
+@@ -1497,7 +1497,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)
-@@ -1508,7 +1508,7 @@ void NativeWindowViews::HandleKeyboardEvent(
+@@ -1509,7 +1509,7 @@ void NativeWindowViews::HandleKeyboardEvent(
root_view_->HandleKeyEvent(event);
}
diff --git a/devel/electron11/files/patch-electron_spec-main_chromium-spec.ts b/devel/electron11/files/patch-electron_spec-main_chromium-spec.ts
index 2365370206a4..0a270776284b 100644
--- a/devel/electron11/files/patch-electron_spec-main_chromium-spec.ts
+++ b/devel/electron11/files/patch-electron_spec-main_chromium-spec.ts
@@ -1,6 +1,6 @@
---- electron/spec-main/chromium-spec.ts.orig 2021-01-22 23:55:24 UTC
+--- electron/spec-main/chromium-spec.ts.orig 2021-04-13 20:38:27 UTC
+++ electron/spec-main/chromium-spec.ts
-@@ -321,13 +321,13 @@ describe('command line switches', () => {
+@@ -392,13 +392,13 @@ describe('command line switches', () => {
it('should not set an invalid locale', async () => testLocale('asdfkl', currentLocale));
const lcAll = String(process.env.LC_ALL);
@@ -18,7 +18,7 @@
});
describe('--remote-debugging-pipe switch', () => {
-@@ -1384,10 +1384,10 @@ describe('font fallback', () => {
+@@ -1455,10 +1455,10 @@ describe('font fallback', () => {
const fonts = await getRenderedFonts(html);
expect(fonts).to.be.an('array');
expect(fonts).to.have.length(1);
diff --git a/devel/electron11/files/patch-services_network_network__context.cc b/devel/electron11/files/patch-services_network_network__context.cc
index d058a48f7934..463ebb40a0a7 100644
--- a/devel/electron11/files/patch-services_network_network__context.cc
+++ b/devel/electron11/files/patch-services_network_network__context.cc
@@ -1,15 +1,6 @@
---- services/network/network_context.cc.orig 2021-01-25 12:36:59 UTC
+--- services/network/network_context.cc.orig 2021-04-18 07:12:19 UTC
+++ services/network/network_context.cc
-@@ -1962,7 +1962,7 @@ URLRequestContextOwner NetworkContext::MakeURLRequestC
- temp_verifier = base::WrapUnique(cert_verifier_with_trust_anchors_);
- #endif // defined(OS_CHROMEOS)
- if (!temp_verifier) {
--#if !defined(OS_LINUX)
-+#if !defined(OS_LINUX) && !defined(OS_BSD)
- temp_verifier = std::make_unique<net::MultiThreadedCertVerifier>(
- net::CertVerifyProc::CreateSystemVerifyProc(std::move(cert_net_fetcher_)));
- #else
-@@ -2023,7 +2023,7 @@ URLRequestContextOwner NetworkContext::MakeURLRequestC
+@@ -2012,7 +2012,7 @@ URLRequestContextOwner NetworkContext::MakeURLRequestC
net::CookieCryptoDelegate* crypto_delegate = nullptr;
if (params_->enable_encrypted_cookies) {
diff --git a/devel/electron11/files/patch-third__party_zlib_cpu__features.c b/devel/electron11/files/patch-third__party_zlib_cpu__features.c
index 511ce4c485ef..aa2535481810 100644
--- a/devel/electron11/files/patch-third__party_zlib_cpu__features.c
+++ b/devel/electron11/files/patch-third__party_zlib_cpu__features.c
@@ -23,7 +23,7 @@
#include <cpu-features.h>
#elif defined(ARMV8_OS_LINUX)
#include <asm/hwcap.h>
-@@ -65,7 +65,7 @@ int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
+@@ -56,7 +65,7 @@ int ZLIB_INTERNAL x86_cpu_enable_simd = 0;
static void _cpu_check_features(void);
#endif