ladybird/Tests/LibWebView
Sam Atkins 9b53baa652 LibWebView: Track recently closed tabs and windows
Maintain a stack of URLs and when they were closed, and allow popping
the most recent one.

These are stored directly on HistoryStore instead of its Storage object,
because they should never persist regardless of which backend we're
using. Even so, we still clear them along with other history data.
2026-05-13 11:03:41 +01:00
..
CMakeLists.txt LibWebView: Add a SQL history store 2026-04-16 21:01:28 +02:00
TestHistoryStore.cpp LibWebView: Track recently closed tabs and windows 2026-05-13 11:03:41 +01:00
TestWebViewURL.cpp LibWebView: Structure autocomplete suggestions 2026-04-16 21:01:28 +02:00