Bug 232918

Summary: requestAnimationFrame callbacks in workers should be driven off display updates
Product: WebKit Reporter: Cameron McCormack (:heycam) <heycam>
Component: DOMAssignee: Matt Woodrow <mattwoodrow>
Status: NEW ---    
Severity: Normal CC: adieulot, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=238999
Bug Depends on: 257098, 257295, 257771, 256669    
Bug Blocks: 232908    

Description Cameron McCormack (:heycam) 2021-11-09 18:09:54 PST
Currently they are run off a timer.
Comment 1 Radar WebKit Bug Importer 2021-11-09 18:10:24 PST
<rdar://problem/85233450>
Comment 2 Matt Woodrow 2023-05-11 16:15:07 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13780