mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Replace the old QCompleter-based popup with a custom list that renders AutocompleteSuggestion rows with titles/URLs/section headers/favicons. Parent the popup inside the window so it does not steal focus, route keyboard and mouse activation through WebView::Autocomplete, and add inline completion with backspace suppression and top-row selection.