ladybird/Services/WebDriver
Andreas Kling 24f37c6732 LibWebView: Keep browser history in the UI process
Use the LibWebView history mirror to preserve traversable session
history across WebContent process swaps. WebContent reports snapshots to
the UI process, and new renderers can be seeded from the mirror.

Browser back and forward now resolve through the UI-owned used history
steps. WebContent still runs the spec traversal path when the current
renderer has enough matching state to do so.

Handle canceled and no-op UI navigations without leaving speculative
history entries or pending WebDriver waits behind. Preserve traversal
precheck state across synchronous IPC shutdown, and avoid overwriting a
restored target entry's persisted scroll state before the document has
adopted that entry.
2026-06-14 17:38:44 +02:00
..
Client.cpp LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00
Client.h LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00
CMakeLists.txt LibThreading/LibSync: Split out sync primitives 2026-05-08 18:58:35 -05:00
main.cpp LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00
Session.cpp LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00
Session.h LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00
WebContentConnection.cpp LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00
WebContentConnection.h LibWebView: Keep browser history in the UI process 2026-06-14 17:38:44 +02:00