[Webkit-unassigned] [Bug 23642] [GTK] Drag and drop support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 08:16:10 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=23642





------- Comment #16 from zandobersek at gmail.com  2009-06-30 08:16 PDT -------
(In reply to comment #13)
> typedef GOwnPtr<GdkPixbuf*> DragImageRef;
> 

After discussion on IRC, it was decided that 'typedef GdkPixbuf* DragImageRef;'
should be used for now.

(In reply to comment #15)
> Looking at Oliver comments, I think you should clarify the usage of
> DragClipboard here. My understanding is that the clipboard you are using is
> separate from the one that is exposed to javascript, but I may be wrong. I'll
> say r- for now, since I think you still need to update the other patch before
> we move forward here.
> 

DragClipboard is (for now) intended to be exclusively used for GUI dragging and
should not be exposed to JavaScript.

The bigger patch will be split into more patches. The first will only deal with
changes in DragImage class, second will implement ClipboardGtk class functions,
third will more or less implement DragClientGtk class in WebCoreSupport part of
WebKit, and the fourth will finish off with changes in webkitwebview.cpp The
drag clipboard patch should be thrown between the first and second patch.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list