ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik f341af1d72 LibWeb: Forbid reentrancy of style-layout-repaint in EventLoop::process
Fixes crashing on https://playbiolab.com/ in
VERIFY(page.client().is_ready_to_paint()) caused by attempting to start
the next repaint before the ongoing repaint is done.
2024-09-30 08:10:51 +02:00
..
EventLoop.cpp LibWeb: Forbid reentrancy of style-layout-repaint in EventLoop::process 2024-09-30 08:10:51 +02:00
EventLoop.h LibWeb: Forbid reentrancy of style-layout-repaint in EventLoop::process 2024-09-30 08:10:51 +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