mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
LibWeb: Move AO to check if a browsing context is open to a helper file
This will be needed outside of WebDriverConnection.cpp.
This commit is contained in:
parent
0fe30886f5
commit
28fb30b22f
Notes:
github-actions[bot]
2025-02-05 11:34:54 +00:00
Author: https://github.com/trflynn89
Commit: 28fb30b22f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3439
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 16 additions and 13 deletions
|
@ -22,4 +22,6 @@ ErrorOr<GC::Ref<HTML::WindowProxy>, WebDriver::Error> deserialize_web_frame(JS::
|
|||
bool represents_a_web_window(JS::Value);
|
||||
ErrorOr<GC::Ref<HTML::WindowProxy>, WebDriver::Error> deserialize_web_window(JS::Object const&);
|
||||
|
||||
ErrorOr<void, WebDriver::Error> ensure_browsing_context_is_open(GC::Ptr<HTML::BrowsingContext>);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue