Linus Groh
|
e6709e3834
|
LibWeb: Handle theme change event in OutOfProcessWebView
|
2020-10-08 23:20:52 +02:00 |
|
Linus Groh
|
95a6019ff0
|
LibWeb: Add OutOfProcessWebView::load_empty_document()
This is cheating a little bit as we don't set the document to a nullptr
as in InProcessWebView, but the observable outcome is the same. :^)
|
2020-10-08 23:20:52 +02:00 |
|
Linus Groh
|
e40135fefd
|
LibWeb: Add OutOfProcessWebView::load_html()
|
2020-10-08 23:20:52 +02: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 |
|