Charles Kerr e9db02948e fix: multiple move() calls on the same unique_ptr (#42788) 9 months ago
..
api e89da2bad2 fix: dangling raw_ptr<Session> in UserDataLink (#42786) 9 months ago
badging e95673b052 refactor: prefer using `base::NoDestructor` to `base::{Singleton,LazyInstance}` (#41400) 1 year ago
bluetooth 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
extensions e9db02948e fix: multiple move() calls on the same unique_ptr (#42788) 9 months ago
file_system_access 344aba0838 feat: implement File System API support (#41419) 1 year ago
hid 6caf9f06f3 fix: don't observe WebUSB for in-memory partitions (#42443) 10 months ago
lib c184b93fc5 fix: crash using `powerMonitor` before ready event (#40888) 1 year ago
linux 07a68c2bf8 fix: don't check for Desktop Environment in unity_service.cc (#41211) 1 year ago
mac 91205540c4 fix: restore `wasOpenedAtLogin` functionality (#42411) 10 months ago
media 04df5ce492 chore: bump chromium to 124.0.6323.0 (main) (#41412) 1 year ago
net 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
notifications 003c32331d chore: add/fix interface comments for sections of methods (#42566) 10 months ago
osr 07e6b34a07 chore: bump chromium to 128.0.6571.0 (main) (#42749) 9 months ago
plugins b0590b6ee8 fix: failing build with `enable_electron_extensions=false` (#40032) 1 year ago
printing 2a6ad42113 chore: delete unused PrintPreviewMessageHandler (#41841) 1 year ago
resources fd761ec8f7 chore: strip trailing whitespace (#35969) 2 years ago
serial 003c32331d chore: add/fix interface comments for sections of methods (#42566) 10 months ago
ui 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
usb 6caf9f06f3 fix: don't observe WebUSB for in-memory partitions (#42443) 10 months ago
webauthn 003c32331d chore: add/fix interface comments for sections of methods (#42566) 10 months ago
win b2c62d6ad1 fix: initial dark mode title bar on Windows 10 (#39287) 1 year ago
animation_util.h 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
animation_util_mac.mm 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
auto_updater.cc 5bff0fe342 feat: add new ElectronSquirrelPreventDowngrades flag (#38625) 1 year ago
auto_updater.h 5bff0fe342 feat: add new ElectronSquirrelPreventDowngrades flag (#38625) 1 year ago
auto_updater_mac.mm bc1ba1fe9d chore: bump chromium to 120.0.6099.0 (main) (#40316) 1 year ago
background_throttling_source.h 2190793fe6 fix: disable background throttling also in the `viz::DisplayScheduler` (#38924) 1 year ago
browser.cc 707b9a58cc fix: `app.setLoginItemSettings` error getting swallowed by gin conversion (#41647) 1 year ago
browser.h 91205540c4 fix: restore `wasOpenedAtLogin` functionality (#42411) 10 months ago
browser_linux.cc f2481ed44f refactor: move impl classes into unnamed namespaces (#42390) 10 months ago
browser_mac.mm 91205540c4 fix: restore `wasOpenedAtLogin` functionality (#42411) 10 months ago
browser_observer.h cf5f0419f1 chore: fix some typos (#40506) 1 year ago
browser_process_impl.cc c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
browser_process_impl.h 003c32331d chore: add/fix interface comments for sections of methods (#42566) 10 months ago
browser_win.cc 707b9a58cc fix: `app.setLoginItemSettings` error getting swallowed by gin conversion (#41647) 1 year ago
certificate_manager_model.cc 08236f7a9e refactor: remove deprecated BrowserContext::ResourceContext (#41221) 1 year ago
certificate_manager_model.h 08236f7a9e refactor: remove deprecated BrowserContext::ResourceContext (#41221) 1 year ago
child_web_contents_tracker.cc b0f315a637 chore: bump chromium to 99.0.4767.0 (main) (#31986) 3 years ago
child_web_contents_tracker.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
cookie_change_notifier.cc d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
cookie_change_notifier.h 752efddf89 refactor: prefer to inherit observer classes privately (#41360) 11 months ago
draggable_region_provider.h 184ac2b382 refactor: move draggable regions to WebContents (#36230) 2 years ago
electron_api_ipc_handler_impl.cc 5078cae861 chore: remove deprecated `ipcRenderer.sendTo()` (#39087) 1 year ago
electron_api_ipc_handler_impl.h ae0c55c0b1 refactor: inherit Observer classes privately, pt. 2 (#42237) 10 months ago
electron_autofill_driver.cc 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
electron_autofill_driver.h 003c32331d chore: add/fix interface comments for sections of methods (#42566) 10 months ago
electron_autofill_driver_factory.cc 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
electron_autofill_driver_factory.h 752efddf89 refactor: prefer to inherit observer classes privately (#41360) 11 months ago
electron_browser_client.cc c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
electron_browser_client.h c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
electron_browser_context.cc 27e3273f0a refactor: minor electron browser context cleanup (#42789) 9 months ago
electron_browser_context.h 27e3273f0a refactor: minor electron browser context cleanup (#42789) 9 months ago
electron_browser_main_parts.cc ac074a5548 refactor: run Windows `SelectFileDialog` out of process (#42758) 9 months ago
electron_browser_main_parts.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_browser_main_parts_linux.cc f2481ed44f refactor: move impl classes into unnamed namespaces (#42390) 10 months ago
electron_browser_main_parts_mac.mm c670e38b4b chore: bump chromium to 125.0.6412.0 (main) (#41610) 1 year ago
electron_browser_main_parts_posix.cc c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
electron_download_manager_delegate.cc 1a0991a9b9 chore: bump chromium to 122.0.6261.6 (main) (#40949) 1 year ago
electron_download_manager_delegate.h 1a0991a9b9 chore: bump chromium to 122.0.6261.6 (main) (#40949) 1 year ago
electron_gpu_client.cc 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
electron_gpu_client.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_navigation_throttle.cc c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
electron_navigation_throttle.h 003c32331d chore: add/fix interface comments for sections of methods (#42566) 10 months ago
electron_pdf_document_helper_client.cc c670e38b4b chore: bump chromium to 125.0.6412.0 (main) (#41610) 1 year ago
electron_pdf_document_helper_client.h c670e38b4b chore: bump chromium to 125.0.6412.0 (main) (#41610) 1 year ago
electron_permission_manager.cc c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
electron_permission_manager.h c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
electron_speech_recognition_manager_delegate.cc 07e6b34a07 chore: bump chromium to 128.0.6571.0 (main) (#42749) 9 months ago
electron_speech_recognition_manager_delegate.h 07e6b34a07 chore: bump chromium to 128.0.6571.0 (main) (#42749) 9 months ago
electron_web_contents_utility_handler_impl.cc c670e38b4b chore: bump chromium to 125.0.6412.0 (main) (#41610) 1 year ago
electron_web_contents_utility_handler_impl.h ae0c55c0b1 refactor: inherit Observer classes privately, pt. 2 (#42237) 10 months ago
electron_web_ui_controller_factory.cc f6531166ae chore: clean up forward declarations (#29904) 3 years ago
electron_web_ui_controller_factory.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
event_emitter_mixin.h f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
extended_web_contents_observer.h c670e38b4b chore: bump chromium to 125.0.6412.0 (main) (#41610) 1 year ago
fake_location_provider.cc 1eb19f3078 chore: bump chromium to 116.0.5845.0 (main) (#38827) 1 year ago
fake_location_provider.h 1eb19f3078 chore: bump chromium to 116.0.5845.0 (main) (#38827) 1 year ago
feature_list.cc 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
feature_list.h ddd93529d5 fix: use ScreenCaptureKit exclusively on macOS 14.4 and higher (#41397) 1 year ago
feature_list_mac.mm 1cd7419718 build: work around ScreenCaptureKit bad feature flag parsing in Chromium (#41622) 1 year ago
file_select_helper.cc 2e4e6f10de chore: bump chromium to 122.0.6236.2 (main) (#40871) 1 year ago
file_select_helper.h ae0c55c0b1 refactor: inherit Observer classes privately, pt. 2 (#42237) 10 months ago
file_select_helper_mac.mm 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
font_defaults.cc 7b4d490bfe perf: use fixed-size arrays for the font cache (#40898) 1 year ago
font_defaults.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
javascript_environment.cc f35a755086 fix: bad js-flags shouldn't crash the app (#42414) 10 months ago
javascript_environment.h f6e8a42c48 refactor: remove unused fields, methods in gin_helper::Locker (#39803) 1 year ago
login_handler.cc 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
login_handler.h ae0c55c0b1 refactor: inherit Observer classes privately, pt. 2 (#42237) 10 months ago
microtasks_runner.cc cf5f0419f1 chore: fix some typos (#40506) 1 year ago
microtasks_runner.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
native_window.cc 32e5012017 feat: enable Windows Control Overlay on Linux (#41769) 9 months ago
native_window.h 32e5012017 feat: enable Windows Control Overlay on Linux (#41769) 9 months ago
native_window_features.cc c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
native_window_features.h 7caa88c46f fix: Add support for Wayland window decorations (#29618) 3 years ago
native_window_mac.h 05fba85aa3 fix: do not activate app when showing a panel on Mac (#41750) 1 year ago
native_window_mac.mm c3b4cd987c chore: bump chromium to 127.0.6521.0 (main) (#42118) 10 months ago
native_window_observer.h f82a863f65 feat: replace scroll-touch* with generic input-event (#35531) 2 years ago
native_window_views.cc 32e5012017 feat: enable Windows Control Overlay on Linux (#41769) 9 months ago
native_window_views.h 32e5012017 feat: enable Windows Control Overlay on Linux (#41769) 9 months ago
native_window_views_win.cc 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
network_hints_handler_impl.cc feaf18e371 chore: bump chromium to 113.0.5636.0 (main) (#37130) 2 years ago
network_hints_handler_impl.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
protocol_registry.cc e2acdffe58 perf: avoid protocol registry redundant lookup (#41991) 11 months ago
protocol_registry.h e2acdffe58 perf: avoid protocol registry redundant lookup (#41991) 11 months ago
relauncher.cc 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
relauncher.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
relauncher_linux.cc 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
relauncher_mac.cc 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
relauncher_win.cc 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
session_preferences.cc d95ae19edf refactor: add SessionPreferences::CreateForBrowserContext() (#38656) 1 year ago
session_preferences.h d95ae19edf refactor: add SessionPreferences::CreateForBrowserContext() (#38656) 1 year ago
special_storage_policy.cc d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
special_storage_policy.h 97b353a30a chore: bump chromium to 106.0.5216.0 (main) (#34993) 2 years ago
web_contents_permission_helper.cc 2f4a46f47a fix: video and audio capture should be separate (#42775) 9 months ago
web_contents_permission_helper.h 344aba0838 feat: implement File System API support (#41419) 1 year ago
web_contents_preferences.cc 9b0409f7c9 chore: bump chromium to 126.0.6445.0 (main) (#41868) 11 months ago
web_contents_preferences.h 9b0409f7c9 chore: bump chromium to 126.0.6445.0 (main) (#41868) 11 months ago
web_contents_zoom_controller.cc 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
web_contents_zoom_controller.h 752efddf89 refactor: prefer to inherit observer classes privately (#41360) 11 months ago
web_contents_zoom_observer.h 8e3dcc8b17 refactor: update `WebContentsZoomController` (#39428) 1 year ago
web_view_guest_delegate.cc 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
web_view_guest_delegate.h 752efddf89 refactor: prefer to inherit observer classes privately (#41360) 11 months ago
web_view_manager.cc 5c7579ab1c chore: bump chromium to 121.0.6147.0 (main) (#40523) 1 year ago
web_view_manager.h 22970f573b perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 1 year ago
window_list.cc 0346e0a8bf refactor: use `std::erase()` (#41881) 1 year ago
window_list.h fac964ac0d refactor: migrate deprecated LazyInstance code to NoDestructor (#40927) 1 year ago
window_list_observer.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
zoom_level_delegate.cc 8a8241163d chore: bump chromium to 128.0.6558.0 (main) (#42413) 9 months ago
zoom_level_delegate.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago