Move selection code into content/ module.
authorArnaud Renevier <a.renevier@samsung.com>
Tue, 16 Jun 2015 23:31:51 +0000 (16:31 -0700)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commit9cd617f62d53ba619a252a08c757650360f79030
tree011d753d74a134fdf6c9b354a4a31e255dea6da5
parent544ade6376c82ef595c88e1fa3ee9601e2c3190d
Move selection code into content/ module.

Currently, selection code (SelectionBoxEfl, SelectionControllerEfl,
SelectionHandleEfl and SelectionMagnifierEfl) are into ui/base
directory.

But those objects are used in content and are even defined in namespace
content. So those files definitely belong in content/ module.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=13303
Reviewed by: Antonio Gomes, SeungSeop Park

Change-Id: Iae3f7e76978223cec4d5925c915d0fb529e1290c
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
14 files changed:
tizen_src/chromium_impl/content/browser/renderer_host/render_widget_host_view_efl.h
tizen_src/chromium_impl/content/browser/selection/selection_box_efl.cc [moved from tizen_src/chromium_impl/ui/base/selection/selection_box_efl.cc with 97% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_box_efl.h [moved from tizen_src/chromium_impl/ui/base/selection/selection_box_efl.h with 100% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_controller_efl.cc [moved from tizen_src/chromium_impl/ui/base/selection/selection_controller_efl.cc with 100% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_controller_efl.h [moved from tizen_src/chromium_impl/ui/base/selection/selection_controller_efl.h with 97% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_handle_efl.cc [moved from tizen_src/chromium_impl/ui/base/selection/selection_handle_efl.cc with 98% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_handle_efl.h [moved from tizen_src/chromium_impl/ui/base/selection/selection_handle_efl.h with 100% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_magnifier_efl.cc [moved from tizen_src/chromium_impl/ui/base/selection/selection_magnifier_efl.cc with 98% similarity]
tizen_src/chromium_impl/content/browser/selection/selection_magnifier_efl.h [moved from tizen_src/chromium_impl/ui/base/selection/selection_magnifier_efl.h with 100% similarity]
tizen_src/chromium_impl/content/browser/web_contents/web_contents_view_efl.h
tizen_src/chromium_impl/content/content_efl.gypi
tizen_src/chromium_impl/ui/ui_efl.gypi
tizen_src/ewk/efl_integration/context_menu_controller_efl.cc
tizen_src/ewk/efl_integration/eweb_view.h