[Webkit-unassigned] [Bug 150392] [GTK] Implement rendering frames timeline panel for GTK+ port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 07:51:29 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=150392

--- Comment #17 from Carlos Garcia Campos <cgarcia at igalia.com> ---
hmm, I've just read https://webkit.org/blog/3996/introducing-the-rendering-frames-timeline/ So, every frame is actually a main run loop iteration? not necessarily a loop iteration in which the frames are rendered? I guess other run loop sources are just discarded because the record has no children (no style recalc, no paint, etc.). If that's the case, then I think we can implement a RunLoopObserver for WTF::RunLoop.

-- 
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/20200818/a75d2c67/attachment.htm>


More information about the webkit-unassigned mailing list