[Webkit-unassigned] [Bug 67109] [EFL] Queued scroll feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 27 02:43:39 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=67109





--- Comment #20 from Kamil Blank <k.blank at samsung.com>  2012-01-27 02:43:38 PST ---
(In reply to comment #18)
> > Source/WebKit/efl/ewk/ewk_frame.cpp:794
> > +            if (!smartData->queuedScrolls.idler)
> 
> Unfortunately, idler callback can cause two issues.
> Idler callback can not be called when cpu is busy and it can cause crash if object is destroyed and callback isn't unregistered.
> In addition, current implementation may not apply final scroll request.
> What do you think ?

Yes, looks like you are right :) I added ecore_idler_del inside _ewk_frame_smart_del().

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list