Age | Commit message (Expand) | Author |
---|---|---|
2020-10-08 | LibWeb: Add OutOfProcessWebView::load_html() | Linus Groh |
2020-09-12 | LibIPC: Share most of the code between {Client,Server}Connection | Andreas Kling |
2020-08-03 | LibWeb: Send key events to the WebContent process | Andreas Kling |
2020-07-06 | WebContent: Shut down WebContent process when last client disconnects | Andreas Kling |
2020-07-06 | LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr | Andreas Kling |
2020-07-05 | WebContent: Put some debug spam behind an #ifdef | Andreas Kling |
2020-07-05 | WebContent: Coalesce pending paint events to reduce overdraw | Andreas Kling |
2020-07-04 | WebContent: Put some debug spam behind an #ifdef | Andreas Kling |
2020-06-21 | WebContent: Turn it into a MultiInstance service :^) | Andreas Kling |
2020-06-17 | WebContent: Allow the WebContent process to trigger repaints | Andreas Kling |
2020-06-17 | WebContent: Start work on browser process separation :^) | Andreas Kling |