RESOLVED FIXED150592
[GTK] Use RunLoop::Timer instead of GMainLoopSource
https://bugs.webkit.org/show_bug.cgi?id=150592
Summary [GTK] Use RunLoop::Timer instead of GMainLoopSource
Carlos Garcia Campos
Reported 2015-10-27 10:14:51 PDT
For now only in the cases where the default priority is used.
Attachments
Patch (12.76 KB, patch)
2015-10-27 10:17 PDT, Carlos Garcia Campos
zan: review+
Carlos Garcia Campos
Comment 1 2015-10-27 10:17:09 PDT
Zan Dobersek
Comment 2 2015-10-28 00:57:18 PDT
Comment on attachment 264135 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=264135&action=review > Source/WebKit2/UIProcess/gtk/GestureController.cpp:130 > + dragGesture->m_longPressTimeout.startOneShot(delay / 1000.0); Not in the scope of this patch, but RunLoop::Timer::startOneShot() sure could use an overload that takes in std::chrono::something.
Carlos Garcia Campos
Comment 3 2015-10-30 05:13:05 PDT
Note You need to log in before you can comment on or make changes to this bug.