Bug 129059

Summary: WKInteractionView always blocks the main thread when sending touch events
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: sam, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch enrica: review+

Description Benjamin Poulain 2014-02-19 13:52:50 PST
WKInteractionView always block the main thread when sending touch events
Comment 1 Benjamin Poulain 2014-02-19 13:54:05 PST
Created attachment 224670 [details]
Patch
Comment 2 Enrica Casucci 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
Comment 3 Benjamin Poulain 2014-02-20 21:18:05 PST
Committed r164469: <http://trac.webkit.org/changeset/164469>