ladybird/Tests/LibWebView
Andreas Kling 87b6703054 LibWebView: Persist page metadata in history
Record visits as soon as a page produces useful metadata such as a
title or favicon so pages that never finish loading still become
autocomplete candidates.

Store favicons in the history schema from the start instead of
introducing an upgrade path inside this series, and cover persisted
metadata behavior in TestHistoryStore.
2026-04-16 21:01:28 +02:00
..
CMakeLists.txt LibWebView: Add a SQL history store 2026-04-16 21:01:28 +02:00
TestHistoryStore.cpp LibWebView: Persist page metadata in history 2026-04-16 21:01:28 +02:00
TestWebViewURL.cpp LibWebView: Add a bit of explicit handling for "localhost:port" URLs 2025-11-08 11:14:44 -05:00