b0f315a637
* chore: bump chromium in DEPS to 98.0.4726.0 * 3292117: Remove unneeded base/compiler_specific.h includes in //chrome. https://chromium-review.googlesource.com/c/chromium/src/+/3292117 * 3289198: Enables calculating line, word and sentence boundaries on the browser https://chromium-review.googlesource.com/c/chromium/src/+/3289198 * 3276176: Remove expired gdi-text-printing flag and associated code. https://chromium-review.googlesource.com/c/chromium/src/+/3276176 * 3240963: content: allow embedder to prevent locking scheme registry https://chromium-review.googlesource.com/c/chromium/src/+/3240963 * 3269899: Rename WebContentsImpl::GetFrameTree to GetPrimaryFrameTree https://chromium-review.googlesource.com/c/chromium/src/+/3269899 * chore: fixup patch indices * 3276279: Enable -Wshadow by default for the "chromium code" config. https://chromium-review.googlesource.com/c/chromium/src/+/3276279 * 3279737: appcache: Remove WebPreference/WebSetting https://chromium-review.googlesource.com/c/chromium/src/+/3279737 * 3275564: [api] Advance API deprecation for APIs last marked in v9.6 https://chromium-review.googlesource.com/c/v8/v8/+/3275564 * 3261873: Clean up WebScriptSource constructors https://chromium-review.googlesource.com/c/chromium/src/+/3261873 * 3279346: appcache: Remove ConsoleMessage appcache field https://chromium-review.googlesource.com/c/chromium/src/+/3279346 * 3264212: Move legacy file loading to legacy_test_runner https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3264212 Both Persistence and UI have been removed from globals, but the issues they seemed to be patching are no longer reproducible from what I can tell, and so we can just delete these and re-evaluate if something surfaces. * 3290415: x11: remove the USE_X11 define. https://chromium-review.googlesource.com/c/chromium/src/+/3290415 * chore: bump Chromium to 98.0.4728.0 * 3179530: Defer system calls in PrintingContext for OOP printing https://chromium-review.googlesource.com/c/chromium/src/+/3179530 * 3299445: Consolidate is_win conditionals in chrome/test/BUILD.gn. https://chromium-review.googlesource.com/c/chromium/src/+/3299445 * chore: update patch indices * 3223975: Break PrintJobWorker OOP logic into separate class https://chromium-review.googlesource.com/c/chromium/src/+/3223975 * chore: bump chromium in DEPS to 98.0.4730.0 * 3279001: Remove support for font-family: -webkit-pictograph https://chromium-review.googlesource.com/c/chromium/src/+/3279001 * chore: fixup patch indices * chore: bump chromium in DEPS to 98.0.4732.0 * chore: update patches * chore: bump chromium in DEPS to 98.0.4734.0 * chore: bump chromium in DEPS to 98.0.4736.0 * chore: update patches * chore: update printing patch for miracle ptr * chore: add noexcept to fix clang error * chore: bump chromium in DEPS to 98.0.4738.0 * chore: update patches * chore: bump chromium in DEPS to 98.0.4740.0 * chore: bump chromium in DEPS to 98.0.4742.0 * chore: bump chromium in DEPS to 98.0.4744.0 * chore: bump chromium in DEPS to 98.0.4746.0 * chore: bump chromium in DEPS to 98.0.4748.0 * chore: bump chromium in DEPS to 98.0.4750.0 * chore: update patches * 3293841: Remove File Handling permissions code Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3293841 * chore: update patches 3311700: Move the PpapiPluginSandboxedProcessLauncherDelegate | https://chromium-review.googlesource.com/c/chromium/src/+/3311700 * 3289260: [CodeHealth]: Remove uses of Notification Service Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3289260 * 3301600: Disable scripted print in fenced frames Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3301600 * chore: add missing thread_restrictions headers * 3305132: Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3305132 * fix: add ppapi_sandbox header for linux 3311700: Move the PpapiPluginSandboxedProcessLauncherDelegate | https://chromium-review.googlesource.com/c/chromium/src/+/3311700 * chore: manually bump chromium in DEPS to 98.0.4757.0 * chore: update patches * 3321044: Remove DictionaryValue::Clear() Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3321044 * chore: update printing.patch Refs: - 3304556: [code health] Remove notification observation from PrintJob. | https://chromium-review.googlesource.com/c/chromium/src/+/3304556 - 3305095: [code health] Remove NotificationService from PrintViewManagerBase. | https://chromium-review.googlesource.com/c/chromium/src/+/3305095 * build: add v8-embedder-state headers to GN patch * chore: bump chromium in DEPS to 99.0.4767.0 * chore: update patches * chore: rename CookiePartitionKeychain ...to CookiePartitionKeyCollection * chore: update video consumers * refactor: use newer base::Value API * 3232598: Convert net::DnsOverHttpsServerConfig into a class | https://chromium-review.googlesource.com/c/chromium/src/+/3232598 * 3327865: Remove the default WebContentsUserData ctor. | https://chromium-review.googlesource.com/c/chromium/src/+/3327865 * 3302814: DevTools: Add getPreference binding | https://chromium-review.googlesource.com/c/chromium/src/+/3302814 * 3301474: [tq][runtime] Use build flags for JS context promise hooks | https://chromium-review.googlesource.com/c/v8/v8/+/3301474 * oops 😵💫 * 3272411: Reland "base/allocator: Enable PartitionAlloc-Everywhere on macOS" | https://chromium-review.googlesource.com/c/chromium/src/+/3272411 build: turn PartitionAlloc back off on mac for now * fix: WCO method got renamed * 3344749: Revert "Stop using NSRunLoop in renderer process" https://chromium-review.googlesource.com/c/chromium/src/+/3344749 * 3288746: [serial] Fix BluetoothSerialDeviceEnumerator threading issues. https://chromium-review.googlesource.com/c/chromium/src/+/3288746 * Revert "3288746: [serial] Fix BluetoothSerialDeviceEnumerator threading issues." This reverts commit 5cc69f102e43ca72ac9ef45063711bcc7d849740. * chore: disable serial device enumerator sequence dcheck * fix: comment out line in DeviceService dtor * fixup! 3279001: Remove support for font-family: -webkit-pictograph * fixup! 3279346: appcache: Remove ConsoleMessage appcache field * chore: update patches after rebase Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by: VerteDinde <khammond@slack-corp.com> Co-authored-by: clavin <clavin@electronjs.org> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by: Jeremy Rose <jeremya@chromium.org> |
||
---|---|---|
.. | ||
.patches | ||
accelerator.patch | ||
add_contentgpuclient_precreatemessageloop_callback.patch | ||
add_didinstallconditionalfeatures.patch | ||
add_ui_scopedcliboardwriter_writeunsaferawdata.patch | ||
add_webmessageportconverter_entangleandinjectmessageportchannel.patch | ||
allow_disabling_blink_scheduler_throttling_per_renderview.patch | ||
allow_in-process_windows_to_have_different_web_prefs.patch | ||
allow_new_privileges_in_unsandboxed_child_processes.patch | ||
allow_setting_secondary_label_via_simplemenumodel.patch | ||
blink_file_path.patch | ||
blink_local_frame.patch | ||
boringssl_build_gn.patch | ||
breakpad_allow_getting_string_values_for_crash_keys.patch | ||
breakpad_treat_node_processes_as_browser_processes.patch | ||
build_add_electron_tracing_category.patch | ||
build_disable_partitionalloc_on_mac.patch | ||
build_do_not_depend_on_packed_resource_integrity.patch | ||
build_gn.patch | ||
build_libc_as_static_library.patch | ||
can_create_window.patch | ||
chore_do_not_use_chrome_windows_in_cryptotoken_webrequestsender.patch | ||
chore_expose_v8_initialization_isolate_callbacks.patch | ||
chore_provide_iswebcontentscreationoverridden_with_full_params.patch | ||
chore_use_electron_resources_not_chrome_for_spellchecker.patch | ||
chrome_key_systems.patch | ||
command-ismediakey.patch | ||
crash_allow_disabling_compression_on_linux.patch | ||
crash_allow_setting_more_options.patch | ||
crashpad_pid_check.patch | ||
dcheck.patch | ||
desktop_media_list.patch | ||
disable-redraw-lock.patch | ||
disable_color_correct_rendering.patch | ||
disable_compositor_recycling.patch | ||
disable_hidden.patch | ||
disable_unload_metrics.patch | ||
dom_storage_limits.patch | ||
don_t_run_pcscan_notifythreadcreated_if_pcscan_is_disabled.patch | ||
don_t_use_potentially_null_getwebframe_-_view_when_get_blink.patch | ||
dump_syms.patch | ||
enable_reset_aspect_ratio.patch | ||
export_gin_v8platform_pageallocator_for_usage_outside_of_the_gin.patch | ||
expose_setuseragent_on_networkcontext.patch | ||
extend_apply_webpreferences.patch | ||
feat_add_data_transfer_to_requestsingleinstancelock.patch | ||
feat_add_onclose_to_messageport.patch | ||
feat_add_set_theme_source_to_allow_apps_to.patch | ||
feat_add_streaming-protocol_registry_to_multibuffer_data_source.patch | ||
feat_add_support_for_overriding_the_base_spellchecker_download_url.patch | ||
feat_allow_embedders_to_add_observers_on_created_hunspell.patch | ||
feat_enable_offscreen_rendering_with_viz_compositor.patch | ||
feat_expose_raw_response_headers_from_urlloader.patch | ||
fix_add_check_for_sandbox_then_result.patch | ||
fix_aspect_ratio_with_max_size.patch | ||
fix_dont_delete_SerialPortManager_on_main_thread.patch | ||
fix_export_zlib_symbols.patch | ||
fix_expose_decrementcapturercount_in_web_contents_impl.patch | ||
fix_media_key_usage_with_globalshortcuts.patch | ||
fix_patch_out_permissions_checks_in_exclusive_access.patch | ||
fix_patch_out_profile_refs_in_accessibility_ui.patch | ||
fix_properly_honor_printing_page_ranges.patch | ||
fix_use_electron_generated_resources.patch | ||
frame_host_manager.patch | ||
gin_enable_disable_v8_platform.patch | ||
gpu_notify_when_dxdiag_request_fails.patch | ||
gritsettings_resource_ids.patch | ||
gtk_visibility.patch | ||
hack_plugin_response_interceptor_to_point_to_electron.patch | ||
hack_to_allow_gclient_sync_with_host_os_mac_on_linux_in_ci.patch | ||
ignore_rc_check.patch | ||
isolate_holder.patch | ||
load_v8_snapshot_in_browser_process.patch | ||
logging_win32_only_create_a_console_if_logging_to_stderr.patch | ||
make_include_of_stack_trace_h_unconditional.patch | ||
mas-audiodeviceduck.patch | ||
mas-cfisobjc.patch | ||
mas-cgdisplayusesforcetogray.patch | ||
mas_avoid_usage_of_abort_report_np.patch | ||
mas_avoid_usage_of_pthread_fchdir_np.patch | ||
mas_avoid_usage_of_setapplicationisdaemon_and.patch | ||
mas_blink_no_private_api.patch | ||
mas_disable_custom_window_frame.patch | ||
mas_disable_remote_accessibility.patch | ||
mas_disable_remote_layer.patch | ||
mas_gate_private_enterprise_APIs.patch | ||
mas_no_private_api.patch | ||
mas_use_public_apis_to_determine_if_a_font_is_a_system_font.patch | ||
network_service_allow_remote_certificate_verification_logic.patch | ||
notification_provenance.patch | ||
pepper_plugin_support.patch | ||
picture-in-picture.patch | ||
printing.patch | ||
process_singleton.patch | ||
proxy_config_monitor.patch | ||
put_back_deleted_colors_for_autofill.patch | ||
refactor_expose_cursor_changes_to_the_webcontentsobserver.patch | ||
refactor_restore_base_adaptcallbackforrepeating.patch | ||
remove_usage_of_incognito_apis_in_the_spellchecker.patch | ||
render_widget_host_view_base.patch | ||
render_widget_host_view_mac.patch | ||
resource_file_conflict.patch | ||
revert_stop_using_nsrunloop_in_renderer_process.patch | ||
scroll_bounce_flag.patch | ||
skip_atk_toolchain_check.patch | ||
support_mixed_sandbox_with_zygote.patch | ||
sysroot.patch | ||
ui_gtk_public_header.patch | ||
unsandboxed_ppapi_processes_skip_zygote.patch | ||
upload_list_add_loadsync_method.patch | ||
v8_context_snapshot_generator.patch | ||
web_contents.patch | ||
webview_cross_drag.patch | ||
webview_fullscreen.patch | ||
worker_context_will_destroy.patch | ||
worker_feat_add_hook_to_notify_script_ready.patch |