electron/shell/browser/ui/cocoa
CezaryKulakowski e64a66bfd3
fix: detach native view when its removed from parent on macOS (#43627)
Right now DelayedNativeViewHost attaches its underlying native view
when it's being attached to a widget but it doesn't detach it when
it's being detached. It may lead to use-after-free and crash.
2024-09-24 15:28:36 +02:00
..
delayed_native_view_host.h fix: remove InspectableWebContentsViewMac (#43033) 2024-07-27 11:44:22 -05:00
delayed_native_view_host.mm fix: detach native view when its removed from parent on macOS (#43627) 2024-09-24 15:28:36 +02:00
electron_bundle_mover.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
electron_bundle_mover.mm chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
electron_inspectable_web_contents_view.h fix: remove InspectableWebContentsViewMac (#43033) 2024-07-27 11:44:22 -05:00
electron_inspectable_web_contents_view.mm chore: bump chromium to 129.0.6630.0 (main) (#43087) 2024-08-02 09:02:11 -05:00
electron_menu_controller.h fix: recentDocuments on macOS not working (#41978) 2024-04-29 19:07:14 -04:00
electron_menu_controller.mm chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00
electron_native_widget_mac.h chore: bump chromium to 116.0.5829.0 (main) (#38726) 2023-06-13 14:45:48 -04:00
electron_native_widget_mac.mm chore: bump chromium to 117.0.5923.0 (main) (#39304) 2023-08-04 10:47:29 +02:00
electron_ns_panel.h feat: add panel support for BrowserWindow (#34388) 2022-06-14 12:24:52 -04:00
electron_ns_panel.mm chore: fix spelling errors in multiple files (#34574) 2022-06-16 16:46:11 +09:00
electron_ns_window.h fix: fullscreen crashing with no roundedCorners and no frame (#39747) 2023-09-11 09:38:10 +02:00
electron_ns_window.mm build: make is_mas_build a generated header instead of config (#43737) 2024-09-17 01:38:56 -07:00
electron_ns_window_delegate.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
electron_ns_window_delegate.mm fix: handle failing to enter fullscreen on macOS (#43112) 2024-08-01 12:13:13 +02:00
electron_preview_item.h
electron_preview_item.mm
electron_touch_bar.h chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
electron_touch_bar.mm chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
event_dispatching_window.h chore: bump chromium to 115.0.5760.0 (main) (#38033) 2023-05-10 10:47:48 -04:00
event_dispatching_window.mm chore: bump chromium to 104.0.5073.0 (main) (#34272) 2022-06-01 08:12:47 +02:00
NSString+ANSI.h
NSString+ANSI.mm chore: bump chromium to 117.0.5923.0 (main) (#39304) 2023-08-04 10:47:29 +02:00
root_view_mac.h feat: replace BrowserView with WebContentsView (#35658) 2023-12-13 13:01:03 -08:00
root_view_mac.mm feat: replace BrowserView with WebContentsView (#35658) 2023-12-13 13:01:03 -08:00
views_delegate_mac.h
views_delegate_mac.mm
window_buttons_proxy.h chore: replace absl::optional<T> with std::optional<T> (#40928) 2024-01-10 16:23:35 -06:00
window_buttons_proxy.mm chore: remove unused base/ includes (#43688) 2024-09-12 16:05:37 +02:00