Files
serenity/Userland/Libraries/LibWeb/HTML/EventLoop
Aliaksandr Kalenik 2a9b255b41 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.

(cherry picked from commit f341af1d7265eee880355f10ef5d479c9ebceaf2)
2024-11-10 10:46:01 -05:00
..