summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/WebContentClient.h
AgeCommit message (Expand)Author
2020-12-08LibWeb+WebContent: Add on_load_finish hook to web viewsAndreas Kling
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-07-07LibWeb: Make context menus work in WebContentViewAndreas Kling
2020-07-06LibWeb: Make the WebContentView::on_load_start hook actually work :^)Andreas Kling
2020-07-06LibWeb: Move WebContentView from Demos/WebView into LibWebAndreas Kling