mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
Ladybird+LibWebView: Add an Inspector action to insert a child DOM node
This commit is contained in:
parent
c6a11a77b5
commit
d5d6ff8bf1
7 changed files with 78 additions and 0 deletions
|
@ -29,6 +29,8 @@ public:
|
|||
void context_menu_edit_dom_node();
|
||||
void context_menu_copy_dom_node();
|
||||
void context_menu_screenshot_dom_node();
|
||||
void context_menu_create_child_element();
|
||||
void context_menu_create_child_text_node();
|
||||
void context_menu_remove_dom_node();
|
||||
void context_menu_add_dom_node_attribute();
|
||||
void context_menu_remove_dom_node_attribute();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue