summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/OutOfProcessWebView.cpp
AgeCommit message (Expand)Author
2020-10-08LibWeb: Handle theme change event in OutOfProcessWebViewLinus Groh
2020-10-08LibWeb: Add OutOfProcessWebView::load_empty_document()Linus Groh
2020-10-08LibWeb: Register the OutOfProcessWebView widgetLinus Groh
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-11LibWeb: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-24LibWeb: Move OutOfProcessWebView into the Web namespaceAnotherTest
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling