ladybird/UI/AppKit/Application
Andreas Kling 71d92c7298 UI/AppKit: Restore focus when activating a tab
Tabs opened from links on AppKit can be created before their URL is
loaded. That left background open-url tabs with the location field as
their stored responder, so switching to them later restored address-bar
focus instead of web content focus.

Track each tab's preferred responder, restore it when AppKit makes
the tab key, and mark page-backed open-url tabs to prefer the web view.
Blank new-tab pages still keep the location field focused.
2026-04-17 08:06:24 +02:00
..
Application.h LibWebView+UI: Add an about:bookmarks page to manage bookmarks 2026-04-09 10:08:06 -04:00
Application.mm UI/AppKit: Restore focus when activating a tab 2026-04-17 08:06:24 +02:00
ApplicationDelegate.h UI/AppKit: Create a bookmarks application menu and toolbar 2026-03-24 12:04:50 -04:00
ApplicationDelegate.mm UI/AppKit: Restore focus when activating a tab 2026-04-17 08:06:24 +02:00
EventLoopImplementationMacOS.h Revert "LibCore: Add thread-safe weak deferred_invoke()" 2026-01-25 12:20:39 +01:00
EventLoopImplementationMacOS.mm Revert "LibCore: Add thread-safe weak deferred_invoke()" 2026-01-25 12:20:39 +01:00