electron/patches/node
electron-roller[bot] 9645f7f6d8
chore: bump chromium to 117.0.5884.1 (main) (#38969)
* chore: bump chromium in DEPS to 117.0.5866.0

* chore: bump chromium in DEPS to 117.0.5868.0

* chore: update mas_no_private_api.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4634925

Minor manual patch syncing due to upstream code shear

* chore: update mas_disable_remote_layer.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4647191

Manually sync patch to minor upstream code shear

* chore: update mas_disable_remote_accessibility.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4641746

No manual changes; patch applied with fuzz

* chore: update mas_avoid_usage_of_private_macos_apis.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4634925

Manually sync base/process/launch_mac.cc to minor upstream shear

Manually sync base/mac/foundation_util.mm to upstream changes:
_CFIsObjC use has been removed upstream, so we no longer need
to remove it 🎉

* chore: update printing.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4658496

Manually sync patch to minor upstream code shear

* chore: update disable_color_correct_rendering.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4625254

Manually sync patch to minor upstream code shear

* chore: update feat_expose_raw_response_headers_from_urlloader.patch

Xref: services/network/public/cpp/resource_request.cc

No manual changes; patch applied with fuzz

* chore: update add_electron_deps_to_license_credits_file.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4634961

No manual changes; patch applied with fuzz

* chore: update build_only_use_the_mas_build_config_in_the_required_components.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4648411

No manual changes; patch applied with fuzz

* chore: update patches

* fixup! chore: update add_electron_deps_to_license_credits_file.patch

chore: license files must be an array

* chore: bump chromium in DEPS to 117.0.5870.0

* chore: update patches

* chore: run ./script/gen-libc++-filenames.js

* chore: update json_parse_errors_made_user-friendly.patch

Xref: https://chromium-review.googlesource.com/c/v8/v8/+/4652014

v8 error message changed upstream; update Node test to match it

* chore: bump chromium in DEPS to 117.0.5872.0

* chore: update patches

* chore: explicitly cast x11::Window to unsigned int

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4661049

This is an `enum class Window : uint32_t` defined in ui/gfx/x/xproto.h.
Previous versions of clang let this implicit cast happen,
but it generates a warning in the new clang roll.

* chore: remove unused #include

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4650453

header was removed upstream, so FTBFS unless removed here

* chore: add include guard patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4628373

h/t @jkleinsc

* chore: bump chromium in DEPS to 117.0.5874.0

* chore: update render_widget_host_view_mac.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4661244

Manually sync patch to minor upstream code

* chore: update mas_disable_remote_accessibility.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4653209

Manually sync patch to upstream code shear

* chore: update build_only_use_the_mas_build_config_in_the_required_components.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4653209

Manually sync patch to minor upstream code shear

* chore: update GetInitiatorProcessId()

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4641991

trivial upstream naming change: s/ProcessID/ProcessId/

* chore: sync to upstream SetInputRegion() changes

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4665245

Simple upstream chang: SetInputRegion() used to take a gfx::Rect* where
`nullptr` meant "no opaque region". The function signature changed to
absl::optional<gfx::Rect> w/the same meaning.

* chore: sync to upstream SetOpaqueRegion() changes

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4656738

Simple upstream chang: SetOpaqueRegion() used to take a vector<Rect>* where
`nullptr` meant "no opaque region". The function signature changed to
absl::optional<std::vector<gfx::Rect>> w/the same meaning.

* chore: update patches

* chore: bump chromium in DEPS to 117.0.5876.0

* chore: update mas_disable_remote_accessibility.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4658375

We no longer need to patch out a field that's now removed upstream.
RenderWidgetHostNSViewBridgeOwner.remote_accessibility_element_

* chore: update feat_filter_out_non-shareable_windows_in_the_current_application_in.patch

Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4658680

Manually sync patch to upstream code shear (ARC adoption).

* chore: update patches

* fix: -Werror,-Wshadow error in Node.js

* chore: bump chromium in DEPS to 117.0.5878.0

* chore: bump chromium in DEPS to 117.0.5880.0

* chore: bump chromium in DEPS to 117.0.5880.4

* chore: update patches

* 4658680: Convert /content/browser to use ARC

https://chromium-review.googlesource.com/c/chromium/src/+/4658680

* 4669995: Remove CFToNSCast and NSToCFCast

https://chromium-review.googlesource.com/c/chromium/src/+/4669995

* WIP: 4658680: Convert /content/browser to use ARC

https://chromium-review.googlesource.com/c/chromium/src/+/4658680

* chore: update printing patch after rebase

* chore: bump chromium in DEPS to 117.0.5882.0

* Revert "WIP: 4658680: Convert /content/browser to use ARC"

This reverts commit c8559ea448ad93123865a6fa8af6fe2767e43396.

* Revert "4669995: Remove CFToNSCast and NSToCFCast"

This reverts commit 38e145f33d844e077b09e1fb119fae9d5d7bbc3e.

* chore: bump chromium in DEPS to 117.0.5874.0

* 4661244: Convert /content/browser/renderer_host to use ARC

https://chromium-review.googlesource.com/c/chromium/src/+/4661244

* 4653209: Convert /ui/views:views to use ARC

https://chromium-review.googlesource.com/c/chromium/src/+/4653209

* chore: fixup mas_disable_remote_accessibility.patch

* chore: fixup render_widget_host_view_mac.patch

* chore: update to newer clang

* chore: bump chromium in DEPS to 117.0.5884.1

(cherry picked from commit a3879acfde8f3d962d58d6ad0632164ccb88ee63)

* 4669995: Remove CFToNSCast and NSToCFCast

https://chromium-review.googlesource.com/c/chromium/src/+/4669995
(cherry picked from commit 38e145f33d844e077b09e1fb119fae9d5d7bbc3e)
(cherry picked from commit b1224ab7e00aedbd0e5dc78ebb3c6162573b28c4)

* 4658680: Convert /content/browser to use ARC

https://chromium-review.googlesource.com/c/chromium/src/+/4658680
(cherry picked from commit 77039a323b9ebb3e8edb3a92a3b94a8d7d026a32)

* Rename and cleanup ExtensionsBrowserClient functions

| https://chromium-review.googlesource.com/c/chromium/src/+/4665670

(cherry picked from commit 677a2e646a8d82da60dc252b08b320c3ddff6be6)

* chore: bump chromium in DEPS to 117.0.5886.0

* chore: update patches

* Revert "chore: update patches"

This reverts commit db9294f9446492d4a3d63f5f3ecc551aeeeb2e26.

* Revert "chore: bump chromium in DEPS to 117.0.5886.0"

This reverts commit a7de0276e6e0eeecfdbb17f9bbc27c01b4bbfc24.

* build: use built toolchains instead of locally installed VSCode

* fixup: build: use built toolchains instead of locally installed VSCode

* chore: add missing mojo dep

---------

Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Charles Kerr <charles@charleskerr.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2023-07-16 16:14:43 +02:00
..
.patches chore: bump chromium to 117.0.5884.1 (main) (#38969) 2023-07-16 16:14:43 +02:00
api_pass_oomdetails_to_oomerrorcallback.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
build_add_gn_build_files.patch chore: bump node to v18.16.1 (main) (#38869) 2023-06-26 12:03:30 -04:00
build_ensure_native_module_compilation_fails_if_not_using_a_new.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
build_modify_js2c_py_to_allow_injection_of_original-fs_and_custom_embedder_js.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
chore_add_context_to_context_aware_module_prevention.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
chore_allow_the_node_entrypoint_to_be_a_builtin_module.patch chore: bump node to v18.16.1 (main) (#38869) 2023-06-26 12:03:30 -04:00
chore_remove_--no-harmony-atomics_related_code.patch chore: remove --no-harmony-atomics related code (#38030) 2023-04-19 10:29:18 -04:00
enable_crashpad_linux_node_processes.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
expose_get_builtin_module_function.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
feat_add_knostartdebugsignalhandler_to_environment_to_prevent.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
feat_add_uv_loop_interrupt_on_io_change_option_to_uv_loop_configure.patch chore: bump node to v18.13.0 (main) (#36818) 2023-01-11 11:33:48 +01:00
feat_initialize_asar_support.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_-wshadow_warning.patch chore: bump chromium to 117.0.5884.1 (main) (#38969) 2023-07-16 16:14:43 +02:00
fix_account_for_createexternalizablestring_v8_global.patch chore: bump chromium to 115.0.5786.0 (main) (#38301) 2023-05-23 21:58:58 +02:00
fix_account_for_debugger_agent_race_condition.patch chore: bump node to v18.13.0 (main) (#36818) 2023-01-11 11:33:48 +01:00
fix_adapt_debugger_tests_for_upstream_v8_changes.patch chore: bump chromium to 114.0.5684.0 (main) (#37701) 2023-03-30 22:03:58 -04:00
fix_add_default_values_for_variables_in_common_gypi.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_crypto_tests_to_run_with_bssl.patch chore: bump node to v18.16.1 (main) (#38869) 2023-06-26 12:03:30 -04:00
fix_expose_lookupandcompile_with_parameters.patch chore: bump node to v18.14.0 (main) (#37129) 2023-02-07 15:51:07 -05:00
fix_expose_the_built-in_electron_module_via_the_esm_loader.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_expose_tracing_agent_and_use_tracing_tracingcontroller_instead.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_handle_boringssl_and_openssl_incompatibilities.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_libc_buffer_overflow_in_string_view_ctor.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_override_createjob_in_node_platform.patch refactor: only override V8Platform::CreateJob (#37800) 2023-04-04 10:28:28 +02:00
fix_parallel_test-v8-stats.patch chore: combine parallel/test-v8-stats v8 patches (#37801) 2023-04-04 10:19:45 +02:00
fix_prevent_changing_functiontemplateinfo_after_publish.patch chore: bump node to v18.14.0 (main) (#37129) 2023-02-07 15:51:07 -05:00
fix_preventing_potential_oob_in_ada_no_scheme_parsing.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch chore: bump node to v16.7.0 (main) (#30350) 2021-08-20 19:25:50 +02:00
fix_serdes_test.patch chore: upgrade to Node.js v18 (#35999) 2022-11-10 22:31:20 +01:00
fix_suppress_clang_-wdeprecated-declarations_in_libuv.patch chore: bump node to v18.13.0 (main) (#36818) 2023-01-11 11:33:48 +01:00
fix_wunreachable-code_warning_in_ares_init_rand_engine.patch chore: bump node to v18.16.1 (main) (#38869) 2023-06-26 12:03:30 -04:00
json_parse_errors_made_user-friendly.patch chore: bump chromium to 117.0.5884.1 (main) (#38969) 2023-07-16 16:14:43 +02:00
pass_all_globals_through_require.patch chore: bump node to v18.16.1 (main) (#38869) 2023-06-26 12:03:30 -04:00
refactor_allow_embedder_overriding_of_internal_fs_calls.patch chore: bump node to v18.16.1 (main) (#38869) 2023-06-26 12:03:30 -04:00
refactor_alter_child_process_fork_to_use_execute_script_with.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
support_v8_sandboxed_pointers.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00
test_formally_mark_some_tests_as_flaky.patch test: formally mark some Node.js tests as flaky (#38117) 2023-04-26 10:11:14 +02:00
v8_api_advance_api_deprecation.patch chore: bump node to v18.16.0 (main) (#37973) 2023-04-18 22:23:11 +02:00