electron/shell/browser/api
Samuel Attard 1cd07c565a
fix: crash in WebFrameMain mojo connection when RenderFrameHost is nullptr (#34411)
* fix: crash when RenderFrameHost is nullptr

* chore: lint fix

Co-authored-by: samuelmaddock <samuel.maddock@gmail.com>
2022-06-01 16:03:04 -07:00
..
views chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_app.cc revert: add first-instance-ack event to the app.requestSingleInstanceLock() flow (#34297) 2022-05-22 22:20:54 -07:00
electron_api_app.h revert: add first-instance-ack event to the app.requestSingleInstanceLock() flow (#34297) 2022-05-22 22:20:54 -07:00
electron_api_app_mac.mm chore: bump chromium to 93.0.4530.0 (master) (#29256) 2021-06-03 01:05:04 -07:00
electron_api_app_mas.mm
electron_api_auto_updater.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_auto_updater.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_base_window.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_base_window.h chore: bump chromium to 103.0.5046.0 (main) (#33906) 2022-05-17 12:48:40 -04:00
electron_api_browser_view.cc fix: BrowserView background color in webContents (#33435) 2022-03-28 12:47:08 -04:00
electron_api_browser_view.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_browser_window.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_browser_window.h feat: add WCO title bar style setters (#33066) 2022-03-24 20:02:45 -04:00
electron_api_browser_window_mac.mm fix: draggable regions in BrowserViews are independent (#31085) 2021-09-30 11:41:08 +02:00
electron_api_browser_window_views.cc fix: ensure web_contents() is alive before grabbing view (#30571) 2021-08-17 14:00:49 -07:00
electron_api_content_tracing.cc refactor: migrate AdaptCallbackForRepeating to SplitOnceCallback (#29825) 2021-06-21 18:04:31 -07:00
electron_api_cookies.cc chore: bump chromium to 99.0.4767.0 (main) (#31986) 2022-01-10 17:31:39 -05:00
electron_api_cookies.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_crash_reporter.cc chore: add a TRACE call for crash_reporter::Start() (#34268) 2022-05-23 08:38:03 -07:00
electron_api_crash_reporter.h chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_data_pipe_holder.cc chore: bump chromium to 104.0.5073.0 (main) (#34272) 2022-06-01 08:12:47 +02:00
electron_api_data_pipe_holder.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_debugger.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_debugger.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_desktop_capturer.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_desktop_capturer.h chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_dialog.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_download_item.cc chore: clean up forward declarations (#29904) 2021-07-02 09:51:37 +09:00
electron_api_download_item.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_event.cc chore: bump chromium to 96.0.4647.0 (main) (#30814) 2021-10-05 19:21:00 -07:00
electron_api_event_emitter.cc
electron_api_event_emitter.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_global_shortcut.cc chore: bump chromium to 104.0.5073.0 (main) (#34272) 2022-06-01 08:12:47 +02:00
electron_api_global_shortcut.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_in_app_purchase.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_in_app_purchase.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_menu.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_menu.h chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_menu_mac.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_menu_mac.mm chore: bump chromium to 103.0.5046.0 (main) (#33906) 2022-05-17 12:48:40 -04:00
electron_api_menu_views.cc refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
electron_api_menu_views.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_native_theme.cc chore: bump chromium to 103.0.5046.0 (main) (#33906) 2022-05-17 12:48:40 -04:00
electron_api_native_theme.h feat: add nativeTheme.inForcedColorsMode (#32956) 2022-03-21 10:30:02 +01:00
electron_api_native_theme_mac.mm
electron_api_net.cc chore: remove awkward semi-documented preloadURL WebPreference (#33228) 2022-03-16 16:23:41 -07:00
electron_api_net_log.cc chore: bump chromium to 98.0.4706.0 (main) (#31555) 2021-11-24 09:45:59 +01:00
electron_api_net_log.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_notification.cc 2757472: Reland "Reland "[LSC] Remove base::string16 alias"" 2021-03-16 12:18:45 -04:00
electron_api_notification.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_power_monitor.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_power_monitor.h chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_power_monitor_mac.mm
electron_api_power_monitor_win.cc chore: fix typos (#32985) 2022-02-21 10:27:45 +01:00
electron_api_power_save_blocker.cc chore: bump chromium to 103.0.5046.0 (main) (#33906) 2022-05-17 12:48:40 -04:00
electron_api_power_save_blocker.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_printing.cc feat: add webContents.getPrintersAsync() (#31023) 2021-10-25 14:16:58 -04:00
electron_api_protocol.cc chore: cleanup usages of const char* (#29906) 2021-07-02 09:51:52 +09:00
electron_api_protocol.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_safe_storage.cc fix: fix a crash in safeStorage on Linux (#33913) 2022-05-09 09:38:53 -04:00
electron_api_safe_storage.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_screen.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_screen.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_service_worker_context.cc chore: bump chromium to 99.0.4767.0 (main) (#31986) 2022-01-10 17:31:39 -05:00
electron_api_service_worker_context.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_session.cc chore: bump chromium to 103.0.5046.0 (main) (#33906) 2022-05-17 12:48:40 -04:00
electron_api_session.h feat: allow setting code cache directory (#31154) 2022-03-15 15:34:53 -05:00
electron_api_system_preferences.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_system_preferences.h feat: allow null when subscribing notification (#33641) 2022-04-13 22:02:33 +02:00
electron_api_system_preferences_mac.mm feat: allow null when subscribing notification (#33641) 2022-04-13 22:02:33 +02:00
electron_api_system_preferences_win.cc chore: use std::make_unique/base::MakeRefCounted when possible (#29510) 2021-06-08 11:00:05 +09:00
electron_api_tray.cc chore: stop using v8::Locker everywhere (#34078) 2022-05-05 11:50:21 -07:00
electron_api_tray.h fix: tray garbage collection (#33040) 2022-02-24 20:03:59 +01:00
electron_api_url_loader.cc chore: bump chromium to 100.0.4894.0 (main) (#32852) 2022-02-25 13:17:35 -05:00
electron_api_url_loader.h chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_view.cc
electron_api_view.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_web_contents.cc refactor: printToPDF should be headless (#33654) 2022-05-31 08:21:25 +02:00
electron_api_web_contents.h refactor: printToPDF should be headless (#33654) 2022-05-31 08:21:25 +02:00
electron_api_web_contents_impl.cc
electron_api_web_contents_mac.mm chore: bump chromium to 104.0.5073.0 (main) (#34272) 2022-06-01 08:12:47 +02:00
electron_api_web_contents_view.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
electron_api_web_contents_view.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_web_frame_main.cc fix: crash in WebFrameMain mojo connection when RenderFrameHost is nullptr (#34411) 2022-06-01 16:03:04 -07:00
electron_api_web_frame_main.h fix: crash when creating interface for speculative frame (#33919) 2022-05-19 11:34:58 -07:00
electron_api_web_request.cc chore: bump chromium to 102.0.4971.0 (main) (#33454) 2022-03-30 14:08:58 -04:00
electron_api_web_request.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
electron_api_web_view_manager.cc Revert "refactor: only create webContents after 'will-attach-webview' (#30311)" (#31785) 2021-11-11 15:04:06 -05:00
event.cc chore: use =default for default constructors/destructors (#29511) 2021-06-04 13:16:13 +09:00
event.h fix: ensure ElectronBrowser mojo service is only bound to appropriate render frames (#33323) 2022-03-18 19:50:05 -07:00
frame_subscriber.cc chore: bump chromium to 100.0.4894.0 (main) (#32852) 2022-02-25 13:17:35 -05:00
frame_subscriber.h chore: bump chromium to 100.0.4894.0 (main) (#32852) 2022-02-25 13:17:35 -05:00
gpu_info_enumerator.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
gpu_info_enumerator.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
gpuinfo_manager.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
gpuinfo_manager.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
message_port.cc chore: prefer empty() check for readability (#29360) 2021-05-27 13:08:30 -07:00
message_port.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
process_metric.cc chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
process_metric.h chore: bump chromium to 100.0.4857.0 (main) (#32419) 2022-02-09 18:58:52 -08:00
save_page_handler.cc chore: trim unused STL includes (#29414) 2021-06-01 10:34:44 +09:00
save_page_handler.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00
ui_event.cc
ui_event.h chore: add ELECTRON_ prefix to C++ include guards (#31925) 2021-11-22 16:34:31 +09:00