WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
262477
[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
Add attachment
proposed patch, testcase, etc.
Loïc Yhuel
Comment 1
2023-10-02 04:07:38 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/18491
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug