11db6a7d9a
When node is started within Electron's environment it doesn't initialize v8 and time of v8's start is never set. As a result we log v8's start time as 0 and it breaks timestamps in the trace log. With this change we log v8's start time only when it was initialized by node.
26 lines
1.4 KiB
Text
26 lines
1.4 KiB
Text
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_variables_in_common_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
|
|
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
|
|
enable_31_bit_smis_on_64bit_arch_and_ptr_compression.patch
|
|
fix_handle_boringssl_and_openssl_incompatibilities.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
|
|
fix_crypto_tests_to_run_with_bssl.patch
|
|
fix_account_for_debugger_agent_race_condition.patch
|
|
add_should_read_node_options_from_env_option_to_disable_node_options.patch
|
|
repl_fix_crash_when_sharedarraybuffer_disabled.patch
|
|
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch
|
|
chore_fix_-wimplicit-fallthrough.patch
|
|
fix_event_with_invalid_timestamp_in_trace_log.patch
|