forked from pool/nodejs-electron
- Update to 35.2.1
* Chromium 134.0.6998.205
* Node 22.14.0
* V8 13.4
* Removed AVIF image format
* Added excludeUrls to webRequest filter and deprecated the use of empty arrays in urls property.
* Added fromVersionID on ServiceWorkers to get an instance of ServiceWorkerMain.
* Deprecated getPreloads and setPreloads on Session.
* Moved 'console-message' arguments into event object.
* Added ServiceWorkerMain class to interact with service workers in the main process.
* Added contextBridge.executeInMainWorld to safely execute code across world boundaries.
* Added frame to 'console-message' event.
* Added optional animation parameter to BrowserWindow.setVibrancy.
* Added permission support for document.executeCommand("paste").
* Added support for service worker preload scripts.
* Support Portal's globalShortcuts.
Electron must be run with --enable-features=GlobalShortcutsPortal in order to have the feature working.
* see https://github.com/electron/electron/releases/tag/v35.0.0 and https://www.electronjs.org/blog/electron-35-0 for more
- Remove Fedora 40 support
* drop bundled-minizip.patch
* drop quiche-absl-HexStringToBytes.patch
- Leap 15.6: use backported wayland-protocols
* drop wayland-protocol-toplevel-icon.patch
* drop wayland-protocol-toplevel-icon-2.patch
* drop wayland-protocol-toplevel-drag.patch
- Build with LTO also on 15.6 (so now we enable it everywhere)
- Fedora: use system simdjson
* merge system-ada-url.patch into use-system-libraries-in-node.patch
- Drop no longer applicable patches
* account_id-missing-optional.patch
* blink-platform-INSIDE_BLINK-Wodr.patch
* boringssl-internal-addc-cxx.patch
* build-without-extensions.patch
* css_attr_value_tainting-missing-once_flag.patch
* electron-13-fix-base-check-nomerge.patch
* exception_context-missing-variant.patch
* fix-build-without-safebrowsing.patch
* fix-build-without-service-discovery.patch
* ip_protection_data_types-missing-optional.patch
* node-compiler.patch
* skia_image_decoder_base-missing-stack.patch
* vtt_scanner-missing-variant.patch
* wayland_connection-Wchanges-meaning.patch
- Add backported or upstreamable patches
* ax_platform_node_id-fpermissive.patch
* browser_process_impl-fix-safe_browsing_mode-0.patch
* content_browser_client-incomplete-WebUIController.patch
* css_shape_value-constructor.patch
* exception_state-constexpr-initializer.patch
* fix-build-without-pdf.patch
* fix-build-without-video-effects.patch
* media_session_uma_helper-missing-optional.patch
* object_paint_properties-explicit-specialization-in-non-namespace-scope.patch
* perfetto-ThreadTrack-Current-null-dereference.patch
* picture_in_picture_window_manager_uma_helper-missing-optional.patch
* plugin_utils-build-without-electron_extensions.patch
* raw_ptr-fpermissive.patch
* resource_response-Wchanges-meaning.patch
* resource-Wchanges-meaning.patch
* string-hasher-flax-vector-conversions.patch
* string_truncator-convert.patch
* style_scope-unqualified-To.patch
* to_vector-std-projected-gcc119888.patch
* unexportable_key_service_impl-Wlto-type-mismatch.patch
* xml_document_parser-Wmissing-template-keyword.patch
- merge remove-libphonenumber.patch & delete-old-language-detection-which-uses-tflite.patch
into remove-ai-language-detection-factory-which-requires-tflite-and-libphonenumber.patch
- Revert upstream change which breaks build with old abseil
* webrtc-make_ref_counted-absl2024-nullability.patch
- Conditionally (15.6) remove feature change which needs new spirv
* angle-SPV_BINARY_TO_TEXT_OPTION_NESTED_INDENT.patch
- Use system sqlite in node (except 15.6)
* system-sqlite.patch
- Remove more rust code
* chromium-132-no-rust.patch
- Actually disable AVIF support without disabling AV1 video
* disable-avif-really.patch
- Various other build fixes
* absl_strings-missing-headers.patch
* blink-shape_result-highway.patch
* build-without-mesage-center.patch
* fix-system-highway.patch
* gn-logspam-breaks-install.patch
* permission-gcc14.2.patch
OBS-URL: https://build.opensuse.org/request/show/1272836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-electron?expand=0&rev=202
108 lines
5.3 KiB
Diff
108 lines
5.3 KiB
Diff
Remove this dead code which brings a dependency on rustc
|
|
|
|
--- src/components/BUILD.gn.orig 2025-04-11 12:05:18.743943100 +0200
|
|
+++ src/components/BUILD.gn 2025-04-11 19:52:11.508526413 +0200
|
|
@@ -297,7 +297,6 @@ test("components_unittests") {
|
|
"//components/profile_metrics:unit_tests",
|
|
"//components/proxy_config:unit_tests",
|
|
"//components/push_notification:unit_tests",
|
|
- "//components/qr_code_generator:unit_tests",
|
|
"//components/query_parser:unit_tests",
|
|
"//components/reading_list/core:unit_tests",
|
|
"//components/regional_capabilities:unit_tests",
|
|
--- src/chrome/browser/BUILD.gn.orig 2025-04-11 12:13:12.927314100 +0200
|
|
+++ src/chrome/browser/BUILD.gn 2025-04-11 19:52:48.976512203 +0200
|
|
@@ -1777,7 +1777,6 @@ static_library("browser") {
|
|
"//chrome/browser/profiling_host",
|
|
|
|
# TODO(crbug.com/40228447): break this dep when favicon is in its own target
|
|
- "//chrome/browser/share",
|
|
|
|
# TODO(358041220): There is a circular_dependency of `cookie_controls:impl` module
|
|
# with "//chrome/browser" due to the inclusion of //c/b/policy/profile_policy_connector.h
|
|
@@ -1935,7 +1934,6 @@ static_library("browser") {
|
|
"//chrome/browser/search_engine_choice",
|
|
"//chrome/browser/search_engine_choice:impl",
|
|
"//chrome/browser/search_engines",
|
|
- "//chrome/browser/share",
|
|
"//chrome/browser/sharing:buildflags",
|
|
"//chrome/browser/signin",
|
|
"//chrome/browser/signin:identity_manager_provider",
|
|
@@ -8426,7 +8424,6 @@ static_library("browser_generated_files"
|
|
"//chrome/browser/new_tab_page/modules/v2/calendar:mojo_bindings",
|
|
"//chrome/browser/new_tab_page/modules/v2/most_relevant_tab_resumption:mojo_bindings",
|
|
"//chrome/browser/profile_resetter:profile_reset_report_proto",
|
|
- "//chrome/browser/share/proto:proto",
|
|
"//chrome/browser/support_tool:support_tool_proto",
|
|
"//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto",
|
|
"//chrome/browser/ui:webui_name_variants",
|
|
@@ -8877,7 +8874,6 @@ static_library("test_support") {
|
|
"//chrome/browser/policy/messaging_layer/proto:crd_event_proto",
|
|
"//chrome/browser/search_engine_choice",
|
|
"//chrome/browser/search_engines",
|
|
- "//chrome/browser/share:share",
|
|
"//chrome/common",
|
|
"//chrome/common/notifications",
|
|
"//chrome/common/safe_browsing:proto",
|
|
--- src/chrome/browser/ui/BUILD.gn.orig 2024-12-08 18:34:54.011339960 +0100
|
|
+++ src/chrome/browser/ui/BUILD.gn 2024-12-18 12:39:08.101349746 +0100
|
|
@@ -425,7 +425,6 @@ static_library("ui") {
|
|
"//chrome/browser/search_engine_choice",
|
|
"//chrome/browser/search_engine_choice:impl",
|
|
"//chrome/browser/search_engines",
|
|
- "//chrome/browser/share",
|
|
"//chrome/browser/signin",
|
|
"//chrome/browser/signin:identity_manager_provider",
|
|
"//chrome/browser/signin:impl",
|
|
@@ -591,7 +590,6 @@ static_library("ui") {
|
|
"//components/privacy_sandbox:tracking_protection_settings",
|
|
"//components/profile_metrics",
|
|
"//components/proxy_config",
|
|
- "//components/qr_code_generator:bitmap_generator",
|
|
"//components/query_parser",
|
|
"//components/reading_list/core",
|
|
"//components/reading_list/features:flags",
|
|
--- src/chrome/test/BUILD.gn.orig 2025-04-11 12:13:12.932314099 +0200
|
|
+++ src/chrome/test/BUILD.gn 2025-04-11 19:53:28.092504094 +0200
|
|
@@ -2163,7 +2163,6 @@ if (!is_android) {
|
|
"//chrome/browser/web_applications:prevent_close_test_support",
|
|
"//chrome/browser/web_applications:web_applications_test_support",
|
|
"//chrome/browser/webaudio:browser_tests",
|
|
- "//chrome/browser/webauthn:test_support",
|
|
"//chrome/common:version_header",
|
|
"//chrome/common/privacy_budget:test_support",
|
|
"//chrome/renderer",
|
|
@@ -2337,7 +2336,6 @@ if (!is_android) {
|
|
"//components/privacy_sandbox/privacy_sandbox_attestations:test_support",
|
|
"//components/privacy_sandbox/privacy_sandbox_attestations/proto:proto",
|
|
"//components/proxy_config",
|
|
- "//components/qr_code_generator:bitmap_generator",
|
|
"//components/reading_list/core",
|
|
"//components/reading_list/features:flags",
|
|
"//components/resources",
|
|
@@ -6648,7 +6646,6 @@ test("unit_tests") {
|
|
"//components/privacy_sandbox/privacy_sandbox_attestations:test_support",
|
|
"//components/privacy_sandbox/privacy_sandbox_attestations/proto:proto",
|
|
"//components/proxy_config",
|
|
- "//components/qr_code_generator:bitmap_generator",
|
|
"//components/query_parser",
|
|
"//components/reading_list/core",
|
|
"//components/reading_list/core:test_support",
|
|
@@ -6829,7 +6826,6 @@ test("unit_tests") {
|
|
"//third_party/metrics_proto",
|
|
"//third_party/microsoft_webauthn",
|
|
"//third_party/re2",
|
|
- "//third_party/rust/fend_core/v1/wrapper:unit_tests",
|
|
"//third_party/webrtc_overrides:webrtc_component",
|
|
"//third_party/widevine/cdm:headers",
|
|
"//third_party/zlib/google:compression_utils",
|
|
@@ -8115,8 +8111,6 @@ test("unit_tests") {
|
|
"//chrome/browser/upgrade_detector:build_state_observer",
|
|
"//chrome/browser/user_annotations",
|
|
"//chrome/browser/web_applications:web_applications_test_support",
|
|
- "//chrome/browser/webauthn:test_support",
|
|
- "//chrome/browser/webauthn/proto",
|
|
"//chrome/common/read_anything:mojo_bindings",
|
|
"//chrome/services/speech:unit_tests",
|
|
"//components/app_constants",
|