Samuel Attard 32920af4b7 fix: add capability to use ScreenCaptureKit for thumbnail generation (#41328) 1 year ago
..
views 35a9e67dba chore: rename built-in modules to bindings to match naming update in node (#37182) 2 years ago
electron_api_app.cc cee51785e1 refactor: inline simple getters, pt . 2 (#41254) 1 year ago
electron_api_app.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_app_mac.mm 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_app_mas.mm c5b9f766f3 chore: bump chromium to 117.0.5923.0 (main) (#39304) 1 year ago
electron_api_auto_updater.cc 8104c7908a fix: potential `async_hooks` crash in `NotifyWindowRestore` on Windows (#40576) 1 year ago
electron_api_auto_updater.h 5bff0fe342 feat: add new ElectronSquirrelPreventDowngrades flag (#38625) 1 year ago
electron_api_base_window.cc 5f785f213e revert: add `BrowserWindow.isOccluded()` 1 year ago
electron_api_base_window.h 5f785f213e revert: add `BrowserWindow.isOccluded()` 1 year ago
electron_api_browser_window.cc 8c89137ecd chore: bump chromium to 122.0.6194.0 (main) (#40750) 1 year ago
electron_api_browser_window.h 15c6014324 feat: replace BrowserView with WebContentsView (#35658) 1 year ago
electron_api_content_tracing.cc 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_cookies.cc f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
electron_api_cookies.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_api_crash_reporter.cc 80a3ba5c68 chore: bump chromium to 116.0.5829.0 (main) (#38726) 1 year ago
electron_api_crash_reporter.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
electron_api_data_pipe_holder.cc be44a2c5b7 chore: bump chromium to 120.0.6078.0 (main) (#40114) 1 year ago
electron_api_data_pipe_holder.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
electron_api_debugger.cc 2ebaebb603 refactor: replace use of deprecated `base::JSONWriter::WriteJson()` (#41215) 1 year ago
electron_api_debugger.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_api_desktop_capturer.cc 32920af4b7 fix: add capability to use ScreenCaptureKit for thumbnail generation (#41328) 1 year ago
electron_api_desktop_capturer.h 905e41bbdd fix: use StartUpdating method for PipeWire capturer (#38833) 1 year ago
electron_api_dialog.cc 09190085c0 refactor: add gin_helper::Dictionary::CreateEmpty() helper (#39547) 1 year ago
electron_api_download_item.cc bc1ba1fe9d chore: bump chromium to 120.0.6099.0 (main) (#40316) 1 year ago
electron_api_download_item.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_api_event_emitter.cc 35a9e67dba chore: rename built-in modules to bindings to match naming update in node (#37182) 2 years ago
electron_api_event_emitter.h c4ea33d1bf chore: add ELECTRON_ prefix to C++ include guards (#31925) 3 years ago
electron_api_global_shortcut.cc ccd4531bfb chore: bump chromium to 117.0.5852.0 (main) (#38891) 1 year ago
electron_api_global_shortcut.h d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
electron_api_in_app_purchase.cc c1898c39bf chore: remove obsolete "simple" object annotations for the remote module (#39486) 1 year ago
electron_api_in_app_purchase.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
electron_api_menu.cc c7bdd907d7 fix: set prototype names on `gin::Constructible` classes (#39006) 1 year ago
electron_api_menu.h 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
electron_api_menu_mac.h 522bba3dc6 chore: cleanup arc migration helpers (#39606) 1 year ago
electron_api_menu_mac.mm 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_menu_views.cc 22970f573b perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 1 year ago
electron_api_menu_views.h 22970f573b perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 1 year ago
electron_api_native_theme.cc 35a9e67dba chore: rename built-in modules to bindings to match naming update in node (#37182) 2 years ago
electron_api_native_theme.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_api_native_theme_mac.mm 522bba3dc6 chore: cleanup arc migration helpers (#39606) 1 year ago
electron_api_net_log.cc 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_net_log.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_notification.cc ffec3127d5 refactor: inline simple getters (#41125) 1 year ago
electron_api_notification.h ffec3127d5 refactor: inline simple getters (#41125) 1 year ago
electron_api_power_monitor.cc ba835ddac1 feat: add thermal states to powerMonitor (#37935) 2 years ago
electron_api_power_monitor.h ba835ddac1 feat: add thermal states to powerMonitor (#37935) 2 years ago
electron_api_power_monitor_mac.mm c5b9f766f3 chore: bump chromium to 117.0.5923.0 (main) (#39304) 1 year ago
electron_api_power_monitor_win.cc 04b2ba84cd refactor: replace remaining `NULL` with `nullptr` (#40053) 1 year ago
electron_api_power_save_blocker.cc 0203bd3305 refactor: prefer base::Contains() over find() + end() (#38443) 1 year ago
electron_api_power_save_blocker.h 22970f573b perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 1 year ago
electron_api_printing.cc c96bb9958f chore: remove deprecated `webContents.getPrinters()` (#39663) 1 year ago
electron_api_protocol.cc f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
electron_api_protocol.h 9aa73abe78 feat: enable code cache for custom protocols (#40544) 1 year ago
electron_api_push_notifications.cc 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
electron_api_push_notifications.h adb1172066 chore: use nested namespaces (#37855) 2 years ago
electron_api_push_notifications_mac.mm 522bba3dc6 chore: cleanup arc migration helpers (#39606) 1 year ago
electron_api_safe_storage.cc cee51785e1 refactor: inline simple getters, pt . 2 (#41254) 1 year ago
electron_api_safe_storage.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
electron_api_screen.cc f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
electron_api_screen.h 5931f69f18 fix: sync api::Screen wrapper method sigs to upstream (#38597) 1 year ago
electron_api_service_worker_context.cc 4164ef93ad refactor: remove banned std::to_string() calls (#41087) 1 year ago
electron_api_service_worker_context.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_api_session.cc 4164ef93ad refactor: remove banned std::to_string() calls (#41087) 1 year ago
electron_api_session.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_system_preferences.cc 7685f27b31 feat: expose app accessibility transparency settings api (#39631) 1 year ago
electron_api_system_preferences.h 7685f27b31 feat: expose app accessibility transparency settings api (#39631) 1 year ago
electron_api_system_preferences_mac.mm 22970f573b perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 1 year ago
electron_api_system_preferences_win.cc f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
electron_api_tray.cc f36ceae024 chore: migrate base::StringPiece to std::string_view (#40915) 1 year ago
electron_api_tray.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_utility_process.cc 8c71e2adc9 feat: add net module to utility process (#40017) 1 year ago
electron_api_utility_process.h 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
electron_api_view.cc 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_view.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_web_contents.cc cee51785e1 refactor: inline simple getters, pt . 2 (#41254) 1 year ago
electron_api_web_contents.h cee51785e1 refactor: inline simple getters, pt . 2 (#41254) 1 year ago
electron_api_web_contents_impl.cc e37111edcc build: remove enable_osr build flag (#38703) 1 year ago
electron_api_web_contents_mac.mm cee51785e1 refactor: inline simple getters, pt . 2 (#41254) 1 year ago
electron_api_web_contents_view.cc fc917985ae fix: ensure `WebContents` before checking draggable region (#41154) 1 year ago
electron_api_web_contents_view.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_web_frame_main.cc 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_web_frame_main.h 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
electron_api_web_request.cc 08615b2d4e refactor: simplify code by using base::Value::EnsureList() (#41162) 1 year ago
electron_api_web_request.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
electron_api_web_view_manager.cc 35a9e67dba chore: rename built-in modules to bindings to match naming update in node (#37182) 2 years ago
frame_subscriber.cc bc1ba1fe9d chore: bump chromium to 120.0.6099.0 (main) (#40316) 1 year ago
frame_subscriber.h bc1ba1fe9d chore: bump chromium to 120.0.6099.0 (main) (#40316) 1 year ago
gpu_info_enumerator.cc 08615b2d4e refactor: simplify code by using base::Value::EnsureList() (#41162) 1 year ago
gpu_info_enumerator.h 07294cbf15 chore: modernize ListValue usage in gpu info (#34663) 2 years ago
gpuinfo_manager.cc d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
gpuinfo_manager.h 5ad8b4b7d1 chore: remove unused std includes (#38767) 1 year ago
message_port.cc 0203bd3305 refactor: prefer base::Contains() over find() + end() (#38443) 1 year ago
message_port.h e96b1613a4 fix: destroy message port backend when JS env exits (#39335) 1 year ago
process_metric.cc 892c9d78a3 chore: replace absl::optional<T> with std::optional<T> (#40928) 1 year ago
process_metric.h 28ada6ea8b chore: bump chromium to 100.0.4857.0 (main) (#32419) 3 years ago
save_page_handler.cc d02c9f8bc6 chore: bump chromium to 111.0.5544.3 (main) (#36820) 2 years ago
save_page_handler.h 3dbc0a365f chore: enable check raw ptr fields (#38167) 1 year ago
ui_event.cc 5d120359f6 chore: used nested namespaces (#34737) 2 years ago
ui_event.h 5d120359f6 chore: used nested namespaces (#34737) 2 years ago