..
api
fix: crash on window.close() with webContents on blur ( #47953 )
2025-08-04 15:42:55 +02:00
badging
bluetooth
extensions
refactor: sync IsKillURL() with upstream impl in extension_tab_util.cc ( #47594 )
2025-06-27 21:07:48 -05:00
file_system_access
refactor: use std::map::try_emplace() over std::map::insert() ( #46794 )
2025-04-25 15:22:00 -05:00
hid
refactor: remove stray .c_str() calls for absl::StrFormat() ( #47576 )
2025-06-26 08:18:10 -05:00
lib
fix: bluetooth crash in select-bluetooth-device event ( #46782 )
2025-04-25 13:28:28 -05:00
linux
feat: support dip <-> screen conversion on Linux ( #47125 )
2025-05-21 09:57:32 -07:00
mac
media
net
refactor: remove stray .c_str() calls for absl::StrFormat() ( #47576 )
2025-06-26 08:18:10 -05:00
notifications
refactor: use std::map::try_emplace() over std::map::insert() ( #46794 )
2025-04-25 15:22:00 -05:00
osr
plugins
printing
resources
serial
refactor: use base::ObserverList::Notify() ( #46897 )
2025-05-02 07:51:05 -05:00
ui
fix: window content protection on older Windows versions ( #47888 )
2025-07-25 12:42:20 -04:00
usb
refactor: use base::ObserverList::Notify() ( #46897 )
2025-05-02 07:51:05 -05:00
webauthn
win
animation_util.h
animation_util_mac.mm
auto_updater.cc
auto_updater.h
auto_updater_mac.mm
background_throttling_source.h
browser.cc
refactor: use base::ObserverList::Notify() ( #46897 )
2025-05-02 07:51:05 -05:00
browser.h
browser_linux.cc
browser_mac.mm
browser_observer.h
browser_process_impl.cc
browser_process_impl.h
browser_win.cc
refactor: avoid copies of large objects in range based for loops ( #47604 )
2025-06-30 10:59:59 +02:00
certificate_manager_model.cc
certificate_manager_model.h
child_web_contents_tracker.cc
child_web_contents_tracker.h
cookie_change_notifier.cc
cookie_change_notifier.h
draggable_region_provider.h
electron_api_ipc_handler_impl.cc
electron_api_ipc_handler_impl.h
electron_api_sw_ipc_handler_impl.cc
electron_api_sw_ipc_handler_impl.h
electron_autofill_driver.cc
electron_autofill_driver.h
electron_autofill_driver_factory.cc
refactor: use std::map::try_emplace() over std::map::insert() ( #46794 )
2025-04-25 15:22:00 -05:00
electron_autofill_driver_factory.h
electron_browser_client.cc
electron_browser_client.h
electron_browser_context.cc
refactor: use gin_helper::Dictionary::ValueOrDefault() ( #47015 )
2025-05-09 09:36:55 +02:00
electron_browser_context.h
electron_browser_main_parts.cc
electron_browser_main_parts.h
electron_browser_main_parts_linux.cc
electron_browser_main_parts_mac.mm
electron_browser_main_parts_posix.cc
electron_crypto_module_delegate_nss.cc
electron_crypto_module_delegate_nss.h
electron_download_manager_delegate.cc
refactor: use gin_helper::Dictionary::ValueOrDefault() ( #47015 )
2025-05-09 09:36:55 +02:00
electron_download_manager_delegate.h
electron_gpu_client.cc
electron_gpu_client.h
electron_navigation_throttle.cc
electron_navigation_throttle.h
electron_pdf_document_helper_client.cc
electron_pdf_document_helper_client.h
electron_permission_manager.cc
electron_permission_manager.h
electron_plugin_info_host_impl.cc
electron_plugin_info_host_impl.h
electron_speech_recognition_manager_delegate.cc
electron_speech_recognition_manager_delegate.h
electron_web_contents_utility_handler_impl.cc
electron_web_contents_utility_handler_impl.h
electron_web_ui_controller_factory.cc
electron_web_ui_controller_factory.h
event_emitter_mixin.h
extended_web_contents_observer.h
fake_location_provider.cc
fake_location_provider.h
feature_list.cc
feature_list.h
feature_list_mac.mm
file_select_helper.cc
file_select_helper.h
file_select_helper_mac.mm
font_defaults.cc
font_defaults.h
javascript_environment.cc
javascript_environment.h
login_handler.cc
login_handler.h
microtasks_runner.cc
microtasks_runner.h
native_window.cc
refactor: reduce scope of temporaries when getting dictionary values ( #47831 )
2025-07-21 10:26:59 -04:00
native_window.h
refactor: make NativeWindow::transparent_ const ( #47199 )
2025-05-21 15:50:00 -05:00
native_window_features.cc
native_window_features.h
native_window_mac.h
fix: fullscreen for windows without rounded corners ( #47683 )
2025-07-08 15:21:41 +02:00
native_window_mac.mm
refactor: reduce scope of temporaries when getting dictionary values ( #47831 )
2025-07-21 10:26:59 -04:00
native_window_observer.h
refactor: pass gfx::ResizeEdge by value ( #46962 )
2025-05-06 14:37:34 -05:00
native_window_views.cc
fix: window content protection on older Windows versions ( #47888 )
2025-07-25 12:42:20 -04:00
native_window_views.h
fix: window content protection on older Windows versions ( #47888 )
2025-07-25 12:42:20 -04:00
native_window_views_win.cc
fix: accent color should reflect system settings without restart ( #47657 )
2025-07-04 10:57:23 +02:00
network_hints_handler_impl.cc
network_hints_handler_impl.h
preload_script.cc
refactor: move gin::Converter<PreloadScript> impl to a .cc file ( #47467 )
2025-06-16 10:55:01 -04:00
preload_script.h
refactor: move gin::Converter<PreloadScript> impl to a .cc file ( #47467 )
2025-06-16 10:55:01 -04:00
protocol_registry.cc
protocol_registry.h
relauncher.cc
relauncher.h
relauncher_linux.cc
relauncher_mac.cc
relauncher_win.cc
session_preferences.cc
session_preferences.h
special_storage_policy.cc
special_storage_policy.h
web_contents_permission_helper.cc
web_contents_permission_helper.h
web_contents_preferences.cc
web_contents_preferences.h
web_contents_zoom_controller.cc
refactor: use base::ObserverList::Notify() ( #46897 )
2025-05-02 07:51:05 -05:00
web_contents_zoom_controller.h
web_contents_zoom_observer.h
web_view_guest_delegate.cc
web_view_guest_delegate.h
web_view_manager.cc
web_view_manager.h
window_list.cc
perf: avoid copying a vector when calling ConvertToWeakPtrVector() ( #47602 )
2025-06-30 10:29:16 +02:00
window_list.h
window_list_observer.h
zoom_level_delegate.cc
zoom_level_delegate.h