mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
WebDriver: Implement POST /session/{id}/window/fullscreen
endpoint
This commit is contained in:
parent
6805cf00ad
commit
1aa16b4dd4
Notes:
sideshowbarker
2024-07-17 06:40:35 +09:00
Author: https://github.com/TobyAsE
Commit: 1aa16b4dd4
Pull-request: https://github.com/SerenityOS/serenity/pull/15995
12 changed files with 57 additions and 0 deletions
|
@ -72,6 +72,7 @@ private:
|
|||
virtual Messages::WebContentClient::DidRequestResizeWindowResponse did_request_resize_window(Gfx::IntSize const&) override;
|
||||
virtual Messages::WebContentClient::DidRequestMaximizeWindowResponse did_request_maximize_window() override;
|
||||
virtual Messages::WebContentClient::DidRequestMinimizeWindowResponse did_request_minimize_window() override;
|
||||
virtual Messages::WebContentClient::DidRequestFullscreenWindowResponse did_request_fullscreen_window() override;
|
||||
virtual void did_request_file(String const& path, i32) override;
|
||||
|
||||
ViewImplementation& m_view;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue