mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
LibWebView+WebContent: Add a WebContent IPC to add DOM attributes
This commit is contained in:
parent
2cdad0f068
commit
86d90f324d
Notes:
sideshowbarker
2024-07-17 10:39:39 +09:00
Author: https://github.com/trflynn89
Commit: 86d90f324d
Pull-request: https://github.com/SerenityOS/serenity/pull/22182
5 changed files with 20 additions and 0 deletions
|
@ -78,6 +78,7 @@ private:
|
|||
|
||||
virtual void set_dom_node_text(i32 node_id, String const& text) override;
|
||||
virtual Messages::WebContentServer::SetDomNodeTagResponse set_dom_node_tag(i32 node_id, String const& name) override;
|
||||
virtual void add_dom_node_attributes(i32 node_id, Vector<WebView::Attribute> const& attributes) override;
|
||||
virtual void replace_dom_node_attribute(i32 node_id, String const& name, Vector<WebView::Attribute> const& replacement_attributes) override;
|
||||
|
||||
virtual Messages::WebContentServer::DumpLayoutTreeResponse dump_layout_tree() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue