[Webkit-unassigned] [Bug 103006] [EFL][WK2] Missing the routine to check the validation for workqueue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 21 22:36:23 PST 2012


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


Byungwoo Lee <bw80.lee at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bw80.lee at samsung.com




--- Comment #3 from Byungwoo Lee <bw80.lee at samsung.com>  2012-11-21 22:38:24 PST ---
> Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:64
> void WorkQueue::platformInvalidate()
> {
How about adding code to clear m_workItemQueue and m_timerWorkItems in the platformInvalidate()?
This also can prevent redundant looping in performXXX function.

> Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:163
>         // If a timer work item expired, dispatch the function of the work item.
>         timerWorkItems[i]->dispatch();
performTimerWork() function have same issue. How about adding the same check code here?

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