30e992dec4
* chore: bump chromium in DEPS to 115.0.5772.0
* chore: update disable_color_correct_rendering.patch
no manual changes; patch succeeded with fuzz 2.
* chore: update chromium/build_libc_as_static_library.patch
no manual changes; patch succeeded with fuzz 2 (offset 1 line).
* chore: update chromium/feat_configure_launch_options_for_service_process.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4518747
patch manually reapplied due to upstream code shear
* chore: update chromium/chore_patch_out_profile_methods_in_profile_selections_cc.patch
https://chromium-review.googlesource.com/c/chromium/src/+/4502965
patch manually reapplied due to upstream code shear
* chore: update bundle_locations #include location
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4525355
* chore: Remove `extension_name` from DesktopStreamsRegistry
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4514081
* chore: bump chromium in DEPS to 115.0.5778.0
* chore: add chromium/chore_patch_out_profile_methods_in_chrome_browser_pdf.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4482679
Another instance of patching out upstream references to Profile code
* refactor: add WebViewGuestDelegate::GetGuestDelegateWeakPtr()
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4515455
This approach copied from GuestViewBase::GetGuestDelegateWeakPtr() approach in that same commit.
* fixup! chore: update bundle_locations #include location
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4525355
Sync namespace use to upstream base::mac -> base::apple changes
* fixup! chore: update bundle_locations #include location
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4525355
Sync namespace use to upstream base::mac -> base::apple changes
* chore: update chromium/mas_disable_remote_accessibility.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4530546
patch manually reapplied due to upstream code shear
* chore: update chromium/printing.patch
no manual changes; patch succeeded with fuzz
* chore: update chromium/build_add_electron_tracing_category.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4517872
no manual changes; patch succeeded with fuzz
* chore: update chromium/feat_ensure_mas_builds_of_the_same_application_can_use_safestorage.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4529098
patch manually reapplied due to upstream code shear
* chromium/build_only_use_the_mas_build_config_in_the_required_components.patch
https://chromium-review.googlesource.com/c/chromium/src/+/4529098
patch manually reapplied due to upstream code shear
* chore: update chromium/mas-cgdisplayusesforcetogray.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4529475
no manual changes; patch succeeded with fuzz
* chore: update chromium/build_only_use_the_mas_build_config_in_the_required_components.patch
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4429011
no manual changes; patch succeeded with fuzz
* chore: remove chromium/cherry-pick-48a136e77e6d.patch
already present upstream
* chore: remove chromium/cherry-pick-e6e23ba00379.patch
already present upstream
* [Code Health] Remove value based RegisterPref for Dict and List
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4533537
* Remove `cxx17_backports.h` and adjust unittest file
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4534916
Notes: mostly just removing #include and s/base::clamp/std::clamp/
* refactor: add FakeBrowserProcess helper class
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4424072
Used in ElectronBrowserMainParts' fake_browser_process_ field. Previously
this was an BrowserProcessImpl instance, but upstream 4424072 makes that
an abstract base class. `FakeBrowserProcess` is a thin subclass with the
minimum code needed to make it concrete.
`ElectronBrowserMainParts::fake_browser_process_` is now a `shared_ptr`
instead of a `unique_ptr` so we can avoid exposing `FakeBrowserProcess`
in the header.
* fixup! refactor: add FakeBrowserProcess helper class
remove unnecessary unique_ptr
* fix: Browser::SetDockIcon() when !Browser.is_ready()
Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4410741
An alternative fix for https://github.com/electron/electron/pull/36279 .
The previous fix was to call `SetSupportedScales()` ourselves (
|
||
---|---|---|
.. | ||
.patches | ||
api_pass_oomdetails_to_oomerrorcallback.patch | ||
build_add_gn_build_files.patch | ||
build_ensure_native_module_compilation_fails_if_not_using_a_new.patch | ||
build_ensure_v8_pointer_compression_sandbox_is_enabled_on_64bit.patch | ||
build_modify_js2c_py_to_allow_injection_of_original-fs_and_custom_embedder_js.patch | ||
chore_add_context_to_context_aware_module_prevention.patch | ||
chore_allow_the_node_entrypoint_to_be_a_builtin_module.patch | ||
chore_remove_--no-harmony-atomics_related_code.patch | ||
enable_crashpad_linux_node_processes.patch | ||
expose_get_builtin_module_function.patch | ||
feat_add_knostartdebugsignalhandler_to_environment_to_prevent.patch | ||
feat_add_uv_loop_interrupt_on_io_change_option_to_uv_loop_configure.patch | ||
feat_initialize_asar_support.patch | ||
fix_account_for_createexternalizablestring_v8_global.patch | ||
fix_account_for_debugger_agent_race_condition.patch | ||
fix_adapt_debugger_tests_for_upstream_v8_changes.patch | ||
fix_add_default_values_for_variables_in_common_gypi.patch | ||
fix_crypto_tests_to_run_with_bssl.patch | ||
fix_expose_lookupandcompile_with_parameters.patch | ||
fix_expose_the_built-in_electron_module_via_the_esm_loader.patch | ||
fix_expose_tracing_agent_and_use_tracing_tracingcontroller_instead.patch | ||
fix_handle_boringssl_and_openssl_incompatibilities.patch | ||
fix_libc_buffer_overflow_in_string_view_ctor.patch | ||
fix_override_createjob_in_node_platform.patch | ||
fix_parallel_test-v8-stats.patch | ||
fix_prevent_changing_functiontemplateinfo_after_publish.patch | ||
fix_preventing_potential_oob_in_ada_no_scheme_parsing.patch | ||
fix_readbarrier_undefined_symbol_error_on_woa_arm64.patch | ||
fix_serdes_test.patch | ||
fix_suppress_clang_-wdeprecated-declarations_in_libuv.patch | ||
json_parse_errors_made_user-friendly.patch | ||
pass_all_globals_through_require.patch | ||
refactor_allow_embedder_overriding_of_internal_fs_calls.patch | ||
refactor_alter_child_process_fork_to_use_execute_script_with.patch | ||
support_v8_sandboxed_pointers.patch | ||
test_formally_mark_some_tests_as_flaky.patch | ||
v8_api_advance_api_deprecation.patch |