ladybird/Libraries/LibDevTools/Actors
Sam Atkins ddb4bdadd7 LibDevTools: Populate DevTools Web Storage
Firefox exposes localStorage and sessionStorage through the same
storage actor protocol used by cookies. Add matching resources for the
current tab so the Storage panel can list key/value pairs.

Read the values through WebContent rather than directly from the
browser process. Session storage lives in LibWeb, and using the same
path for both stores keeps the actor independent of the backing store.
2026-06-11 16:08:33 +01:00
..
AccessibilityActor.cpp LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
AccessibilityActor.h LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
AccessibilityNodeActor.cpp LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
AccessibilityNodeActor.h LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
AccessibilityWalkerActor.cpp LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
AccessibilityWalkerActor.h LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
ConsoleActor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
ConsoleActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
CookiesActor.cpp LibDevTools: Make ErrorOr -> JsonValue helpers public 2026-06-11 16:08:33 +01:00
CookiesActor.h LibDevTools: Allow adding and removing DevTools cookies 2026-06-11 15:03:47 +01:00
CSSPropertiesActor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
CSSPropertiesActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
DeviceActor.cpp Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
DeviceActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
FrameActor.cpp LibWeb+LibDevTools: Link style rules to CSS sources 2026-06-04 20:54:33 +01:00
FrameActor.h LibDevTools: Reload inspector roots after navigation 2026-06-01 15:09:25 +01:00
HighlighterActor.cpp DevTools+WebContent: Support the flexbox highlighter 2026-05-28 12:58:46 +01:00
HighlighterActor.h DevTools+WebContent: Support the flexbox highlighter 2026-05-28 12:58:46 +01:00
InspectorActor.cpp LibWeb+LibDevTools: Link style rules to CSS sources 2026-06-04 20:54:33 +01:00
InspectorActor.h LibWeb+LibDevTools: Link style rules to CSS sources 2026-06-04 20:54:33 +01:00
LayoutInspectorActor.cpp DevTools: Implement Firefox flexbox layout actors 2026-05-28 12:58:46 +01:00
LayoutInspectorActor.h DevTools: Implement Firefox flexbox layout actors 2026-05-28 12:58:46 +01:00
NetworkEventActor.cpp LibDevTools: Fix sending large messages over DevTools connection 2026-01-15 20:10:19 +01:00
NetworkEventActor.h LibDevTools: Pass request initiator type to network panel 2026-01-15 20:10:19 +01:00
NetworkParentActor.cpp LibDevTools: Add Firefox DevTools network monitoring support 2026-01-15 20:10:19 +01:00
NetworkParentActor.h LibDevTools: Add Firefox DevTools network monitoring support 2026-01-15 20:10:19 +01:00
NodeActor.cpp LibWeb/CSS: Move and rename PseudoElement types to prep for code gen 2025-03-24 09:49:50 +00:00
NodeActor.h LibDevTools: Pull DOMNode type and related code into new Node.h 2025-10-20 10:51:19 +01:00
PageStyleActor.cpp LibWeb+LibDevTools: Link style rules to CSS sources 2026-06-04 20:54:33 +01:00
PageStyleActor.h LibWeb+LibDevTools: Report applied style rules to Firefox 2026-06-04 20:54:33 +01:00
ParentAccessibilityActor.cpp LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
ParentAccessibilityActor.h LibDevTools+LibWebView: Implement initial accessibility tree view 2025-10-20 10:51:19 +01:00
PreferenceActor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
PreferenceActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
ProcessActor.cpp LibDevTools: Move message data into a structure 2025-03-13 16:56:28 -04:00
ProcessActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
RootActor.cpp LibDevTools: Add Firefox DevTools network monitoring support 2026-01-15 20:10:19 +01:00
RootActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
StorageActor.cpp LibDevTools: Populate DevTools Web Storage 2026-06-11 16:08:33 +01:00
StorageActor.h LibDevTools: Populate DevTools Web Storage 2026-06-11 16:08:33 +01:00
StyleRuleActor.cpp LibWeb+LibDevTools: Report applied style rules to Firefox 2026-06-04 20:54:33 +01:00
StyleRuleActor.h LibWeb+LibDevTools: Report applied style rules to Firefox 2026-06-04 20:54:33 +01:00
StyleSheetsActor.cpp LibWeb+LibDevTools: Link style rules to CSS sources 2026-06-04 20:54:33 +01:00
StyleSheetsActor.h LibWeb+LibDevTools: Link style rules to CSS sources 2026-06-04 20:54:33 +01:00
TabActor.cpp LibDevTools+LibWebView: Support DevTools URL navigation 2026-06-01 15:09:25 +01:00
TabActor.h LibDevTools: Reload inspector roots after navigation 2026-06-01 15:09:25 +01:00
TargetConfigurationActor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
TargetConfigurationActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
ThreadActor.cpp LibDevTools: Move message data into a structure 2025-03-13 16:56:28 -04:00
ThreadActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
ThreadConfigurationActor.cpp LibDevTools: Re-implement how we handle ordered responses 2025-03-13 16:56:28 -04:00
ThreadConfigurationActor.h LibDevTools: Enable EXPLICIT_SYMBOL_EXPORT 2025-08-23 16:04:36 -06:00
WalkerActor.cpp LibDevTools: Reload inspector roots after navigation 2026-06-01 15:09:25 +01:00
WalkerActor.h LibDevTools: Reload inspector roots after navigation 2026-06-01 15:09:25 +01:00
WatcherActor.cpp LibDevTools: Populate DevTools Web Storage 2026-06-11 16:08:33 +01:00
WatcherActor.h LibDevTools: Populate DevTools Web Storage 2026-06-11 16:08:33 +01:00