trop[bot] 7d207c7a3b refactor: use `GetDefaultStoragePartition()` instead of `GetStoragePartition(nullptr)` (#46084) 1 month ago
..
api 7d207c7a3b refactor: use `GetDefaultStoragePartition()` instead of `GetStoragePartition(nullptr)` (#46084) 1 month ago
badging 7d05b78479 chore: bump chromium to 133.0.6920.0 (main) (#45055) 3 months ago
bluetooth 30fbeec036 chore: bump chromium to 131.0.6734.0 (main) (#43769) 6 months ago
extensions 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
file_system_access 4b184a89d1 fix: warning in file picker UI (#46074) 1 month ago
hid 4c81971213 refactor: use C++20's contains() method (35-x-y) (#45768) 1 month ago
lib e70ce89235 chore: more iwyu (#43063) 8 months ago
linux 93f49d1189 fix: modernize-use-using clang-tidy warnings (#44806) 4 months ago
mac 83d7040096 fix: -Wunsafe-buffer-usage warning in didRegisterForRemoteNotificationsWithDeviceToken (#44348) 5 months ago
media 233724fe00 chore: iwyu mojom-forward header files (#43741) 7 months ago
net 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
notifications 062d14e553 perf: cache whether or not ELECTRON_DEBUG_NOTIFICATIONS env var is set (#45143) 3 months ago
osr 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
plugins 4c81971213 refactor: use C++20's contains() method (35-x-y) (#45768) 1 month ago
printing 4a695d07c6 fix: misc-use-internal-linkage warnings (#44843) 4 months ago
resources 04f5fe6a1c build: add `NSPrefersDisplaySafeAreaCompatibilityMode` = `false` to Info.plist (#45357) 2 months ago
serial 4c81971213 refactor: use C++20's contains() method (35-x-y) (#45768) 1 month ago
ui 6bbe996f62 refactor: replace base::StringPrintf() calls with absl::StrFormat() (#46049) 1 month ago
usb 4c81971213 refactor: use C++20's contains() method (35-x-y) (#45768) 1 month ago
webauthn 3b421ef77f chore: bump chromium to 134.0.6998.3 (35-x-y) (#45460) 2 months ago
win 60c4c9fec6 chore: remove unused #includes (#42971) 9 months 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 c1c8fbfd9a build: make is_mas_build a generated header instead of config (#43737) 7 months ago
auto_updater.h 158a87d494 fix: modernize-use-equals-default warnings (#44935) 4 months 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 45bae950d5 chore: remove unused base/ includes (#43688) 7 months ago
browser.h e70ce89235 chore: more iwyu (#43063) 8 months ago
browser_linux.cc f595443a22 refactor: fix modernize-return-braced-init-list warnings (#44838) 4 months ago
browser_mac.mm c1c8fbfd9a build: make is_mas_build a generated header instead of config (#43737) 7 months ago
browser_observer.h 158a87d494 fix: modernize-use-equals-default warnings (#44935) 4 months ago
browser_process_impl.cc 2cc14c6e8f chore: bump chromium to 129.0.6668.0 (main) (#43368) 8 months ago
browser_process_impl.h c92a02ea17 chore: bump chromium to 134.0.6998.10 (35-x-y) (#45585) 2 months ago
browser_win.cc f7e823ac80 refactor: return-braced-init-list pt 2 of 2 (#44870) 4 months ago
certificate_manager_model.cc 08236f7a9e refactor: remove deprecated BrowserContext::ResourceContext (#41221) 1 year ago
certificate_manager_model.h e70ce89235 chore: more iwyu (#43063) 8 months 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 e70ce89235 chore: more iwyu (#43063) 8 months ago
cookie_change_notifier.h e70ce89235 chore: more iwyu (#43063) 8 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 46c9ed61da feat: route deprecated sync clipboard read through permission checks (#45471) 2 months ago
electron_api_sw_ipc_handler_impl.cc a07de0099c feat: service worker preload scripts for improved extensions support … (#45408) 2 months ago
electron_api_sw_ipc_handler_impl.h a07de0099c feat: service worker preload scripts for improved extensions support … (#45408) 2 months ago
electron_autofill_driver.cc 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
electron_autofill_driver.h e70ce89235 chore: more iwyu (#43063) 8 months ago
electron_autofill_driver_factory.cc 4c81971213 refactor: use C++20's contains() method (35-x-y) (#45768) 1 month ago
electron_autofill_driver_factory.h 752efddf89 refactor: prefer to inherit observer classes privately (#41360) 11 months ago
electron_browser_client.cc 4c81971213 refactor: use C++20's contains() method (35-x-y) (#45768) 1 month ago
electron_browser_client.h 49078100f4 chore: bump chromium to 133.0.6943.35 (35-x-y) (#45217) 2 months ago
electron_browser_context.cc 7388188015 perf: avoid redundant map lookup in ElectronBrowserContext::From() (#46061) 1 month ago
electron_browser_context.h 65a7dddd4a fix: `ElectronBrowserContext` `raw_ptr` bug + remove dead code (#46053) 1 month ago
electron_browser_main_parts.cc a2aacd7f25 fix: remove redundant `MediaCaptureDevicesDispatcher::GetInstance()` call (#45962) 1 month ago
electron_browser_main_parts.h 233724fe00 chore: iwyu mojom-forward header files (#43741) 7 months 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 aa23198ad8 chore: remove more unused #include calls (#43000) 9 months ago
electron_browser_main_parts_posix.cc 43ed763f18 chore: bump chromium to 133.0.6846.0 (main) (#44665) 5 months ago
electron_crypto_module_delegate_nss.cc 566c72cd46 fix: -Wunsafe-buffer-usage warning in ChunkedDataPipeReadableStream (#44211) 6 months ago
electron_crypto_module_delegate_nss.h 81bdba67ec feat: Implement password delegate for NSS (#41205) 9 months ago
electron_download_manager_delegate.cc 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
electron_download_manager_delegate.h 8ea1f5b604 refactor: track downloads by guid (#45718) 2 months 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 43ed763f18 chore: bump chromium to 133.0.6846.0 (main) (#44665) 5 months ago
electron_pdf_document_helper_client.h c92a02ea17 chore: bump chromium to 134.0.6998.10 (35-x-y) (#45585) 2 months ago
electron_permission_manager.cc 46c9ed61da feat: route deprecated sync clipboard read through permission checks (#45471) 2 months ago
electron_permission_manager.h 4bcbc955dd chore: bump chromium to 130.0.6695.0 (main) (#43454) 7 months ago
electron_plugin_info_host_impl.cc c9b7806418 chore: bump chromium to 129.0.6650.0 (main) (#43266) 8 months ago
electron_plugin_info_host_impl.h c9b7806418 chore: bump chromium to 129.0.6650.0 (main) (#43266) 8 months ago
electron_speech_recognition_manager_delegate.cc f9d94211bb refactor: do not subclass ElectronSpeechRecognitionManagerDelegate from SpeechRecognitionEventListener (#42806) 9 months ago
electron_speech_recognition_manager_delegate.h f9d94211bb refactor: do not subclass ElectronSpeechRecognitionManagerDelegate from SpeechRecognitionEventListener (#42806) 9 months ago
electron_web_contents_utility_handler_impl.cc aacbdaf4ec fix: avoid IPC for renderer `webFrame.getZoom...` APIs (#45557) 2 months ago
electron_web_contents_utility_handler_impl.h 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
electron_web_ui_controller_factory.cc f7e823ac80 refactor: return-braced-init-list pt 2 of 2 (#44870) 4 months 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 158a87d494 fix: modernize-use-equals-default warnings (#44935) 4 months ago
fake_location_provider.cc 45bae950d5 chore: remove unused base/ includes (#43688) 7 months ago
fake_location_provider.h 1eb19f3078 chore: bump chromium to 116.0.5845.0 (main) (#38827) 1 year ago
feature_list.cc 7a0abfd667 fix: re-enable MacWebContentsOcclusion feature flag (#45801) 1 month ago
feature_list.h 309d5dade3 feat: add support for system picker in setDisplayMediaRequestHandler (#43581) 7 months ago
feature_list_mac.mm 309d5dade3 feat: add support for system picker in setDisplayMediaRequestHandler (#43581) 7 months ago
file_select_helper.cc f7e823ac80 refactor: return-braced-init-list pt 2 of 2 (#44870) 4 months ago
file_select_helper.h aa23198ad8 chore: remove more unused #include calls (#43000) 9 months ago
file_select_helper_mac.mm 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
font_defaults.cc 463031b771 fix: resolve font list in default prefernce values (#45918) 1 month ago
font_defaults.h 463031b771 fix: resolve font list in default prefernce values (#45918) 1 month ago
javascript_environment.cc 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
javascript_environment.h fa0da6f19f fix: support for v8.setHeapSnapshotNearHeapLimit api (#45632) 2 months ago
login_handler.cc bcbc8d3bb2 chore: bump chromium to 131.0.6762.0 (main) (#44117) 6 months ago
login_handler.h bcbc8d3bb2 chore: bump chromium to 131.0.6762.0 (main) (#44117) 6 months ago
microtasks_runner.cc a720c8daf6 perf: remove isolate scope from DidProcessTask() (#44439) 5 months ago
microtasks_runner.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
native_window.cc f595443a22 refactor: fix modernize-return-braced-init-list warnings (#44838) 4 months ago
native_window.h 3ad43182eb refactor: remove unused system header includes (#46042) 1 month 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 6eb4932c68 fix: `setContentProtection(true)` after hide on Windows (#45889) 1 month ago
native_window_mac.mm 6eb4932c68 fix: `setContentProtection(true)` after hide on Windows (#45889) 1 month ago
native_window_observer.h 158a87d494 fix: modernize-use-equals-default warnings (#44935) 4 months ago
native_window_views.cc 6eb4932c68 fix: `setContentProtection(true)` after hide on Windows (#45889) 1 month ago
native_window_views.h 6eb4932c68 fix: `setContentProtection(true)` after hide on Windows (#45889) 1 month ago
native_window_views_win.cc fc697735c4 fix: window maximizing with Mica (#45525) 2 months ago
network_hints_handler_impl.cc 7d05b78479 chore: bump chromium to 133.0.6920.0 (main) (#45055) 3 months ago
network_hints_handler_impl.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
preload_script.h 9d696ceffe feat: redesign preload APIs (#45329) 2 months ago
protocol_registry.cc 5a1eeea102 perf: prefer GURL string_view getters (#43443) 8 months ago
protocol_registry.h 5a1eeea102 perf: prefer GURL string_view getters (#43443) 8 months ago
relauncher.cc 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
relauncher.h 033a0abb59 refactor: reduce scope of relauncher's internal constants (#44860) 4 months ago
relauncher_linux.cc 60c4c9fec6 chore: remove unused #includes (#42971) 9 months ago
relauncher_mac.cc 60c4c9fec6 chore: remove unused #includes (#42971) 9 months ago
relauncher_win.cc 033a0abb59 refactor: reduce scope of relauncher's internal constants (#44860) 4 months ago
session_preferences.cc a07de0099c feat: service worker preload scripts for improved extensions support … (#45408) 2 months ago
session_preferences.h a07de0099c feat: service worker preload scripts for improved extensions support … (#45408) 2 months ago
special_storage_policy.cc 45bae950d5 chore: remove unused base/ includes (#43688) 7 months ago
special_storage_policy.h 97b353a30a chore: bump chromium to 106.0.5216.0 (main) (#34993) 2 years ago
web_contents_permission_helper.cc 05b57a2f07 fix: crash on `getUserMedia` with invalid `chromeMediaSourceId` (#45755) 1 month ago
web_contents_permission_helper.h 46c9ed61da feat: route deprecated sync clipboard read through permission checks (#45471) 2 months ago
web_contents_preferences.cc 46c9ed61da feat: route deprecated sync clipboard read through permission checks (#45471) 2 months ago
web_contents_preferences.h 46c9ed61da feat: route deprecated sync clipboard read through permission checks (#45471) 2 months ago
web_contents_zoom_controller.cc 5a1eeea102 perf: prefer GURL string_view getters (#43443) 8 months ago
web_contents_zoom_controller.h e70ce89235 chore: more iwyu (#43063) 8 months ago
web_contents_zoom_observer.h e70ce89235 chore: more iwyu (#43063) 8 months ago
web_view_guest_delegate.cc 7d05b78479 chore: bump chromium to 133.0.6920.0 (main) (#45055) 3 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 45bae950d5 chore: remove unused base/ includes (#43688) 7 months ago
window_list.h fac964ac0d refactor: migrate deprecated LazyInstance code to NoDestructor (#40927) 1 year ago
window_list_observer.h 158a87d494 fix: modernize-use-equals-default warnings (#44935) 4 months ago
zoom_level_delegate.cc 3ad43182eb refactor: remove unused system header includes (#46042) 1 month ago
zoom_level_delegate.h e70ce89235 chore: more iwyu (#43063) 8 months ago