ladybird/Libraries/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
..
Actors LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
Actor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
Actor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
CMakeLists.txt LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
Connection.cpp LibDevTools: Handle fragmented protocol packets 2026-06-18 22:53:30 +02:00
Connection.h LibDevTools: Handle fragmented protocol packets 2026-06-18 22:53:30 +02:00
DevToolsDelegate.h LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
DevToolsServer.cpp LibDevTools: Avoid stale callbacks during server teardown 2026-06-04 20:54:33 +01:00
DevToolsServer.h LibDevTools: Avoid stale callbacks during server teardown 2026-06-04 20:54:33 +01:00
Forward.h LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
IndexedDBSerialization.cpp LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
IndexedDBSerialization.h LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
Node.h LibDevTools: Pull DOMNode type and related code into new Node.h 2025-10-20 10:51:19 +01:00
StorageHelpers.cpp LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00
StorageHelpers.h LibDevTools+LibWeb: Show IndexedDB in DevTools 2026-06-19 14:25:39 +02:00