mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
Browser+LibWeb+WebContent: Add ability to inspect local storage
The storage inspector now has a new tab for local storage. The next step would be to persist local storage and receive real-time notifications for changes to update the table view.
This commit is contained in:
parent
f2b4c044db
commit
45a81f5a2c
Notes:
sideshowbarker
2024-07-17 14:33:18 +09:00
Author: https://github.com/vkoskiv
Commit: 45a81f5a2c
Pull-request: https://github.com/SerenityOS/serenity/pull/13421
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
14 changed files with 168 additions and 4 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
|
||||
String dump_layout_tree();
|
||||
|
||||
OrderedHashMap<String, String> get_local_storage_entries();
|
||||
|
||||
void set_content_filters(Vector<String>);
|
||||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue