RESOLVED FIXED 129059
WKInteractionView always blocks the main thread when sending touch events
https://bugs.webkit.org/show_bug.cgi?id=129059
Summary WKInteractionView always blocks the main thread when sending touch events
Benjamin Poulain
Reported 2014-02-19 13:52:50 PST
WKInteractionView always block the main thread when sending touch events
Attachments
Patch (17.48 KB, patch)
2014-02-19 13:54 PST, Benjamin Poulain
enrica: review+
Benjamin Poulain
Comment 1 2014-02-19 13:54:05 PST
Enrica Casucci
Comment 2 2014-02-20 15:38:11 PST
Comment on attachment 224670 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=224670&action=review Looks good to me. > Source/WebKit2/ChangeLog:3 > + WKInteractionView always block the main thread when sending touch events typo blocks > Source/WebKit2/UIProcess/API/ios/WKInteractionView.mm:152 > + unsigned _nativeWebTouchEventUniqueIdBeingSendSynchronously; I think the name should be _nativeWebTouchEventUniqueIdBeingSentSynchronously
Benjamin Poulain
Comment 3 2014-02-20 21:18:05 PST
Note You need to log in before you can comment on or make changes to this bug.