[Webkit-unassigned] [Bug 153829] [GTK] Touch slider test fails due to assertion in webkitWebViewBaseTouchEvent()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 29 04:07:33 PST 2016


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #272484|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

--- Comment #9 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 272484
  --> https://bugs.webkit.org/attachment.cgi?id=272484
Remove gesture sequence from touch sequence set

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

No need to ask for review again once you got an r+. Upload the new patch for landing with the review comments addressed, the Reviewed by line already filled and only ask for commit-queue

> Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:962
> +        if (priv->touchEvents.contains(sequence))
> +            priv->touchEvents.remove(sequence);

No need to check the sequence is in the map, remove() does nothing if not present.

-- 
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/20160229/2a3cdcae/attachment.html>


More information about the webkit-unassigned mailing list