Bug 39469 - [BREWMP] Add DragData
Summary: [BREWMP] Add DragData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 33564
  Show dependency treegraph
 
Reported: 2010-05-20 21:36 PDT by Kwang Yul Seo
Modified: 2010-05-23 20:22 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.18 KB, patch)
2010-05-20 21:40 PDT, Kwang Yul Seo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kwang Yul Seo 2010-05-20 21:36:38 PDT
As BREW MP does not support dragging, add dummy implementation of DragData.
Comment 1 Kwang Yul Seo 2010-05-20 21:40:28 PDT
Created attachment 56668 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-05-21 12:11:20 PDT
Comment on attachment 56668 [details]
Patch

Does BREW eventually plan to support dragging?  Or should we just have some #define which brew can use to turn off need for dragging?
Comment 3 WebKit Commit Bot 2010-05-22 17:27:31 PDT
Comment on attachment 56668 [details]
Patch

Clearing flags on attachment: 56668

Committed r60025: <http://trac.webkit.org/changeset/60025>
Comment 4 WebKit Commit Bot 2010-05-22 17:27:36 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Kwang Yul Seo 2010-05-23 20:22:46 PDT
(In reply to comment #2)
> (From update of attachment 56668 [details])
> Does BREW eventually plan to support dragging?  Or should we just have some #define which brew can use to turn off need for dragging?

No. It is good to have #define to turn off dragging entirely.