ladybird/UI/AppKit/Application
Andreas Kling da77c803c1 UI/AppKit: Fix wake() to use the correct run loop
wake() was using CFRunLoopGetCurrent() which returns the calling
thread's run loop. When called from an I/O thread to wake the main
thread's event loop, this would wake the wrong run loop.

Fixed by using the stored m_impl->run_loop which is captured at
construction time and refers to the event loop's owning thread.
2026-01-25 09:32:51 +01:00
..
Application.h LibWeb+WebContent+UI: Port text pasting to UTF-16 2025-09-19 06:38:52 -04:00
Application.mm LibWebView+UI: Move the UI event loops to the UI folder 2025-12-05 14:24:05 -05:00
ApplicationDelegate.h LibWebView+UI: Generate action to enable/disable DevTools 2025-09-18 07:27:24 -04:00
ApplicationDelegate.mm UI/AppKit: Auto-focus location bar when opening new tabs on macOS 2025-11-26 10:47:37 +01:00
EventLoopImplementationMacOS.h LibWebView+UI: Move the UI event loops to the UI folder 2025-12-05 14:24:05 -05:00
EventLoopImplementationMacOS.mm UI/AppKit: Fix wake() to use the correct run loop 2026-01-25 09:32:51 +01:00