Bug 150757

Summary: [GTK] Use RunLoop::Timer in PluginInfoCache
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, zan
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 150754    
Bug Blocks:    
Attachments:
Description Flags
Patch darin: review+

Carlos Garcia Campos
Reported 2015-10-31 01:36:41 PDT
We use a GMainLoopSource to save the cache in an idle.
Attachments
Patch (4.17 KB, patch)
2015-10-31 01:41 PDT, Carlos Garcia Campos
darin: review+
Carlos Garcia Campos
Comment 1 2015-10-31 01:41:58 PDT
Carlos Garcia Campos
Comment 2 2015-10-31 01:42:34 PDT
This one also depends on patch attached to bug #150754 to build
Darin Adler
Comment 3 2015-10-31 14:43:42 PDT
Comment on attachment 264474 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=264474&action=review > Source/WebKit2/UIProcess/Plugins/gtk/PluginInfoCache.cpp:50 > + m_saveToFileIdle.setPriority(G_PRIORITY_DEFAULT_IDLE); Bot says: error: 'class WTF::RunLoop::Timer<WebKit::PluginInfoCache>' has no member named 'setPriority'
Darin Adler
Comment 4 2015-10-31 14:43:58 PDT
Comment on attachment 264474 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=264474&action=review >> Source/WebKit2/UIProcess/Plugins/gtk/PluginInfoCache.cpp:50 >> + m_saveToFileIdle.setPriority(G_PRIORITY_DEFAULT_IDLE); > > Bot says: error: 'class WTF::RunLoop::Timer<WebKit::PluginInfoCache>' has no member named 'setPriority' Oh, I see now.
Carlos Garcia Campos
Comment 5 2015-11-01 01:34:36 PST
Note You need to log in before you can comment on or make changes to this bug.