Files
ladybird/Libraries
Aliaksandr Kalenik d3c481f71a LibWeb: Schedule input event processing on HTML event loop
Our existing coalescing mechanism for input events didn't prevent
multiple mousemove/mousewheel events from being processed between paint
cycles. Since handling these events can trigger style & layout updates
solely for hit-testing purposes, we might end up doing work that won't
be observable by a user and could be avoided by shceduling input events
processing to happen right before painting the next frame.
2025-02-15 21:09:18 +01:00
..
2025-02-14 05:08:17 -07:00
2025-02-11 04:07:24 -07:00
2025-02-11 23:11:13 -07:00