mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 02:38:59 +00:00
Ladybird+LibWebView: Add an Inspector action to clone a DOM node
This commit is contained in:
parent
d5d6ff8bf1
commit
7e974f530d
Notes:
sideshowbarker
2024-07-17 09:41:18 +09:00
Author: https://github.com/trflynn89
Commit: 7e974f530d
Pull-request: https://github.com/SerenityOS/serenity/pull/22198
Reviewed-by: https://github.com/awesomekling
7 changed files with 32 additions and 0 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
void context_menu_screenshot_dom_node();
|
||||
void context_menu_create_child_element();
|
||||
void context_menu_create_child_text_node();
|
||||
void context_menu_clone_dom_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