[Webkit-unassigned] [Bug 153995] Infinite loop when processing mouse events synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 8 11:13:21 PST 2016


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #270867|review?                     |review+
              Flags|                            |

--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 270867
  --> https://bugs.webkit.org/attachment.cgi?id=270867
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=270867&action=review

> Source/WebKit2/UIProcess/WebPageProxy.cpp:4581
> +            auto nextMouseMoveEvent = WTFMove(m_nextMouseMoveEvent);
> +            handleMouseEvent(*nextMouseMoveEvent);

Could also write this as a one-liner using std::exchange.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160208/1d8c0b82/attachment-0001.html>


More information about the webkit-unassigned mailing list