ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 3536ba9a88 LibWeb: Use Document::hidden() instead of comparing state to "hidden"
Just noticed this unnecessary string comparison in the rendering task.
2024-10-25 10:21:12 +02:00
..
EventLoop.cpp LibWeb: Use Document::hidden() instead of comparing state to "hidden" 2024-10-25 10:21:12 +02:00
EventLoop.h LibWeb: Don't allocate a new HeapFunction 60 times per second 2024-10-25 10:21:12 +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