LibWeb+LibWebView+WebContent: Add did_change_url() IPC call

This commit is contained in:
Aliaksandr Kalenik 2024-04-14 10:27:20 +02:00 committed by Alexander Kalenik
commit c96fc902ff
Notes: sideshowbarker 2024-07-16 20:51:53 +09:00
8 changed files with 20 additions and 0 deletions

View file

@ -251,6 +251,7 @@ public:
virtual CSS::PreferredColorScheme preferred_color_scheme() const = 0;
virtual void paint(DevicePixelRect const&, Gfx::Bitmap&, PaintOptions = {}) = 0;
virtual void page_did_change_title(ByteString const&) { }
virtual void page_did_change_url(URL::URL const&) { }
virtual void page_did_request_navigate_back() { }
virtual void page_did_request_navigate_forward() { }
virtual void page_did_request_refresh() { }