ladybird/Tests/LibDevTools
Sam Atkins cb47dbfc7a LibDevTools+LibWeb: Show IndexedDB in DevTools
Firefox asks the storage watcher for an indexed-db resource before it
shows IndexedDB entries in the Storage panel. Add an IndexedDB actor and
serialize the live LibWeb database registry on demand, so WebContent can
return the host tree and table rows without duplicating database state.

Use the LibWeb inspection helpers to read IndexedDB internals, and keep
the Firefox protocol shape in LibDevTools. WebContent only forwards the
serialized response over the existing DevTools IPC path.
2026-06-19 14:25:39 +02:00
..
CMakeLists.txt LibDevTools: Handle fragmented protocol packets 2026-06-18 22:53:30 +02:00
TestDevToolsProtocol.cpp LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00