[Webkit-unassigned] [Bug 130027] New: [GLIB] Add GMainLoopSource class to wrap idle and timeout source

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 10 10:15:11 PDT 2014


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

           Summary: [GLIB] Add GMainLoopSource class to wrap idle and
                    timeout source
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com


GLib main loop sources like idle and timeouts are sometimes unconvenient to use and it's very common to forget canceling the source when the object is destroyed or reset the source ID in the callback when called. We could add a wrapper class to make it easier to handle sources and also to avoid those typical mistakes.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list