[Webkit-unassigned] [Bug 142748] Provide a better RunLoopObserver platform abstraction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 09:46:46 PDT 2015


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

--- Comment #2 from Brian Burg <bburg at apple.com> ---
This bug is blocked on non-Mac ports figuring out how to create such an abstraction for their run loops.

In bug 150392, cgarcia writes:

"The glib main loop doesn't provide any way to know its status, and there isn't any GMainLoopObserver in glib either. We could implement something like that in glib, though, but in the meantime we need a different way to implement at least the rendering frames panel. What we can do with the current glib main loop, is to use custom sources, that we can dispatch. That way we can do whatever before and after the source is actually dispatched, which is what I'm doing in this patch. We plan to change some glib sources used in WebKit with custom sources like the one I'm using in this patch, but in a more generic way. Once we have that we could implement a RunLoopObserver, but only to monitor our own custom sources."

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151022/c224642b/attachment.html>


More information about the webkit-unassigned mailing list