Bug 173935

Summary: dropInteraction:sessionDidEnd: invokes dragEnded with a UIDragOperation rather than a WebCore::DragOperation
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: WebKit2Assignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, thorton
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Wenson Hsieh 2017-06-28 13:49:59 PDT
WKContentView should be consistent about the type of operation passed to WebPageProxy::dragEnded. This is a WebCore::DragOperation in most cases (which is eventually the type that WebCore consumes) but a UIDragOperation in one.
Comment 1 Wenson Hsieh 2017-06-28 13:53:22 PDT
Created attachment 314055 [details]
Patch
Comment 2 WebKit Commit Bot 2017-06-28 15:06:49 PDT
Comment on attachment 314055 [details]
Patch

Clearing flags on attachment: 314055

Committed r218894: <http://trac.webkit.org/changeset/218894>
Comment 3 WebKit Commit Bot 2017-06-28 15:06:50 PDT
All reviewed patches have been landed.  Closing bug.