Bug 150771

Summary: [GLIB] Remove delete on destroy GMainLoopSources
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Web Template FrameworkAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue, zan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 150770    
Bug Blocks: 150772    
Attachments:
Description Flags
Patch zan: review+

Description Carlos Garcia Campos 2015-11-01 02:27:42 PST
Delete on destroy sources made the GMainLoopSource implementation more complex and they are currently unused.
Comment 1 Carlos Garcia Campos 2015-11-01 02:28:25 PST
This depends on bug #150770, because the patch attached there removes the last use of delete on destroy sources.
Comment 2 Carlos Garcia Campos 2015-11-01 02:32:24 PST
Created attachment 264511 [details]
Patch
Comment 3 Carlos Garcia Campos 2015-11-02 01:16:39 PST
Committed r191880: <http://trac.webkit.org/changeset/191880>