Files
ladybird/Libraries/LibWeb/HTML/EventLoop
Jelle Raaijmakers 624d514f47 LibWeb: Remove tasks for destroyed documents when filtering on tasks
In TaskQueue::take_tasks_matching(), we were not discarding tasks for
destroyed documents as we now do in ::take_first_runnable() since commit
c8baa6e179.

This fixes some occurrences of missing browsing contexts / active
documents in TraversableNavigable::destroy_top_level_traversable().
2026-03-22 14:26:50 -05:00
..