Files
ladybird/Libraries/LibWeb/HTML/EventLoop/TaskQueue.cpp
Andreas Kling 418a243c04 LibWeb: Don't run tasks in documents that haven't been BC associated
Documents that have never been associated with a browsing context will
never become "fully active" so we shouldn't schedule tasks in them since
they'll never run.
2025-12-27 16:40:34 +01:00

2.8 KiB