mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
This required adding a simple OOPWV::dump_layout_tree() API that synchronously requests a dump of the layout tree from the WebContent process.
This commit is contained in:
parent
c6e56612f5
commit
9d03ea6f74
6 changed files with 28 additions and 18 deletions
|
@ -34,6 +34,8 @@ endpoint WebContentServer
|
|||
|
||||
run_javascript(String js_source) =|
|
||||
|
||||
dump_layout_tree() => (String dump)
|
||||
|
||||
get_selected_text() => (String selection)
|
||||
select_all() =|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue