Andreas Kling
eda9fb13cc
LibWeb+WebContent: Add on_load_finish hook to web views
...
This isn't entirely symmetrical with on_load_start as it will also fire
on reloads and back/forward navigations. However, it's good enough for
some basic use cases, and we can do more sophisticated notifications
later on when we need them.
2020-12-08 23:36:19 +01:00
Andreas Kling
d9e39cb82d
LibWeb: Support window.alert() in multi-process context
...
Alerts are now delegated to the embedding GUI process.
2020-09-12 14:49:29 +02:00
AnotherTest
682b2fdb75
LibWeb: Move OutOfProcessWebView into the Web namespace
2020-08-24 18:21:33 +02:00
Andreas Kling
b6e18133ae
LibWeb: Rename WebContentView => OutOfProcessWebView
2020-08-17 18:05:35 +02:00
Andreas Kling
92374fc942
LibWeb: Make context menus work in WebContentView
...
As usual, this was just a matter of plumbing the PageClient calls from
the WebContent side over to the WebContentView side. :^)
2020-07-07 12:24:29 +02:00
Andreas Kling
9169c8ca94
LibWeb: Make the WebContentView::on_load_start hook actually work :^)
2020-07-06 21:58:16 +02:00
Andreas Kling
7a7e39c7af
LibWeb: Move WebContentView from Demos/WebView into LibWeb
2020-07-06 20:36:34 +02:00