Bug 168266

Summary: Implement Drag cancels
Product: WebKit Reporter: Megan Gardner <megan_gardner>
Component: New BugsAssignee: Megan Gardner <megan_gardner>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, thorton, wenson_hsieh
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch wenson_hsieh: review+

Description Megan Gardner 2017-02-13 16:25:34 PST
Implement Drag cancels
Comment 1 Megan Gardner 2017-02-13 16:27:15 PST
Created attachment 301414 [details]
Patch
Comment 2 Wenson Hsieh 2017-02-13 16:29:32 PST
Comment on attachment 301414 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=301414&action=review

> Source/WebKit2/UIProcess/WebPageProxy.h:838
> +    void cancelledDrag();

Nit - I would prefer to call this dragCancelled to be in sync with dragEnded
Comment 3 Megan Gardner 2017-02-13 17:42:57 PST
https://trac.webkit.org/changeset/212266