Bug 131648 - Sometimes-crash under handleSwipeGesture after closing a window or quitting
Summary: Sometimes-crash under handleSwipeGesture after closing a window or quitting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-04-14 17:01 PDT by Tim Horton
Modified: 2014-04-14 17:42 PDT (History)
3 users (show)

See Also:


Attachments
patch (4.93 KB, patch)
2014-04-14 17:05 PDT, Tim Horton
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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