Pedro Pontes 54dee45d47 chore: cherry-pick 2 changes from Release-1-M117 (#40080) 1 year ago
..
.patches 54dee45d47 chore: cherry-pick 2 changes from Release-1-M117 (#40080) 1 year ago
README.md 4b9da4dd0e chore: remove mips64el patches as they've largely been upstreamed (#18628) 5 years ago
build_gn.patch 7a8346cc11 chore: bump chromium to 108.0.5359.22 (22-x-y) (#36163) 2 years ago
cherry-pick-038530c94a06.patch 4995c9ee97 chore: cherry-pick 1 changes from Release-3-M116 (#39758) 1 year ago
cherry-pick-2e76270cf65e.patch a68e328e53 chore: cherry-pick 5 changes from Release-2-M114, Release-1-M110 and Release-0-M110 (#38789) 1 year ago
cherry-pick-3b0607d14060.patch 047f474eab chore: cherry-pick 7 changes from Release-0-M114 (#38534) 1 year ago
cherry-pick-546e00df97ac.patch 550b0d5a43 chore: cherry-pick 546e00df97ac from v8 (#37671) 2 years ago
cherry-pick-73af1a19a901.patch 047f474eab chore: cherry-pick 7 changes from Release-0-M114 (#38534) 1 year ago
cherry-pick-9c6dfc733fce.patch 047f474eab chore: cherry-pick 7 changes from Release-0-M114 (#38534) 1 year ago
cherry-pick-aeceeb2187a6.patch be71423d32 chore: cherry-pick aeceeb2187a6 from v8 (#37654) 2 years ago
cherry-pick-b0ad701a609a.patch 54dee45d47 chore: cherry-pick 2 changes from Release-1-M117 (#40080) 1 year ago
cherry-pick-c605df24af3c.patch c6b44676e6 chore: cherry-pick c605df24af3c from v8 (#37980) 2 years ago
cherry-pick-e17eee4894be.patch 1ae86b3bec chore: cherry-pick e17eee4894be from v8 (#37192) 2 years ago
cherry-pick-f4b66ae451c2.patch 69d1434bcc chore: cherry-pick f4b66ae451c2 from v8 (#37983) 2 years ago
cherry-pick-f6ddbf42b1ea.patch cedf0014f6 chore: cherry-pick f6ddbf42b1ea from v8 (#37663) 2 years ago
chore_disable_is_execution_terminating_dcheck.patch 97b353a30a chore: bump chromium to 106.0.5216.0 (main) (#34993) 2 years ago
dcheck.patch 72075edca5 chore: bump chromium to 108.0.5355.0 (22-x-y) (#36056) 2 years ago
do_not_export_private_v8_symbols_on_windows.patch 7a8346cc11 chore: bump chromium to 108.0.5359.22 (22-x-y) (#36163) 2 years ago
export_symbols_needed_for_windows_build.patch 72075edca5 chore: bump chromium to 108.0.5355.0 (22-x-y) (#36056) 2 years ago
expose_mksnapshot.patch 7a8346cc11 chore: bump chromium to 108.0.5359.22 (22-x-y) (#36163) 2 years ago
fix_build_deprecated_attribute_for_older_msvc_versions.patch 72075edca5 chore: bump chromium to 108.0.5355.0 (22-x-y) (#36056) 2 years ago
fix_disable_implies_dcheck_for_node_stream_array_buffers.patch 72075edca5 chore: bump chromium to 108.0.5355.0 (22-x-y) (#36056) 2 years ago
force_cppheapcreateparams_to_be_noncopyable.patch fb330fba9e build: fix filesystem permissions from bad trop commits 2 years ago
m108-lts_api_fix_v8_object_setaccessorproperty.patch 047f474eab chore: cherry-pick 7 changes from Release-0-M114 (#38534) 1 year ago
merged_builtins_clear_fixedarray_slot_in_promise_builtins.patch 2598dc0ce6 chore: cherry-pick 5 changes from Release-0-M116 (#39559) 1 year ago
merged_compiler_check_for_read-only_property_on.patch 2598dc0ce6 chore: cherry-pick 5 changes from Release-0-M116 (#39559) 1 year ago
merged_compiler_stackcheck_can_have_side_effects.patch 1f91895d22 chore: cherry-pick 4 changes from Release-3-M114 (#38949) 1 year ago
merged_ic_fix_store_handler_selection_for_arguments_objects.patch 047f474eab chore: cherry-pick 7 changes from Release-0-M114 (#38534) 1 year ago
merged_regexp_fix_clobbered_register_in_global_unicode_special.patch 399d2b2d2c chore: cherry-pick 8 changes from Release-1-M113 (#38332) 1 year ago
merged_runtime_set_instance_prototypes_directly_on_maps.patch 1f91895d22 chore: cherry-pick 4 changes from Release-3-M114 (#38949) 1 year ago
merged_squashed_multiple_commits.patch 33f9dce7c2 chore: cherry-pick 2 changes from Release-1-M116 (#39648) 1 year ago
promise_allsettled_mark_values_array_as_cow.patch 2598dc0ce6 chore: cherry-pick 5 changes from Release-0-M116 (#39559) 1 year ago
revert_runtime_dhceck_terminating_exception_in_microtasks.patch fa39ee4bb7 chore: bump chromium to 108.0.5359.10 (22-x-y) (#36063) 2 years ago
shared-struct_fix_for-in_enumeration.patch 33f9dce7c2 chore: cherry-pick 2 changes from Release-1-M116 (#39648) 1 year ago
utf-8_q_shared-struct_20fix_20using_20shared_20objects_20as.patch 1f91895d22 chore: cherry-pick 4 changes from Release-3-M114 (#38949) 1 year ago
workaround_an_undefined_symbol_error.patch 72075edca5 chore: bump chromium to 108.0.5355.0 (22-x-y) (#36056) 2 years ago

README.md

Exporting node's patches to v8

$ cd third_party/electron_node
$ CURRENT_NODE_VERSION=vX.Y.Z  # e.g. v10.11.0

# Find the last commit with the message "deps: update V8 to <some version>"
# This commit corresponds to node resetting V8 to its pristine upstream
# state at the stated version.
$ LAST_V8_UPDATE="$(git log --grep='^deps: update V8' --format='%H' -1 deps/v8)"

# This creates a patch file containing all changes in deps/v8 from
# $LAST_V8_UPDATE up to the current node version, formatted in a way that
# it will apply cleanly to the V8 repository (i.e. with `deps/v8`
# stripped off the path and excluding the v8/gypfiles directory, which
# isn't present in V8.
$ git format-patch \
    --relative=deps/v8 \
    $LAST_V8_UPDATE..$CURRENT_NODE_VERSION \
    deps/v8 \
    ':(exclude)deps/v8/gypfiles' \
    --stdout

When upgrading to a new version of node, make sure to match node's patches to v8 by removing all the deps_* patches and re-exporting node's v8 patches using the process above.