d0e220cbce
* chore: bump node in DEPS to v16.17.0 * chore: fixup asar patch * lib: use null-prototype objects for property descriptors https://github.com/nodejs/node/pull/43270 * src: make SecureContext fields private https://github.com/nodejs/node/pull/43173 * crypto: remove Node.js-specific webcrypto extensions https://github.com/nodejs/node/pull/43310 * test: refactor to top-level await https://github.com/nodejs/node/pull/43500 * deps: cherry-pick two libuv fixes https://github.com/nodejs/node/pull/43950 * src: slim down env-inl.h https://github.com/nodejs/node/pull/43745 * util: add AggregateError.prototype.errors to inspect output https://github.com/nodejs/node/pull/43646 * esm: improve performance & tidy tests https://github.com/nodejs/node/pull/43784 * src: NodeArrayBufferAllocator delegates to v8's allocator https://github.com/nodejs/node/pull/43594 * chore: update patch indices * chore: update filenames * src: refactor IsSupportedAuthenticatedMode https://github.com/nodejs/node/pull/42368 * src: add --openssl-legacy-provider option https://github.com/nodejs/node/pull/40478 * lib,src: add source map support for global eval https://github.com/nodejs/node/pull/43428 * trace_events: trace net connect event https://github.com/nodejs/node/pull/43903 * deps: update ICU to 71.1 https://github.com/nodejs/node/pull/42655 This fails the test because it's missing https://chromium-review.googlesource.com/c/chromium/deps/icu/+/3841093 * lib: give names to promisified exists() and question() https://github.com/nodejs/node/pull/43218 * crypto: add CFRG curves to Web Crypto API https://github.com/nodejs/node/pull/42507 * src: fix memory leak for v8.serialize https://github.com/nodejs/node/pull/42695 This test does not work for Electron as they do not use V8's ArrayBufferAllocator. * buffer: fix atob input validation https://github.com/nodejs/node/pull/42539 * src: fix ssize_t error from nghttp2.h https://github.com/nodejs/node/pull/44393 Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
47 lines
2.4 KiB
Text
47 lines
2.4 KiB
Text
refactor_alter_child_process_fork_to_use_execute_script_with.patch
|
|
feat_initialize_asar_support.patch
|
|
expose_get_builtin_module_function.patch
|
|
build_add_gn_build_files.patch
|
|
fix_add_default_values_for_variables_in_common_gypi.patch
|
|
fix_expose_tracing_agent_and_use_tracing_tracingcontroller_instead.patch
|
|
pass_all_globals_through_require.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_allow_the_node_entrypoint_to_be_a_builtin_module.patch
|
|
chore_add_context_to_context_aware_module_prevention.patch
|
|
chore_read_nobrowserglobals_from_global_not_process.patch
|
|
fix_handle_boringssl_and_openssl_incompatibilities.patch
|
|
src_allow_embedders_to_provide_a_custom_pageallocator_to.patch
|
|
fix_crypto_tests_to_run_with_bssl.patch
|
|
fix_account_for_debugger_agent_race_condition.patch
|
|
repl_fix_crash_when_sharedarraybuffer_disabled.patch
|
|
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch
|
|
fix_crash_caused_by_gethostnamew_on_windows_7.patch
|
|
fix_suppress_clang_-wdeprecated-declarations_in_libuv.patch
|
|
fix_serdes_test.patch
|
|
darwin_bump_minimum_supported_version_to_10_15_3406.patch
|
|
fix_failing_node_js_test_on_outdated.patch
|
|
be_compatible_with_cppgc.patch
|
|
feat_add_knostartdebugsignalhandler_to_environment_to_prevent.patch
|
|
worker_thread_add_asar_support.patch
|
|
process_monitor_for_exit_with_kqueue_on_bsds_3441.patch
|
|
process_bsd_handle_kevent_note_exit_failure_3451.patch
|
|
reland_macos_use_posix_spawn_instead_of_fork_3257.patch
|
|
process_reset_the_signal_mask_if_the_fork_fails_3537.patch
|
|
process_only_use_f_dupfd_cloexec_if_it_is_defined_3512.patch
|
|
unix_simplify_uv_cloexec_fcntl_3492.patch
|
|
unix_remove_uv_cloexec_ioctl_3515.patch
|
|
process_simplify_uv_write_int_calls_3519.patch
|
|
macos_don_t_use_thread-unsafe_strtok_3524.patch
|
|
process_fix_hang_after_note_exit_3521.patch
|
|
feat_add_uv_loop_interrupt_on_io_change_option_to_uv_loop_configure.patch
|
|
fix_preserve_proper_method_names_as-is_in_error_stack.patch
|
|
macos_avoid_posix_spawnp_cwd_bug_3597.patch
|
|
src_update_importmoduledynamically.patch
|
|
fix_add_v8_enable_reverse_jsargs_defines_in_common_gypi.patch
|
|
json_parse_errors_made_user-friendly.patch
|
|
support_v8_sandboxed_pointers.patch
|
|
build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch
|
|
build_ensure_native_module_compilation_fails_if_not_using_a_new.patch
|
|
fix_override_createjob_in_node_platform.patch
|
|
src_fix_ssize_t_error_from_nghttp2_h.patch
|