[Webkit-unassigned] [Bug 163161] Extend event stream to include interpolated events and add a force press test that uses that interpolation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 10 13:12:33 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163161
--- Comment #7 from Tim Horton <thorton at apple.com> ---
Comment on attachment 291127
--> https://bugs.webkit.org/attachment.cgi?id=291127
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=291127&action=review
>> Tools/WebKitTestRunner/ios/HIDEventGenerator.mm:999
>> + NSMutableDictionary *newTouch = [[endTouch mutableCopy] autorelease];
>
> Perferable to just explicitly -release after the [newTouches addObject:newTouch] below.
Or use RetainPtr and adoptNS()! Then there's no question!
--
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/20161010/bad0e278/attachment.html>
More information about the webkit-unassigned
mailing list