mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 01:38:56 +00:00
LibWeb+WebContent: Add option to dump session history of a traversable
This commit is contained in:
parent
537bf4c917
commit
aef4b84e22
Notes:
sideshowbarker
2024-07-16 20:21:48 +09:00
Author: https://github.com/kalenikaliaksandr
Commit: aef4b84e22
Pull-request: https://github.com/SerenityOS/serenity/pull/18219
4 changed files with 37 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
namespace Web {
|
||||
|
||||
void dump_tree(HTML::TraversableNavigable&);
|
||||
void dump_tree(StringBuilder&, DOM::Node const&);
|
||||
void dump_tree(DOM::Node const&);
|
||||
void dump_tree(StringBuilder&, Layout::Node const&, bool show_box_model = false, bool show_specified_style = false, bool colorize = false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue