.. |
views
|
|
|
electron_api_app.cc
|
perf: remove unnecessary .c_str() calls (#41869)
|
2024-04-16 19:48:54 -04:00 |
electron_api_app.h
|
fix: stop using std::vector<const uint8_t> in ProcessingSingleton (#41832)
|
2024-04-15 10:32:48 -07:00 |
electron_api_app_mac.mm
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_app_mas.mm
|
|
|
electron_api_auto_updater.cc
|
fix: potential async_hooks crash in NotifyWindowRestore on Windows (#40576)
|
2024-01-26 12:53:07 -06:00 |
electron_api_auto_updater.h
|
feat: add new ElectronSquirrelPreventDowngrades flag (#38625)
|
2023-09-11 11:54:51 -07:00 |
electron_api_base_window.cc
|
fix: setTitleBarOverlay should be implemented on BaseWindow (#42150)
|
2024-05-23 11:08:36 +02:00 |
electron_api_base_window.h
|
fix: setTitleBarOverlay should be implemented on BaseWindow (#42150)
|
2024-05-23 11:08:36 +02:00 |
electron_api_browser_window.cc
|
fix: setTitleBarOverlay should be implemented on BaseWindow (#42150)
|
2024-05-23 11:08:36 +02:00 |
electron_api_browser_window.h
|
fix: setTitleBarOverlay should be implemented on BaseWindow (#42150)
|
2024-05-23 11:08:36 +02:00 |
electron_api_content_tracing.cc
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_cookies.cc
|
chore: bump chromium to 123.0.6296.0 (main) (#41204)
|
2024-02-14 12:33:32 -05:00 |
electron_api_cookies.h
|
|
|
electron_api_crash_reporter.cc
|
|
|
electron_api_crash_reporter.h
|
|
|
electron_api_data_pipe_holder.cc
|
chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119)
|
2024-05-13 20:19:31 +02:00 |
electron_api_data_pipe_holder.h
|
chore: add missing gin::Wrappable GetTypeName overrides (#41512)
|
2024-03-06 12:45:28 +01:00 |
electron_api_debugger.cc
|
refactor: replace use of deprecated base::JSONWriter::WriteJson() (#41215)
|
2024-02-02 12:25:58 -06:00 |
electron_api_debugger.h
|
|
|
electron_api_desktop_capturer.cc
|
perf: remove unnecessary .c_str() calls (#41869)
|
2024-04-16 19:48:54 -04:00 |
electron_api_desktop_capturer.h
|
|
|
electron_api_dialog.cc
|
|
|
electron_api_download_item.cc
|
chore: bump chromium to 120.0.6099.0 (main) (#40316)
|
2023-11-01 10:02:12 -04:00 |
electron_api_download_item.h
|
|
|
electron_api_event_emitter.cc
|
|
|
electron_api_event_emitter.h
|
|
|
electron_api_global_shortcut.cc
|
|
|
electron_api_global_shortcut.h
|
|
|
electron_api_in_app_purchase.cc
|
|
|
electron_api_in_app_purchase.h
|
|
|
electron_api_menu.cc
|
|
|
electron_api_menu.h
|
refactor: replace remaining NULL with nullptr (#40053)
|
2023-10-03 12:26:35 -07:00 |
electron_api_menu_mac.h
|
|
|
electron_api_menu_mac.mm
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_menu_views.cc
|
perf: use flat_set, flat_map for small, trivially-moved containers (#40817)
|
2024-01-05 12:18:31 +01:00 |
electron_api_menu_views.h
|
perf: use flat_set, flat_map for small, trivially-moved containers (#40817)
|
2024-01-05 12:18:31 +01:00 |
electron_api_native_theme.cc
|
|
|
electron_api_native_theme.h
|
|
|
electron_api_native_theme_mac.mm
|
|
|
electron_api_net_log.cc
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_net_log.h
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_notification.cc
|
refactor: inline simple getters (#41125)
|
2024-01-29 20:43:28 -06:00 |
electron_api_notification.h
|
refactor: inline simple getters (#41125)
|
2024-01-29 20:43:28 -06:00 |
electron_api_power_monitor.cc
|
|
|
electron_api_power_monitor.h
|
|
|
electron_api_power_monitor_mac.mm
|
fix: user-did-{resign|become}-active events on macOS (#41506)
|
2024-03-06 12:43:39 +01:00 |
electron_api_power_monitor_win.cc
|
refactor: replace remaining NULL with nullptr (#40053)
|
2023-10-03 12:26:35 -07:00 |
electron_api_power_save_blocker.cc
|
chore: add missing gin::Wrappable GetTypeName overrides (#41512)
|
2024-03-06 12:45:28 +01:00 |
electron_api_power_save_blocker.h
|
chore: add missing gin::Wrappable GetTypeName overrides (#41512)
|
2024-03-06 12:45:28 +01:00 |
electron_api_printing.cc
|
chore: remove deprecated webContents.getPrinters() (#39663)
|
2023-09-05 10:16:41 +02:00 |
electron_api_protocol.cc
|
chore: migrate base::StringPiece to std::string_view (#40915)
|
2024-01-10 19:00:37 -06:00 |
electron_api_protocol.h
|
feat: enable code cache for custom protocols (#40544)
|
2023-12-06 11:22:41 +09:00 |
electron_api_push_notifications.cc
|
|
|
electron_api_push_notifications.h
|
|
|
electron_api_push_notifications_mac.mm
|
|
|
electron_api_safe_storage.cc
|
refactor: inline simple getters, pt . 2 (#41254)
|
2024-02-09 10:29:14 +01:00 |
electron_api_safe_storage.h
|
|
|
electron_api_screen.cc
|
chore: migrate base::StringPiece to std::string_view (#40915)
|
2024-01-10 19:00:37 -06:00 |
electron_api_screen.h
|
|
|
electron_api_service_worker_context.cc
|
refactor: remove banned std::to_string() calls (#41087)
|
2024-01-24 16:43:31 -06:00 |
electron_api_service_worker_context.h
|
|
|
electron_api_session.cc
|
chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119)
|
2024-05-13 20:19:31 +02:00 |
electron_api_session.h
|
feat: Options parameter for Session.clearData API (#41355)
|
2024-04-01 12:09:01 -04:00 |
electron_api_system_preferences.cc
|
feat: expose app accessibility transparency settings api (#39631)
|
2023-09-20 12:48:02 -07:00 |
electron_api_system_preferences.h
|
feat: expose app accessibility transparency settings api (#39631)
|
2023-09-20 12:48:02 -07:00 |
electron_api_system_preferences_mac.mm
|
chore: bump chromium to 123.0.6296.0 (main) (#41204)
|
2024-02-14 12:33:32 -05:00 |
electron_api_system_preferences_win.cc
|
chore: migrate base::StringPiece to std::string_view (#40915)
|
2024-01-10 19:00:37 -06:00 |
electron_api_tray.cc
|
chore: migrate base::StringPiece to std::string_view (#40915)
|
2024-01-10 19:00:37 -06:00 |
electron_api_tray.h
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_utility_process.cc
|
chore: bump chromium to 123.0.6312.5 (main) (#41337)
|
2024-02-21 15:27:05 -05:00 |
electron_api_utility_process.h
|
|
|
electron_api_view.cc
|
fix: View reordering on re-addition to same parent (#42116)
|
2024-05-13 11:48:51 +02:00 |
electron_api_view.h
|
fix: View reordering on re-addition to same parent (#42116)
|
2024-05-13 11:48:51 +02:00 |
electron_api_web_contents.cc
|
chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119)
|
2024-05-13 20:19:31 +02:00 |
electron_api_web_contents.h
|
chore: bump chromium to 126.0.6445.0 (31-x-y) (#42119)
|
2024-05-13 20:19:31 +02:00 |
electron_api_web_contents_impl.cc
|
|
|
electron_api_web_contents_mac.mm
|
refactor: inline simple getters, pt . 2 (#41254)
|
2024-02-09 10:29:14 +01:00 |
electron_api_web_contents_view.cc
|
fix: requestFullscreen from WebContentsView (#41995)
|
2024-05-01 12:59:39 -04:00 |
electron_api_web_contents_view.h
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_web_frame_main.cc
|
fix: account for potentially swapped FrameTreeNodeId in WebFrameMain (#41538)
|
2024-03-14 09:50:52 +01:00 |
electron_api_web_frame_main.h
|
chore: replace absl::optional<T> with std::optional<T> (#40928)
|
2024-01-10 16:23:35 -06:00 |
electron_api_web_request.cc
|
refactor: simplify code by using base::Value::EnsureList() (#41162)
|
2024-01-30 14:48:09 -06:00 |
electron_api_web_request.h
|
chore: add missing gin::Wrappable GetTypeName overrides (#41512)
|
2024-03-06 12:45:28 +01:00 |
electron_api_web_view_manager.cc
|
|
|
frame_subscriber.cc
|
fix: move BrowserWindow's WebContentsView to be a child of rootview (#41256)
|
2024-04-08 10:30:23 -07:00 |
frame_subscriber.h
|
chore: bump chromium to 120.0.6099.0 (main) (#40316)
|
2023-11-01 10:02:12 -04:00 |
gpu_info_enumerator.cc
|
refactor: simplify code by using base::Value::EnsureList() (#41162)
|
2024-01-30 14:48:09 -06:00 |
gpu_info_enumerator.h
|
|
|
gpuinfo_manager.cc
|
chore: bump chromium to 125.0.6412.0 (main) (#41610)
|
2024-04-15 18:10:32 -04:00 |
gpuinfo_manager.h
|
chore: bump chromium to 125.0.6412.0 (main) (#41610)
|
2024-04-15 18:10:32 -04:00 |
message_port.cc
|
|
|
message_port.h
|
chore: add missing gin::Wrappable GetTypeName overrides (#41512)
|
2024-03-06 12:45:28 +01:00 |
process_metric.cc
|
chore: bump chromium to 123.0.6296.0 (main) (#41204)
|
2024-02-14 12:33:32 -05:00 |
process_metric.h
|
|
|
save_page_handler.cc
|
|
|
save_page_handler.h
|
|
|
ui_event.cc
|
|
|
ui_event.h
|
|
|