summaryrefslogtreecommitdiff
path: root/Services/WebContent/ClientConnection.cpp
AgeCommit message (Expand)Author
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-09-12LibIPC: Share most of the code between {Client,Server}ConnectionAndreas Kling
2020-08-03LibWeb: Send key events to the WebContent processAndreas 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: Put some debug spam behind an #ifdefAndreas Kling
2020-07-05WebContent: Coalesce pending paint events to reduce overdrawAndreas Kling
2020-07-04WebContent: Put some debug spam behind an #ifdefAndreas Kling
2020-06-21WebContent: Turn it into a MultiInstance service :^)Andreas Kling
2020-06-17WebContent: Allow the WebContent process to trigger repaintsAndreas Kling
2020-06-17WebContent: Start work on browser process separation :^)Andreas Kling