Bug 150754

Summary: [GTK] Use RunLoop::Timer in main thread shared timer GTK+ implementation
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: 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:    
Bug Blocks: 150756, 150757    
Attachments:
Description Flags
Patch darin: review+

Description Carlos Garcia Campos 2015-10-31 00:43:49 PDT
It's more efficient because it uses a persistent source and it simplifies the code even more.
Comment 1 Carlos Garcia Campos 2015-10-31 00:47:35 PDT
Created attachment 264469 [details]
Patch
Comment 2 Carlos Garcia Campos 2015-11-01 00:55:38 PDT
Committed r191852: <http://trac.webkit.org/changeset/191852>