[Webkit-unassigned] [Bug 100288] [EFL][WK2][AC] Regression(132392) infinite loop when displaying certain animations.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 25 05:00:29 PDT 2012


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





--- Comment #4 from Yael <yael.aharon.m at gmail.com>  2012-10-25 05:01:36 PST ---
(In reply to comment #3)
> (From update of attachment 170535 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=170535&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp:75
> > +    DisplayData* displayData = new DisplayData;
> > +    displayData->ewkView = m_viewWidget;
> > +    displayData->viewRect = rect;
> > +
> > +    ecore_timer_add(0, ewk_view_display_async, static_cast<void*>(displayData));
> 
> Doesn't webcore have abstractions for these ecore timers already? Why not use webcore timers?
ok, it will look nicer :)

-- 
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