mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 18:31:13 +00:00
LibWeb+WebContent: Add query for hovered DOM node to OOPWV
This is needed for the "Inspect Element" context menu action.
This commit is contained in:
parent
3b07f49d48
commit
1ccf10789e
Notes:
sideshowbarker
2024-07-18 04:51:46 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1ccf10789e
Pull-request: https://github.com/SerenityOS/serenity/pull/9725
Issue: https://github.com/SerenityOS/serenity/issues/8935
Reviewed-by: https://github.com/awesomekling
5 changed files with 18 additions and 0 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
};
|
||||
Optional<DOMNodeProperties> inspect_dom_node(i32 node_id);
|
||||
void clear_inspected_dom_node();
|
||||
i32 get_hovered_node_id();
|
||||
|
||||
void js_console_initialize();
|
||||
void js_console_input(const String& js_source);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue