[Webkit-unassigned] [Bug 62777] [EFL][WK2] Add RunLoopEfl and WorkQueueEfl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 23:47:43 PDT 2011


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





--- Comment #15 from YoungTaeck Song <youngtaeck.song at samsung.com>  2011-06-21 23:47:42 PST ---
(In reply to comment #13)
> It looks much better to me. Thanks for the clarifications WRT the static methods, I needed to brush up that part of my C++ fu :)
> 
> > Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:82
> > +    int ret;
> 
> I don't think you actually need this variable, you could call select directly in the if clause below.
> 
> > Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:130
> > +int WorkQueue::getNextTimerID()
> 
> Vector::size() returns a size_t, you should keep the same return type.
> 
> > Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:150
> > +    int timerId = getNextTimerID();
> 
> Remember to change timerId's type when you change getNextTimerID().
> 
> > Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:160
> > +        item->queue()->scheduleWorkAndWakeUp(item);
> 
> Isn't item leaking if item->pid() != ev->pid?

Thanks for your comments.
I fixed it at next fetch.

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