Bug 151623

Summary: [GTK] Do not use the WebCore garbage collector timer
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, mrobinson, zan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Carlos Garcia Campos 2015-11-26 06:05:22 PST
Now that garbage collector timers have been implemented in JavaScriptCore for glib, we don't need to use another Timer in WebCore.
Comment 1 Carlos Garcia Campos 2015-11-26 06:08:05 PST
Created attachment 266183 [details]
Patch
Comment 2 Martin Robinson 2015-11-27 00:20:04 PST
Comment on attachment 266183 [details]
Patch

Looks like EFL needs this patch as well.
Comment 3 Carlos Garcia Campos 2015-11-27 00:29:08 PST
Yes, actually, this works for EFL because USE(GLIB) is true for them
Comment 4 Martin Robinson 2015-11-27 00:30:42 PST
(In reply to comment #3)
> Yes, actually, this works for EFL because USE(GLIB) is true for them

Oh, you are right. I had forgotten that.
Comment 5 Carlos Garcia Campos 2015-11-27 00:38:05 PST
Committed r192775: <http://trac.webkit.org/changeset/192775>