Added implementation of Drag&Drop for EFL port
authorDaniel Waślicki <d.waslicki@samsung.com>
Thu, 5 Feb 2015 13:03:36 +0000 (14:03 +0100)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit8c7d91099ea8a82f19abcba33b682e5a5a57d82e
treed7ad22dcc645ec590eff6aee03e60ebb7f2858ba
parent2643c0799f2a41e7545b2a870c51158887c60cbe
Added implementation of Drag&Drop for EFL port

This patch adds implementation of Drag&Drop for EFL port.
D&D will be enabled after long press and allows to drag
any elements.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=10755
Reviewed by: Antonio Gomes, Piotr Tworek

Change-Id: I3fec12f5bcbd3544b08ba4bd24b23419f828d1fe
Signed-off-by: Daniel Waślicki <d.waslicki@samsung.com>
tizen_src/impl/browser/renderer_host/render_widget_host_view_efl.cc
tizen_src/impl/browser/web_contents/web_contents_view_efl.cc
tizen_src/impl/browser/web_contents/web_contents_view_efl.h
tizen_src/impl/browser/web_contents/web_drag_dest_efl.cc
tizen_src/impl/browser/web_contents/web_drag_dest_efl.h
tizen_src/impl/browser/web_contents/web_drag_source_efl.cc [new file with mode: 0644]
tizen_src/impl/browser/web_contents/web_drag_source_efl.h [new file with mode: 0644]
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/command_line_efl.cc
tizen_src/impl/eweb_view.cc
tizen_src/impl/eweb_view.h