mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
WebContent: Implement the switch-to-parent-frame endpoint
This commit is contained in:
parent
b4aff45854
commit
30ec88dce0
Notes:
github-actions[bot]
2024-09-16 23:05:43 +00:00
Author: https://github.com/trflynn89
Commit: 30ec88dce0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1412
Reviewed-by: https://github.com/tcl3 ✅
2 changed files with 37 additions and 21 deletions
|
@ -105,6 +105,7 @@ private:
|
|||
virtual Messages::WebDriverClient::EnsureTopLevelBrowsingContextIsOpenResponse ensure_top_level_browsing_context_is_open() override;
|
||||
|
||||
Web::HTML::BrowsingContext& current_browsing_context() { return *m_current_browsing_context; }
|
||||
JS::GCPtr<Web::HTML::BrowsingContext> current_parent_browsing_context();
|
||||
JS::GCPtr<Web::HTML::BrowsingContext> current_top_level_browsing_context();
|
||||
|
||||
ErrorOr<void, Web::WebDriver::Error> ensure_current_browsing_context_is_open();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue