git: 6a6b89a12fa6 - main - devel/electron22: add new port: Build cross-platform desktop apps with JavaScript, HTML, and CSS

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Fri, 27 Jan 2023 16:12:42 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a6b89a12fa6f0d2d6ee2a43c51db01a74c69b4f

commit 6a6b89a12fa6f0d2d6ee2a43c51db01a74c69b4f
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-01-27 11:15:15 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-01-27 16:12:19 +0000

    devel/electron22: add new port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
    
    Build cross platform desktop apps with JavaScript, HTML, and CSS.
    
    It's easier than you think.
    
    If you can build a website, you can build a desktop app. Electron is a
    framework for creating native applications with web technologies like
    JavaScript, HTML, and CSS. It takes care of the hard parts so you can
    focus on the core of your application.
    
    WWW: https://electronjs.org/
---
 devel/Makefile                                     |    1 +
 devel/electron22/Makefile                          |  410 ++
 devel/electron22/Makefile.version                  |    2 +
 devel/electron22/distinfo                          |   19 +
 devel/electron22/files/apply-electron-patches.sh   |   26 +
 devel/electron22/files/package.json                |  151 +
 devel/electron22/files/patch-BUILD.gn              |   89 +
 ...patch-apps_ui_views_app__window__frame__view.cc |   11 +
 ...patch-ash_display_mirror__window__controller.cc |   14 +
 devel/electron22/files/patch-base_BUILD.gn         |  166 +
 ...tion__allocator_address__space__randomization.h |   20 +
 ...llocator_partition__allocator_page__allocator.h |   11 +
 ...rtition__allocator_page__allocator__constants.h |   38 +
 ...__allocator_page__allocator__internals__posix.h |   16 +
 ...rtition__allocator_partition__address__space.cc |   11 +
 ...tor_partition__alloc__base_rand__util__posix.cc |   13 +
 ...e_threading_platform__thread__internal__posix.h |   11 +
 ...lloc__base_threading_platform__thread__posix.cc |   11 +
 ...partition__allocator_partition__alloc__config.h |   29 +
 ...tition__allocator_partition__alloc__constants.h |   20 +
 ...artition__allocator_partition__alloc__forward.h |   16 +
 ...llocator_partition__allocator_partition__page.h |   18 +
 ...locator_partition__allocator_partition__root.cc |   38 +
 ...locator_partition__allocator_spinning__mutex.cc |   47 +
 ...or_partition__allocator_starscan_stack_stack.cc |   50 +
 devel/electron22/files/patch-base_atomicops.h      |   14 +
 .../files/patch-base_base__paths__posix.cc         |   98 +
 .../electron22/files/patch-base_base__switches.cc  |   11 +
 devel/electron22/files/patch-base_base__switches.h |   11 +
 devel/electron22/files/patch-base_cpu.h            |   11 +
 .../files/patch-base_debug_debugger__posix.cc      |   68 +
 .../files/patch-base_debug_elf__reader.cc          |   18 +
 .../files/patch-base_debug_proc__maps__linux.cc    |   11 +
 .../files/patch-base_debug_stack__trace__posix.cc  |   38 +
 .../files/patch-base_files_dir__reader__linux.h    |   39 +
 .../files/patch-base_files_dir__reader__posix.h    |   20 +
 .../patch-base_files_file__path__watcher__bsd.cc   |   57 +
 .../patch-base_files_file__path__watcher__kqueue.h |   10 +
 ...tch-base_files_file__path__watcher__unittest.cc |   29 +
 .../files/patch-base_files_file__util__posix.cc    |   52 +
 .../files/patch-base_files_file__util__unittest.cc |   20 +
 ...-base_files_important__file__writer__cleaner.cc |   12 +
 .../files/patch-base_files_scoped__file.cc         |   11 +
 .../electron22/files/patch-base_i18n_icu__util.cc  |   20 +
 devel/electron22/files/patch-base_linux__util.cc   |   28 +
 .../files/patch-base_logging__unittest.cc          |   31 +
 .../files/patch-base_memory_discardable__memory.cc |   38 +
 ...tch-base_memory_discardable__memory__internal.h |   11 +
 ...emory_madv__free__discardable__memory__posix.cc |   21 +
 ...-base_memory_platform__shared__memory__region.h |   29 +
 ...mory_platform__shared__memory__region__posix.cc |   29 +
 ...patch-base_message__loop_message__pump__glib.cc |   28 +
 .../files/patch-base_native__library__posix.cc     |   11 +
 .../files/patch-base_native__library__unittest.cc  |   11 +
 .../files/patch-base_posix_can__lower__nice__to.cc |   16 +
 .../files/patch-base_posix_unix__domain__socket.cc |   39 +
 ...ch-base_posix_unix__domain__socket__unittest.cc |   11 +
 devel/electron22/files/patch-base_process_kill.h   |   11 +
 .../files/patch-base_process_kill__posix.cc        |   11 +
 devel/electron22/files/patch-base_process_launch.h |   11 +
 .../files/patch-base_process_launch__posix.cc      |   12 +
 .../electron22/files/patch-base_process_memory.cc  |   11 +
 .../files/patch-base_process_process__handle.cc    |   11 +
 .../files/patch-base_process_process__handle.h     |   11 +
 .../patch-base_process_process__handle__freebsd.cc |   25 +
 .../patch-base_process_process__handle__openbsd.cc |   89 +
 ...atch-base_process_process__iterator__freebsd.cc |   51 +
 ...atch-base_process_process__iterator__openbsd.cc |   45 +
 .../files/patch-base_process_process__metrics.cc   |   54 +
 .../files/patch-base_process_process__metrics.h    |  129 +
 ...patch-base_process_process__metrics__freebsd.cc |  296 +
 ...patch-base_process_process__metrics__openbsd.cc |  215 +
 .../patch-base_process_process__metrics__posix.cc  |   20 +
 ...atch-base_process_process__metrics__unittest.cc |   20 +
 .../files/patch-base_process_process__posix.cc     |   93 +
 .../files/patch-base_process_process__unittest.cc  |   11 +
 .../files/patch-base_profiler_module__cache.cc     |   11 +
 ...e_profiler_sampling__profiler__thread__token.cc |   20 +
 ...se_profiler_sampling__profiler__thread__token.h |   20 +
 ...ch-base_profiler_stack__base__address__posix.cc |   44 +
 ...ofiler_stack__sampling__profiler__test__util.cc |   11 +
 ...profiler_stack__sampling__profiler__unittest.cc |   11 +
 .../patch-base_profiler_thread__delegate__posix.cc |   20 +
 devel/electron22/files/patch-base_rand__util.h     |   11 +
 .../files/patch-base_rand__util__posix.cc          |   62 +
 .../patch-base_strings_safe__sprintf__unittest.cc  |   18 +
 .../files/patch-base_synchronization_lock__impl.h  |   23 +
 .../electron22/files/patch-base_syslog__logging.cc |   20 +
 .../files/patch-base_system_sys__info.cc           |   11 +
 .../electron22/files/patch-base_system_sys__info.h |   20 +
 .../files/patch-base_system_sys__info__freebsd.cc  |  115 +
 .../files/patch-base_system_sys__info__openbsd.cc  |   94 +
 .../files/patch-base_system_sys__info__posix.cc    |   33 +
 .../files/patch-base_system_sys__info__unittest.cc |   20 +
 ...k_thread__pool_environment__config__unittest.cc |   11 +
 .../patch-base_test_launcher_test__launcher.cc     |   10 +
 .../patch-base_test_test__file__util__linux.cc     |   13 +
 .../patch-base_test_test__file__util__posix.cc     |   11 +
 .../files/patch-base_threading_platform__thread.h  |   11 +
 ...patch-base_threading_platform__thread__linux.cc |   77 +
 ...patch-base_threading_platform__thread__posix.cc |   21 +
 ...ch-base_threading_platform__thread__unittest.cc |   47 +
 ...tch-base_trace__event_malloc__dump__provider.cc |   30 +
 ...atch-base_trace__event_memory__dump__manager.cc |   11 +
 ...atch-base_trace__event_process__memory__dump.cc |   20 +
 .../files/patch-base_tracing_trace__time.cc        |   28 +
 .../files/patch-base_tracing_trace__time.h         |   11 +
 devel/electron22/files/patch-build_config_BUILD.gn |   22 +
 .../files/patch-build_config_BUILDCONFIG.gn        |   45 +
 .../files/patch-build_config_compiler_BUILD.gn     |  122 +
 .../files/patch-build_config_linux_BUILD.gn        |   11 +
 .../files/patch-build_config_linux_pkg-config.py   |   11 +
 .../electron22/files/patch-build_config_ozone.gni  |   19 +
 devel/electron22/files/patch-build_config_rust.gni |   11 +
 .../files/patch-build_config_v8__target__cpu.gni   |   13 +
 .../files/patch-build_detect__host__arch.py        |   11 +
 .../files/patch-build_gn__run__binary.py           |   11 +
 .../electron22/files/patch-build_linux_chrome.map  |   13 +
 .../files/patch-build_linux_strip__binary.py       |   10 +
 .../files/patch-build_linux_unbundle_libevent.gn   |   15 +
 .../files/patch-build_linux_unbundle_libusb.gn     |   27 +
 ...atch-build_linux_unbundle_replace__gn__files.py |   10 +
 .../files/patch-build_toolchain_freebsd_BUILD.gn   |   69 +
 .../patch-build_toolchain_gcc__solink__wrapper.py  |   11 +
 .../files/patch-build_toolchain_gcc__toolchain.gni |   44 +
 .../files/patch-build_toolchain_openbsd_BUILD.gn   |   69 +
 devel/electron22/files/patch-cc_BUILD.gn           |   19 +
 .../patch-chrome_app_app__management__strings.grdp |   11 +
 .../files/patch-chrome_app_chrome__command__ids.h  |   11 +
 .../files/patch-chrome_app_chrome__main.cc         |   20 +
 .../patch-chrome_app_chrome__main__delegate.cc     |  121 +
 .../files/patch-chrome_app_chromium__strings.grd   |   20 +
 .../patch-chrome_app_generated__resources.grd      |   74 +
 .../patch-chrome_app_google__chrome__strings.grd   |   20 +
 .../files/patch-chrome_app_profiles__strings.grdp  |   11 +
 .../files/patch-chrome_app_settings__strings.grdp  |   20 +
 ...hrome_app_theme_chrome__unscaled__resources.grd |   29 +
 .../patch-chrome_app_theme_theme__resources.grd    |   47 +
 .../files/patch-chrome_browser_about__flags.cc     |  128 +
 ...h-chrome_browser_after__startup__task__utils.cc |   11 +
 ...er_apps_platform__apps_platform__app__launch.cc |   20 +
 ...ser_apps_platform__apps_platform__app__launch.h |   11 +
 ...ete_chrome__autocomplete__scheme__classifier.cc |   11 +
 ...browser_background_background__mode__manager.cc |   11 +
 ...owser_background_background__mode__optimizer.cc |   11 +
 .../patch-chrome_browser_browser__features.cc      |   11 +
 .../patch-chrome_browser_browser__process__impl.cc |   29 +
 .../patch-chrome_browser_browser__process__impl.h  |   11 +
 ..._browser_chrome__browser__interface__binders.cc |   71 +
 .../patch-chrome_browser_chrome__browser__main.cc  |   43 +
 ...r_chrome__browser__main__extra__parts__linux.cc |   11 +
 ...-chrome_browser_chrome__browser__main__linux.cc |   28 +
 ...-chrome_browser_chrome__browser__main__posix.cc |   11 +
 ...ome_browser_chrome__content__browser__client.cc |  145 +
 ...rome_browser_chrome__content__browser__client.h |   11 +
 ...t__settings_chrome__content__settings__utils.cc |   11 +
 ...hrome__protocol__handler__registry__delegate.cc |   11 +
 .../files/patch-chrome_browser_defaults.cc         |   11 +
 ...-chrome_browser_dev__ui__browser__resources.grd |   11 +
 ...tity_device__oauth2__token__service__factory.cc |   11 +
 ...rome_browser_devtools_devtools__eye__dropper.cc |   11 +
 ...hrome_browser_diagnostics_diagnostics__writer.h |   11 +
 ...download_chrome__download__manager__delegate.cc |   29 +
 ...h-chrome_browser_download_download__commands.cc |   20 +
 ...ch-chrome_browser_download_download__commands.h |   11 +
 ...rome_browser_download_download__file__picker.cc |   20 +
 ...hrome_browser_download_download__item__model.cc |   29 +
 ...atch-chrome_browser_download_download__prefs.cc |   90 +
 ...patch-chrome_browser_download_download__prefs.h |   20 +
 ...nectors_analysis_analysis__service__settings.cc |   16 +
 ...t_device__trust__connector__service__factory.cc |   43 +
 ...evice__trust_device__trust__service__factory.cc |   11 +
 ...ser_commands_key__rotation__command__factory.cc |   20 +
 ...sistence_key__persistence__delegate__factory.cc |   20 +
 ...ice__trust_signals_signals__service__factory.cc |   20 +
 ...tors_reporting_browser__crash__event__router.cc |   19 +
 ...ctors_reporting_browser__crash__event__router.h |   29 +
 ...te__commands_cbcm__remote__commands__factory.cc |   20 +
 ...ser_enterprise_signals_device__info__fetcher.cc |   20 +
 ...erprise_signals_device__info__fetcher__linux.cc |   78 +
 .../files/patch-chrome_browser_extensions_BUILD.gn |   13 +
 ...ate_chrome__desktop__report__request__helper.cc |   29 +
 ...rprise__reporting__private_conversion__utils.cc |   11 +
 ...erprise__reporting__private_conversion__utils.h |   11 +
 ..._private_enterprise__reporting__private__api.cc |   38 +
 ...__private_enterprise__reporting__private__api.h |   29 +
 ...writer__private_removable__storage__provider.cc |   20 +
 ...i_messaging_native__process__launcher__posix.cc |   11 +
 ...__private_passwords__private__delegate__impl.cc |   11 +
 ...extensions_api_settings__private_prefs__util.cc |   20 +
 ...gging__private_webrtc__logging__private__api.cc |   29 +
 ..._browser__context__keyed__service__factories.cc |   20 +
 ..._browser_extensions_external__provider__impl.cc |   20 +
 ...e__file__system__access__permission__context.cc |   11 +
 ...-chrome_browser_first__run_first__run__dialog.h |   11 +
 ...hrome_browser_first__run_first__run__internal.h |   11 +
 .../patch-chrome_browser_flag__descriptions.cc     |   65 +
 .../patch-chrome_browser_flag__descriptions.h      |   51 +
 ...chrome_browser_headless_headless__mode__util.cc |   29 +
 ...h-chrome_browser_intranet__redirect__detector.h |   11 +
 ..._galleries_fileapi_mtp__device__map__service.cc |   15 +
 ...dia__galleries_media__file__system__registry.cc |   16 +
 ...ch-chrome_browser_media_audio__service__util.cc |   20 +
 ...-chrome_browser_media_router_discovery_BUILD.gn |   11 +
 ...er_discovery_discovery__network__list__posix.cc |   48 +
 ...covery_discovery__network__list__wifi__linux.cc |   30 +
 ...er_media_webrtc_webrtc__event__log__uploader.cc |   11 +
 ...e_browser_media_webrtc_webrtc__log__uploader.cc |   13 +
 ...ser_media_webrtc_webrtc__logging__controller.cc |   33 +
 ...wser_media_webrtc_webrtc__logging__controller.h |   20 +
 .../files/patch-chrome_browser_memory__details.cc  |   20 +
 .../patch-chrome_browser_memory__details__linux.cc |   37 +
 ...chrome__browser__main__extra__parts__metrics.cc |   23 +
 ...ser_metrics_chrome__metrics__service__client.cc |   47 +
 ...ch-chrome_browser_metrics_perf_cpu__identity.cc |   11 +
 ...trics_power_process__metrics__recorder__util.cc |   11 +
 ...hrome_browser_metrics_power_process__monitor.cc |   29 +
 ...chrome_browser_metrics_power_process__monitor.h |   11 +
 ...rowser_net_system__network__context__manager.cc |   38 +
 ..._new__tab__page_modules_drive_drive__service.cc |   11 +
 ..._browser_new__tab__page_new__tab__page__util.cc |   20 +
 ...cations_notification__display__service__impl.cc |   38 +
 ...ns_notification__platform__bridge__delegator.cc |   11 +
 ...d__manager_password__reuse__manager__factory.cc |   11 +
 .../patch-chrome_browser_platform__util__linux.cc  |   12 +
 ...wser_policy_browser__signin__policy__handler.cc |   11 +
 ...wser__cloud__management__controller__desktop.cc |   38 +
 ...onfiguration__policy__handler__list__factory.cc |   11 +
 ...y_device__management__service__configuration.cc |   20 +
 .../patch-chrome_browser_prefs_browser__prefs.cc   |   69 +
 ...er_prefs_pref__service__incognito__allowlist.cc |   11 +
 ...er_printing_print__backend__service__manager.cc |   29 +
 ...h-chrome_browser_printing_print__job__worker.cc |   11 +
 ...tch-chrome_browser_process__singleton__posix.cc |   11 +
 ...hrome__browser__main__extra__parts__profiles.cc |   25 +
 .../patch-chrome_browser_profiles_profile__impl.cc |   31 +
 ...atch-chrome_browser_profiles_profiles__state.cc |   11 +
 ...h-chrome_browser_renderer__preferences__util.cc |   29 +
 ...ources_sandbox__internals_sandbox__internals.ts |   29 +
 ..._appearance__page_appearance__browser__proxy.ts |   20 +
 ...settings_appearance__page_appearance__page.html |   29 +
 ...s_settings_appearance__page_appearance__page.ts |   65 +
 ...s_settings_autofill__page_passwords__shared.css |   11 +
 ...atch-chrome_browser_resources_settings_route.ts |   11 +
 ...ome_browser_resources_signin_signin__shared.css |   11 +
 ...sync__confirmation_sync__confirmation__app.html |   38 +
 ...d__content__scanning_binary__upload__service.cc |   20 +
 ...browsing_download__protection_file__analyzer.cc |   29 +
 ..._browsing_download__protection_file__analyzer.h |   29 +
 ...dent__reporting_incident__reporting__service.cc |   11 +
 ...b__to__self_receiving__ui__handler__registry.cc |   20 +
 ...o__self_send__tab__to__self__client__service.cc |   20 +
 ...rowser_sharing_sharing__device__registration.cc |   11 +
 ...ser_sharing_sharing__handler__registry__impl.cc |   20 +
 ...me_browser_shutdown__signal__handlers__posix.cc |   21 +
 ...tch-chrome_browser_sync_chrome__sync__client.cc |   11 +
 ...rowser_sync_device__info__sync__client__impl.cc |   11 +
 ...e_browser_task__manager_sampling_task__group.cc |   38 +
 ...me_browser_task__manager_sampling_task__group.h |   38 +
 ..._task__manager_sampling_task__group__sampler.cc |   47 +
 ...r_task__manager_sampling_task__group__sampler.h |   38 +
 ...r_task__manager_sampling_task__manager__impl.cc |   11 +
 ...browser_task__manager_task__manager__observer.h |   11 +
 .../patch-chrome_browser_themes_theme__helper.cc   |   11 +
 .../patch-chrome_browser_themes_theme__service.cc  |   20 +
 ...e_browser_themes_theme__service__aura__linux.cc |   11 +
 ...hrome_browser_themes_theme__service__factory.cc |   37 +
 .../files/patch-chrome_browser_ui_browser.h        |   11 +
 ...rome_browser_ui_browser__command__controller.cc |   38 +
 ...patch-chrome_browser_ui_browser__view__prefs.cc |   20 +
 .../files/patch-chrome_browser_ui_chrome__pages.cc |   20 +
 .../files/patch-chrome_browser_ui_chrome__pages.h  |   20 +
 ...rowser_ui_color_native__chrome__color__mixer.cc |   11 +
 ..._exclusive__access_exclusive__access__bubble.cc |   11 +
 .../files/patch-chrome_browser_ui_sad__tab.cc      |   11 +
 ...sharing__hub_sharing__hub__bubble__controller.h |   11 +
 ...h-chrome_browser_ui_signin__view__controller.cc |   11 +
 ...browser_ui_signin__view__controller__delegate.h |   11 +
 ...chrome_browser_ui_startup_bad__flags__prompt.cc |   11 +
 ...browser_ui_startup_startup__browser__creator.cc |   29 +
 ...r_ui_startup_startup__browser__creator__impl.cc |   11 +
 .../files/patch-chrome_browser_ui_tab__helpers.cc  |   36 +
 ...wser_ui_task__manager_task__manager__columns.cc |   11 +
 ...ui_task__manager_task__manager__table__model.cc |   29 +
 ...h-chrome_browser_ui_views_accelerator__table.cc |   43 +
 ...pps_chrome__native__app__window__views__aura.cc |   20 +
 ...browser_ui_views_bubble__anchor__util__views.cc |   11 +
 ...s_chrome__browser__main__extra__parts__views.cc |   20 +
 ...rome_browser_ui_views_chrome__views__delegate.h |   16 +
 ...wser_ui_views_chrome__views__delegate__linux.cc |   20 +
 ...owser_ui_views_download_download__item__view.cc |   20 +
 ...ser_ui_views_eye__dropper_eye__dropper__view.cc |   11 +
 ..._views_eye__dropper_eye__dropper__view__aura.cc |   11 +
 ...chrome_browser_ui_views_frame_browser__frame.cc |   47 +
 ...-chrome_browser_ui_views_frame_browser__frame.h |   29 +
 ...er__non__client__frame__view__factory__views.cc |   29 +
 ...-chrome_browser_ui_views_frame_browser__view.cc |   11 +
 ..._ui_views_frame_opaque__browser__frame__view.cc |   38 +
 ...r_ui_views_frame_opaque__browser__frame__view.h |   20 +
 ...paque__browser__frame__view__layout__delegate.h |   20 +
 ..._ui_views_frame_system__menu__model__builder.cc |   29 +
 ...ui_views_frame_system__menu__model__delegate.cc |   29 +
 ...chrome_browser_ui_views_hung__renderer__view.cc |   11 +
 ..._ui_views_profiles_profile__menu__view__base.cc |   11 +
 ...es_signin__view__controller__delegate__views.cc |   29 +
 ...les_signin__view__controller__delegate__views.h |   11 +
 ...hrome_browser_ui_views_tabs_new__tab__button.cc |   11 +
 .../patch-chrome_browser_ui_views_tabs_tab.cc      |   11 +
 ..._browser_ui_views_tabs_tab__drag__controller.cc |   38 +
 ...r_ui_views_tabs_tab__hover__card__controller.cc |   11 +
 .../patch-chrome_browser_ui_webui_about__ui.cc     |   20 +
 ...i_webui_chrome__web__ui__controller__factory.cc |   92 +
 ...i_connectors__internals_device__trust__utils.cc |   29 +
 ..._browser_ui_webui_ntp_app__launcher__handler.cc |   20 +
 ...rowser_ui_webui_settings_appearance__handler.cc |   11 +
 ...tings_settings__localized__strings__provider.cc |   56 +
 ...hrome_browser_ui_window__sizer_window__sizer.cc |   11 +
 ...er_web__applications_extension__status__utils.h |   11 +
 ...ications_extensions_extension__status__utils.cc |   20 +
 ...gration_web__app__file__handler__registration.h |   11 +
 ...lications_os__integration_web__app__shortcut.cc |   47 +
 ...plications_os__integration_web__app__shortcut.h |   38 +
 ..._os__integration_web__app__shortcut__manager.cc |   11 +
 ...browser_web__applications_web__app__provider.cc |   11 +
 ...thn_chrome__authenticator__request__delegate.cc |   11 +
 .../files/patch-chrome_common_channel__info.h      |   11 +
 .../patch-chrome_common_channel__info__posix.cc    |   11 +
 .../files/patch-chrome_common_chrome__features.cc  |   74 +
 .../files/patch-chrome_common_chrome__features.h   |   45 +
 .../files/patch-chrome_common_chrome__paths.cc     |   80 +
 .../files/patch-chrome_common_chrome__paths.h      |   29 +
 .../patch-chrome_common_chrome__paths__internal.h  |   11 +
 .../files/patch-chrome_common_chrome__switches.cc  |   19 +
 .../files/patch-chrome_common_chrome__switches.h   |   17 +
 ...rmissions_chrome__permission__message__rules.cc |   11 +
 ...ch-chrome_common_media_cdm__host__file__path.cc |   11 +
 .../files/patch-chrome_common_pref__names.cc       |   56 +
 .../files/patch-chrome_common_pref__names.h        |   56 +
 .../files/patch-chrome_common_url__constants.cc    |   11 +
 .../files/patch-chrome_common_url__constants.h     |   11 +
 .../patch-chrome_common_webui__url__constants.cc   |   68 +
 .../patch-chrome_common_webui__url__constants.h    |   57 +
 ...ome_renderer_chrome__render__frame__observer.cc |   11 +
 ...mojom_safe__document__analyzer__mojom__traits.h |   11 +
 ...vices_printing_print__backend__service__impl.cc |   38 +
 ...services_speech_audio__source__fetcher__impl.cc |   11 +
 devel/electron22/files/patch-chrome_test_BUILD.gn  |   11 +
 ...ch-chrome_test_chromedriver_chrome__launcher.cc |   10 +
 ...rome_test_chromedriver_chrome_chrome__finder.cc |   20 +
 ...e_test_chromedriver_key__converter__unittest.cc |   20 +
 ...medriver_keycode__text__conversion__unittest.cc |   20 +
 ...t_interaction_webui__interaction__test__util.cc |   11 +
 .../files/patch-chrome_updater_app_app__install.cc |   11 +
 .../patch-chrome_updater_app_app__uninstall.cc     |   11 +
 .../files/patch-chrome_updater_configurator.cc     |   11 +
 ...chrome_updater_device__management_dm__client.cc |   11 +
 .../files/patch-chrome_updater_installer.cc        |   11 +
 .../files/patch-chrome_updater_updater.cc          |   11 +
 .../electron22/files/patch-chrome_updater_util.cc  |   20 +
 .../files/patch-chrome_utility_services.cc         |   56 +
 ...hromecast_browser_cast__browser__main__parts.cc |   38 +
 ...ecast_browser_cast__content__browser__client.cc |   11 +
 ...omecast_media_base_default__monotonic__clock.cc |   20 +
 ..._assistant_browser_autofill__assistant__impl.cc |   11 +
 ..._autofill__assistant_browser_client__context.cc |   11 +
 ...tch-components_autofill__payments__strings.grdp |   11 +
 ...utofill_core_browser_personal__data__manager.cc |   12 +
 ...ill_core_common_autofill__payments__features.cc |   11 +
 ...mponents_autofill_core_common_autofill__util.cc |   11 +
 ...ch-components_components__chromium__strings.grd |   11 +
 ...ponents_components__google__chrome__strings.grd |   11 +
 ...ngs_core_browser_website__settings__registry.cc |   11 +
 ...omponents_cookie__config_cookie__store__util.cc |   11 +
 .../files/patch-components_crash_core_app_BUILD.gn |   43 +
 ...nts_crash_core_app_chrome__crashpad__handler.cc |   12 +
 ...h_core_browser_crash__upload__list__crashpad.cc |   26 +
 .../patch-components_crash_core_common_BUILD.gn    |   11 +
 ...evice__signals_core_common_signals__features.cc |   11 +
 ...device__signals_core_common_signals__features.h |   11 +
 ...nals_core_system__signals_platform__delegate.cc |   11 +
 ...nents_device__signals_test_signals__contract.cc |   11 +
 ...service_discardable__shared__memory__manager.cc |   11 +
 ...bedder__support_user__agent__utils__unittest.cc |   20 +
 ..._feature__engagement_public_event__constants.cc |   11 +
 ...s_feature__engagement_public_event__constants.h |   11 +
 ...e__engagement_public_feature__configurations.cc |   21 +
 ...eature__engagement_public_feature__constants.cc |   21 +
 ...feature__engagement_public_feature__constants.h |   21 +
 ...nts_feature__engagement_public_feature__list.cc |   21 +
 ...ents_feature__engagement_public_feature__list.h |   40 +
 ...omponents_feed_core_proto_v2_wire_version.proto |   13 +
 ...s_feed_core_v2_feed__network__impl__unittest.cc |   13 +
 .../patch-components_feed_core_v2_proto__util.cc   |   24 +
 ...omponents_feed_core_v2_proto__util__unittest.cc |   13 +
 ...-components_feed_core_v2_test_proto__printer.cc |   13 +
 .../patch-components_flags__ui_flags__state.cc     |   11 +
 .../files/patch-components_gwp__asan_BUILD.gn      |   11 +
 ...nts_gwp__asan_crash__handler_crash__analyzer.cc |   20 +
 ...nts_invalidation_impl_invalidation__switches.cc |   11 +
 ...patch-components_live__caption_caption__util.cc |   11 +
 ...n_providers_cast_channel_cast__message__util.cc |   11 +
 ...ents_metrics_drive__metrics__provider__linux.cc |   16 +
 .../files/patch-components_metrics_metrics__log.cc |   38 +
 .../files/patch-components_metrics_motherboard.cc  |   10 +
 ...patch-components_neterror_resources_neterror.js |   11 +
 ...rator_browser_network__session__configurator.cc |   11 +
 ...ser_network__session__configurator__unittest.cc |   11 +
 ...atch-components_new__or__sad__tab__strings.grdp |   20 +
 ...zation__guide_core_optimization__guide__util.cc |   11 +
 ...ch-components_os__crypt_keyring__util__linux.cc |   17 +
 ...-components_os__crypt_libsecret__util__linux.cc |   18 +
 .../files/patch-components_os__crypt_os__crypt.h   |   72 +
 ...aint__preview_browser_paint__preview__client.cc |   13 +
 ...iew_browser_paint__preview__client__unittest.cc |   13 +
 ...aint__preview_common_proto_paint__preview.proto |   13 +
 ..._preview_player_player__compositor__delegate.cc |   13 +
 ...ssword__manager_core_browser_login__database.cc |   29 +
 ...nager_core_browser_login__database__unittest.cc |   29 +
 ...ger_core_browser_sync_password__sync__bridge.cc |   20 +
 ...ager_core_common_password__manager__features.cc |   29 +
 ...nager_core_common_password__manager__features.h |   24 +
 ...mponents_performance__manager_public_features.h |   11 +
 ...sions_prediction__service_prediction__common.cc |   20 +
 ...icy_core_browser_policy__pref__mapping__test.cc |   11 +
 ...licy_core_common_cloud_cloud__policy__client.cc |   11 +
 ...policy_core_common_cloud_cloud__policy__util.cc |   55 +
 ...ponents_policy_resources_policy__templates.json |  200 +
 ...onents_policy_tools_generate__policy__source.py |   14 +
 ...ontent_common_file__type__policies__unittest.cc |   11 +
 ...ing_content_resources_gen__file__type__proto.py |   19 +
 ..._core_browser_db_v4__protocol__manager__util.cc |   11 +
 ..._browser_realtime_url__lookup__service__base.cc |   11 +
 ...onents_security__interstitials_content_utils.cc |   11 +
 ..._default__model_cross__device__user__segment.cc |   11 +
 ...paint__preview__compositor__collection__impl.cc |   29 +
 ..._paint__preview__compositor__collection__impl.h |   20 +
 ..._ai_sandbox_screen__ai__sandbox__hook__linux.cc |   18 +
 ...__ai_sandbox_screen__ai__sandbox__hook__linux.h |   16 +
 ...metric__utils_browser_startup__metric__utils.cc |   11 +
 .../patch-components_storage__monitor_BUILD.gn     |   20 +
 ...torage__monitor_removable__device__constants.cc |   11 +
 ...storage__monitor_removable__device__constants.h |   11 +
 ...sync__device__info_local__device__info__util.cc |   29 +
 ...evice__info_local__device__info__util__linux.cc |   14 +
 ...onents_translate_core_common_translate__util.cc |   11 +
 ...ponents_update__client_update__query__params.cc |   11 +
 ..._formatter_spoof__checks_idn__spoof__checker.cc |   11 +
 ...nents_variations_service_variations__service.cc |   11 +
 ...nents_viz_common_gpu_dawn__context__provider.cc |   11 +
 ...ch-components_viz_host_host__display__client.cc |   11 +
 ...tch-components_viz_host_host__display__client.h |   11 +
 ...onents_viz_host_renderer__settings__creation.cc |   11 +
 ...isplay__embedder_skia__output__surface__impl.cc |   20 +
 ..._display__embedder_software__output__surface.cc |   20 +
 ...e_display__embedder_software__output__surface.h |   20 +
 ...omponents_viz_service_display_skia__renderer.cc |   11 +
 ...e__sinks_root__compositor__frame__sink__impl.cc |   20 +
 ...me__sinks_root__compositor__frame__sink__impl.h |   11 +
 ...ch-components_viz_test_fake__display__client.cc |   11 +
 ...tch-components_viz_test_fake__display__client.h |   11 +
 ...tch-components_viz_test_mock__display__client.h |   11 +
 .../files/patch-content_app_content__main.cc       |   11 +
 ...atch-content_app_content__main__runner__impl.cc |  120 +
 .../files/patch-content_browser_BUILD.gn           |   16 +
 ..._browser_browser__child__process__host__impl.cc |   10 +
 .../patch-content_browser_browser__main__loop.cc   |   37 +
 ...wser_child__process__launcher__helper__linux.cc |   96 +
 ..._compositor_viz__process__transport__factory.cc |   11 +
 ...wser_devtools_protocol_system__info__handler.cc |   11 +
 ...ent_browser_download_download__manager__impl.cc |   29 +
 ...font__access_font__enumeration__data__source.cc |   29 +
 .../patch-content_browser_gpu_compositor__util.cc  |   20 +
 ...patch-content_browser_gpu_gpu__process__host.cc |   19 +
 ...ser_media_frameless__media__interface__proxy.cc |   20 +
 ...wser_media_frameless__media__interface__proxy.h |   20 +
 ...ontent_browser_media_media__interface__proxy.cc |   20 +
 ...r_media_media__keys__listener__manager__impl.cc |   11 +
 ...i__plugin__process__host__receiver__bindings.cc |   20 +
 ...rowser_renderer__host_delegated__frame__host.cc |   11 +
 ...__host_input_input__device__change__observer.cc |   29 +
 ...renderer__host_pepper_pepper__file__io__host.cc |   20 +
 ...owser_renderer__host_render__message__filter.cc |   29 +
 ...rowser_renderer__host_render__message__filter.h |   18 +
 ...r_renderer__host_render__process__host__impl.cc |   55 +
 ...er_renderer__host_render__process__host__impl.h |   38 +
 ...wser_renderer__host_render__view__host__impl.cc |   11 +
 ...derer__host_render__widget__host__view__aura.cc |   47 +
 ...nderer__host_render__widget__host__view__aura.h |   11 +
 ...t_render__widget__host__view__event__handler.cc |   11 +
 .../patch-content_browser_sandbox__host__linux.cc  |   18 +
 ...scheduler_responsiveness_jank__monitor__impl.cc |   11 +
 ...duler_responsiveness_native__event__observer.cc |   20 +
 ...eduler_responsiveness_native__event__observer.h |   47 +
 ...r_utility__process__host__receiver__bindings.cc |   20 +
 ...h-content_browser_utility__sandbox__delegate.cc |   24 +
 .../patch-content_browser_v8__snapshot__files.cc   |   11 +
 ...wser_web__contents_web__contents__view__aura.cc |   29 +
 ...browser_webui_web__ui__main__frame__observer.cc |   38 +
 ..._browser_webui_web__ui__main__frame__observer.h |   20 +
 ...owser_zygote__host_zygote__host__impl__linux.cc |   81 +
 ...rowser_zygote__host_zygote__host__impl__linux.h |   29 +
 .../files/patch-content_child_child__process.cc    |   11 +
 .../electron22/files/patch-content_common_BUILD.gn |   12 +
 .../patch-content_common_font__list__unittest.cc   |   11 +
 ...-content_common_mojo__core__library__support.cc |   11 +
 .../files/patch-content_common_user__agent.cc      |   37 +
 .../files/patch-content_gpu_gpu__main.cc           |   47 +
 .../patch-content_gpu_gpu__sandbox__hook__linux.cc |   70 +
 ...t_ppapi__plugin_ppapi__blink__platform__impl.cc |   29 +
 ...nt_ppapi__plugin_ppapi__blink__platform__impl.h |   25 +
 ...ch-content_ppapi__plugin_ppapi__plugin__main.cc |   23 +
 ...-content_public_browser_render__process__host.h |   20 +
 ...blic_browser_zygote__host_zygote__host__linux.h |   16 +
 ...t_public_common_common__param__traits__macros.h |   11 +
 ...atch-content_public_common_content__features.cc |   50 +
 ...patch-content_public_common_content__features.h |   11 +
 ...atch-content_public_common_content__switches.cc |   20 +
 ...patch-content_public_common_content__switches.h |   19 +
 ...patch-content_public_common_zygote_features.gni |    8 +
 ...ntent_public_test_mock__render__process__host.h |   11 +
 ...tch-content_public_test_mock__render__thread.cc |   11 +
 ...content_renderer_media_render__media__client.cc |   11 +
 ...patch-content_renderer_render__process__impl.cc |   29 +
 .../patch-content_renderer_render__thread__impl.cc |   38 +
 ...ent_renderer_renderer__blink__platform__impl.cc |   47 +
 ...tent_renderer_renderer__blink__platform__impl.h |   38 +
 ...er_renderer__main__platform__delegate__linux.cc |   18 +
 .../electron22/files/patch-content_shell_BUILD.gn  |   11 +
 ...atch-content_shell_app_shell__main__delegate.cc |   11 +
 ...nt_shell_browser_shell__browser__main__parts.cc |   47 +
 .../patch-content_shell_browser_shell__paths.cc    |   20 +
 ...hell_utility_shell__content__utility__client.cc |   20 +
 devel/electron22/files/patch-content_test_BUILD.gn |   20 +
 .../files/patch-content_utility_services.cc        |   47 +
 ...ch_speech__recognition__sandbox__hook__linux.cc |   37 +
 ...ech_speech__recognition__sandbox__hook__linux.h |   14 +
 ...link__platform__with__sandbox__support__impl.cc |   29 +
 ...blink__platform__with__sandbox__support__impl.h |   24 +
 .../files/patch-content_utility_utility__main.cc   |   78 +
 .../electron22/files/patch-content_zygote_BUILD.gn |   11 +
 .../files/patch-content_zygote_zygote__linux.cc    |   15 +
 .../patch-content_zygote_zygote__main__linux.cc    |   64 +
 .../patch-device_bluetooth_bluetooth__adapter.cc   |   11 +
 .../patch-device_bluetooth_cast__bluetooth.gni     |    9 +
 .../electron22/files/patch-device_gamepad_BUILD.gn |   11 +
 .../patch-device_gamepad_gamepad__provider.cc      |   11 +
 .../patch-device_gamepad_hid__writer__linux.cc     |   11 +
 devel/electron22/files/patch-electron_BUILD.gn     |   69 +
 .../patch-electron_default__app_default__app.ts    |   11 +
 .../electron22/files/patch-electron_filenames.gni  |   13 +
 .../files/patch-electron_lib_browser_api_app.ts    |   11 +
 .../files/patch-electron_lib_browser_api_dialog.ts |   11 +
 ...tch-electron_lib_browser_api_menu-item-roles.ts |   11 +
 ...patch-electron_lib_browser_api_power-monitor.ts |   11 +
 .../files/patch-electron_lib_browser_init.ts       |   11 +
 .../files/patch-electron_lib_browser_rpc-server.ts |   11 +
 .../patch-electron_lib_common_api_clipboard.ts     |   11 +
 .../files/patch-electron_script_lib_config.py      |   12 +
 .../files/patch-electron_script_lib_utils.js       |   11 +
 .../files/patch-electron_script_spec-runner.js     |   11 +
 ...-electron_shell_app_electron__main__delegate.cc |   56 +
 .../files/patch-electron_shell_app_node__main.cc   |   56 +
 ...lectron_shell_browser_api_electron__api__app.cc |   47 +
 ...hell_browser_api_electron__api__base__window.cc |   11 +
 ...l_browser_api_electron__api__crash__reporter.cc |   72 +
 ...ll_browser_api_electron__api__power__monitor.cc |   23 +
 ...ell_browser_api_electron__api__power__monitor.h |   11 +
 ...ell_browser_api_electron__api__safe__storage.cc |   11 +
 ...ell_browser_api_electron__api__web__contents.cc |   61 +
 ...hell_browser_api_electron__api__web__contents.h |   11 +
 ...ch-electron_shell_browser_api_process__metric.h |   20 +
 .../files/patch-electron_shell_browser_browser.cc  |   11 +
 .../files/patch-electron_shell_browser_browser.h   |   33 +
 .../patch-electron_shell_browser_browser__linux.cc |   11 +
 ...shell_browser_electron__browser__main__parts.cc |  104 +
 ..._shell_browser_electron__browser__main__parts.h |   29 +
 ...rowser_electron__browser__main__parts__posix.cc |   19 +
 .../patch-electron_shell_browser_native__window.cc |   11 +
 ...electron_shell_browser_native__window__views.cc |  128 +
 ...-electron_shell_browser_native__window__views.h |   11 +
 ...rowser_net_system__network__context__manager.cc |   11 +
 ...shell_browser_osr_osr__host__display__client.cc |   11 +
 ..._shell_browser_osr_osr__host__display__client.h |   11 +
 ...tch-electron_shell_browser_relauncher__linux.cc |   32 +
 ...ui_inspectable__web__contents__view__delegate.h |   11 +
 ...l_browser_ui_views_electron__views__delegate.cc |   38 +
 ...ll_browser_ui_views_electron__views__delegate.h |   11 +
 ...iews_inspectable__web__contents__view__views.cc |   11 +
 ...ch-electron_shell_browser_ui_views_menu__bar.cc |   38 +
 ...tch-electron_shell_browser_ui_views_menu__bar.h |   11 +
 ...ctron_shell_browser_ui_views_submenu__button.cc |   11 +
 ...on_shell_common_api_electron__api__clipboard.cc |   20 +
 ...hell_common_api_electron__api__native__image.cc |   11 +
 ...shell_common_api_electron__api__native__image.h |   11 +
 ...electron_shell_common_api_electron__bindings.cc |   11 +
 ...lectron_shell_common_electron__command__line.cc |   11 +
 ...electron_shell_common_electron__command__line.h |   11 +
 .../patch-electron_shell_common_electron__paths.h  |   11 +
 .../patch-electron_shell_common_node__bindings.cc  |   29 +
 ...-electron_shell_common_node__bindings__linux.cc |   65 +
 .../patch-electron_shell_common_platform__util.h   |   11 +
 ...api_electron__api__crash__reporter__renderer.cc |   36 +
 .../files/patch-electron_spec_api-app-spec.ts      |  119 +
 .../patch-electron_spec_api-browser-window-spec.ts |  128 +
 .../patch-electron_spec_api-clipboard-spec.ts      |   29 +
 .../patch-electron_spec_api-crash-reporter-spec.ts |   47 +
 ...atch-electron_spec_api-desktop-capturer-spec.ts |   47 +
 .../patch-electron_spec_api-native-image-spec.ts   |   11 +
 .../files/patch-electron_spec_api-net-log-spec.ts  |   29 +
 ...tch-electron_spec_api-notification-dbus-spec.ts |   11 +
 .../patch-electron_spec_api-power-monitor-spec.ts  |   11 +
 .../files/patch-electron_spec_api-process-spec.ts  |   11 +
 .../patch-electron_spec_api-safe-storage-spec.ts   |   11 +
 .../files/patch-electron_spec_api-screen-spec.ts   |   38 +
 .../files/patch-electron_spec_api-shell-spec.ts    |   23 +
 .../files/patch-electron_spec_api-subframe-spec.ts |   11 +
 .../files/patch-electron_spec_api-tray-spec.ts     |   11 +
 .../patch-electron_spec_api-web-frame-spec.ts      |   11 +
 .../files/patch-electron_spec_chromium-spec.ts     |   11 +
 ...spec_fixtures_crash-cases_safe-storage_index.js |   11 +
 ...n_spec_fixtures_native-addon_uv-dlopen_index.js |   11 +
 .../files/patch-electron_spec_version-bump-spec.ts |   11 +
 .../patch-electron_spec_visibility-state-spec.ts   |   11 +
 .../files/patch-electron_spec_webview-spec.ts      |   11 +
 ...sions_browser_api_messaging_message__service.cc |   20 +
 ...ivate_networking__private__delegate__factory.cc |   20 +
 ..._browser__context__keyed__service__factories.cc |   11 +
 .../patch-extensions_browser_extension__prefs.cc   |   11 +
 .../files/patch-extensions_browser_pref__names.cc  |   11 +
 .../files/patch-extensions_browser_pref__names.h   |   11 +
 ...tensions_common_api___permission__features.json |   29 +
 .../files/patch-extensions_common_api_runtime.json |   12 +
 .../files/patch-extensions_common_command.cc       |   11 +
 .../patch-extensions_common_features_feature.cc    |   11 +
 ...ensions_renderer_bindings_api__binding__util.cc |   11 +
 ...-extensions_renderer_bindings_argument__spec.cc |   11 +
 ...h-extensions_shell_app_shell__main__delegate.cc |   20 +
 ...er_api_runtime_shell__runtime__api__delegate.cc |   11 +
 ...ns_shell_browser_shell__browser__main__parts.cc |   11 +
 ...shell_browser_shell__extensions__api__client.cc |   11 +
 ..._shell_browser_shell__extensions__api__client.h |   20 +
 ...h-google__apis_gcm_engine_heartbeat__manager.cc |   29 +
 ...__buffer_common_gpu__memory__buffer__support.cc |   20 +
 ...image_angle__vulkan__image__backing__factory.cc |   11 +
 ...e_shared__image_external__vk__image__backing.cc |   20 +
 ...ce_shared__image_gl__texture__image__backing.cc |   11 +
 ...__image_gl__texture__image__backing__factory.cc |   11 +
 ...__image_wrapped__sk__image__backing__factory.cc |   11 +
 ...ommand__buffer_service_webgpu__decoder__impl.cc |   11 +
 ...ffer_tests_gl__gpu__memory__buffer__unittest.cc |   20 +
 ...__buffer_tests_gl__oes__egl__image__unittest.cc |   20 +
 ...ch-gpu_command__buffer_tests_gl__test__utils.cc |   20 +
 ...tch-gpu_command__buffer_tests_gl__test__utils.h |   11 +
 .../files/patch-gpu_config_gpu__control__list.cc   |   20 +
 .../files/patch-gpu_config_gpu__finch__features.cc |   21 +
 .../files/patch-gpu_config_gpu__test__config.cc    |   11 +
 ...-gpu_ipc_common_gpu__memory__buffer__support.cc |   20 +
 ...h-gpu_ipc_common_gpu__memory__buffer__support.h |   11 +
 .../files/patch-gpu_ipc_service_gpu__init.cc       |   83 +
 ...gpu_ipc_service_gpu__memory__buffer__factory.cc |   20 +
 .../files/patch-gpu_ipc_service_x__util.h          |   16 +
 .../files/patch-gpu_vulkan_generate__bindings.py   |   11 +
 .../patch-gpu_vulkan_vulkan__device__queue.cc      |   20 +
 .../files/patch-gpu_vulkan_vulkan__device__queue.h |   11 +
 .../patch-gpu_vulkan_vulkan__function__pointers.cc |   11 +
 .../patch-gpu_vulkan_vulkan__function__pointers.h  |   27 +
 .../files/patch-gpu_vulkan_vulkan__image.cc        |   11 +
 .../files/patch-gpu_vulkan_vulkan__image.h         |   20 +
 .../files/patch-gpu_vulkan_vulkan__util.cc         |   11 +
 ...ss_lib_browser_headless__browser__main__parts.h |   11 +
 ...rowser_headless__browser__main__parts__linux.cc |   11 +
 ...ib_browser_headless__content__browser__client.h |   11 +
 ..._browser_headless__request__context__manager.cc |   11 +
 ...ss_lib_browser_headless__web__contents__impl.cc |   11 +
 ...adless_lib_headless__content__main__delegate.cc |   11 +
 devel/electron22/files/patch-ipc_ipc__channel.h    |   11 +
 .../files/patch-ipc_ipc__channel__common.cc        |   11 +
 .../files/patch-ipc_ipc__channel__mojo.cc          |   11 +
 .../files/patch-ipc_ipc__message__utils.cc         |   11 +
 .../files/patch-ipc_ipc__message__utils.h          |   11 +
 devel/electron22/files/patch-media_BUILD.gn        |   12 +
 devel/electron22/files/patch-media_audio_BUILD.gn  |   24 +
 .../patch-media_audio_alsa_audio__manager__alsa.cc |   54 +
 .../patch-media_audio_audio__input__device.cc      |   11 +
 ...h-media_audio_audio__output__proxy__unittest.cc |   14 +
 ...atch-media_audio_sndio_audio__manager__sndio.cc |  184 +
 ...patch-media_audio_sndio_audio__manager__sndio.h |   69 +
 .../files/patch-media_audio_sndio_sndio__input.cc  |  204 +
 .../files/patch-media_audio_sndio_sndio__input.h   |   94 +
 .../files/patch-media_audio_sndio_sndio__output.cc |  190 +
 .../files/patch-media_audio_sndio_sndio__output.h  |   91 +
 .../files/patch-media_base_audio__latency.cc       |   11 +
 .../files/patch-media_base_media__switches.cc      |   55 +
 .../files/patch-media_base_media__switches.h       |   25 +
 .../files/patch-media_base_scopedfd__helper.h      |   11 +
 .../files/patch-media_base_supported__types.cc     |   11 +
 ...ch-media_base_user__input__monitor__unittest.cc |   29 +
 .../files/patch-media_base_video__frame.cc         |   74 +
 .../files/patch-media_base_video__frame.h          |   47 +
 ...ideo_create__video__capture__device__factory.cc |   20 +
 ..._video_fake__video__capture__device__factory.cc |   11 +
 ..._video_file__video__capture__device__factory.cc |   11 +
 ...h-media_capture_video_linux_fake__v4l2__impl.cc |   11 +
 ...ch-media_capture_video_linux_fake__v4l2__impl.h |   25 +
 ..._capture_video_linux_v4l2__capture__delegate.cc |   44 +
 ...a_capture_video_linux_v4l2__capture__delegate.h |   15 +
 ...dia_capture_video_linux_v4l2__capture__device.h |   11 +
 ...ture_video_linux_v4l2__capture__device__impl.cc |   11 +
 ...pture_video_linux_v4l2__capture__device__impl.h |   11 +
 ...linux_video__capture__device__factory__linux.cc |   45 +
 ..._linux_video__capture__device__factory__linux.h |   11 +
 ...capture_video_video__capture__device__client.cc |   11 +
 .../files/patch-media_cdm_cdm__paths__unittest.cc  |   11 +
 .../files/patch-media_gpu_buffer__validation.cc    |   29 +
 ...-media_gpu_chromeos_video__decoder__pipeline.cc |   20 +
 ...gpu_gpu__video__encode__accelerator__factory.cc |   11 +
 ...dware__video__decoding__sandbox__hook__linux.cc |   26 +
 ...rdware__video__decoding__sandbox__hook__linux.h |   16 +
 .../patch-media_gpu_vaapi_vaapi__video__decoder.cc |   11 +
 .../files/patch-media_gpu_vaapi_vaapi__wrapper.cc  |   11 +
 .../files/patch-media_media__options.gni           |   30 +
 ...stable__video__decoder__types__mojom__traits.cc |   29 +
 ..._stable__video__decoder__types__mojom__traits.h |   11 +
 ...media_mojo_mojom_video__frame__mojom__traits.cc |   11 +
 .../patch-media_video_fake__gpu__memory__buffer.cc |   38 +
 ...ideo_gpu__memory__buffer__video__frame__pool.cc |   29 +
 ...ia_video_video__encode__accelerator__adapter.cc |   20 +
 ...eo_video__encode__accelerator__adapter__test.cc |   11 +
 .../files/patch-media_webrtc_audio__processor.cc   |   11 +
 .../files/patch-media_webrtc_helpers__unittests.cc |   20 +
 .../files/patch-media_webrtc_webrtc__features.cc   |   20 +
 devel/electron22/files/patch-mojo_core_BUILD.gn    |   11 +
 devel/electron22/files/patch-mojo_core_channel.cc  |   14 +
 .../files/patch-mojo_core_embedder_features.h      |   11 +
 .../files/patch-mojo_public_c_system_thunks.cc     |   38 +
 .../patch-mojo_public_tools_bindings_mojom.gni     |   19 +
 devel/electron22/files/patch-net_BUILD.gn          |   83 +
 .../patch-net_base_network__change__notifier.cc    |   21 +
 ...ch-net_base_network__change__notifier__posix.cc |   11 +
 .../patch-net_base_network__interfaces__posix.h    |   11 +
 .../files/patch-net_base_sockaddr__util__posix.cc  |   12 +
 ...tch-net_base_sockaddr__util__posix__unittest.cc |   12 +
 .../files/patch-net_cert_cert__verifier.cc         |   11 +
 .../files/patch-net_cert_cert__verify__proc.cc     |   11 +
 .../files/patch-net_cert_cert__verify__proc.h      |   11 +
 .../patch-net_cert_cert__verify__proc__unittest.cc |   11 +
 .../patch-net_cert_test__root__certs__unittest.cc  |   11 +
 .../patch-net_disk__cache_blockfile_disk__format.h |   12 +
 ...net_disk__cache_simple_simple__file__tracker.cc |   20 +
 devel/electron22/files/patch-net_dns_BUILD.gn      |   31 +
 .../files/patch-net_dns_address__sorter__posix.cc  |   10 +
 .../patch-net_dns_dns__config__service__posix.cc   |   27 +
 .../files/patch-net_dns_dns__reloader.cc           |   18 +
 .../electron22/files/patch-net_dns_dns__reloader.h |   19 +
 devel/electron22/files/patch-net_dns_dns__util.cc  |   11 +
 .../files/patch-net_dns_host__resolver__proc.cc    |   13 +
 .../patch-net_dns_host__resolver__system__task.cc  |   22 +
 .../electron22/files/patch-net_dns_public_BUILD.gn |   11 +
 .../files/patch-net_dns_public_resolv__reader.h    |   10 +
 .../patch-net_dns_public_scoped__res__state.h      |   10 +
 .../patch-net_http_http__auth__gssapi__posix.cc    |   14 +
 .../patch-net_http_http__auth__gssapi__posix.h     |   12 +
 .../files/patch-net_http_http__network__session.cc |   12 +
 ...net_proxy__resolution_proxy__config__service.cc |   35 +
 ...xy__resolution_proxy__config__service__linux.cc |   40 +
 .../files/patch-net_socket_socket__posix.cc        |   11 +
 .../patch-net_socket_socks5__client__socket.cc     |   12 +
 .../files/patch-net_socket_tcp__socket__posix.cc   |   20 +
 .../files/patch-net_socket_udp__socket__posix.cc   |   29 +
 .../patch-net_socket_udp__socket__unittest.cc      |   47 +
 .../files/patch-net_third__party_quiche_BUILD.gn   |   11 +
 ...verify__tool_cert__verify__comparision__tool.cc |   29 +
 ..._tools_cert__verify__tool_cert__verify__tool.cc |   38 +
 ...ffic__annotation_network__traffic__annotation.h |   20 +
 ...patch-net_url__request_url__request__context.cc |   11 +
 .../patch-net_url__request_url__request__context.h |   11 +
 ..._url__request_url__request__context__builder.cc |   11 +
 .../files/patch-pdf_pdfium_pdfium__engine.cc       |   20 +
 ...nting_mojom_printing__context__mojom__traits.cc |   20 +
 ...inting_mojom_printing__context__mojom__traits.h |   11 +
 .../files/patch-printing_print__settings.cc        |   20 +
 .../files/patch-printing_print__settings.h         |   38 +
 .../patch-printing_print__settings__conversion.cc  |   11 +
 .../patch-printing_printing__context__linux.cc     |   38 +
 ...sandbox_print__backend__sandbox__hook__linux.cc |   51 +
 ..._sandbox_print__backend__sandbox__hook__linux.h |   16 +
 .../files/patch-remoting_base_chromoting__event.cc |   11 +
 .../files/patch-remoting_base_host__settings.cc    |   20 +
 .../patch-remoting_client_display_sys__opengl.h    |   11 +
 ...h-remoting_codec_webrtc__video__encoder__vpx.cc |   11 +
 .../files/patch-remoting_host_base_switches.cc     |   18 +
 .../files/patch-remoting_host_base_switches.h      |   18 +
 ...ch-remoting_host_basic__desktop__environment.cc |   11 +
 .../files/patch-remoting_host_chromoting__host.cc  |   11 +
 ...atch-remoting_host_chromoting__host__context.cc |   11 +
 ...ting_host_chromoting__host__services__client.cc |   20 +
 .../patch-remoting_host_evaluate__capability.cc    |   11 +
 .../files/patch-remoting_host_heartbeat__sender.cc |   11 +
 .../files/patch-remoting_host_host__attributes.cc  |   11 +
 .../files/patch-remoting_host_host__details.cc     |   11 +
 .../files/patch-remoting_host_host__main.cc        |   29 +
 .../files/patch-remoting_host_ipc__constants.cc    |   20 +
 ...t_it2me_it2me__native__messaging__host__main.cc |   47 +
 ...ch-remoting_host_me2me__desktop__environment.cc |   20 +
 .../files/patch-remoting_host_policy__watcher.cc   |   11 +
 ..._remote__open__url_remote__open__url__client.cc |   20 +
 ...st_remote__open__url_remote__open__url__util.cc |   11 +
 ...mote__open__url_url__forwarder__configurator.cc |   11 +
 .../patch-remoting_host_remoting__me2me__host.cc   |  144 +
 .../patch-remoting_host_setup_start__host__main.cc |   29 +
 ...hn_remote__webauthn__caller__security__utils.cc |   29 +
 ...bauthn_remote__webauthn__extension__notifier.cc |   28 +
 ...atch-remoting_protocol_webrtc__video__stream.cc |   11 +
 .../patch-remoting_resources_remoting__strings.grd |   20 +
 devel/electron22/files/patch-sandbox_BUILD.gn      |   11 +
 devel/electron22/files/patch-sandbox_features.gni  |   11 +
 .../electron22/files/patch-sandbox_linux_BUILD.gn  |   58 +
 ...sandbox_linux_services_init__process__reaper.cc |   15 +
 ...tch-sandbox_linux_services_libc__interceptor.cc |   21 +
 .../electron22/files/patch-sandbox_policy_BUILD.gn |   39 +
 .../files/patch-sandbox_policy_features.cc         |   14 +
 ...atch-sandbox_policy_freebsd_sandbox__freebsd.cc |  256 +
 ...patch-sandbox_policy_freebsd_sandbox__freebsd.h |  281 +
 .../files/patch-sandbox_policy_mojom_sandbox.mojom |   15 +
 ...atch-sandbox_policy_openbsd_sandbox__openbsd.cc |  416 ++
 ...patch-sandbox_policy_openbsd_sandbox__openbsd.h |  285 +
 .../files/patch-sandbox_policy_sandbox.cc          |   22 +
 .../files/patch-sandbox_policy_sandbox.h           |   22 +
 .../files/patch-sandbox_policy_sandbox__type.cc    |   70 +
 .../files/patch-sandbox_policy_switches.cc         |   22 +
 .../files/patch-sandbox_policy_switches.h          |   21 +
 ...h-services_audio_audio__sandbox__hook__linux.cc |   31 +
 ...ch-services_audio_audio__sandbox__hook__linux.h |   14 +
 ...ices_cert__verifier_cert__verifier__creation.cc |   28 +
 .../files/patch-services_device_BUILD.gn           |   11 +
 ...services_device_compute__pressure_cpu__probe.cc |   10 +
 ...ices_device_geolocation_location__arbitrator.cc |   11 +
 .../files/patch-services_device_hid_BUILD.gn       |   30 +
 ...ch-services_device_hid_hid__connection__fido.cc |  221 +
 ...tch-services_device_hid_hid__connection__fido.h |   63 +
 ...services_device_hid_hid__connection__freebsd.cc |  245 +
 ...-services_device_hid_hid__connection__freebsd.h |   70 +
 .../patch-services_device_hid_hid__service.cc      |   24 +
 ...patch-services_device_hid_hid__service__fido.cc |  402 ++
 .../patch-services_device_hid_hid__service__fido.h |   68 +
 ...ch-services_device_hid_hid__service__freebsd.cc |  400 ++
 ...tch-services_device_hid_hid__service__freebsd.h |   52 +
 .../patch-services_device_public_mojom_BUILD.gn    |   11 +
 .../files/patch-services_device_serial_BUILD.gn    |   11 +
 ...ces_device_serial_serial__device__enumerator.cc |   20 +
 ...ces_device_serial_serial__io__handler__posix.cc |   11 +
 ...me__zone__monitor_time__zone__monitor__linux.cc |   14 +
 .../files/patch-services_device_usb_BUILD.gn       |   52 +
 .../patch-services_device_usb_usb__service.cc      |   39 +
 ...patch-services_device_usb_usb__service__fake.cc |   54 +
 .../patch-services_device_usb_usb__service__fake.h |   51 +
 .../files/patch-services_network_BUILD.gn          |   10 +
 ...rvices_network_network__sandbox__hook__linux.cc |   26 +
 ...ervices_network_network__sandbox__hook__linux.h |   14 +
 .../patch-services_network_network__service.cc     |   11 +
 ..._instrumentation_queued__request__dispatcher.cc |   65 +
 ...tor_public_cpp_memory__instrumentation_BUILD.gn |   16 +
 ...ublic_cpp_memory__instrumentation_os__metrics.h |   20 +
 ...cpp_memory__instrumentation_os__metrics__bsd.cc |   61 +
 .../files/patch-services_service__manager_BUILD.gn |   11 +
 ...manager_public_cpp_service__executable_BUILD.gn |   11 +
 ...ture_public_mojom_video__capture__service.mojom |   15 +
 .../patch-skia_ext_SkMemory__new__handler.cpp      |   11 +
 .../patch-src_electron_script_lib_get-version.js   |   17 +
 ...atch-third__party_abseil-cpp_absl_base_config.h |   21 +
 ..._party_abseil-cpp_absl_base_internal_sysinfo.cc |   23 +
 ...l-cpp_absl_debugging_internal_elf__mem__image.h |   11 +
 ...sl_time_internal_cctz_src_time__zone__format.cc |   11 +
 .../files/patch-third__party_angle_BUILD.gn        |   47 +
 .../patch-third__party_angle_src_common_platform.h |   19 +
 ...h-third__party_angle_src_common_vulkan_BUILD.gn |   11 +
 ...ngle_src_gpu__info__util_SystemInfo__internal.h |   16 +
 ...ngle_src_gpu__info__util_SystemInfo__libpci.cpp |   90 +
 ...angle_src_gpu__info__util_SystemInfo__linux.cpp |   35 +
 ...y_angle_src_gpu__info__util_SystemInfo__x11.cpp |   60 +
 ...tch-third__party_angle_src_libANGLE_Display.cpp |   47 +
 ...third__party_angle_src_libANGLE_formatutils.cpp |   11 +
 ...rty_angle_src_libANGLE_renderer_driver__utils.h |   11 +
 ...e_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp |   15 +
 ...e_src_libANGLE_renderer_vulkan_DisplayVk__api.h |   11 +
 ...ird__party_angle_src_third__party_volk_BUILD.gn |   11 +
 .../files/patch-third__party_angle_util_BUILD.gn   |   11 +
 ...link_common_privacy__budget_active__sampling.cc |   11 +
 ...erences_renderer__preferences__mojom__traits.cc |   11 +
 ...n_renderer__preferences_renderer__preferences.h |   11 +
 ...ferences_renderer__preferences__mojom__traits.h |   11 +
 ...h-third__party_blink_public_platform_platform.h |   11 +
 ...hird__party_blink_public_platform_web__vector.h |   11 +
 ...rer_bindings_scripts_bind__gen_style__format.py |   11 +
 ...renderer_build_scripts_run__with__pythonpath.py |   10 +
 ...blink_renderer_controller_blink__initializer.cc |   35 +
 ...rer_controller_memory__usage__monitor__posix.cc |   21 +
 ...erer_controller_memory__usage__monitor__posix.h |   47 +
 ...link_renderer_core_editing_editing__behavior.cc |   11 +
 ...erer_core_execution__context_navigator__base.cc |   11 +
 ...blink_renderer_core_exported_web__view__impl.cc |   20 +
 ...y_blink_renderer_core_frame_web__frame__test.cc |   20 +
 ...ore_html_canvas_canvas__async__blob__creator.cc |   11 +
 ...erer_core_inspector_inspector__memory__agent.cc |   11 +
 ...arty_blink_renderer_core_layout_layout__view.cc |   20 +
 ...party_blink_renderer_core_paint_paint__layer.cc |   11 +
 ..._renderer_core_scroll_scrollbar__theme__aura.cc |   20 +
 ...r_modules_media_audio_audio__device__factory.cc |   11 +
 ..._audio_audio__renderer__mixer__manager__test.cc |   11 +
 ...peerconnection_webrtc__audio__renderer__test.cc |   11 +
 ...odules_webaudio_audio__worklet__thread__test.cc |   11 +
 ...odules_webgl_webgl__rendering__context__base.cc |   11 +
 ...modules_webgl_webgl__webcodecs__video__frame.cc |   11 +
 ...h-third__party_blink_renderer_platform_BUILD.gn |   11 +
 ...ty_blink_renderer_platform_fonts_font__cache.cc |   20 +
 ...rty_blink_renderer_platform_fonts_font__cache.h |   47 +
 ...nk_renderer_platform_fonts_font__description.cc |   20 +
 ..._blink_renderer_platform_fonts_font__metrics.cc |   29 +
 ...renderer_platform_fonts_font__platform__data.cc |   20 +
 ...er_platform_fonts_font__unique__name__lookup.cc |   20 +
 ...nderer_platform_fonts_skia_font__cache__skia.cc |   29 +
 ...rer_platform_graphics_begin__frame__provider.cc |   15 +
 ...er_platform_graphics_video__frame__submitter.cc |   11 +
 ..._peerconnection_rtc__video__encoder__factory.cc |   17 +
 ...derer_platform_runtime__enabled__features.json5 |   62 +
 ...nk_renderer_platform_scheduler_common_thread.cc |   11 +
 ...widget_compositing_categorized__worker__pool.cc |   11 +
 ..._renderer_platform_wtf_container__annotations.h |   11 +
 ...arty_blink_renderer_platform_wtf_math__extras.h |   23 +
 ...arty_blink_renderer_platform_wtf_stack__util.cc |   37 +
 ...atch-third__party_boringssl_BUILD.generated.gni |   18 +
 .../files/patch-third__party_boringssl_BUILD.gn    |   11 +
 ...ty_boringssl_src_crypto_cpu__aarch64__openbsd.c |   60 +
 ...boringssl_src_crypto_fipsmodule_rand_internal.h |   12 +
 ...y_boringssl_src_crypto_rand__extra_arc4random.c |   36 +
 ...ird__party_boringssl_src_crypto_refcount__c11.c |   12 +
 ...ird__party_boringssl_src_include_openssl_base.h |   14 +
 ...d__party_boringssl_src_include_openssl_thread.h |   10 +
 .../patch-third__party_brotli_common_platform.h    |   11 +
 ...ashpad_crashpad_build_crashpad__buildconfig.gni |   11 +
 ...-third__party_crashpad_crashpad_client_BUILD.gn |   16 +
 ...hpad_crashpad_client_crashpad__client__posix.cc |   43 +
 ...ashpad_minidump_minidump__misc__info__writer.cc |   13 +
 ...ty_crashpad_crashpad_util_misc_address__types.h |   20 +
 ..._crashpad_crashpad_util_misc_capture__context.h |   22 +
 ...d__party_crashpad_crashpad_util_misc_metrics.cc |   11 +
 ...hird__party_crashpad_crashpad_util_misc_uuid.cc |   11 +
 ...crashpad_crashpad_util_posix_close__multiple.cc |   11 +
 ...rashpad_crashpad_util_posix_drop__privileges.cc |   11 +
 ...__party_crashpad_crashpad_util_posix_signals.cc |   33 +
 ...ashpad_util_posix_symbolic__constants__posix.cc |   20 +
 .../files/patch-third__party_crc32c_BUILD.gn       |   11 +
 ..._party_dawn_include_dawn_native_VulkanBackend.h |   11 +
 ...ch-third__party_dawn_src_dawn_common_Platform.h |   14 +
 ...party_dawn_src_dawn_native_vulkan_BackendVk.cpp |   11 +
 ...ch-third__party_electron__node_deps_uv_BUILD.gn |   46 +
 ...d__party_electron__node_deps_uv_src_unix_pipe.c |   18 +
 .../files/patch-third__party_ffmpeg_BUILD.gn       |   10 +
 ...g_chromium_config_Chrome_openbsd_arm64_config.h |  740 +++
 ...onfig_Chrome_openbsd_arm64_config__components.h | 2066 ++++++
 ..._chromium_config_Chrome_openbsd_ia32_config.asm |  723 +++
 ...eg_chromium_config_Chrome_openbsd_ia32_config.h |  740 +++
 ...config_Chrome_openbsd_ia32_config__components.h | 2066 ++++++
 ...g_chromium_config_Chrome_openbsd_x64_config.asm |  725 +++
*** 55641 LINES SKIPPED ***