summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/InProcessWebView.cpp
AgeCommit message (Expand)Author
2020-10-08LibWeb: Add FrameLoader::load_html()Linus Groh
2020-10-02LibWeb: Add a PageClient callback for image context menu requestsAndreas Kling
2020-09-14LibWeb: Register the InProcessWebView widgetAndreas Kling
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-09-05LibGUI: Make the Clipboard API deal in raw byte buffers a bit moreAndreas Kling
2020-08-21LibWeb: InProcessWebView::selected_text() should use the focused frameAndreas Kling
2020-08-21LibWeb: Make selection state recomputation implicitAndreas Kling
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling