summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/OutOfProcessWebView.h
AgeCommit message (Collapse)Author
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
Alerts are now delegated to the embedding GUI process.
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling