Jeremy Rose 15bd6948d1 Merge remote-tracking branch 'origin/main' into no-onwindowshow 1 year ago
..
api 15bd6948d1 Merge remote-tracking branch 'origin/main' into no-onwindowshow 1 year 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 32b44aa5c8 fix: crash on extension unload when script validation finishes (#41686) 1 year ago
hid 150c2bcef9 chore: bump chromium to 124.0.6351.0 (main) (#41514) 1 year ago
lib c184b93fc5 fix: crash using `powerMonitor` before ready event (#40888) 1 year ago
linux 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
mac 2ebaebb603 refactor: replace use of deprecated `base::JSONWriter::WriteJson()` (#41215) 1 year ago
media 04df5ce492 chore: bump chromium to 124.0.6323.0 (main) (#41412) 1 year ago
net e95673b052 refactor: prefer using `base::NoDestructor` to `base::{Singleton,LazyInstance}` (#41400) 1 year ago
notifications 4f76fff978 fix: don't do self-destroy in LibnotifyNotification::Dismiss() (#41691) 1 year ago
osr 22c149812c build: add missing header for `content::SyntheticGestureTarget` (#41789) 1 year ago
plugins b0590b6ee8 fix: failing build with `enable_electron_extensions=false` (#40032) 1 year ago
printing 150c2bcef9 chore: bump chromium to 124.0.6351.0 (main) (#41514) 1 year ago
resources fd761ec8f7 chore: strip trailing whitespace (#35969) 2 years ago
serial 61457c9498 feat(serial): allow Bluetooth ports to be requested by service class ID (#41638) 1 year ago
ui ba3b647fd7 fix: WCO maximize button visibility when non-maximizable (#41793) 1 year ago
usb 150c2bcef9 chore: bump chromium to 124.0.6351.0 (main) (#41514) 1 year ago
webauthn 4935fd2422 fix: WebAuthn Discoverable Credential (Resident Credential) (#35374) 2 years 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 707b9a58cc fix: `app.setLoginItemSettings` error getting swallowed by gin conversion (#41647) 1 year ago
browser_linux.cc 707b9a58cc fix: `app.setLoginItemSettings` error getting swallowed by gin conversion (#41647) 1 year ago
browser_mac.mm 707b9a58cc fix: `app.setLoginItemSettings` error getting swallowed by gin conversion (#41647) 1 year ago
browser_observer.h cf5f0419f1 chore: fix some typos (#40506) 1 year ago
browser_process_impl.cc 193e162ec6 chore: bump chromium to 124.0.6359.0 (main) (#41584) 1 year ago
browser_process_impl.h 26131b23b8 feat: add support for configuring system network context proxies (#41335) 1 year 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 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year 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 5078cae861 chore: remove deprecated `ipcRenderer.sendTo()` (#39087) 1 year ago
electron_autofill_driver.cc 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
electron_autofill_driver.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_autofill_driver_factory.cc 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
electron_autofill_driver_factory.h d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
electron_browser_client.cc 193e162ec6 chore: bump chromium to 124.0.6359.0 (main) (#41584) 1 year ago
electron_browser_client.h 193e162ec6 chore: bump chromium to 124.0.6359.0 (main) (#41584) 1 year ago
electron_browser_context.cc 26131b23b8 feat: add support for configuring system network context proxies (#41335) 1 year ago
electron_browser_context.h ffec3127d5 refactor: inline simple getters (#41125) 1 year ago
electron_browser_main_parts.cc bccb7b572a chore: bump chromium to 123.0.6272.0 (main) (#41130) 1 year 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 f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
electron_browser_main_parts_mac.mm 193e162ec6 chore: bump chromium to 124.0.6359.0 (main) (#41584) 1 year ago
electron_browser_main_parts_posix.cc 61374019c0 chore: bump chromium to 103.0.5046.0 (main) (#33906) 2 years 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 088affd4a4 fix: emit will-navigate for links in chrome: pages (#40390) 1 year ago
electron_navigation_throttle.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_pdf_document_helper_client.cc 89117fdd99 chore: bump chromium to 118.0.5975.0 (main) (#39531) 1 year ago
electron_pdf_document_helper_client.h 89117fdd99 chore: bump chromium to 118.0.5975.0 (main) (#39531) 1 year ago
electron_permission_manager.cc 8c89137ecd chore: bump chromium to 122.0.6194.0 (main) (#40750) 1 year ago
electron_permission_manager.h 8c89137ecd chore: bump chromium to 122.0.6194.0 (main) (#40750) 1 year ago
electron_speech_recognition_manager_delegate.cc d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
electron_speech_recognition_manager_delegate.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_web_contents_utility_handler_impl.cc 2b3902e526 refactor: use content::GlobalRenderFrameHostId (#38843) 1 year ago
electron_web_contents_utility_handler_impl.h 2b3902e526 refactor: use content::GlobalRenderFrameHostId (#38843) 1 year 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 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 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 ddd93529d5 fix: use ScreenCaptureKit exclusively on macOS 14.4 and higher (#41397) 1 year 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 2e4e6f10de chore: bump chromium to 122.0.6236.2 (main) (#40871) 1 year 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 fac964ac0d refactor: migrate deprecated LazyInstance code to NoDestructor (#40927) 1 year 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 c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years 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 79147e4dd8 fix: Ignore `-webkit-app-region: drag;` when window is in full screen mode. (#41307) 1 year ago
native_window.h 5f785f213e revert: add `BrowserWindow.isOccluded()` 1 year ago
native_window_features.cc 33000c4b42 feat: enable WaylandWindowDecorations by default (#39582) 1 year ago
native_window_features.h 7caa88c46f fix: Add support for Wayland window decorations (#29618) 3 years ago
native_window_mac.h 5f785f213e revert: add `BrowserWindow.isOccluded()` 1 year ago
native_window_mac.mm e67ab9a93d refactor: remove InspectableWebContentsViewMac in favor of the Views version (#41326) 1 year ago
native_window_observer.h f82a863f65 feat: replace scroll-touch* with generic input-event (#35531) 2 years ago
native_window_views.cc 76f7bbb0a8 fix: move BrowserWindow's WebContentsView to be a child of rootview (#41256) 1 year ago
native_window_views.h 5f785f213e revert: add `BrowserWindow.isOccluded()` 1 year 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 04df5ce492 chore: bump chromium to 124.0.6323.0 (main) (#41412) 1 year ago
protocol_registry.h 04df5ce492 chore: bump chromium to 124.0.6323.0 (main) (#41412) 1 year 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 37630a6128 fix: wide string concatenation (#40892) 1 year 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 26752d3a06 chore: bump chromium to 124.0.6353.0 (main) (#41566) 1 year ago
web_contents_permission_helper.h 26752d3a06 chore: bump chromium to 124.0.6353.0 (main) (#41566) 1 year ago
web_contents_preferences.cc 4164ef93ad refactor: remove banned std::to_string() calls (#41087) 1 year ago
web_contents_preferences.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
web_contents_zoom_controller.cc ffec3127d5 refactor: inline simple getters (#41125) 1 year ago
web_contents_zoom_controller.h ffec3127d5 refactor: inline simple getters (#41125) 1 year ago
web_contents_zoom_observer.h 8e3dcc8b17 refactor: update `WebContentsZoomController` (#39428) 1 year ago
web_view_guest_delegate.cc 5b18d90597 fix: crash when unloading some WebViews (#40400) 1 year ago
web_view_guest_delegate.h 8e3dcc8b17 refactor: update `WebContentsZoomController` (#39428) 1 year 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 fac964ac0d refactor: migrate deprecated LazyInstance code to NoDestructor (#40927) 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 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
zoom_level_delegate.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago