RESOLVED FIXED Bug 85693
Add new Setting/Preference to disable requestAnimationFrame
https://bugs.webkit.org/show_bug.cgi?id=85693
Summary Add new Setting/Preference to disable requestAnimationFrame
Dean Jackson
Reported 2012-05-04 19:51:58 PDT
There are some rare applications that need to disable requestAnimationFrame, such as offline renderers or archivers. Add a new Preference so that these applications can turn off the rAF machinery. For some background, the issue we hit is setting up the link to the display timer. We don't actually want to delete the feature - we want the page to still think rAF is there, just make sure that the animation is never serviced.
Attachments
Patch (29.38 KB, patch)
2012-05-04 20:08 PDT, Dean Jackson
simon.fraser: review+
Dean Jackson
Comment 1 2012-05-04 20:02:48 PDT
Dean Jackson
Comment 2 2012-05-04 20:08:01 PDT
Dean Jackson
Comment 3 2012-05-05 14:39:11 PDT
James Robinson
Comment 4 2012-05-07 12:51:09 PDT
Sounds like what you really want is a setting/preference to disable the display link mechanism.
Note You need to log in before you can comment on or make changes to this bug.