ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik 908455ab06 LibWeb: Skip queuing a rendering task if task queue already contains it
If, by the time we need to schedule rendering of the next frame, the
previous one is still not processed, we could skip it instead of growing
task queue.

Should help with https://github.com/LadybirdBrowser/ladybird/issues/1647
2024-10-06 16:25:33 +02:00
..
EventLoop.cpp LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00
EventLoop.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Task.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Task.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
TaskQueue.cpp LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00
TaskQueue.h LibWeb: Skip queuing a rendering task if task queue already contains it 2024-10-06 16:25:33 +02:00