Bug 131648

Summary: Sometimes-crash under handleSwipeGesture after closing a window or quitting
Product: WebKit Reporter: Tim Horton <thorton>
Component: WebKit2Assignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, sam, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch simon.fraser: review+

Description Tim Horton 2014-04-14 17:01:25 PDT
The swipe-tracking callback has no way to know that the ViewGestureController that spawned it is still alive. We should provide it such a mechanism.

<rdar://problem/15966106>
Comment 1 Tim Horton 2014-04-14 17:05:19 PDT
Created attachment 229324 [details]
patch

I'm not totally sure this is the right approach, but I'm not sure what the idiomatic way to resolve this is.
Comment 2 Tim Horton 2014-04-14 17:42:10 PDT
http://trac.webkit.org/changeset/167284