[Webkit-unassigned] [Bug 207931] [macOS] Disable RunLoop function dispatch when there is a pending rendering update
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 19 13:05:39 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=207931
--- Comment #17 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 391183
--> https://bugs.webkit.org/attachment.cgi?id=391183
patch
I'm a bit concerned that we're repeating the mistake of layer tree freezing and all the timers, and putting throttling/event loop logic in too many places.
Can we move the calls into WebCore::WindowEventLoop into WebCore (maybe via something on Page)? Maybe start to put all the throttling logic in one place.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200219/bdbd1ee4/attachment.htm>
More information about the webkit-unassigned
mailing list