summaryrefslogtreecommitdiff
path: root/Services/WebContent
AgeCommit message (Expand)Author
2020-12-30WebContent: Pledge "recvfd" :^)Andreas Kling
2020-12-14LibWeb: Merge Document::layout() and Document::update_layout()Andreas Kling
2020-12-08LibWeb+WebContent: Add on_load_finish hook to web viewsAndreas Kling
2020-12-02LibWeb: Layout viewport rect was lagging behind when resizingAndreas Kling
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling
2020-08-17LibWeb: Rename WebContentView => OutOfProcessWebViewAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-03LibWeb: Send key events to the WebContent processAndreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas 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-06WebContent: Plumb link clicks to the WebContentView :^)Andreas Kling
2020-07-06WebContent: Shut down WebContent process when last client disconnectsAndreas Kling
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-07-05WebContent: Plumb hovered links from WebContent process over to widgetAndreas Kling
2020-07-05WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-05WebContent: Coalesce pending paint events to reduce overdrawAndreas Kling
2020-07-05WebContent: Plumb scroll-into-view requests from server to clientAndreas Kling
2020-07-04WebContent: Plumb title changes over to the WebContentViewAndreas Kling
2020-07-04WebContent: Illustrate multi- vs single-process diffs in documentationAndreas Kling
2020-07-04WebContent: Basic scrolling support! :^)Andreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-07-04WebContent: Add a little text file I drew of the server/client classesAndreas Kling
2020-07-04WebContent: Notify client when web content selection changesAndreas Kling
2020-06-23WebContent: Unveil access to the ImageDecoder service :^)Andreas Kling
2020-06-21WebContent: Turn it into a MultiInstance service :^)Andreas Kling
2020-06-18LibWeb: Rename LayoutNode::render() to paint()Andreas Kling
2020-06-18LibWeb: Separate layout tree rendering into phasesAndreas Kling
2020-06-17LibWeb: Add PageClient::palette() for view-agnostic palette accessAndreas Kling
2020-06-17WebContent: Allow the WebContent process to trigger repaintsAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling