Bug 168266 - Implement Drag cancels
Summary: Implement Drag cancels
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Megan Gardner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-13 16:25 PST by Megan Gardner
Modified: 2017-02-13 17:42 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.52 KB, patch)
2017-02-13 16:27 PST, Megan Gardner
wenson_hsieh: review+
Details | Formatted Diff | Diff

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