[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 07:02:22 PDT 2012


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #170628|review?                     |review+
               Flag|                            |




--- Comment #8 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-10-25 07:03:29 PST ---
(From update of attachment 170628)
View in context: https://bugs.webkit.org/attachment.cgi?id=170628&action=review

>>> Source/WebKit2/UIProcess/API/efl/EwkViewImpl.cpp:265
>>> +    }
>> 
>> con't you not just do m_dirtyRects.clear() or so afterward? Is remove really safe here?
> 
> Since I always take the first item, I think remove is safe here.

Isn't thre a removeFirst() ? anyway this might not be very efficient. Why not just iterate and call clear() afterward

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