ladybird/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik baecba0d08 LibWeb: Remove unused spin_processing_tasks_with_source_until()
This function is no longer used after apply_the_history_step was
converted to use an event-driven state machine.
2026-03-31 09:47:59 +02:00
..
EventLoop.cpp LibWeb: Remove unused spin_processing_tasks_with_source_until() 2026-03-31 09:47:59 +02:00
EventLoop.h LibWeb: Remove unused spin_processing_tasks_with_source_until() 2026-03-31 09:47:59 +02:00
Task.cpp LibWeb: Remove tasks for destroyed documents when filtering on tasks 2026-03-22 14:26:50 -05:00
Task.h LibWeb: Remove tasks for destroyed documents when filtering on tasks 2026-03-22 14:26:50 -05:00
TaskQueue.cpp LibWeb: Prevent running permanently unrunnable tasks in EventLoop 2026-03-26 18:48:27 +01:00
TaskQueue.h LibWeb: Prevent running permanently unrunnable tasks in EventLoop 2026-03-26 18:48:27 +01:00