break dependency to Ewk_Notification
authorSeungSeop Park <sns.park@samsung.com>
Fri, 13 Jun 2014 04:11:45 +0000 (13:11 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitb9673b509abc8a5dae949e952d1a3b488b16c9c4
tree09a6246d929cb279160982c60f2e55bd20c91bec
parentb816788bd728c49518451004731e1e45dcbdc8ab
break dependency to Ewk_Notification

- Added tizen_webview::Notification class which uses existing _Ewk_Notification
  as its implementation.

- Replaced include guard for ewk_notification_private.h to avoid conflict with
  ewk side header. The file name should be renamed in next refactoring.

- Deleted redundant NotificationControllerEfl::RemoveClosedNotifications()
  which can be implemented in ewk side using other method, hence not fundamental.

Issue: CBEFL-92, CBWEBVIEW-386
Change-Id: Iaecce42cfc047915356b7cdf9226e8bba5a16ff7
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
Conflicts:
impl/API/ewk_notification_private.cc
impl/content_main_delegate_efl.cc
tizen_src/ewk_api_headers/public/ewk_notification.h
tizen_src/impl/API/ewk_notification_private.cc
tizen_src/impl/API/ewk_notification_private.h
tizen_src/impl/browser/notification/notification_controller_efl.cc
tizen_src/impl/browser/notification/notification_controller_efl.h
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/content_browser_client_efl.cc
tizen_src/impl/eweb_view_callbacks.h
tizen_src/impl/tizen_webview/public/tw_notification.cc [new file with mode: 0644]
tizen_src/impl/tizen_webview/public/tw_notification.h [new file with mode: 0644]