Bug 232918 - requestAnimationFrame callbacks in workers should be driven off display updates
Summary: requestAnimationFrame callbacks in workers should be driven off display updates
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matt Woodrow
URL:
Keywords: InRadar
Depends on: 257098 257295 257771 256669
Blocks: 232908
  Show dependency treegraph
 
Reported: 2021-11-09 18:09 PST by Cameron McCormack (:heycam)
Modified: 2023-06-06 18:51 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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