electron/shell/browser/api
trop[bot] 96fe03b200
test: add -pdf-ready-to-print event to WebContents for testing (#43651)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
2024-09-09 21:56:16 -05:00
..
views
electron_api_app.cc fix: Use XDG_ACTIVATION_TOKEN in wayland when launched by other app (#43547) 2024-09-04 17:28:02 +02: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
electron_api_app_mas.mm
electron_api_auto_updater.cc fix: gin_helper::MicrotasksScope instantiation (#43209) 2024-08-05 21:46:51 -05:00
electron_api_auto_updater.h
electron_api_base_window.cc refactor: NativeWindow::Create() returns a unique_ptr (#43605) 2024-09-06 14:19:50 -05:00
electron_api_base_window.h chore: remove unused BaseWindow::GetWeakPtr() (#42988) 2024-07-22 10:20:27 -05: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
electron_api_cookies.cc refactor: improve cookie failure rejection messages (#42400) 2024-06-07 13:01:23 -05:00
electron_api_cookies.h
electron_api_crash_reporter.cc refactor: move impl functions into private namespace (#43410) 2024-08-21 21:29:25 -05:00
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 refactor: move impl functions into private namespace (#43410) 2024-08-21 21:29:25 -05:00
electron_api_desktop_capturer.h fix: check screen capture permissions in desktopCapturer (#43271) 2024-08-11 21:30:27 +02:00
electron_api_dialog.cc
electron_api_download_item.cc feat: add getPercentComplete / getCurrentBytesPerSecond / getEndTime to DownloadItem (#42915) 2024-07-17 09:49:05 -07:00
electron_api_download_item.h feat: add getPercentComplete / getCurrentBytesPerSecond / getEndTime to DownloadItem (#42915) 2024-07-17 09:49:05 -07:00
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
electron_api_menu_mac.h
electron_api_menu_mac.mm
electron_api_menu_views.cc
electron_api_menu_views.h
electron_api_native_theme.cc feat: add transparency checking to nativeTheme (#43137) 2024-08-01 12:14:07 +02:00
electron_api_native_theme.h feat: add transparency checking to nativeTheme (#43137) 2024-08-01 12:14:07 +02:00
electron_api_native_theme_mac.mm
electron_api_net_log.cc
electron_api_net_log.h
electron_api_notification.cc chore: remove unused Notification fields icon_path_, has_icon_ (#43295) 2024-08-12 12:09:25 +02:00
electron_api_notification.h chore: remove unused Notification fields icon_path_, has_icon_ (#43295) 2024-08-12 12:09:25 +02: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
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
electron_api_protocol.cc
electron_api_protocol.h
electron_api_push_notifications.cc
electron_api_push_notifications.h
electron_api_push_notifications_mac.mm
electron_api_safe_storage.cc refactor: move safe_storage functions into anonymous namespace (#43051) 2024-07-25 22:32:17 +02:00
electron_api_screen.cc chore: bump chromium to 126.0.6478.36 (31-x-y) (#42167) 2024-06-07 10:22:46 +02:00
electron_api_screen.h chore: bump chromium to 126.0.6478.36 (31-x-y) (#42167) 2024-06-07 10:22:46 +02:00
electron_api_service_worker_context.cc
electron_api_service_worker_context.h
electron_api_session.cc build: fix build when enable_pdf_viewer and enable_electron_extensions disabled (#43250) 2024-08-08 10:59:15 +02:00
electron_api_session.h fix: dangling raw_ptr<Session> in UserDataLink (#42852) 2024-07-11 14:53:06 +02:00
electron_api_system_preferences.cc
electron_api_system_preferences.h
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 feat: expose system preferences to utility process (#42598) 2024-06-20 15:33:21 -04:00
electron_api_tray.cc
electron_api_tray.h
electron_api_utility_process.cc fix: utilityProcess exit codes (#42397) 2024-06-07 15:44:55 +02:00
electron_api_utility_process.h fix: utilityProcess exit codes (#42397) 2024-06-07 15:44:55 +02:00
electron_api_view.cc fix: dangling raw_ptr<views::View> in api::View (#42951) 2024-07-17 23:31:40 -05: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 test: add -pdf-ready-to-print event to WebContents for testing (#43651) 2024-09-09 21:56:16 -05:00
electron_api_web_contents.h test: add -pdf-ready-to-print event to WebContents for testing (#43651) 2024-09-09 21:56:16 -05: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: remove InspectableWebContentsViewMac (#43096) 2024-07-30 14:51:51 -04:00
electron_api_web_contents_view.h
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
electron_api_web_request.cc fix: use BlockedRequest struct to handle webRequest data (#42751) 2024-07-03 14:46:29 +02:00
electron_api_web_request.h fix: use BlockedRequest struct to handle webRequest data (#42751) 2024-07-03 14:46:29 +02:00
electron_api_web_view_manager.cc
frame_subscriber.cc perf: avoid redundant calls to GetView() (#43229) 2024-08-06 13:23:21 -05:00
frame_subscriber.h
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 fix: confirm a v8::Value is a v8::Object before casting it (#43603) 2024-09-06 15:26:33 -05:00
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