summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/OutOfProcessWebView.cpp
AgeCommit message (Expand)Author
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