Skip to content

Commit ba80878

Browse files
committed
1 parent 5ec1885 commit ba80878

27 files changed

+151
-62
lines changed

devel/electron33/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ SNDIO_VARS= GN_ARGS+=use_sndio=true
216216
SNDIO_VARS_OFF= GN_ARGS+=use_sndio=false
217217

218218
# See ${WRKSRC}/electron/DEPS for CHROMIUM_VER
219-
CHROMIUM_VER= 130.0.6723.59
219+
CHROMIUM_VER= 130.0.6723.118
220220
# See ${WRKSRC}/electron/DEPS for NODE_VER
221221
NODE_VER= 20.18.0
222222
# See ${WRKSRC}/electron/DEPS for NAN_VER

devel/electron33/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ELECTRON_VER= 33.0.2
1+
ELECTRON_VER= 33.2.0
22
ELECTRON_VER_MAJOR= ${ELECTRON_VER:C/\..*//}

devel/electron33/distinfo

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
TIMESTAMP = 1730016477
2-
SHA256 (electron/chromium-130.0.6723.59.tar.xz) = 90401be8adcd6f580db5c71ea865c97db0e719ba41f406f5869fc7f44bd20e4f
3-
SIZE (electron/chromium-130.0.6723.59.tar.xz) = 6612784668
1+
TIMESTAMP = 1731316814
2+
SHA256 (electron/chromium-130.0.6723.118.tar.xz) = a0a9a740ebb864e89febf4d5480ffbf31b45ac5a506ae70184fa842e27b2d177
3+
SIZE (electron/chromium-130.0.6723.118.tar.xz) = 6627498992
44
SHA256 (electron/pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92
55
SIZE (electron/pulseaudio-16.1.tar.gz) = 2763111
6-
SHA256 (electron/electron-yarn-cache-33.0.2.tar.xz) = cff464312e04611a70e541fd0a94568547b818832250640913967b51bbb8b6da
7-
SIZE (electron/electron-yarn-cache-33.0.2.tar.xz) = 32242880
8-
SHA256 (electron/electron-electron-v33.0.2_GH0.tar.gz) = c6d3be16998ee1f92020078e39dd5c7ea98a1222d2f68919b533ef7f507521fa
9-
SIZE (electron/electron-electron-v33.0.2_GH0.tar.gz) = 13896685
6+
SHA256 (electron/electron-yarn-cache-33.2.0.tar.xz) = fbfce89a9781eba6a8dc2582fcc979f2cb4adbd95c42a09f595c7dfa45a47fdf
7+
SIZE (electron/electron-yarn-cache-33.2.0.tar.xz) = 32181868
8+
SHA256 (electron/electron-electron-v33.2.0_GH0.tar.gz) = 6a0589bbdbf1d5ccc8508b536c1beeb5f49cedb1806dc0de9b04f568946be056
9+
SIZE (electron/electron-electron-v33.2.0_GH0.tar.gz) = 14663878
1010
SHA256 (electron/nodejs-node-v20.18.0_GH0.tar.gz) = 651bb82f6af18084070893559643759165ce050b5839f830d4cc098130d3ad89
1111
SIZE (electron/nodejs-node-v20.18.0_GH0.tar.gz) = 115526827
1212
SHA256 (electron/nodejs-nan-e14bdcd1f72d62bca1d541b66da43130384ec213_GH0.tar.gz) = 02edf8d5b3fef9af94d8a1355da60564a57e7f2c99cb422bce042400607ed2eb

devel/electron33/files/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"folder-hash": "^2.1.1",
4141
"got": "^11.8.5",
4242
"husky": "^8.0.1",
43-
"lint": "^1.1.2",
4443
"lint-staged": "^10.2.11",
4544
"markdownlint-cli2": "^0.13.0",
4645
"minimist": "^1.2.8",

devel/electron33/files/patch-.gn

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- .gn.orig 2024-11-11 11:08:19 UTC
2+
+++ .gn
3+
@@ -173,6 +173,8 @@ exec_script_whitelist =
4+
"//tools/grit/grit_rule.gni",
5+
"//tools/gritsettings/BUILD.gn",
6+
7+
+ "//third_party/icu/BUILD.gn",
8+
+
9+
"//electron/BUILD.gn",
10+
"//third_party/electron_node/deps/base64/BUILD.gn",
11+
"//third_party/electron_node/deps/base64/unofficial.gni",

devel/electron33/files/patch-build_linux_unbundle_icu.gn

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- build/linux/unbundle/icu.gn.orig 2023-04-04 21:42:43 UTC
1+
--- build/linux/unbundle/icu.gn.orig 2024-11-09 21:36:20 UTC
22
+++ build/linux/unbundle/icu.gn
33
@@ -17,6 +17,15 @@ config("icu_config") {
44
"USING_SYSTEM_ICU=1",
@@ -16,3 +16,22 @@
1616
# U_EXPORT (defined in unicode/platform.h) is used to set public visibility
1717
# on classes through the U_COMMON_API and U_I18N_API macros (among others).
1818
# When linking against the system ICU library, we want its symbols to have
19+
@@ -35,6 +44,18 @@ config("icu_config") {
20+
# please see: https://crbug.com/822820
21+
"U_IMPORT=U_EXPORT",
22+
]
23+
+
24+
+ _icu_version = exec_script(pkg_config_script,
25+
+ common_pkg_config_args + pkg_config_args + [
26+
+ "icu-i18n",
27+
+ "--version-as-components",
28+
+ ],
29+
+ "value")
30+
+
31+
+ # Unbreak with icu 76 where private symbols are picked up
32+
+ if (_icu_version[0] >= 76) {
33+
+ defines += [ "U_HIDE_DRAFT_API" ]
34+
+ }
35+
}
36+
37+
pkg_config("system_icui18n") {

devel/electron33/files/patch-chrome_browser_extensions_api_tabs_tabs__api.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
--- chrome/browser/extensions/api/tabs/tabs_api.cc.orig 2024-10-16 21:30:58 UTC
1+
--- chrome/browser/extensions/api/tabs/tabs_api.cc.orig 2024-11-09 21:36:35 UTC
22
+++ chrome/browser/extensions/api/tabs/tabs_api.cc
3-
@@ -871,7 +871,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio
3+
@@ -886,7 +886,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio
44
// minimized.
55
// TODO(crbug.com/40254339): Remove this workaround when linux is fixed.
66
// TODO(crbug.com/40254339): Find a fix for wayland as well.

devel/electron33/files/patch-chrome_browser_sessions_session__restore.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- chrome/browser/sessions/session_restore.cc.orig 2024-10-16 21:31:00 UTC
1+
--- chrome/browser/sessions/session_restore.cc.orig 2024-11-09 21:36:37 UTC
22
+++ chrome/browser/sessions/session_restore.cc
33
@@ -103,7 +103,7 @@
44
#include "chrome/browser/web_applications/web_app_registrar.h"
@@ -9,7 +9,7 @@
99
#include "chrome/browser/ui/webui/whats_new/whats_new_fetcher.h"
1010
#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
1111

12-
@@ -1076,7 +1076,7 @@ class SessionRestoreImpl : public BrowserListObserver
12+
@@ -1081,7 +1081,7 @@ class SessionRestoreImpl : public BrowserListObserver
1313
bool is_first_tab = true;
1414
for (const auto& startup_tab : startup_tabs) {
1515
const GURL& url = startup_tab.url;

devel/electron33/files/patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
--- chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc.orig 2024-10-16 21:31:01 UTC
1+
--- chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc.orig 2024-11-09 21:36:37 UTC
22
+++ chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc
3-
@@ -29,7 +29,7 @@
4-
5-
#if BUILDFLAG(IS_ANDROID)
3+
@@ -31,7 +31,7 @@
64
#include "chrome/browser/supervised_user/child_accounts/child_account_service_android.h"
5+
#include "components/signin/public/identity_manager/identity_manager.h"
6+
#include "ui/android/view_android.h"
77
-#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
88
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)
99
#include "chrome/browser/supervised_user/supervised_user_verification_controller_client.h"
1010
#include "chrome/browser/supervised_user/supervised_user_verification_page.h"
1111
#endif
12-
@@ -145,7 +145,7 @@ SupervisedUserGoogleAuthNavigationThrottle::ShouldProc
12+
@@ -147,7 +147,7 @@ SupervisedUserGoogleAuthNavigationThrottle::ShouldProc
1313
return content::NavigationThrottle::DEFER;
1414
}
1515

devel/electron33/files/patch-chrome_browser_ui_ui__features.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--- chrome/browser/ui/ui_features.cc.orig 2024-10-16 21:31:02 UTC
1+
--- chrome/browser/ui/ui_features.cc.orig 2024-11-09 21:36:38 UTC
22
+++ chrome/browser/ui/ui_features.cc
33
@@ -103,7 +103,7 @@ BASE_FEATURE(kAccessCodeCastUI,
44
base::FEATURE_ENABLED_BY_DEFAULT);
@@ -9,7 +9,7 @@
99
// Enables the feature to remove the last confirmation dialog when relaunching
1010
// to update Chrome.
1111
BASE_FEATURE(kFewerUpdateConfirmations,
12-
@@ -395,7 +395,7 @@ BASE_FEATURE(kTopChromeWebUIUsesSpareRenderer,
12+
@@ -402,7 +402,7 @@ BASE_FEATURE(kTopChromeWebUIUsesSpareRenderer,
1313
"TopChromeWebUIUsesSpareRenderer",
1414
base::FEATURE_ENABLED_BY_DEFAULT);
1515

@@ -18,7 +18,7 @@
1818
// Enables alternate update-related text to be displayed in browser app menu
1919
// button, menu item and confirmation dialog.
2020
BASE_FEATURE(kUpdateTextOptions,
21-
@@ -467,7 +467,7 @@ BASE_FEATURE(kStopLoadingAnimationForHiddenWindow,
21+
@@ -474,7 +474,7 @@ BASE_FEATURE(kStopLoadingAnimationForHiddenWindow,
2222
"StopLoadingAnimationForHiddenWindow",
2323
base::FEATURE_ENABLED_BY_DEFAULT);
2424

0 commit comments

Comments
 (0)