Age | Commit message (Expand) | Author |
---|---|---|
2020-07-06 | LibWeb: Move WebContentView from Demos/WebView into LibWeb | Andreas Kling |
2020-07-06 | WebContent: Plumb link clicks to the WebContentView :^) | Andreas Kling |
2020-07-05 | WebContent: Plumb hovered links from WebContent process over to widget | Andreas Kling |
2020-07-05 | WebContent: Add double buffering to the WebContentView | Andreas Kling |
2020-07-05 | WebContent: Plumb scroll-into-view requests from server to client | Andreas Kling |
2020-07-04 | WebContent: Plumb title changes over to the WebContentView | Andreas Kling |
2020-07-04 | WebContent: Basic scrolling support! :^) | Andreas Kling |
2020-07-04 | WebContent: Notify client when web content selection changes | Andreas Kling |
2020-06-17 | WebContent: Pass mouse events through to the WebContent process | 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 |