mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:17:34 +00:00
LibWebView+WebContent: Add IPCs to navigate the browser's history
This commit is contained in:
parent
f84b2e9e7d
commit
24fb7cd0ad
6 changed files with 48 additions and 0 deletions
|
@ -31,6 +31,9 @@ private:
|
|||
|
||||
virtual void did_paint(Gfx::IntRect const&, i32) override;
|
||||
virtual void did_finish_loading(AK::URL const&) override;
|
||||
virtual void did_request_navigate_back() override;
|
||||
virtual void did_request_navigate_forward() override;
|
||||
virtual void did_request_refresh() override;
|
||||
virtual void did_invalidate_content_rect(Gfx::IntRect const&) override;
|
||||
virtual void did_change_selection() override;
|
||||
virtual void did_request_cursor_change(i32) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue