ladybird/UI
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
..
Android WebContent+LibWebView: Rename --layout-test-mode flag to --test-mode 2026-01-20 06:58:16 -05:00
AppKit UI/AppKit: Fix wake() to use the correct run loop 2026-01-25 09:32:51 +01:00
cmake Base: Use the correct memory unit suffixes in about::processes 2025-12-01 07:30:23 -05:00
Icons Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Qt LibWeb+WebContent: Allow WebContent to disentangle zoom from css pixels 2026-01-12 11:00:14 +00:00
.gitignore Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
CMakeLists.txt LibWebView+UI: Move the UI event loops to the UI folder 2025-12-05 14:24:05 -05:00
Info.plist Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00