mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
WebContent+Friends: Add get_element_property IPC and plumbing
This commit is contained in:
parent
6641c99c80
commit
3db92885cd
Notes:
sideshowbarker
2024-07-17 05:19:18 +09:00
Author: https://github.com/TobyAsE
Commit: 3db92885cd
Pull-request: https://github.com/SerenityOS/serenity/pull/15703
Reviewed-by: https://github.com/linusg ✅
7 changed files with 40 additions and 0 deletions
|
@ -82,6 +82,7 @@ private:
|
|||
virtual Messages::WebContentServer::GetDocumentElementResponse get_document_element() override;
|
||||
virtual Messages::WebContentServer::QuerySelectorAllResponse query_selector_all(i32 start_node_id, String const& selector) override;
|
||||
virtual Messages::WebContentServer::GetElementAttributeResponse get_element_attribute(i32 element_id, String const& name) override;
|
||||
virtual Messages::WebContentServer::GetElementPropertyResponse get_element_property(i32 element_id, String const& name) override;
|
||||
|
||||
virtual Messages::WebContentServer::GetLocalStorageEntriesResponse get_local_storage_entries() override;
|
||||
virtual Messages::WebContentServer::GetSessionStorageEntriesResponse get_session_storage_entries() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue