f69c11105f
* perf: patch libuv to use posix_spawn on macOS patch libuv to fix a performance regression in macOS >= 11 Spawning child processes in an Electron application with a hardened runtime has become slow in macOS Big Sur. This patch is a squashed version of https://github.com/libuv/libuv/pull/3064 This patch should be removed when libuv PR 3064 is merged. Fixes: https://github.com/libuv/libuv/issues/3050 Fixes: https://github.com/electron/electron/issues/26143 PR-URL: https://github.com/libuv/libuv/pull/3064 Authored-by: Juan Pablo Canepa <jpcanepa@gmail.com> Co-authored-by: Marcello Bastéa-Forte <marcello@descript.com> Electron patch prepared by: Pat DeSantis <pdesantis3@gmail.com> * Remove trailing whitespaces from patch file * update patches * Update patch description Co-authored-by: Electron Bot <electron@github.com>
34 lines
1.8 KiB
Text
34 lines
1.8 KiB
Text
make_module_globalpaths_a_reference.patch
|
|
fix_don_t_create_console_window_when_creating_process.patch
|
|
refactor_alter_child_process_fork_to_use_execute_script_with.patch
|
|
feat_add_uv_loop_watcher_queue_code.patch
|
|
feat_initialize_asar_support.patch
|
|
expose_get_builtin_module_function.patch
|
|
build_add_gn_build_files.patch
|
|
fix_add_default_values_for_enable_lto_and_build_v8_with_gn_in.patch
|
|
feat_add_new_built_with_electron_variable_to_config_gypi.patch
|
|
feat_add_flags_for_low-level_hooks_and_exceptions.patch
|
|
fix_expose_tracing_agent_and_use_tracing_tracingcontroller_instead.patch
|
|
pass_all_globals_through_require.patch
|
|
fixme_comment_trace_event_macro.patch
|
|
fix_key_gen_apis_are_not_available_in_boringssl.patch
|
|
build_modify_js2c_py_to_allow_injection_of_original-fs_and_custom_embedder_js.patch
|
|
refactor_allow_embedder_overriding_of_internal_fs_calls.patch
|
|
chore_prevent_warn_non_context-aware_native_modules_being_loaded.patch
|
|
chore_read_nobrowserglobals_from_global_not_process.patch
|
|
build_bring_back_node_with_ltcg_configuration.patch
|
|
revert_crypto_add_oaeplabel_option.patch
|
|
enable_31_bit_smis_on_64bit_arch_and_ptr_compression.patch
|
|
fix_use_crypto_impls_for_compat.patch
|
|
fix_comment_out_incompatible_crypto_modules.patch
|
|
update_tests_after_increasing_typed_array_size.patch
|
|
feat_add_implementation_of_v8_platform_postjob.patch
|
|
fix_-wincompatible-pointer-types-discards-qualifiers_error.patch
|
|
fix_add_v8_enable_reverse_jsargs_defines_in_common_gypi.patch
|
|
fix_allow_preventing_initializeinspector_in_env.patch
|
|
src_allow_embedders_to_provide_a_custom_pageallocator_to.patch
|
|
allow_preventing_preparestacktracecallback.patch
|
|
fix_add_safeforterminationscopes_for_sigint_interruptions.patch
|
|
remove_makeexternal_case_for_uncached_internal_strings.patch
|
|
fix_remove_outdated_--experimental-wasm-bigint_flag.patch
|
|
darwin_libuv_use_posix_spawn.patch
|