NEW262477
[WPE] Timers are not being scheduled when animations take all the CPU
https://bugs.webkit.org/show_bug.cgi?id=262477
Summary [WPE] Timers are not being scheduled when animations take all the CPU
Loïc Yhuel
Reported 2023-10-02 04:05:18 PDT
The ThreadedDisplayRefreshMonitor can take time (layout, ...) and has an higher priority than the main SharedTimer. This means that animations could prevent the timers from executing, if the JS relies on this to stop the animation the page appears to be stuck.
Attachments
Loïc Yhuel
Comment 1 2023-10-02 04:07:38 PDT
Note You need to log in before you can comment on or make changes to this bug.