ladybird/UI/AppKit
Timothy Flynn 7fc71e563b LibWebView+UI: Reduce boilerplate to update the bookmarks bar display
We currently use LibWebView's Application as the entry point to learn
about the bookmarks bar being shown/hidden, and propagate that through
virtual methods. At the time this was added, AppKit's Tab window and
Qt's BrowserWindow did not have a settings observer. They do now, so
let's skip a couple of middle-men.

For AppKit, we change the settings observer to just (weakly) store the
Tab instance so that we don't have to add callback functions for each
setting.
2026-06-03 18:14:12 -04:00
..
Application LibWebView+UI: Reduce boilerplate to update the bookmarks bar display 2026-06-03 18:14:12 -04:00
Interface LibWebView+UI: Reduce boilerplate to update the bookmarks bar display 2026-06-03 18:14:12 -04:00
Utilities UI/AppKit: Show rich autocomplete suggestion rows 2026-04-16 21:01:28 +02:00
CMakeLists.txt UI/AppKit: Create custom popup views for bookmarks bar folders 2026-04-01 04:57:28 +02:00
main.mm Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
module.modulemap Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00