mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-01 21:59:11 +00:00
Ladybird: Implement WebDriver's navigation and window control endpoints
This commit is contained in:
parent
4031630b49
commit
54321f49ad
Notes:
sideshowbarker
2024-07-17 02:39:20 +09:00
Author: https://github.com/trflynn89
Commit: 54321f49ad
Pull-request: https://github.com/SerenityOS/serenity/pull/16583
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling ✅
Reviewed-by: https://github.com/linusg
3 changed files with 47 additions and 7 deletions
|
@ -160,6 +160,15 @@ signals:
|
|||
void title_changed(QString);
|
||||
void favicon_changed(QIcon);
|
||||
void got_source(URL, QString);
|
||||
void navigate_back();
|
||||
void navigate_forward();
|
||||
void refresh();
|
||||
void restore_window();
|
||||
Gfx::IntPoint reposition_window(Gfx::IntPoint const&);
|
||||
Gfx::IntSize resize_window(Gfx::IntSize const&);
|
||||
Gfx::IntRect maximize_window();
|
||||
Gfx::IntRect minimize_window();
|
||||
Gfx::IntRect fullscreen_window();
|
||||
|
||||
private:
|
||||
void request_repaint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue