[WRTjs] bump electron to v31.7.0 29/319029/1
authorSangYong Park <sy302.park@samsung.com>
Fri, 11 Oct 2024 02:09:25 +0000 (11:09 +0900)
committerSangYong Park <sy302.park@samsung.com>
Fri, 11 Oct 2024 02:09:25 +0000 (11:09 +0900)
commit14a55a2888b2a83b3e5ddbb090c19ed6767c97c5
tree8a3982f2b36bb63c4755332609b4ee4d093c3905
parent01a60c0364b4e75efcd0d269fac6e2214f8e8d8e
[WRTjs] bump electron to v31.7.0

. bump electron to v31.7.0
. bump nodejs to v20.18.0

Change-Id: I9a183940e090266b2270d2f7aa2f8bd07dbdde95
Signed-off-by: SangYong Park <sy302.park@samsung.com>
755 files changed:
electron/.eslintrc.json
electron/.github/actions/generate-types/action.yml [new file with mode: 0644]
electron/.github/workflows/archaeologist-dig.yml [new file with mode: 0644]
electron/.github/workflows/branch-created.yml
electron/.github/workflows/issue-labeled.yml
electron/.github/workflows/issue-opened.yml
electron/.github/workflows/issue-unlabeled.yml
electron/.github/workflows/macos-publish.yml
electron/.github/workflows/pipeline-segment-electron-build.yml
electron/.github/workflows/pipeline-segment-electron-test.yml
electron/.github/workflows/pipeline-segment-node-nan-test.yml
electron/.github/workflows/pull-request-labeled.yml
electron/.github/workflows/scorecards.yml
electron/.github/workflows/stable-prep-items.yml
electron/.github/workflows/update_appveyor_image.yml
electron/BUILD.gn
electron/DEPS
electron/appveyor-woa.yml
electron/appveyor.yml
electron/build/webpack/webpack.config.base.js
electron/default_app/default_app.ts
electron/default_app/main.ts
electron/docs/api/base-window.md
electron/docs/api/client-request.md
electron/docs/api/incoming-message.md
electron/docs/api/session.md
electron/docs/api/view.md
electron/electron.d.ts
electron/lib/browser/api/app.ts
electron/lib/browser/api/auto-updater/auto-updater-win.ts
electron/lib/browser/api/auto-updater/squirrel-update-win.ts
electron/lib/browser/api/base-window.ts
electron/lib/browser/api/browser-view.ts
electron/lib/browser/api/browser-window.ts
electron/lib/browser/api/crash-reporter.ts
electron/lib/browser/api/desktop-capturer.ts
electron/lib/browser/api/dialog.ts
electron/lib/browser/api/exports/electron.ts
electron/lib/browser/api/menu-item-roles.ts
electron/lib/browser/api/menu-item.ts
electron/lib/browser/api/menu.ts
electron/lib/browser/api/message-channel.ts
electron/lib/browser/api/net-fetch.ts
electron/lib/browser/api/net.ts
electron/lib/browser/api/protocol.ts
electron/lib/browser/api/session.ts
electron/lib/browser/api/share-menu.ts
electron/lib/browser/api/touch-bar.ts
electron/lib/browser/api/utility-process.ts
electron/lib/browser/api/view.ts
electron/lib/browser/api/web-contents.ts
electron/lib/browser/api/web-frame-main.ts
electron/lib/browser/default-menu.ts
electron/lib/browser/devtools.ts
electron/lib/browser/guest-view-manager.ts
electron/lib/browser/guest-window-manager.ts
electron/lib/browser/init.ts
electron/lib/browser/ipc-main-impl.ts
electron/lib/browser/rpc-server.ts
electron/lib/common/api/net-client-request.ts
electron/lib/common/init.ts
electron/lib/node/init.ts
electron/lib/renderer/api/exports/electron.ts
electron/lib/renderer/common-init.ts
electron/lib/renderer/init.ts
electron/lib/renderer/inspector.ts
electron/lib/renderer/security-warnings.ts
electron/lib/renderer/web-frame-init.ts
electron/lib/renderer/web-view/guest-view-internal.ts
electron/lib/renderer/web-view/web-view-attributes.ts
electron/lib/renderer/web-view/web-view-element.ts
electron/lib/renderer/web-view/web-view-impl.ts
electron/lib/renderer/web-view/web-view-init.ts
electron/lib/renderer/window-setup.ts
electron/lib/sandboxed_renderer/init.ts
electron/lib/utility/api/net.ts
electron/lib/utility/init.ts
electron/lib/utility/parent-port.ts
electron/npm/cli.js
electron/npm/install.js
electron/package.json
electron/patches/node/.patches
electron/patches/node/build_add_gn_build_files.patch
electron/patches/node/build_enable_perfetto.patch
electron/patches/node/build_ensure_native_module_compilation_fails_if_not_using_a_new.patch
electron/patches/node/build_only_create_cppgc_heap_on_non-32_bit_platforms.patch
electron/patches/node/cherry-pick_src_remove_calls_to_recently_deprecated_v8_apis.patch
electron/patches/node/chore_allow_the_node_entrypoint_to_be_a_builtin_module.patch
electron/patches/node/chore_remove_--no-harmony-atomics_related_code.patch
electron/patches/node/chore_remove_use_of_deprecated_kmaxlength.patch
electron/patches/node/fix_add_default_values_for_variables_in_common_gypi.patch
electron/patches/node/fix_assert_module_in_the_renderer_process.patch
electron/patches/node/fix_capture_embedder_exceptions_before_entering_v8.patch
electron/patches/node/fix_crypto_tests_to_run_with_bssl.patch
electron/patches/node/fix_expose_the_built-in_electron_module_via_the_esm_loader.patch
electron/patches/node/fix_expose_tracing_agent_and_use_tracing_tracingcontroller_instead.patch
electron/patches/node/fix_handle_boringssl_and_openssl_incompatibilities.patch
electron/patches/node/fix_revert_src_lb_reducing_c_calls_of_esm_legacy_main_resolve.patch
electron/patches/node/spec_add_iterator_to_global_intrinsics.patch
electron/patches/node/support_v8_sandboxed_pointers.patch
electron/patches/node/test_formally_mark_some_tests_as_flaky.patch
electron/patches/node/test_match_wpt_streams_transferable_transform-stream-members_any_js.patch
electron/script/create-api-json.js
electron/script/doc-only-change.js
electron/script/generate-version-json.js
electron/script/gn-asar-hash.js
electron/script/gn-asar.js
electron/script/gn-check.js
electron/script/lib/azput.js
electron/script/lib/get-version.js
electron/script/lib/utils.js
electron/script/lint.js
electron/script/nan-spec-runner.js
electron/script/node-spec-runner.js
electron/script/prepare-appveyor.js
electron/script/push-patch.js
electron/script/release/bin/README.md [new file with mode: 0644]
electron/script/release/bin/cleanup-release.ts [new file with mode: 0644]
electron/script/release/bin/prepare-for-release.ts [new file with mode: 0644]
electron/script/release/bin/print-next-version.ts [new file with mode: 0644]
electron/script/release/bin/publish-to-github.ts [new file with mode: 0644]
electron/script/release/bin/publish-to-npm.ts [new file with mode: 0644]
electron/script/release/bin/run-release-builds.ts [new file with mode: 0644]
electron/script/release/bin/validate-before-publish.ts [new file with mode: 0644]
electron/script/release/find-github-release.ts [new file with mode: 0644]
electron/script/release/get-asset.ts [new file with mode: 0644]
electron/script/release/get-url-hash.ts [new file with mode: 0644]
electron/script/release/github-token.ts [new file with mode: 0644]
electron/script/release/notes/index.ts [new file with mode: 0755]
electron/script/release/notes/notes.ts [new file with mode: 0644]
electron/script/release/prepare-release.ts [new file with mode: 0755]
electron/script/release/release-artifact-cleanup.ts [new file with mode: 0755]
electron/script/release/release.ts [new file with mode: 0755]
electron/script/release/run-release-ci-jobs.ts [new file with mode: 0644]
electron/script/release/types.ts [new file with mode: 0644]
electron/script/release/uploaders/upload-to-github.ts
electron/script/release/uploaders/upload.py
electron/script/release/version-bumper.ts [new file with mode: 0644]
electron/script/release/version-utils.ts [new file with mode: 0644]
electron/script/run-clang-tidy.ts
electron/script/spec-runner.js
electron/script/split-tests.js
electron/script/start.js
electron/shell/browser/api/electron_api_app.h
electron/shell/browser/api/electron_api_auto_updater.h
electron/shell/browser/api/electron_api_cookies.h
electron/shell/browser/api/electron_api_data_pipe_holder.h
electron/shell/browser/api/electron_api_debugger.h
electron/shell/browser/api/electron_api_desktop_capturer.h
electron/shell/browser/api/electron_api_download_item.h
electron/shell/browser/api/electron_api_global_shortcut.h
electron/shell/browser/api/electron_api_in_app_purchase.h
electron/shell/browser/api/electron_api_native_theme.h
electron/shell/browser/api/electron_api_net_log.h
electron/shell/browser/api/electron_api_notification.h
electron/shell/browser/api/electron_api_power_monitor.h
electron/shell/browser/api/electron_api_power_save_blocker.h
electron/shell/browser/api/electron_api_protocol.h
electron/shell/browser/api/electron_api_push_notifications.h
electron/shell/browser/api/electron_api_screen.h
electron/shell/browser/api/electron_api_service_worker_context.h
electron/shell/browser/api/electron_api_session.h
electron/shell/browser/api/electron_api_system_preferences.h
electron/shell/browser/api/electron_api_tray.h
electron/shell/browser/api/electron_api_utility_process.h
electron/shell/browser/api/electron_api_web_contents.cc
electron/shell/browser/api/electron_api_web_contents.h
electron/shell/browser/api/electron_api_web_frame_main.h
electron/shell/browser/api/electron_api_web_request.h
electron/shell/browser/api/message_port.h
electron/shell/browser/badging/badge_manager_factory.cc
electron/shell/browser/badging/badge_manager_factory.h
electron/shell/browser/electron_browser_client.cc
electron/shell/browser/electron_pdf_document_helper_client.cc
electron/shell/browser/electron_pdf_document_helper_client.h
electron/shell/browser/extensions/electron_extension_system_factory.cc
electron/shell/browser/extensions/electron_extension_system_factory.h
electron/shell/browser/file_system_access/file_system_access_permission_context_factory.cc
electron/shell/browser/file_system_access/file_system_access_permission_context_factory.h
electron/shell/browser/font_defaults.cc
electron/shell/browser/hid/hid_chooser_context_factory.cc
electron/shell/browser/hid/hid_chooser_context_factory.h
electron/shell/browser/native_window_mac.mm
electron/shell/browser/net/network_context_service_factory.cc
electron/shell/browser/net/network_context_service_factory.h
electron/shell/browser/notifications/linux/libnotify_notification.cc
electron/shell/browser/notifications/linux/notification_presenter_linux.cc
electron/shell/browser/notifications/mac/notification_presenter_mac.mm
electron/shell/browser/notifications/notification_presenter.h
electron/shell/browser/notifications/win/notification_presenter_win.cc
electron/shell/browser/notifications/win/windows_toast_notification.cc
electron/shell/browser/osr/osr_render_widget_host_view.h
electron/shell/browser/serial/serial_chooser_context_factory.cc
electron/shell/browser/serial/serial_chooser_context_factory.h
electron/shell/browser/ui/cocoa/delayed_native_view_host.mm
electron/shell/browser/ui/gtk_util.cc
electron/shell/browser/ui/inspectable_web_contents.cc
electron/shell/browser/ui/inspectable_web_contents.h
electron/shell/browser/ui/views/opaque_frame_view.cc
electron/shell/browser/usb/usb_chooser_context_factory.cc
electron/shell/browser/usb/usb_chooser_context_factory.h
electron/shell/common/api/electron_api_clipboard.cc
electron/shell/common/api/electron_api_native_image.cc
electron/shell/common/api/electron_api_native_image.h
electron/shell/common/api/electron_api_url_loader.cc
electron/shell/common/api/electron_api_url_loader.h
electron/shell/common/asar/asar_util.cc
electron/shell/common/gin_converters/net_converter.cc
electron/shell/common/gin_helper/event.h
electron/shell/common/gin_helper/event_emitter_caller.h
electron/shell/common/platform_util_win.cc
electron/shell/renderer/api/electron_api_ipc_renderer.cc
electron/shell/renderer/api/electron_api_web_frame.cc
electron/shell/services/node/parent_port.h
electron/spec/api-app-spec.ts
electron/spec/api-auto-updater-spec.ts
electron/spec/api-autoupdater-darwin-spec.ts
electron/spec/api-browser-view-spec.ts
electron/spec/api-browser-window-spec.ts
electron/spec/api-clipboard-spec.ts
electron/spec/api-content-tracing-spec.ts
electron/spec/api-context-bridge-spec.ts
electron/spec/api-crash-reporter-spec.ts
electron/spec/api-debugger-spec.ts
electron/spec/api-desktop-capturer-spec.ts
electron/spec/api-dialog-spec.ts
electron/spec/api-global-shortcut-spec.ts
electron/spec/api-in-app-purchase-spec.ts
electron/spec/api-ipc-main-spec.ts
electron/spec/api-ipc-renderer-spec.ts
electron/spec/api-ipc-spec.ts
electron/spec/api-media-handler-spec.ts
electron/spec/api-menu-item-spec.ts
electron/spec/api-menu-spec.ts
electron/spec/api-native-image-spec.ts
electron/spec/api-native-theme-spec.ts
electron/spec/api-net-custom-protocols-spec.ts
electron/spec/api-net-log-spec.ts
electron/spec/api-net-session-spec.ts
electron/spec/api-net-spec.ts
electron/spec/api-notification-dbus-spec.ts
electron/spec/api-notification-spec.ts
electron/spec/api-power-monitor-spec.ts
electron/spec/api-power-save-blocker-spec.ts
electron/spec/api-process-spec.ts
electron/spec/api-protocol-spec.ts
electron/spec/api-safe-storage-spec.ts
electron/spec/api-screen-spec.ts
electron/spec/api-service-workers-spec.ts
electron/spec/api-session-spec.ts
electron/spec/api-shell-spec.ts
electron/spec/api-subframe-spec.ts
electron/spec/api-system-preferences-spec.ts
electron/spec/api-touch-bar-spec.ts
electron/spec/api-tray-spec.ts
electron/spec/api-utility-process-spec.ts
electron/spec/api-view-spec.ts
electron/spec/api-web-contents-spec.ts
electron/spec/api-web-contents-view-spec.ts
electron/spec/api-web-frame-main-spec.ts
electron/spec/api-web-frame-spec.ts
electron/spec/api-web-request-spec.ts
electron/spec/api-web-utils-spec.ts
electron/spec/asar-integrity-spec.ts
electron/spec/asar-spec.ts
electron/spec/autofill-spec.ts
electron/spec/chromium-spec.ts
electron/spec/crash-spec.ts
electron/spec/deprecate-spec.ts
electron/spec/esm-spec.ts
electron/spec/extensions-spec.ts
electron/spec/fixtures/api/context-bridge/context-bridge-mutability/main.js
electron/spec/fixtures/api/fork-with-node-options.js
electron/spec/fixtures/api/mixed-sandbox-app/main.js
electron/spec/fixtures/api/relaunch/main.js
electron/spec/fixtures/api/safe-storage/decrypt-app/main.js
electron/spec/fixtures/api/safe-storage/encrypt-app/main.js
electron/spec/fixtures/api/singleton-data/main.js
electron/spec/fixtures/api/singleton-userdata/main.js
electron/spec/fixtures/api/utility-process/api-net-spec.js
electron/spec/fixtures/api/utility-process/dns-result-order.js
electron/spec/fixtures/api/utility-process/env-app/main.js
electron/spec/fixtures/api/utility-process/inherit-stderr/main.js
electron/spec/fixtures/api/utility-process/inherit-stdout/main.js
electron/spec/fixtures/api/utility-process/net.js [new file with mode: 0644]
electron/spec/fixtures/api/utility-process/suid.js
electron/spec/fixtures/apps/crash/fork.js
electron/spec/fixtures/apps/crash/main.js
electron/spec/fixtures/apps/libuv-hang/main.js
electron/spec/fixtures/apps/open-new-window-from-link/main.js
electron/spec/fixtures/apps/refresh-page/main.js
electron/spec/fixtures/apps/remote-control/main.js
electron/spec/fixtures/apps/set-path/main.js
electron/spec/fixtures/apps/xwindow-icon/main.js
electron/spec/fixtures/assets/notification_icon.png [new file with mode: 0644]
electron/spec/fixtures/auto-update/update-json/index.js
electron/spec/fixtures/auto-update/update-stack/index.js
electron/spec/fixtures/auto-update/update/index.js
electron/spec/fixtures/crash-cases/api-browser-destroy/index.js
electron/spec/fixtures/crash-cases/fs-promises-renderer-crash/index.js
electron/spec/fixtures/crash-cases/js-execute-iframe/index.js
electron/spec/fixtures/crash-cases/native-window-open-exit/index.js
electron/spec/fixtures/crash-cases/safe-storage/index.js
electron/spec/fixtures/crash-cases/setimmediate-renderer-crash/index.js
electron/spec/fixtures/crash-cases/webcontents-create-leak-exit/index.js
electron/spec/fixtures/crash-cases/webcontentsview-create-leak-exit/index.js
electron/spec/fixtures/module/asar.js
electron/spec/fixtures/module/check-arguments.js
electron/spec/fixtures/module/create_socket.js
electron/spec/fixtures/module/echo.js
electron/spec/fixtures/module/fork_ping.js
electron/spec/fixtures/module/isolated-ping.js
electron/spec/fixtures/module/module-paths.js
electron/spec/fixtures/module/preload-ipc.js
electron/spec/fixtures/module/send-later.js
electron/spec/fixtures/native-addon/external-ab/lib/test-array-buffer.js [new file with mode: 0644]
electron/spec/fixtures/native-addon/uv-dlopen/index.js
electron/spec/fixtures/no-proprietary-codecs.js
electron/spec/fixtures/release-notes/cache/electron-electron-commit-029127a8b6f7c511fca4612748ad5b50e43aadaa [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-commit-8f7a48879ef8633a76279803637cdee7f7c6cd4f [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-commit-9d0e6d09f0be0abbeae46dd3d66afd96d2daacaa [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-commit-d6c8ff2e7050f30dffd784915bcbd2a9f993cdb2 [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-commit-d9ba26273ad3e7a34c905eccbd5dabda4eb7b402 [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-issue-39714-comments [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-issue-39944-comments [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-issue-40045-comments [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-issue-40076-comments [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-pull-39714 [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-pull-39745 [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-pull-39944 [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-pull-40045 [new file with mode: 0644]
electron/spec/fixtures/release-notes/cache/electron-electron-pull-40076 [new file with mode: 0644]
electron/spec/fixtures/test.asar/repack.js
electron/spec/fuses-spec.ts
electron/spec/get-files.ts
electron/spec/guest-window-manager-spec.ts
electron/spec/index.js
electron/spec/lib/artifacts.ts
electron/spec/lib/codesign-helpers.ts
electron/spec/lib/fs-helpers.ts
electron/spec/lib/net-helpers.ts
electron/spec/lib/screen-helpers.ts
electron/spec/lib/spec-helpers.ts
electron/spec/lib/video-helpers.js
electron/spec/lib/window-helpers.ts
electron/spec/logging-spec.ts
electron/spec/modules-spec.ts
electron/spec/node-spec.ts
electron/spec/package.json
electron/spec/parse-features-string-spec.ts
electron/spec/process-binding-spec.ts
electron/spec/release-notes-spec.ts
electron/spec/security-warnings-spec.ts
electron/spec/spellchecker-spec.ts
electron/spec/ts-smoke/electron/main.ts
electron/spec/ts-smoke/electron/renderer.ts
electron/spec/ts-smoke/runner.js
electron/spec/version-bump-spec.ts
electron/spec/visibility-state-spec.ts
electron/spec/webview-spec.ts
electron/spec/yarn.lock
electron/tsconfig.json
electron/typings/internal-electron.d.ts
electron/yarn.lock
packaging/chromium-efl.spec
third_party/electron_node/.clang-format
third_party/electron_node/.eslintrc.js
third_party/electron_node/.github/CODEOWNERS
third_party/electron_node/.github/ISSUE_TEMPLATE/1-bug-report.yml
third_party/electron_node/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
third_party/electron_node/.github/label-pr-config.yml
third_party/electron_node/.github/workflows/auto-start-ci.yml
third_party/electron_node/.github/workflows/build-tarball.yml
third_party/electron_node/.github/workflows/build-windows.yml
third_party/electron_node/.github/workflows/commit-lint.yml
third_party/electron_node/.github/workflows/commit-queue.yml
third_party/electron_node/.github/workflows/coverage-linux-without-intl.yml
third_party/electron_node/.github/workflows/coverage-linux.yml
third_party/electron_node/.github/workflows/coverage-windows.yml
third_party/electron_node/.github/workflows/daily-wpt-fyi.yml
third_party/electron_node/.github/workflows/daily.yml
third_party/electron_node/.github/workflows/doc.yml
third_party/electron_node/.github/workflows/find-inactive-collaborators.yml
third_party/electron_node/.github/workflows/find-inactive-tsc.yml
third_party/electron_node/.github/workflows/linters.yml
third_party/electron_node/.github/workflows/scorecard.yml
third_party/electron_node/.github/workflows/test-asan.yml
third_party/electron_node/.github/workflows/test-internet.yml
third_party/electron_node/.github/workflows/test-linux.yml
third_party/electron_node/.github/workflows/test-macos.yml
third_party/electron_node/.github/workflows/test-ubsan.yml
third_party/electron_node/.github/workflows/tools.yml
third_party/electron_node/.github/workflows/update-v8.yml
third_party/electron_node/BUILDING.md
third_party/electron_node/CHANGELOG.md
third_party/electron_node/LICENSE
third_party/electron_node/Makefile
third_party/electron_node/README.md
third_party/electron_node/SECURITY.md
third_party/electron_node/common.gypi
third_party/electron_node/configure.py
third_party/electron_node/deps/acorn/acorn/CHANGELOG.md
third_party/electron_node/deps/acorn/acorn/README.md
third_party/electron_node/deps/acorn/acorn/dist/acorn.d.mts
third_party/electron_node/deps/acorn/acorn/dist/acorn.d.ts
third_party/electron_node/deps/acorn/acorn/dist/acorn.js
third_party/electron_node/deps/acorn/acorn/dist/acorn.mjs
third_party/electron_node/deps/acorn/acorn/package.json
third_party/electron_node/deps/cares/BUILD.gn
third_party/electron_node/deps/cares/CMakeLists.txt
third_party/electron_node/deps/cares/LICENSE.md
third_party/electron_node/deps/cares/Makefile.Watcom
third_party/electron_node/deps/cares/Makefile.am
third_party/electron_node/deps/cares/Makefile.dj
third_party/electron_node/deps/cares/Makefile.in
third_party/electron_node/deps/cares/Makefile.msvc
third_party/electron_node/deps/cares/README.md
third_party/electron_node/deps/cares/RELEASE-NOTES.md
third_party/electron_node/deps/cares/aclocal.m4
third_party/electron_node/deps/cares/aminclude_static.am
third_party/electron_node/deps/cares/cares.gyp
third_party/electron_node/deps/cares/configure
third_party/electron_node/deps/cares/configure.ac
third_party/electron_node/deps/cares/docs/Makefile.in
third_party/electron_node/deps/cares/docs/ares_dns_rr.3
third_party/electron_node/deps/cares/include/Makefile.in
third_party/electron_node/deps/cares/include/ares.h
third_party/electron_node/deps/cares/include/ares_dns_record.h
third_party/electron_node/deps/cares/include/ares_version.h
third_party/electron_node/deps/cares/libcares.pc.cmake
third_party/electron_node/deps/cares/src/Makefile.in
third_party/electron_node/deps/cares/src/lib/Makefile.in
third_party/electron_node/deps/cares/src/lib/Makefile.inc
third_party/electron_node/deps/cares/src/lib/ares__addrinfo2hostent.c
third_party/electron_node/deps/cares/src/lib/ares__close_sockets.c
third_party/electron_node/deps/cares/src/lib/ares__socket.c
third_party/electron_node/deps/cares/src/lib/ares__sortaddrinfo.c
third_party/electron_node/deps/cares/src/lib/ares_android.c
third_party/electron_node/deps/cares/src/lib/ares_cancel.c
third_party/electron_node/deps/cares/src/lib/ares_config.h.cmake
third_party/electron_node/deps/cares/src/lib/ares_config.h.in
third_party/electron_node/deps/cares/src/lib/ares_cookie.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/ares_destroy.c
third_party/electron_node/deps/cares/src/lib/ares_getaddrinfo.c
third_party/electron_node/deps/cares/src/lib/ares_init.c
third_party/electron_node/deps/cares/src/lib/ares_metrics.c
third_party/electron_node/deps/cares/src/lib/ares_options.c
third_party/electron_node/deps/cares/src/lib/ares_private.h
third_party/electron_node/deps/cares/src/lib/ares_process.c
third_party/electron_node/deps/cares/src/lib/ares_qcache.c
third_party/electron_node/deps/cares/src/lib/ares_search.c
third_party/electron_node/deps/cares/src/lib/ares_send.c
third_party/electron_node/deps/cares/src/lib/ares_setup.h
third_party/electron_node/deps/cares/src/lib/ares_sysconfig.c
third_party/electron_node/deps/cares/src/lib/ares_sysconfig_mac.c
third_party/electron_node/deps/cares/src/lib/ares_timeout.c
third_party/electron_node/deps/cares/src/lib/ares_update_servers.c
third_party/electron_node/deps/cares/src/lib/config-win32.h
third_party/electron_node/deps/cares/src/lib/dsa/ares__array.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__array.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_asvp.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_asvp.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_strvp.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_strvp.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_szvp.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_szvp.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_vpvp.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__htable_vpvp.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__llist.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__llist.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__slist.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/dsa/ares__slist.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_configchg.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_epoll.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_kqueue.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_poll.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_select.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_thread.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_wake_pipe.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_win32.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/event/ares_event_win32.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/inet_net_pton.c
third_party/electron_node/deps/cares/src/lib/inet_ntop.c
third_party/electron_node/deps/cares/src/lib/legacy/ares_create_query.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_expand_name.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_expand_string.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_fds.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_getsock.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_a_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_aaaa_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_caa_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_mx_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_naptr_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_ns_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_ptr_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_soa_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_srv_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_txt_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/legacy/ares_parse_uri_reply.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_mapping.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_multistring.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_multistring.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_name.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_parse.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_private.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_record.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/record/ares_dns_write.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares__buf.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares__buf.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares_str.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares_str.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares_strcasecmp.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares_strcasecmp.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares_strsplit.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/str/ares_strsplit.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares__iface_ips.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares__iface_ips.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares__threads.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares__threads.h [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares__timeval.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares_math.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/lib/util/ares_rand.c [new file with mode: 0644]
third_party/electron_node/deps/cares/src/tools/Makefile.in
third_party/electron_node/deps/cares/src/tools/Makefile.inc
third_party/electron_node/deps/cares/src/tools/adig.c
third_party/electron_node/deps/cares/src/tools/ahost.c
third_party/electron_node/deps/cares/src/tools/ares_getopt.c
third_party/electron_node/deps/cares/src/tools/ares_getopt.h
third_party/electron_node/deps/cjs-module-lexer/LICENSE [changed mode: 0755->0644]
third_party/electron_node/deps/cjs-module-lexer/README.md [changed mode: 0755->0644]
third_party/electron_node/deps/cjs-module-lexer/dist/lexer-external.js [new file with mode: 0644]
third_party/electron_node/deps/cjs-module-lexer/dist/lexer-external.mjs [new file with mode: 0644]
third_party/electron_node/deps/cjs-module-lexer/dist/lexer.js
third_party/electron_node/deps/cjs-module-lexer/dist/lexer.mjs
third_party/electron_node/deps/cjs-module-lexer/lexer.d.ts [new file with mode: 0644]
third_party/electron_node/deps/cjs-module-lexer/lexer.js [changed mode: 0755->0644]
third_party/electron_node/deps/cjs-module-lexer/package.json [changed mode: 0755->0644]
third_party/electron_node/deps/simdutf/simdutf.cpp
third_party/electron_node/deps/simdutf/simdutf.h
third_party/electron_node/deps/undici/src/.c8rc.json [new file with mode: 0644]
third_party/electron_node/deps/undici/src/.dockerignore [new file with mode: 0644]
third_party/electron_node/deps/undici/src/.editorconfig [new file with mode: 0644]
third_party/electron_node/deps/undici/src/.gitignore [new file with mode: 0644]
third_party/electron_node/deps/undici/src/.npmignore [new file with mode: 0644]
third_party/electron_node/deps/undici/src/CODE_OF_CONDUCT.md [new file with mode: 0644]
third_party/electron_node/deps/undici/src/CONTRIBUTING.md [new file with mode: 0644]
third_party/electron_node/deps/undici/src/GOVERNANCE.md [new file with mode: 0644]
third_party/electron_node/deps/undici/src/MAINTAINERS.md [new file with mode: 0644]
third_party/electron_node/deps/undici/src/SECURITY.md [new file with mode: 0644]
third_party/electron_node/deps/undici/src/build/Dockerfile [new file with mode: 0644]
third_party/electron_node/deps/undici/src/build/wasm.js [new file with mode: 0644]
third_party/electron_node/deps/undici/src/deps/llhttp/include/llhttp.h [new file with mode: 0644]
third_party/electron_node/deps/undici/src/deps/llhttp/src/api.c [new file with mode: 0644]
third_party/electron_node/deps/undici/src/deps/llhttp/src/http.c [new file with mode: 0644]
third_party/electron_node/deps/undici/src/deps/llhttp/src/llhttp.c [new file with mode: 0644]
third_party/electron_node/deps/undici/src/lib/dispatcher/balanced-pool.js
third_party/electron_node/deps/undici/src/lib/llhttp/llhttp.wasm [new file with mode: 0755]
third_party/electron_node/deps/undici/src/lib/llhttp/llhttp_simd.wasm [new file with mode: 0755]
third_party/electron_node/deps/undici/src/lib/llhttp/wasm_build_env.txt [new file with mode: 0644]
third_party/electron_node/deps/undici/src/lib/web/fetch/body.js
third_party/electron_node/deps/undici/src/lib/web/fetch/request.js
third_party/electron_node/deps/undici/src/lib/web/fetch/response.js
third_party/electron_node/deps/undici/src/package-lock.json
third_party/electron_node/deps/undici/src/package.json
third_party/electron_node/deps/undici/src/scripts/clean-coverage.js [new file with mode: 0644]
third_party/electron_node/deps/undici/src/scripts/generate-pem.js [new file with mode: 0644]
third_party/electron_node/deps/undici/src/scripts/generate-undici-types-package-json.js [new file with mode: 0644]
third_party/electron_node/deps/undici/src/scripts/platform-shell.js [new file with mode: 0644]
third_party/electron_node/deps/undici/src/scripts/release.js [new file with mode: 0644]
third_party/electron_node/deps/undici/src/scripts/verifyVersion.js [new file with mode: 0644]
third_party/electron_node/deps/undici/undici.js
third_party/electron_node/filenames.json
third_party/electron_node/lib/.eslintrc.yaml
third_party/electron_node/lib/_http_agent.js
third_party/electron_node/lib/_http_client.js
third_party/electron_node/lib/_http_common.js
third_party/electron_node/lib/_http_incoming.js
third_party/electron_node/lib/_http_outgoing.js
third_party/electron_node/lib/_http_server.js
third_party/electron_node/lib/_tls_common.js
third_party/electron_node/lib/_tls_wrap.js
third_party/electron_node/lib/assert.js
third_party/electron_node/lib/buffer.js
third_party/electron_node/lib/fs.js
third_party/electron_node/lib/http.js
third_party/electron_node/lib/https.js
third_party/electron_node/lib/inspector.js
third_party/electron_node/lib/internal/abort_controller.js
third_party/electron_node/lib/internal/assert/utils.js [new file with mode: 0644]
third_party/electron_node/lib/internal/blob.js
third_party/electron_node/lib/internal/bootstrap/web/exposed-window-or-worker.js
third_party/electron_node/lib/internal/console/constructor.js
third_party/electron_node/lib/internal/crypto/cfrg.js
third_party/electron_node/lib/internal/crypto/util.js
third_party/electron_node/lib/internal/fixed_queue.js
third_party/electron_node/lib/internal/fs/cp/cp.js
third_party/electron_node/lib/internal/fs/rimraf.js
third_party/electron_node/lib/internal/http.js
third_party/electron_node/lib/internal/http2/compat.js
third_party/electron_node/lib/internal/http2/core.js
third_party/electron_node/lib/internal/http2/util.js
third_party/electron_node/lib/internal/inspector_network_tracking.js [new file with mode: 0644]
third_party/electron_node/lib/internal/modules/esm/get_format.js
third_party/electron_node/lib/internal/modules/esm/hooks.js
third_party/electron_node/lib/internal/modules/esm/loader.js
third_party/electron_node/lib/internal/per_context/primordials.js
third_party/electron_node/lib/internal/perf/nodetiming.js
third_party/electron_node/lib/internal/process/permission.js
third_party/electron_node/lib/internal/process/pre_execution.js
third_party/electron_node/lib/internal/streams/compose.js
third_party/electron_node/lib/internal/streams/end-of-stream.js
third_party/electron_node/lib/internal/streams/readable.js
third_party/electron_node/lib/internal/streams/transform.js
third_party/electron_node/lib/internal/streams/utils.js
third_party/electron_node/lib/internal/streams/writable.js
third_party/electron_node/lib/internal/test_runner/coverage.js
third_party/electron_node/lib/internal/test_runner/harness.js
third_party/electron_node/lib/internal/test_runner/mock/loader.js [new file with mode: 0644]
third_party/electron_node/lib/internal/test_runner/mock/mock.js
third_party/electron_node/lib/internal/test_runner/mock/mock_timers.js
third_party/electron_node/lib/internal/test_runner/reporter/dot.js
third_party/electron_node/lib/internal/test_runner/reporter/spec.js
third_party/electron_node/lib/internal/test_runner/reporter/utils.js [new file with mode: 0644]
third_party/electron_node/lib/internal/test_runner/test.js
third_party/electron_node/lib/internal/tls/secure-context.js
third_party/electron_node/lib/internal/url.js
third_party/electron_node/lib/internal/util.js
third_party/electron_node/lib/internal/validators.js
third_party/electron_node/lib/internal/vm/module.js
third_party/electron_node/lib/internal/webstreams/adapters.js
third_party/electron_node/lib/internal/webstreams/compression.js
third_party/electron_node/lib/internal/webstreams/util.js
third_party/electron_node/lib/path.js
third_party/electron_node/lib/repl.js
third_party/electron_node/lib/stream.js
third_party/electron_node/lib/sys.js
third_party/electron_node/lib/timers.js
third_party/electron_node/lib/timers/promises.js
third_party/electron_node/lib/tls.js
third_party/electron_node/lib/tty.js
third_party/electron_node/lib/url.js
third_party/electron_node/lib/util.js
third_party/electron_node/lib/vm.js
third_party/electron_node/lib/zlib.js
third_party/electron_node/node.gyp
third_party/electron_node/node.gypi
third_party/electron_node/onboarding.md
third_party/electron_node/src/README.md
third_party/electron_node/src/acorn_version.h
third_party/electron_node/src/api/environment.cc
third_party/electron_node/src/async_wrap.cc
third_party/electron_node/src/blob_serializer_deserializer-inl.h
third_party/electron_node/src/cares_wrap.cc
third_party/electron_node/src/cjs_module_lexer_version.h
third_party/electron_node/src/crypto/crypto_aes.cc
third_party/electron_node/src/crypto/crypto_aes.h
third_party/electron_node/src/crypto/crypto_cipher.cc
third_party/electron_node/src/crypto/crypto_context.cc
third_party/electron_node/src/crypto/crypto_context.h
third_party/electron_node/src/crypto/crypto_dh.cc
third_party/electron_node/src/crypto/crypto_ec.cc
third_party/electron_node/src/crypto/crypto_hash.cc
third_party/electron_node/src/crypto/crypto_hmac.cc
third_party/electron_node/src/crypto/crypto_keys.cc
third_party/electron_node/src/crypto/crypto_sig.cc
third_party/electron_node/src/crypto/crypto_spkac.cc
third_party/electron_node/src/crypto/crypto_tls.cc
third_party/electron_node/src/crypto/crypto_util.h
third_party/electron_node/src/crypto/crypto_x509.cc
third_party/electron_node/src/env-inl.h
third_party/electron_node/src/env.cc
third_party/electron_node/src/env.h
third_party/electron_node/src/env_properties.h
third_party/electron_node/src/handle_wrap.cc
third_party/electron_node/src/histogram.cc
third_party/electron_node/src/inspector/BUILD.gn
third_party/electron_node/src/inspector/network_agent.cc [new file with mode: 0644]
third_party/electron_node/src/inspector/network_agent.h [new file with mode: 0644]
third_party/electron_node/src/inspector/network_inspector.cc [new file with mode: 0644]
third_party/electron_node/src/inspector/network_inspector.h [new file with mode: 0644]
third_party/electron_node/src/inspector/node_inspector.gypi
third_party/electron_node/src/inspector/node_protocol.pdl
third_party/electron_node/src/inspector/node_string.cc
third_party/electron_node/src/inspector_agent.cc
third_party/electron_node/src/inspector_agent.h
third_party/electron_node/src/inspector_js_api.cc
third_party/electron_node/src/inspector_profiler.cc
third_party/electron_node/src/js_native_api.h
third_party/electron_node/src/js_native_api_v8.cc
third_party/electron_node/src/js_native_api_v8.h
third_party/electron_node/src/js_stream.cc
third_party/electron_node/src/js_udp_wrap.cc
third_party/electron_node/src/node_api.cc
third_party/electron_node/src/node_blob.cc
third_party/electron_node/src/node_buffer.cc
third_party/electron_node/src/node_contextify.cc
third_party/electron_node/src/node_contextify.h
third_party/electron_node/src/node_dir.cc
third_party/electron_node/src/node_errors.h
third_party/electron_node/src/node_external_reference.h
third_party/electron_node/src/node_file.cc
third_party/electron_node/src/node_http2.cc
third_party/electron_node/src/node_http_parser.cc
third_party/electron_node/src/node_i18n.cc
third_party/electron_node/src/node_internals.h
third_party/electron_node/src/node_metadata.cc
third_party/electron_node/src/node_options-inl.h
third_party/electron_node/src/node_options.cc
third_party/electron_node/src/node_options.h
third_party/electron_node/src/node_perf.cc
third_party/electron_node/src/node_process_methods.cc
third_party/electron_node/src/node_sea.cc
third_party/electron_node/src/node_serdes.cc
third_party/electron_node/src/node_sockaddr.cc
third_party/electron_node/src/node_stat_watcher.cc
third_party/electron_node/src/node_trace_events.cc
third_party/electron_node/src/node_url.cc
third_party/electron_node/src/node_v8.cc
third_party/electron_node/src/node_version.h
third_party/electron_node/src/node_wasm_web_api.cc
third_party/electron_node/src/node_watchdog.cc
third_party/electron_node/src/node_worker.cc
third_party/electron_node/src/node_zlib.cc
third_party/electron_node/src/permission/fs_permission.cc
third_party/electron_node/src/permission/fs_permission.h
third_party/electron_node/src/permission/permission.cc
third_party/electron_node/src/pipe_wrap.cc
third_party/electron_node/src/process_wrap.cc
third_party/electron_node/src/signal_wrap.cc
third_party/electron_node/src/stream_base.cc
third_party/electron_node/src/stream_pipe.cc
third_party/electron_node/src/stream_wrap.cc
third_party/electron_node/src/tcp_wrap.cc
third_party/electron_node/src/tty_wrap.cc
third_party/electron_node/src/udp_wrap.cc
third_party/electron_node/src/undici_version.h
third_party/electron_node/src/zlib_version.h
third_party/electron_node/tools/actions/merge.sh [new file with mode: 0755]
third_party/electron_node/tools/actions/rebase.sh [new file with mode: 0755]
third_party/electron_node/tools/clang-format/package-lock.json
third_party/electron_node/tools/clang-format/package.json
third_party/electron_node/tools/cpplint.py
third_party/electron_node/tools/dep_updaters/update-undici.sh
third_party/electron_node/tools/license-builder.sh
third_party/electron_node/tools/msvs/find_python.cmd
third_party/electron_node/tools/v8_gypfiles/toolchain.gypi
third_party/electron_node/tools/v8_gypfiles/v8.gyp
third_party/electron_node/typings/globals.d.ts
third_party/electron_node/typings/internalBinding/fs.d.ts
third_party/electron_node/typings/internalBinding/util.d.ts
wrt/electron.d.ts [deleted file]
wrt/src/browser/wrt_notification_presenter.cc