[Webkit-unassigned] [Bug 210561] [GTK] excessive wakeups/polling due to gdk_frame_clock_begin_updating

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 09:08:39 PDT 2020


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

--- Comment #21 from Milan Crha <mcrha at redhat.com> ---
Is it good idea to:

   ASSERT(frameClock);

on both places? The gtk_widget_get_frame_clock() can return NULL, according to its documentation.

You can also use g_signal_handlers_disconnect_by_data(), which was added in glib 2.32. I do not see which version of glib WebKitGTK depends on (not from FindGLIB.cmake at least).

-- 
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/20200423/c815450c/attachment.htm>


More information about the webkit-unassigned mailing list