Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-25 | Ladybird: Implement EventLoopPluginQt::quit() | Andreas Kling | |
This breaks out of the main Qt event loop. | |||
2022-12-25 | Ladybird: Use only the Qt event loop to speed everything up :^) | Andreas Kling | |
This patch removes the dual-event-loop setup, leaving only the Qt event loop. We teach LibWeb how to drive Qt by installing an EventLoopPlugin. This removes the 50ms latency on all UI interactions (and network requests, etc.) |