[Webkit-unassigned] [Bug 21956] DragController needs to be made aware of async drags
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 31 13:21:30 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21956
tony at chromium.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24810| |review?
Flag| |
------- Comment #14 from tony at chromium.org 2008-10-31 13:21 PDT -------
Created an attachment (id=24810)
--> (https://bugs.webkit.org/attachment.cgi?id=24810&action=view)
[1/1] Add a method to be called when the system drag is finished. This
allows each platform to handle cleaning up drag data.
---
WebCore/ChangeLog | 26 ++++++++++++++++++++++++++
WebCore/page/DragController.cpp | 6 +-----
WebCore/page/DragController.h | 1 +
WebCore/page/gtk/DragControllerGtk.cpp | 4 ++++
WebCore/page/mac/DragControllerMac.mm | 9 +++++++++
WebCore/page/qt/DragControllerQt.cpp | 4 ++++
WebCore/page/win/DragControllerWin.cpp | 4 ++++
WebCore/page/wx/DragControllerWx.cpp | 4 ++++
8 files changed, 53 insertions(+), 5 deletions(-)
--
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