Bug 150754 - [GTK] Use RunLoop::Timer in main thread shared timer GTK+ implementation
Summary: [GTK] Use RunLoop::Timer in main thread shared timer GTK+ implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 150756 150757
  Show dependency treegraph
 
Reported: 2015-10-31 00:43 PDT by Carlos Garcia Campos
Modified: 2015-11-01 00:55 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.84 KB, patch)
2015-10-31 00:47 PDT, Carlos Garcia Campos
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>