ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Andreas Kling 08d60d7521 LibWeb: Make HTML::Task IDs a sequential, distinct numeric type
This also fixes a bug where task IDs were being deallocated from the
wrong IDAllocator. I don't know if it was actually possible to cause any
real trouble with that mistake, nor do I know how to write a test for
it, but this makes the bug go away.
2024-08-05 09:12:07 +02:00
..
EventLoop.cpp LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
EventLoop.h LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
Task.cpp LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
Task.h LibWeb: Make HTML::Task IDs a sequential, distinct numeric type 2024-08-05 09:12:07 +02:00
TaskQueue.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
TaskQueue.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00