git: 0a9993014aee - main - devel/electron44: Add port: Build cross-platform desktop apps with JavaScript, HTML, and CSS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Sep 2026 20:17:00 UTC
The branch main has been updated by tagattie:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0a9993014aee151b8a989744b85bcec0c8c477ec
commit 0a9993014aee151b8a989744b85bcec0c8c477ec
Author: Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2026-09-10 20:03:59 +0000
Commit: Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2026-09-10 20:15:00 +0000
devel/electron44: Add 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/
---
Mk/Uses/electron.mk | 2 +-
devel/Makefile | 1 +
devel/electron44/Makefile | 491 +
devel/electron44/Makefile.crates | 204 +
devel/electron44/Makefile.version | 2 +
devel/electron44/distinfo | 437 +
devel/electron44/files/apply-electron-patches.sh | 26 +
.../packagejsons/.github/workflows/package.json | 13 +
.../abstract-socket-npm-2.0.0-b025d8ca5a.patch | 351 +
.../packagejsons/.yarn/releases/yarn-4.12.0.cjs | 942 ++
devel/electron44/files/packagejsons/.yarnrc.yml | 21 +
.../files/packagejsons/default_app/package.json | 6 +
.../electron44/files/packagejsons/npm/package.json | 26 +
devel/electron44/files/packagejsons/package.json | 165 +
.../script/pgo/benchmark-app/package.json | 6 +
.../files/packagejsons/script/pgo/package.json | 9 +
.../spec/fixtures/api/app-path/package.json | 4 +
.../spec/fixtures/api/command-line/package.json | 4 +
.../context-bridge-mutability/package.json | 4 +
.../spec/fixtures/api/cookie-app/package.json | 4 +
.../spec/fixtures/api/default-menu/package.json | 4 +
.../api/exit-before-ready-after-tls/package.json | 4 +
.../api/exit-closes-all-windows-app/package.json | 4 +
.../api/first-party-sets/base/package.json | 4 +
.../api/first-party-sets/command-line/package.json | 4 +
.../fixtures/api/ipc-main-listeners/package.json | 4 +
.../fixtures/api/js2c-code-cache/app/package.json | 4 +
.../spec/fixtures/api/locale-check/package.json | 5 +
.../fixtures/api/mixed-sandbox-app/package.json | 5 +
.../spec/fixtures/api/net-log/package.json | 4 +
.../spec/fixtures/api/protocol-name/package.json | 4 +
.../spec/fixtures/api/quit-app/package.json | 4 +
.../spec/fixtures/api/relaunch/package.json | 5 +
.../api/safe-storage/decrypt-app/package.json | 4 +
.../api/safe-storage/encrypt-app/package.json | 4 +
.../fixtures/api/session-bus-lost/package.json | 4 +
.../fixtures/api/shared-dictionary/package.json | 4 +
.../spec/fixtures/api/singleton-data/package.json | 5 +
.../fixtures/api/singleton-userdata/package.json | 4 +
.../spec/fixtures/api/singleton/package.json | 5 +
.../spec/fixtures/api/test-menu-null/package.json | 4 +
.../fixtures/api/test-menu-visibility/package.json | 4 +
.../api/utility-process/env-app/package.json | 4 +
.../utility-process/inherit-stderr/package.json | 4 +
.../utility-process/inherit-stdout/package.json | 4 +
.../fixtures/api/window-all-closed/package.json | 4 +
.../spec/fixtures/apps/crash/package.json | 4 +
.../apps/node-options-utility-process/package.json | 4 +
.../apps/open-new-window-from-link/package.json | 4 +
.../spec/fixtures/apps/refresh-page/package.json | 4 +
.../spec/fixtures/apps/remote-control/package.json | 4 +
.../apps/remote-debugging-emulation/package.json | 4 +
.../fixtures/apps/self-module-paths/package.json | 4 +
.../spec/fixtures/apps/set-path/package.json | 4 +
.../spec/fixtures/apps/xwindow-icon/package.json | 4 +
.../auto-update/check-with-headers/package.json | 5 +
.../spec/fixtures/auto-update/check/package.json | 5 +
.../spec/fixtures/auto-update/initial/package.json | 5 +
.../fixtures/auto-update/update-json/package.json | 5 +
.../fixtures/auto-update/update-race/package.json | 5 +
.../fixtures/auto-update/update-stack/package.json | 5 +
.../auto-update/update-triple-stack/package.json | 5 +
.../spec/fixtures/auto-update/update/package.json | 5 +
.../spec/fixtures/esm/import-meta/package.json | 4 +
.../spec/fixtures/esm/package/package.json | 4 +
.../native-addon/dialog-helper/package.json | 10 +
.../spec/fixtures/native-addon/echo/package.json | 8 +
.../fixtures/native-addon/external-ab/package.json | 8 +
.../native-addon/is-valid-window/package.json | 13 +
.../fixtures/native-addon/object-wrap/package.json | 9 +
.../fixtures/native-addon/osr-gpu/package.json | 9 +
.../fixtures/native-addon/uv-dlopen/package.json | 9 +
.../native-addon/virtual-display/package.json | 15 +
.../fixtures/snapshot-items-available/package.json | 4 +
.../files/packagejsons/spec/package.json | 56 +
devel/electron44/files/packagejsons/yarn.lock | 11242 +++++++++++++++++++
devel/electron44/files/patch-BUILD.gn | 98 +
...ts_skills_magi-mode_tests_testdata_mock__app.cc | 20 +
...patch-apps_ui_views_app__window__frame__view.cc | 11 +
devel/electron44/files/patch-base_BUILD.gn | 151 +
.../files/patch-base_allocator_dispatcher_tls.h | 11 +
...cator_partition__allocator_partition__alloc.gni | 20 +
...tition__allocator_src_partition__alloc_BUILD.gn | 11 +
...artition__alloc_address__space__randomization.h | 20 +
...llocator_src_partition__alloc_page__allocator.h | 11 +
...c_partition__alloc_page__allocator__constants.h | 15 +
...ion__alloc_page__allocator__internals__posix.cc | 20 +
...tion__alloc_page__allocator__internals__posix.h | 16 +
...rtition__alloc__base_debug_proc__maps__linux.cc | 11 +
...ition__alloc__base_debug_stack__trace__posix.cc | 34 +
...loc_partition__alloc__base_rand__util__posix.cc | 13 +
...ition__alloc__base_threading_platform__thread.h | 11 +
...e_threading_platform__thread__internal__posix.h | 11 +
...lloc__base_threading_platform__thread__posix.cc | 11 +
...src_partition__alloc_partition__alloc__config.h | 29 +
..._partition__alloc_partition__alloc__constants.h | 20 +
...rc_partition__alloc_partition__alloc__forward.h | 16 +
...locator_src_partition__alloc_partition__root.cc | 29 +
...locator_src_partition__alloc_spinning__mutex.cc | 36 +
...__allocator_src_partition__alloc_stack_stack.cc | 50 +
..._src_partition__alloc_thread__isolation_pkey.cc | 11 +
.../files/patch-base_base__paths__posix.cc | 108 +
.../files/patch-base_compiler__specific.h | 10 +
.../files/patch-base_debug_debugger__posix.cc | 70 +
.../files/patch-base_debug_elf__reader.cc | 13 +
.../files/patch-base_debug_proc__maps__linux.cc | 11 +
.../files/patch-base_debug_stack__trace.cc | 39 +
.../files/patch-base_debug_stack__trace__posix.cc | 101 +
.../files/patch-base_files_dir__reader__linux.h | 39 +
.../files/patch-base_files_dir__reader__posix.h | 20 +
.../files/patch-base_files_drive__info.h | 11 +
.../files/patch-base_files_drive__info__posix.cc | 11 +
.../files/patch-base_files_file__path__watcher.h | 11 +
.../patch-base_files_file__path__watcher__bsd.cc | 57 +
.../patch-base_files_file__path__watcher__kqueue.h | 10 +
.../files/patch-base_files_file__util__posix.cc | 48 +
.../files/patch-base_files_file__util__unittest.cc | 40 +
...-base_files_important__file__writer__cleaner.cc | 12 +
.../files/patch-base_files_scoped__file.cc | 11 +
.../patch-base_functional_unretained__traits.h | 11 +
.../electron44/files/patch-base_i18n_icu__util.cc | 20 +
devel/electron44/files/patch-base_linux__util.cc | 17 +
.../files/patch-base_logging__unittest.cc | 31 +
...-base_memory_platform__shared__memory__region.h | 20 +
...mory_platform__shared__memory__region__posix.cc | 20 +
.../files/patch-base_memory_protected__memory.h | 44 +
.../patch-base_memory_protected__memory__posix.cc | 20 +
...atch-base_message__loop_message__pump__epoll.cc | 11 +
...patch-base_message__loop_message__pump__epoll.h | 14 +
...patch-base_message__loop_message__pump__glib.cc | 28 +
.../files/patch-base_posix_can__lower__nice__to.cc | 16 +
.../patch-base_posix_file__descriptor__shuffle.h | 11 +
devel/electron44/files/patch-base_posix_sysctl.cc | 10 +
.../files/patch-base_posix_unix__domain__socket.cc | 65 +
...ch-base_posix_unix__domain__socket__unittest.cc | 11 +
.../files/patch-base_process_internal__linux.h | 20 +
devel/electron44/files/patch-base_process_kill.h | 11 +
.../files/patch-base_process_kill__posix.cc | 11 +
devel/electron44/files/patch-base_process_launch.h | 11 +
.../files/patch-base_process_memory__linux.cc | 44 +
.../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 | 138 +
...atch-base_process_process__iterator__freebsd.cc | 52 +
...atch-base_process_process__iterator__openbsd.cc | 46 +
.../files/patch-base_process_process__metrics.cc | 38 +
.../files/patch-base_process_process__metrics.h | 116 +
...patch-base_process_process__metrics__freebsd.cc | 225 +
...patch-base_process_process__metrics__openbsd.cc | 186 +
.../patch-base_process_process__metrics__posix.cc | 20 +
...atch-base_process_process__metrics__unittest.cc | 12 +
.../files/patch-base_process_process__posix.cc | 94 +
.../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 | 67 +
...ofiler_stack__sampling__profiler__test__util.cc | 11 +
...profiler_stack__sampling__profiler__unittest.cc | 11 +
.../patch-base_profiler_thread__delegate__posix.cc | 20 +
devel/electron44/files/patch-base_rand__util.h | 11 +
.../files/patch-base_rand__util__posix.cc | 60 +
.../patch-base_strings_safe__sprintf__unittest.cc | 18 +
.../patch-base_synchronization_cancelable__event.h | 20 +
.../files/patch-base_synchronization_lock__impl.h | 23 +
.../electron44/files/patch-base_syslog__logging.cc | 20 +
.../files/patch-base_system_sys__info.cc | 11 +
.../electron44/files/patch-base_system_sys__info.h | 20 +
.../files/patch-base_system_sys__info__freebsd.cc | 99 +
.../files/patch-base_system_sys__info__openbsd.cc | 83 +
.../files/patch-base_system_sys__info__posix.cc | 41 +
.../files/patch-base_system_sys__info__unittest.cc | 20 +
...k_thread__pool_environment__config__unittest.cc | 20 +
.../patch-base_test_launcher_test__launcher.cc | 10 +
.../patch-base_test_test__file__util__linux.cc | 14 +
.../patch-base_test_test__file__util__posix.cc | 11 +
.../files/patch-base_threading_hang__watcher.cc | 11 +
.../files/patch-base_threading_platform__thread.h | 11 +
.../patch-base_threading_platform__thread__bsd.cc | 43 +
..._threading_platform__thread__internal__posix.cc | 46 +
...tch-base_threading_platform__thread__metrics.cc | 11 +
...atch-base_threading_platform__thread__metrics.h | 20 +
...patch-base_threading_platform__thread__posix.cc | 73 +
...ch-base_threading_platform__thread__unittest.cc | 38 +
.../files/patch-base_time_time__now__posix.cc | 14 +
...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 | 29 +
.../files/patch-base_tracing_trace__time.cc | 20 +
.../files/patch-base_tracing_trace__time.h | 11 +
devel/electron44/files/patch-build_config_BUILD.gn | 13 +
.../files/patch-build_config_BUILDCONFIG.gn | 45 +
.../files/patch-build_config_c++_modules.gni | 11 +
.../files/patch-build_config_clang_BUILD.gn | 16 +
.../files/patch-build_config_clang_clang.gni | 10 +
.../files/patch-build_config_compiler_BUILD.gn | 124 +
.../files/patch-build_config_compiler__cpu__abi.gn | 38 +
.../files/patch-build_config_linux_BUILD.gn | 11 +
.../files/patch-build_config_linux_libdrm_BUILD.gn | 11 +
.../files/patch-build_config_linux_pkg-config.py | 11 +
.../electron44/files/patch-build_config_ozone.gni | 19 +
devel/electron44/files/patch-build_config_rust.gni | 50 +
.../files/patch-build_config_v8__target__cpu.gni | 13 +
.../files/patch-build_detect__host__arch.py | 11 +
.../files/patch-build_dotfile__settings.gni | 10 +
.../files/patch-build_gn__run__binary.py | 11 +
.../electron44/files/patch-build_linux_chrome.map | 13 +
.../files/patch-build_linux_strip__binary.gni | 13 +
.../files/patch-build_linux_strip__binary.py | 10 +
.../files/patch-build_linux_unbundle_icu.gn | 28 +
.../files/patch-build_linux_unbundle_libpng.gn | 30 +
.../files/patch-build_linux_unbundle_libusb.gn | 30 +
...atch-build_modules_unified_modulemap__config.py | 11 +
.../files/patch-build_rust_allocator_lib.rs | 15 +
.../files/patch-build_rust_rust__bindgen.gni | 19 +
.../patch-build_rust_rust__bindgen__generator.gni | 26 +
.../electron44/files/patch-build_rust_std_BUILD.gn | 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 +
.../files/patch-build_toolchain_toolchain.gni | 11 +
...atch-buildtools_third__party_libc++abi_BUILD.gn | 11 +
devel/electron44/files/patch-cc_base_features.cc | 11 +
.../files/patch-chrome_app_chrome__command__ids.h | 16 +
.../files/patch-chrome_app_chrome__main.cc | 34 +
.../patch-chrome_app_chrome__main__delegate.cc | 122 +
.../files/patch-chrome_browser_about__flags.cc | 509 +
...h-chrome_browser_after__startup__task__utils.cc | 11 +
...apps_app__service_publishers_extension__apps.cc | 11 +
...er_apps_platform__apps_platform__app__launch.cc | 65 +
...ser_apps_platform__apps_platform__app__launch.h | 11 +
...ete_chrome__autocomplete__scheme__classifier.cc | 11 +
...kground_extensions_background__mode__manager.cc | 11 +
...e_browser_background_glic_glic__status__icon.cc | 38 +
.../patch-chrome_browser_browser__features.cc | 29 +
.../files/patch-chrome_browser_browser__features.h | 20 +
.../patch-chrome_browser_browser__process__impl.cc | 47 +
.../patch-chrome_browser_browser__process__impl.h | 11 +
...hrome_browser_chrome__browser__field__trials.cc | 20 +
..._browser_chrome__browser__interface__binders.cc | 29 +
...r_chrome__browser__interface__binders__webui.cc | 36 +
...r__interface__binders__webui__parts__desktop.cc | 47 +
.../patch-chrome_browser_chrome__browser__main.cc | 161 +
...r_chrome__browser__main__extra__parts__ozone.cc | 11 +
...-chrome_browser_chrome__browser__main__linux.cc | 39 +
...h-chrome_browser_chrome__browser__main__linux.h | 11 +
...-chrome_browser_chrome__browser__main__posix.cc | 11 +
...ome_browser_chrome__content__browser__client.cc | 228 +
...rome_browser_chrome__content__browser__client.h | 11 +
...tent__browser__client__navigation__throttles.cc | 38 +
...ssaging_messaging__backend__service__factory.cc | 11 +
...iwa__key__distribution__component__installer.cc | 20 +
..._iwa__key__distribution__component__installer.h | 11 +
...rome_browser_component__updater_registration.cc | 35 +
...ater_wasm__tts__engine__component__installer.cc | 83 +
..._updater_widevine__cdm__component__installer.cc | 38 +
...hrome__protocol__handler__registry__delegate.cc | 11 +
.../files/patch-chrome_browser_defaults.cc | 11 +
...tity_device__oauth2__token__service__factory.cc | 11 +
...me_browser_devtools_devtools__policy__dialog.cc | 11 +
...e_browser_devtools_remote__debugging__server.cc | 29 +
...me_browser_devtools_remote__debugging__server.h | 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 +
...ser__management_browser__management__service.cc | 47 +
...wser__management_browser__management__service.h | 29 +
...ise_browser__management_management__identity.cc | 20 +
...ome__browser__main__extra__parts__enterprise.cc | 20 +
...rome__browser__main__extra__parts__enterprise.h | 11 +
...nectors_analysis_analysis__service__settings.cc | 11 +
...-chrome_browser_enterprise_connectors_common.cc | 20 +
...er_enterprise_connectors_connectors__service.cc | 11 +
...t_device__trust__connector__service__factory.cc | 29 +
...evice__trust_device__trust__service__factory.cc | 29 +
...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 | 20 +
...nnectors_reporting_crash__reporting__context.cc | 11 +
...onnectors_reporting_crash__reporting__context.h | 29 +
...ectors_reporting_realtime__reporting__client.cc | 47 +
...nectors_reporting_realtime__reporting__client.h | 29 +
...nt_profile__management__navigation__throttle.cc | 13 +
...te__commands_cbcm__remote__commands__factory.cc | 20 +
...te__commands_user__remote__commands__factory.cc | 11 +
...reporting_cloud__profile__reporting__service.cc | 20 +
...er_enterprise_signals_context__info__fetcher.cc | 20 +
...ser_enterprise_signals_device__info__fetcher.cc | 20 +
...erprise_signals_signals__aggregator__factory.cc | 38 +
...enterprise_signin_enterprise__signin__service.h | 11 +
...terstitials_managed__profile__required__page.cc | 11 +
...wser_enterprise_util_managed__browser__utils.cc | 38 +
.../files/patch-chrome_browser_extensions_BUILD.gn | 13 +
..._browser__context__keyed__service__factories.cc | 20 +
...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 | 47 +
...__private_enterprise__reporting__private__api.h | 29 +
...writer__private_removable__storage__provider.cc | 29 +
...ensions_api_messaging_launch__context__posix.cc | 11 +
...__private_passwords__private__delegate__impl.cc | 11 +
...s_api_runtime_chrome__runtime__api__delegate.cc | 13 +
...extensions_api_settings__private_prefs__util.cc | 29 +
...chrome_browser_extensions_api_tabs_tabs__api.cc | 11 +
...cation__proxy_web__authentication__proxy__api.h | 11 +
...gging__private_webrtc__logging__private__api.cc | 29 +
..._browser_extensions_chrome__app__deprecation.cc | 11 +
...e_browser_extensions_chrome__app__deprecation.h | 11 +
...s_component__extensions__allowlist_allowlist.cc | 11 +
..._browser_extensions_external__provider__impl.cc | 20 +
...ser_extensions_sync_extension__sync__service.cc | 11 +
...rome_browser_favicon_chrome__favicon__client.cc | 20 +
...chrome_browser_feedback_show__feedback__page.cc | 11 +
...ck_system__logs_about__system__logs__fetcher.cc | 20 +
...k_system__logs_chrome__system__logs__fetcher.cc | 20 +
...me__file__system__access__permission__context.h | 11 +
.../patch-chrome_browser_first__run_first__run.cc | 20 +
.../patch-chrome_browser_first__run_first__run.h | 20 +
...-chrome_browser_first__run_first__run__dialog.h | 11 +
...hrome_browser_first__run_first__run__internal.h | 18 +
.../patch-chrome_browser_flag__descriptions.h | 21 +
...e_browser_gcm_gcm__profile__service__factory.cc | 20 +
...__id_instance__id__profile__service__factory.cc | 20 +
...e_browser_glic_glic__settings__util__desktop.cc | 11 +
.../patch-chrome_browser_glic_host_guest__util.cc | 11 +
.../patch-chrome_browser_glic_public_features.cc | 11 +
...me_browser_glic_service_glic__instance__impl.cc | 20 +
...atch-chrome_browser_glic_widget_glic__widget.cc | 47 +
.../files/patch-chrome_browser_global__features.cc | 38 +
.../files/patch-chrome_browser_global__features.h | 38 +
...chrome_browser_headless_headless__mode__init.cc | 29 +
...chrome_browser_headless_headless__mode__util.cc | 11 +
...h-chrome_browser_intranet__redirect__detector.h | 11 +
...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 +
...wser_media_webrtc_chrome__screen__enumerator.cc | 47 +
...owser_media_webrtc_chrome__screen__enumerator.h | 20 +
...ia_webrtc_desktop__media__picker__controller.cc | 11 +
...media_webrtc_rtc__diagnostic__logging__utils.cc | 11 +
...e_browser_media_webrtc_webrtc__log__uploader.cc | 11 +
...ser_media_webrtc_webrtc__logging__controller.cc | 20 +
...wser_media_webrtc_webrtc__logging__controller.h | 20 +
.../files/patch-chrome_browser_memory__details.cc | 11 +
.../files/patch-chrome_browser_metrics_BUILD.gn | 38 +
...chrome__browser__main__extra__parts__metrics.cc | 52 +
..._chrome__browser__main__extra__parts__metrics.h | 20 +
...ser_metrics_chrome__metrics__service__client.cc | 83 +
...ch-chrome_browser_metrics_perf_cpu__identity.cc | 11 +
...trics_power_process__metrics__recorder__util.cc | 11 +
...hrome_browser_metrics_power_process__monitor.cc | 38 +
...chrome_browser_metrics_power_process__monitor.h | 20 +
...owser_net_profile__network__context__service.cc | 29 +
..._profile__network__context__service__factory.cc | 20 +
...rowser_net_system__network__context__manager.cc | 138 +
...browser_net_system__network__context__manager.h | 20 +
...page_modules_file__suggestion_drive__service.cc | 11 +
...cations_notification__display__service__impl.cc | 29 +
...ns_notification__platform__bridge__delegator.cc | 11 +
..._tiles_chrome__most__visited__sites__factory.cc | 11 +
...oad__metrics_page__load__metrics__initialize.cc | 20 +
...d__manager_chrome__password__manager__client.cc | 38 +
..._factories_password__reuse__manager__factory.cc | 11 +
...icture_picture__in__picture__window__manager.cc | 20 +
.../patch-chrome_browser_platform__util__linux.cc | 12 +
...wser__cloud__management__controller__desktop.cc | 47 +
...onfiguration__policy__handler__list__factory.cc | 274 +
...y_developer__tools__policy__checker__factory.cc | 11 +
...y_device__management__service__configuration.cc | 11 +
...olicy_policy__value__and__status__aggregator.cc | 11 +
.../patch-chrome_browser_prefs_browser__prefs.cc | 122 +
...er_prefs_pref__service__incognito__allowlist.cc | 11 +
...-chrome_browser_prefs_session__startup__pref.cc | 11 +
...er_printing_print__backend__service__manager.cc | 29 +
...h-chrome_browser_printing_print__test__utils.cc | 11 +
...patch-chrome_browser_printing_printer__query.cc | 11 +
...tch-chrome_browser_process__singleton__posix.cc | 11 +
...hrome__browser__main__extra__parts__profiles.cc | 220 +
.../patch-chrome_browser_profiles_profile__impl.cc | 67 +
...ch-chrome_browser_profiles_profile__io__data.cc | 20 +
...atch-chrome_browser_profiles_profiles__state.cc | 29 +
...ies_regional__capabilities__service__factory.cc | 29 +
...ties_regional__capabilities__service__factory.h | 11 +
...r__context__menu_render__view__context__menu.cc | 20 +
...h-chrome_browser_renderer__preferences__util.cc | 44 +
...s_settings_autofill__page_passwords__shared.css | 11 +
...ome_browser_resources_signin_signin__shared.css | 11 +
...owsing_chrome__password__protection__service.cc | 11 +
...dent__reporting_incident__reporting__service.cc | 11 +
...owsing_safe__browsing__pref__change__handler.cc | 29 +
...rowsing_safe__browsing__pref__change__handler.h | 29 +
...owser_safe__browsing_safe__browsing__service.cc | 20 +
...ity__settings__bundle__pref__change__handler.cc | 29 +
...rity__settings__bundle__pref__change__handler.h | 36 +
...rowser_screen__ai_screen__ai__install__state.cc | 11 +
...creen__ai_screen__ai__service__handler__base.cc | 20 +
...tch-chrome_browser_sessions_session__restore.cc | 20 +
...ser_sharing_sharing__handler__registry__impl.cc | 20 +
.../patch-chrome_browser_shell__integration.h | 11 +
...patch-chrome_browser_shortcuts_icon__badging.cc | 11 +
...chrome_browser_signin_chrome__signin__client.cc | 11 +
...tch-chrome_browser_signin_signin__hats__util.cc | 29 +
.../patch-chrome_browser_signin_signin__util.cc | 29 +
.../patch-chrome_browser_signin_signin__util.h | 11 +
...ed__user_classify__url__navigation__throttle.cc | 20 +
...vised__user_supervised__user__browser__utils.cc | 20 +
...rvised__user_supervised__user__browser__utils.h | 11 +
...supervised__user__extensions__delegate__impl.cc | 11 +
...__user_supervised__user__extensions__manager.cc | 20 +
...d__user_supervised__user__extensions__manager.h | 11 +
...ed__user__google__auth__navigation__throttle.cc | 27 +
..._supervised__user__metrics__service__factory.cc | 20 +
..._user_supervised__user__navigation__observer.cc | 20 +
...me_browser_support__tool_support__tool__util.cc | 29 +
...owser_sync_chrome__sync__controller__builder.cc | 11 +
...rowser_sync_device__info__sync__client__impl.cc | 11 +
...h-chrome_browser_sync_sync__service__factory.cc | 20 +
...est_integration_sync__service__impl__harness.cc | 11 +
...e_browser_task__manager_sampling_task__group.cc | 29 +
...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 | 29 +
...e_browser_themes_theme__service__aura__linux.cc | 11 +
...hrome_browser_themes_theme__service__factory.cc | 20 +
.../patch-chrome_browser_ui_accelerator__table.cc | 43 +
...-chrome_browser_ui_actions_chrome__action__id.h | 11 +
...browser_ui_autofill_chrome__autofill__client.cc | 19 +
..._browser_ui_autofill_chrome__autofill__client.h | 11 +
..._payments_desktop__payments__window__manager.cc | 29 +
...l_payments_desktop__payments__window__manager.h | 38 +
.../files/patch-chrome_browser_ui_browser.h | 11 +
.../patch-chrome_browser_ui_browser__actions.cc | 47 +
...rome_browser_ui_browser__command__controller.cc | 90 +
.../patch-chrome_browser_ui_browser__commands.cc | 20 +
.../patch-chrome_browser_ui_browser__ui__prefs.cc | 29 +
...patch-chrome_browser_ui_browser__view__prefs.cc | 20 +
...r__window_internal_browser__window__features.cc | 20 +
...wser__window_public_browser__window__features.h | 38 +
.../files/patch-chrome_browser_ui_chrome__pages.cc | 20 +
...rowser_ui_color_native__chrome__color__mixer.cc | 11 +
.../patch-chrome_browser_ui_hats_survey__config.cc | 11 +
...s_trust__safety__sentiment__service__factory.cc | 11 +
...r_ui_omnibox_omnibox__pedal__implementations.cc | 11 +
...rollers_relaunch__chrome__bubble__controller.cc | 20 +
..._passwords_manage__passwords__ui__controller.cc | 20 +
.../patch-chrome_browser_ui_prefs_pref__watcher.cc | 29 +
.../patch-chrome_browser_ui_prefs_pref__watcher.h | 11 +
...h-chrome_browser_ui_prefs_prefs__tab__helper.cc | 20 +
.../files/patch-chrome_browser_ui_sad__tab.cc | 11 +
...sharing__hub_sharing__hub__bubble__controller.h | 11 +
...e_browser_ui_signin_signin__view__controller.cc | 20 +
...me_browser_ui_signin_signin__view__controller.h | 11 +
..._ui_signin_signin__view__controller__delegate.h | 20 +
...chrome_browser_ui_startup_bad__flags__prompt.cc | 11 +
...tch-chrome_browser_ui_startup_infobar__utils.cc | 20 +
...browser_ui_startup_startup__browser__creator.cc | 38 +
...r_ui_startup_startup__browser__creator__impl.cc | 74 +
...me_browser_ui_startup_startup__tab__provider.cc | 11 +
.../patch-chrome_browser_ui_startup_url__util.cc | 20 +
.../files/patch-chrome_browser_ui_tab__helpers.cc | 26 +
...h-chrome_browser_ui_tabs_public_tab__features.h | 29 +
...-chrome_browser_ui_tabs_tab__dialog__manager.cc | 11 +
.../patch-chrome_browser_ui_tabs_tab__features.cc | 38 +
...owser_ui_task__manager_task__manager__columns.h | 11 +
...ui_task__manager_task__manager__table__model.cc | 38 +
...ch-chrome_browser_ui_test_popup__browsertest.cc | 20 +
...tch-chrome_browser_ui_test_test__browser__ui.cc | 20 +
...owser_ui_toolbar_app__menu__icon__controller.cc | 11 +
...h-chrome_browser_ui_toolbar_app__menu__model.cc | 20 +
.../files/patch-chrome_browser_ui_ui__features.cc | 29 +
.../files/patch-chrome_browser_ui_ui__features.h | 29 +
...pps_chrome__native__app__window__views__aura.cc | 20 +
...s_chrome__browser__main__extra__parts__views.cc | 20 +
...rome_browser_ui_views_chrome__views__delegate.h | 11 +
...wser_ui_views_chrome__views__delegate__linux.cc | 20 +
...owser_ui_views_compose_compose__dialog__view.cc | 11 +
...collaboration__controller__delegate__desktop.cc | 47 +
..._collaboration__controller__delegate__desktop.h | 11 +
...s_frame_browser__frame__view__factory__views.cc | 20 +
...ws_frame_browser__frame__view__layout__linux.cc | 11 +
..._browser__frame__view__layout__linux__native.cc | 11 +
...r_ui_views_frame_browser__frame__view__linux.cc | 20 +
...-chrome_browser_ui_views_frame_browser__view.cc | 29 +
...hrome_browser_ui_views_frame_browser__widget.cc | 56 +
...chrome_browser_ui_views_frame_browser__widget.h | 20 +
...e_browser_ui_views_frame_contents__web__view.cc | 11 +
...me_browser_ui_views_frame_contents__web__view.h | 11 +
...s_frame_horizontal__tab__strip__region__view.cc | 11 +
...rame_layout_browser__view__app__layout__impl.cc | 11 +
...e_layout_browser__view__tabbed__layout__impl.cc | 11 +
...ti__contents__view__drop__target__controller.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 +
...r_ui_views_location__bar_location__bar__view.cc | 11 +
...ui_views_new__tab__footer_footer__controller.cc | 11 +
...views_passwords_password__bubble__view__base.cc | 20 +
...er_ui_views_profiles_avatar__toolbar__button.cc | 11 +
...ser_ui_views_profiles_avatar__toolbar__button.h | 11 +
...iles_avatar__toolbar__button__state__manager.cc | 11 +
...files_avatar__toolbar__button__state__manager.h | 11 +
..._views_profiles_first__run__flow__controller.cc | 20 +
...ui_views_profiles_profile__menu__coordinator.cc | 11 +
...rowser_ui_views_profiles_profile__menu__view.cc | 20 +
...wser_ui_views_profiles_profile__picker__view.cc | 11 +
...er_ui_views_profiles_profile__picker__widget.cc | 20 +
...es_signin__view__controller__delegate__views.cc | 73 +
...les_signin__view__controller__delegate__views.h | 29 +
...i_views_tabs_common_tab__group__header__view.cc | 11 +
...ui_views_tabs_dragging_tab__drag__controller.cc | 47 +
...abs_hovercard_tab__hover__card__bubble__view.cc | 11 +
...ome_browser_ui_views_tabs_shared_drop__arrow.cc | 11 +
.../patch-chrome_browser_ui_views_tabs_tab.cc | 11 +
...rome_browser_ui_views_tabs_tab__style__views.cc | 11 +
...er_ui_views_task__manager__search__bar__view.cc | 11 +
...ws_toolbar_avatar__toolbar__button__interface.h | 11 +
...hrome_browser_ui_views_toolbar_toolbar__view.cc | 11 +
...views_toolbar_webui__avatar__toolbar__button.cc | 11 +
..._views_toolbar_webui__avatar__toolbar__button.h | 11 +
..._education_browser__user__education__service.cc | 38 +
...eb__apps_web__app__integration__test__driver.cc | 83 +
...i_web__applications_app__browser__controller.cc | 11 +
...rowser_ui_web__applications_web__app__dialogs.h | 11 +
...eb__applications_web__app__ui__manager__impl.cc | 20 +
...web__applications_web__app__ui__manager__impl.h | 11 +
...ser_ui_webui__browser_webui__browser__window.cc | 11 +
...atch-chrome_browser_ui_webui_about_about__ui.cc | 29 +
...patch-chrome_browser_ui_webui_about_about__ui.h | 11 +
..._ui_webui_app__home_app__home__page__handler.cc | 11 +
...r_ui_webui_app__home_app__home__page__handler.h | 11 +
...ui_webui_app__settings_web__app__settings__ui.h | 18 +
...icate__manager_certificate__manager__handler.cc | 11 +
...i_certificate__manager_client__cert__sources.cc | 74 +
...ui_certificate__manager_client__cert__sources.h | 20 +
...me_browser_ui_webui_chrome__web__ui__configs.cc | 97 +
...i_webui_chrome__web__ui__controller__factory.cc | 50 +
...i_connectors__internals_device__trust__utils.cc | 29 +
..._cr__components_searchbox_searchbox__handler.cc | 20 +
...ui_history_history__identity__state__watcher.cc | 11 +
...fobar__internals_infobar__internals__handler.cc | 29 +
...wser_ui_webui_interstitials_interstitial__ui.cc | 29 +
...e_browser_ui_webui_management_management__ui.cc | 16 +
...i_webui_management_management__ui__constants.cc | 18 +
...ui_webui_management_management__ui__constants.h | 19 +
..._ui_webui_management_management__ui__handler.cc | 47 +
...r_ui_webui_management_management__ui__handler.h | 20 +
...ssword__manager_notification__cards__handler.cc | 38 +
...assword__manager_notification__cards__handler.h | 20 +
...notification__cards_relaunch__chrome__banner.cc | 20 +
...ch-chrome_browser_ui_webui_policy_policy__ui.cc | 11 +
...ui_sanitized__image_sanitized__image__source.cc | 11 +
...bui_sanitized__image_sanitized__image__source.h | 11 +
...h__engine__choice_search__engine__choice__ui.cc | 11 +
...rowser_ui_webui_settings_appearance__handler.cc | 11 +
...tings_settings__localized__strings__provider.cc | 70 +
...er_ui_webui_settings_site__settings__handler.cc | 29 +
...ize__chrome_customize__chrome__page__handler.cc | 11 +
...mize__chrome_customize__chrome__page__handler.h | 11 +
...ser_ui_webui_signin_profile__picker__handler.cc | 11 +
...owser_ui_webui_signin_sync__confirmation__ui.cc | 11 +
...r__education__internals__page__handler__impl.cc | 29 +
...-chrome_browser_ui_webui_version_version__ui.cc | 11 +
...hrome_browser_ui_window__sizer_window__sizer.cc | 11 +
...rowser_updater_browser__updater__client__util.h | 11 +
.../files/patch-chrome_browser_updater_updater.cc | 11 +
...r_upgrade__detector_version__history__client.cc | 11 +
...king_visited__url__ranking__service__factory.cc | 20 +
...lications_commands_launch__web__app__command.cc | 11 +
...s_commands_set__user__display__mode__command.cc | 11 +
...browser_web__applications_icons_icon__masker.cc | 11 +
...ons_os__integration_os__integration__manager.cc | 11 +
...__integration_os__integration__test__override.h | 11 +
...integration_run__on__os__login__sub__manager.cc | 11 +
...tions_os__integration_shortcut__sub__manager.cc | 11 +
...gration_web__app__file__handler__registration.h | 11 +
...lications_os__integration_web__app__shortcut.cc | 20 +
...plications_os__integration_web__app__shortcut.h | 20 +
...pplications_policy_web__app__policy__manager.cc | 11 +
...s_test_os__integration__test__override__impl.cc | 119 +
...ns_test_os__integration__test__override__impl.h | 38 +
...ch-chrome_browser_web__applications_web__app.cc | 20 +
...ser_web__applications_web__app__install__info.h | 11 +
...rome_browser_webapps_chrome__webapps__client.cc | 20 +
...bauthn_chrome__web__authentication__delegate.cc | 20 +
...tch-chrome_browser_webauthn_enclave__manager.cc | 20 +
...ebauthn_password__credential__ui__controller.cc | 11 +
...me_browser_webauthn_unexportable__key__utils.cc | 11 +
.../files/patch-chrome_common_channel__info.h | 20 +
.../patch-chrome_common_channel__info__posix.cc | 20 +
.../patch-chrome_common_chrome__content__client.cc | 44 +
.../files/patch-chrome_common_chrome__features.cc | 38 +
.../files/patch-chrome_common_chrome__features.h | 38 +
.../files/patch-chrome_common_chrome__paths.cc | 82 +
.../files/patch-chrome_common_chrome__paths.h | 29 +
.../patch-chrome_common_chrome__paths__internal.h | 11 +
.../files/patch-chrome_common_chrome__switches.cc | 20 +
.../files/patch-chrome_common_chrome__switches.h | 20 +
...e_common_controlled__frame_controlled__frame.cc | 20 +
.../files/patch-chrome_common_crash__keys.cc | 28 +
...chrome_common_extensions_extension__constants.h | 20 +
...rmissions_chrome__permission__message__rules.cc | 11 +
...ch-chrome_common_media_cdm__host__file__path.cc | 11 +
.../patch-chrome_common_media_cdm__registration.cc | 56 +
.../patch-chrome_common_media_cdm__registration.h | 11 +
...a_component__widevine__cdm__hint__file__linux.h | 11 +
.../files/patch-chrome_common_pref__names.h | 101 +
.../files/patch-chrome_common_url__constants.h | 11 +
.../patch-chrome_common_webui__url__constants.cc | 32 +
.../patch-chrome_common_webui__url__constants.h | 31 +
...ise__companion_enterprise__companion__client.cc | 11 +
...h-chrome_enterprise__companion_event__logger.cc | 11 +
.../patch-chrome_enterprise__companion_lock.cc | 20 +
...e_renderer_chrome__content__renderer__client.cc | 38 +
...vices_printing_print__backend__service__impl.cc | 47 +
...rvices_printing_print__backend__service__impl.h | 20 +
...services_speech_audio__source__fetcher__impl.cc | 11 +
...e_test_base_scoped__channel__override__posix.cc | 11 +
...ch-chrome_test_chromedriver_chrome__launcher.cc | 10 +
...rome_test_chromedriver_chrome_chrome__finder.cc | 29 +
...e_test_chromedriver_key__converter__unittest.cc | 20 +
...medriver_keycode__text__conversion__unittest.cc | 20 +
...sed__user_google__auth__state__waiter__mixin.cc | 11 +
.../files/patch-chrome_updater_configurator.cc | 11 +
.../electron44/files/patch-chrome_updater_lock.cc | 11 +
.../files/patch-chrome_updater_util_posix__util.cc | 11 +
.../files/patch-chrome_utility_services.cc | 29 +
...s_mojo__proxy_mojo__core_core_channel__posix.cc | 20 +
devel/electron44/files/patch-components_BUILD.gn | 28 +
...owser_foundations_browser__autofill__manager.cc | 11 +
...r_integrators_autofill__ai_management__utils.cc | 56 +
...guide_autofill__optimization__guide__decider.cc | 11 +
...browser_payments_amount__extraction__manager.cc | 38 +
...autofill_core_browser_payments_bnpl__manager.cc | 11 +
...payments_credit__card__suggestion__generator.cc | 11 +
...ebdata_payments_payments__sync__bridge__util.cc | 11 +
...ill_core_common_autofill__payments__features.cc | 110 +
.../files/patch-components_cbor_BUILD.gn | 30 +
...on_public_collaboration__controller__delegate.h | 11 +
...onents_commerce_core_commerce__feature__list.cc | 20 +
...nstrained__window_constrained__window__views.cc | 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 +
...nents_crash_core_app_crashpad__handler__main.cc | 20 +
...h_core_browser_crash__upload__list__crashpad.cc | 26 +
.../patch-components_crash_core_common_BUILD.gn | 11 +
...h-components_dbus_xdg_file__transfer__portal.cc | 13 +
...s_device__signals_core_browser_browser__utils.h | 20 +
...wser_desktop_desktop__os__signals__collector.cc | 11 +
...ignals_core_browser_mock__signals__aggregator.h | 11 +
...ice__signals_core_browser_signals__aggregator.h | 11 +
...gnals_core_browser_signals__aggregator__impl.cc | 11 +
...ignals_core_browser_signals__aggregator__impl.h | 11 +
...ignals_core_browser_user__permission__service.h | 11 +
...core_browser_user__permission__service__impl.cc | 11 +
..._core_browser_user__permission__service__impl.h | 11 +
...als_core_common_linux_platform__utils__linux.cc | 78 +
...s_device__signals_core_common_platform__utils.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 +
...ponents_embedder__support_user__agent__utils.cc | 56 +
...bedder__support_user__agent__utils__unittest.cc | 29 +
...eporting_chrome__profile__request__generator.cc | 11 +
...ts_enterprise_browser_reporting_report__util.cc | 11 +
...ctors_core_realtime__reporting__client__base.cc | 20 +
..._enterprise_data__controls_core_browser_rule.cc | 20 +
...components_enterprise_watermarking_watermark.cc | 20 +
...mponents_error__page_common_localized__error.cc | 11 +
...h-components_eye__dropper_eye__dropper__view.cc | 11 +
..._feature__engagement_public_event__constants.cc | 11 +
...s_feature__engagement_public_event__constants.h | 11 +
...e__engagement_public_feature__configurations.cc | 20 +
...eature__engagement_public_feature__constants.cc | 38 +
...feature__engagement_public_feature__constants.h | 36 +
...nts_feature__engagement_public_feature__list.cc | 38 +
...ents_feature__engagement_public_feature__list.h | 72 +
...components_feature__engagement_public_tracker.h | 11 +
...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 +
...h-components_gcm__driver_gcm__desktop__utils.cc | 11 +
.../files/patch-components_gwp__asan_BUILD.gn | 11 +
...-components_gwp__asan_buildflags_buildflags.gni | 16 +
..._asan_client_guarded__page__allocator__posix.cc | 13 +
.../patch-components_gwp__asan_client_gwp__asan.cc | 11 +
...ponents_gwp__asan_client_gwp__asan__features.cc | 20 +
...nts_gwp__asan_crash__handler_crash__analyzer.cc | 20 +
...patch-components_live__caption_caption__util.cc | 11 +
.../patch-components_live__caption_caption__util.h | 11 +
...omponents_media__router_common_media__source.cc | 11 +
...n_providers_cast_channel_cast__message__util.cc | 11 +
...ter_common_providers_cast_channel_enum__table.h | 15 +
...-components_metrics_drive__metrics__provider.cc | 20 +
.../patch-components_metrics_dwa_dwa__service.cc | 11 +
.../files/patch-components_metrics_metrics__log.cc | 38 +
.../files/patch-components_metrics_motherboard.cc | 10 +
...nents_metrics_private__metrics_puma__service.cc | 11 +
...nts_named__mojo__ipc__server_connection__info.h | 24 +
...ts_named__mojo__ipc__server_endpoint__options.h | 11 +
...erver_named__mojo__ipc__server__client__util.cc | 11 +
...ed__mojo__server__endpoint__connector__linux.cc | 34 +
.../patch-components_named__system__lock_BUILD.gn | 20 +
.../patch-components_named__system__lock_lock.h | 11 +
...omponents_named__system__lock_lock__unittest.cc | 29 +
.../patch-components_ntp__tiles_pref__names.h | 11 +
...n__device__translation_service_sandbox__hook.cc | 42 +
...on__device__translation_service_sandbox__hook.h | 16 +
...on__guide_core_optimization__guide__features.cc | 11 +
...zation__guide_core_optimization__guide__util.cc | 20 +
..._async_browser_secret__portal__key__provider.cc | 12 +
.../patch-components_os__crypt_sync_os__crypt.h | 112 +
...omponents_os__crypt_sync_os__crypt__unittest.cc | 29 +
...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 +
...ger_core_browser_features_password__features.cc | 20 +
...ager_core_browser_features_password__features.h | 11 +
...ger_core_browser_password__autofill__manager.cc | 29 +
...ager_core_browser_password__autofill__manager.h | 11 +
...manager_core_browser_password__form__filling.cc | 11 +
...manager_core_browser_password__form__manager.cc | 20 +
...word__manager_core_browser_password__manager.cc | 35 +
...anager_core_browser_password__manager__client.h | 20 +
...ger_core_browser_password__manager__switches.cc | 11 +
...ager_core_browser_password__manager__switches.h | 11 +
...ore_browser_password__manual__fallback__flow.cc | 29 +
...core_browser_password__manual__fallback__flow.h | 20 +
..._core_browser_password__store__factory__util.cc | 11 +
...core_browser_password__store_login__database.cc | 20 +
...ssword__store_login__database__async__helper.cc | 11 +
...er_password__store_login__database__unittest.cc | 11 +
...core_browser_stub__password__manager__client.cc | 11 +
..._core_browser_stub__password__manager__client.h | 11 +
...er_core_common_password__manager__pref__names.h | 38 +
...nager_decorators_process__metrics__decorator.cc | 11 +
...mponents_performance__manager_public_features.h | 11 +
...e__attribution_memory__measurement__delegate.cc | 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 | 16 +
...mmon_cloud_cloud__policy__refresh__scheduler.cc | 20 +
...policy_core_common_cloud_cloud__policy__util.cc | 55 +
...-components_policy_core_common_policy__paths.cc | 11 +
...onents_policy_tools_generate__policy__source.py | 14 +
.../files/patch-components_power__metrics_BUILD.gn | 11 +
...nts_power__metrics_energy__metrics__provider.cc | 21 +
...y__config_pref__proxy__config__tracker__impl.cc | 20 +
...ents_proxy__config_proxy__config__pref__names.h | 11 +
...nfig_proxy__override__rules__policy__handler.cc | 47 +
...onfig_proxy__override__rules__policy__handler.h | 11 +
...components_proxy__config_proxy__prefs__utils.cc | 11 +
...capabilities_regional__capabilities__service.cc | 11 +
..._capabilities_regional__capabilities__service.h | 11 +
...ontent_common_file__type__policies__unittest.cc | 11 +
...ing_content_resources_gen__file__type__proto.py | 20 +
..._core_browser_db_sb__protocol__manager__util.cc | 11 +
..._browser_realtime_url__lookup__service__base.cc | 11 +
...nents_search__engines_template__url__service.cc | 11 +
...onents_security__interstitials_content_utils.cc | 11 +
..._default__model_cross__device__user__segment.cc | 11 +
...paint__preview__compositor__collection__impl.cc | 20 +
...identity__manager_account__capabilities__list.h | 11 +
...mponents_signin_public_base_signin__switches.cc | 142 +
...omponents_signin_public_base_signin__switches.h | 137 +
...blic_identity__manager_account__capabilities.cc | 11 +
...ublic_identity__manager_account__capabilities.h | 11 +
.../files/patch-components_soda_soda__util.cc | 29 +
...metric__utils_browser_startup__metric__utils.cc | 34 +
..._metric__utils_browser_startup__metric__utils.h | 11 +
..._metric__utils_common_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 +
...d__user_core_browser_child__account__service.cc | 11 +
...r_core_browser_list__family__members__service.h | 11 +
...e_browser_supervised__user__metrics__service.cc | 11 +
...r_core_browser_supervised__user__preferences.cc | 11 +
...owser_supervised__user__url__checker__client.cc | 11 +
...d__user_core_browser_supervised__user__utils.cc | 29 +
...onents_supervised__user_core_common_features.cc | 20 +
...ponents_supervised__user_core_common_features.h | 17 +
...ents_supervised__user_core_common_pref__names.h | 11 +
...onents_sync__bookmarks_bookmark__model__view.cc | 20 +
...sync__device__info_local__device__info__util.cc | 20 +
...evice__info_local__device__info__util__linux.cc | 14 +
.../files/patch-components_sync_base_features.cc | 11 +
...nts_sync_service_device__statistics__tracker.cc | 11 +
.../patch-components_sync_service_sync__prefs.cc | 11 +
.../patch-components_system__cpu_cpu__probe.cc | 23 +
...onents_translate_core_common_translate__util.cc | 11 +
...sted__vault_trusted__vault__connection__impl.cc | 11 +
...ponents_update__client_update__query__params.cc | 11 +
..._formatter_spoof__checks_idn__spoof__checker.cc | 11 +
...nts_user__education_views_help__bubble__view.cc | 29 +
...ents_user__education_views_help__bubble__view.h | 11 +
...ts_user__education_views_help__bubble__views.cc | 20 +
...nents_variations_service_variations__service.cc | 11 +
...isited__url__ranking_public_url__visit__util.cc | 11 +
.../patch-components_viz_host_gpu__host__impl.cc | 11 +
...ch-components_viz_host_host__display__client.cc | 11 +
...tch-components_viz_host_host__display__client.h | 11 +
...isplay__embedder_skia__output__surface__impl.cc | 11 +
..._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 +
...components_viz_service_gl_gpu__service__impl.cc | 20 +
...-components_viz_service_gl_gpu__service__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 +
..._wallet_core_browser_network_wallet__request.cc | 11 +
...onents_webapps_browser_web__app__url__config.cc | 11 +
...core_browser_gpm__user__verification__policy.cc | 11 +
.../patch-components_webui_flags_flags__state.cc | 11 +
devel/electron44/files/patch-content_app_BUILD.gn | 14 +
.../files/patch-content_app_content__main.cc | 20 +
...atch-content_app_content__main__runner__impl.cc | 154 +
.../files/patch-content_browser_BUILD.gn | 33 +
...sibility_browser__accessibility__state__impl.cc | 11 +
...owser__accessibility__state__impl__auralinux.cc | 29 +
..._browser_browser__child__process__host__impl.cc | 19 +
...t_browser_browser__child__process__host__impl.h | 20 +
...ild__process__host__impl__receiver__bindings.cc | 29 +
.../patch-content_browser_browser__main__loop.cc | 37 +
...wser_child__process__launcher__helper__linux.cc | 139 +
...browser_child__thread__type__switcher__linux.cc | 28 +
..._compositor_viz__process__transport__factory.cc | 11 +
...wser_devtools_devtools__frontend__host__impl.cc | 29 +
...owser_devtools_devtools__frontend__host__impl.h | 11 +
...wser_devtools_protocol_system__info__handler.cc | 11 +
...ccess_file__path__watcher_file__path__watcher.h | 11 +
...file__path__watcher_file__path__watcher__bsd.cc | 63 +
...le__path__watcher_file__path__watcher__kqueue.h | 10 +
...s_file__system__access__local__path__watcher.cc | 11 +
...font__access_font__enumeration__data__source.cc | 29 +
.../patch-content_browser_gpu_compositor__util.cc | 29 +
...content_browser_gpu_gpu__data__manager__impl.cc | 11 +
...-content_browser_gpu_gpu__data__manager__impl.h | 11 +
...rowser_gpu_gpu__data__manager__impl__private.cc | 11 +
...browser_gpu_gpu__data__manager__impl__private.h | 20 +
...patch-content_browser_gpu_gpu__process__host.cc | 19 +
...wser_media_frameless__media__interface__proxy.h | 20 +
...r_media_media__keys__listener__manager__impl.cc | 11 +
...ent_browser_network__service__instance__impl.cc | 29 +
...rowser_renderer__host_delegated__frame__host.cc | 11 +
...ia_service__video__capture__device__launcher.cc | 20 +
...n__transitions_navigation__entry__screenshot.cc | 11 +
...r_renderer__host_render__process__host__impl.cc | 55 +
...er_renderer__host_render__process__host__impl.h | 29 +
...der__process__host__impl__receiver__bindings.cc | 47 +
...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 +
...browser_service__host_utility__process__host.cc | 38 +
...t_utility__process__host__receiver__bindings.cc | 20 +
...ser_service__host_utility__sandbox__delegate.cc | 57 +
...r_shape__detection_shape__detection__service.cc | 20 +
.../files/patch-content_browser_theme__helper.cc | 11 +
.../patch-content_browser_v8__snapshot__files.cc | 11 +
...r_web__contents_slow__web__preference__cache.cc | 29 +
...nt_browser_web__contents_web__contents__impl.cc | 29 +
...wser_web__contents_web__contents__view__aura.cc | 29 +
...contents_web__contents__view__aura__unittest.cc | 74 +
...browser_webui_web__ui__main__frame__observer.cc | 11 +
...owser_zygote__host_zygote__host__impl__linux.cc | 81 +
...rowser_zygote__host_zygote__host__impl__linux.h | 29 +
.../electron44/files/patch-content_child_BUILD.gn | 16 +
.../files/patch-content_child_child__process.cc | 20 +
.../files/patch-content_child_child__process.h | 11 +
.../electron44/files/patch-content_common_BUILD.gn | 36 +
.../files/patch-content_common_features.cc | 40 +
.../files/patch-content_common_features.h | 31 +
.../patch-content_common_font__list__unittest.cc | 11 +
...-content_common_gpu__pre__sandbox__hook__bsd.cc | 71 +
...h-content_common_gpu__pre__sandbox__hook__bsd.h | 23 +
...content_common_gpu__pre__sandbox__hook__linux.h | 18 +
...tch-content_common_thread__type__switcher.mojom | 11 +
.../files/patch-content_gpu_gpu__child__thread.cc | 21 +
.../files/patch-content_gpu_gpu__main.cc | 87 +
...tent_public_browser_content__browser__client.cc | 11 +
...blic_browser_zygote__host_zygote__host__linux.h | 16 +
...atch-content_public_common_content__features.cc | 45 +
...atch-content_public_common_content__switches.cc | 20 +
...patch-content_public_common_content__switches.h | 19 +
...patch-content_public_common_zygote_features.gni | 8 +
.../patch-content_renderer_render__thread__impl.cc | 38 +
...ent_renderer_renderer__blink__platform__impl.cc | 62 +
...tent_renderer_renderer__blink__platform__impl.h | 11 +
.../files/patch-content_renderer_renderer__main.cc | 11 +
...er_renderer__main__platform__delegate__linux.cc | 18 +
...ces_devtools__media__encoding__service_BUILD.gn | 10 +
.../electron44/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 +
...ell_browser_shell__platform__delegate__views.cc | 11 +
...ll_renderer_shell__content__renderer__client.cc | 11 +
...hell_utility_shell__content__utility__client.cc | 20 +
...vice__model_on__device__model__sandbox__init.cc | 92 +
...evice__model_on__device__model__sandbox__init.h | 22 +
.../files/patch-content_utility_services.cc | 46 +
...ch_speech__recognition__sandbox__hook__linux.cc | 37 +
...ech_speech__recognition__sandbox__hook__linux.h | 16 +
...link__platform__with__sandbox__support__impl.cc | 29 +
...blink__platform__with__sandbox__support__impl.h | 11 +
.../files/patch-content_utility_utility__main.cc | 111 +
.../patch-content_utility_utility__thread__impl.cc | 21 +
.../electron44/files/patch-content_zygote_BUILD.gn | 11 +
.../files/patch-content_zygote_zygote__linux.cc | 15 +
.../patch-content_zygote_zygote__main__linux.cc | 58 +
.../patch-device_bluetooth_bluetooth__adapter.cc | 11 +
.../patch-device_bluetooth_cast__bluetooth.gni | 9 +
.../files/patch-device_fido_public_features.cc | 11 +
.../files/patch-device_fido_public_features.h | 11 +
.../electron44/files/patch-device_gamepad_BUILD.gn | 11 +
.../patch-device_gamepad_gamepad__provider.cc | 11 +
.../patch-device_gamepad_hid__writer__linux.cc | 11 +
...-device_gamepad_public_cpp_gamepad__features.cc | 11 +
...h-device_gamepad_public_cpp_gamepad__features.h | 11 +
devel/electron44/files/patch-electron_BUILD.gn | 70 +
.../files/patch-electron_build_args_all.gn | 13 +
.../patch-electron_default__app_default__app.ts | 11 +
.../electron44/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_node_init.ts | 11 +
.../files/patch-electron_script_lib_config.py | 13 +
.../files/patch-electron_script_lib_utils.js | 11 +
.../patch-electron_script_pgo_collect-profile.js | 11 +
.../files/patch-electron_script_spec-runner.js | 29 +
..._shell_app_electron__crash__reporter__client.cc | 20 +
...n_shell_app_electron__crash__reporter__client.h | 20 +
...-electron_shell_app_electron__main__delegate.cc | 74 +
*** 72411 LINES SKIPPED ***