LibWeb: Support window.alert() in multi-process context

Alerts are now delegated to the embedding GUI process.
This commit is contained in:
Andreas Kling 2020-09-12 11:56:13 +02:00
parent aba793fb3e
commit d9e39cb82d
Notes: sideshowbarker 2024-07-19 02:43:50 +09:00
11 changed files with 33 additions and 2 deletions

View file

@ -104,6 +104,7 @@ private:
virtual void page_did_change_favicon(const Gfx::Bitmap&) override;
virtual void page_did_layout() override;
virtual void page_did_request_scroll_into_view(const Gfx::IntRect&) override;
virtual void page_did_request_alert(const String&) override;
void layout_and_sync_size();