mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
Ladybird+LibWebView: Add an Inspector action to copy an attribute value
This commit is contained in:
parent
f7de1369d2
commit
51a0673b5c
Notes:
sideshowbarker
2024-07-16 23:59:28 +09:00
Author: https://github.com/trflynn89
Commit: 51a0673b5c
Pull-request: https://github.com/SerenityOS/serenity/pull/22186
7 changed files with 51 additions and 1 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
void context_menu_remove_dom_node();
|
||||
void context_menu_add_dom_node_attribute();
|
||||
void context_menu_remove_dom_node_attribute();
|
||||
void context_menu_copy_dom_node_attribute_value();
|
||||
|
||||
Function<void(Gfx::IntPoint)> on_requested_dom_node_text_context_menu;
|
||||
Function<void(Gfx::IntPoint, String const&)> on_requested_dom_node_tag_context_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue