[M108 Migration] Remove EWK_BRINGUP from ewk_back_forward_list_private 06/288006/2
authorayush.k123 <ayush.k123@samsung.com>
Wed, 8 Feb 2023 09:38:50 +0000 (15:08 +0530)
committerBot Blink <blinkbot@samsung.com>
Fri, 10 Feb 2023 12:35:08 +0000 (12:35 +0000)
commita46f4d4540151c912d6469e8e2eb6d3d398f6459
treec5c32e49d611a801c62e58ae70ce94cca985aa0f
parent3807deafe2b914b9a3658f2b54712935baf94d60
[M108 Migration] Remove EWK_BRINGUP from ewk_back_forward_list_private

This removes EWK_BRIRNGUP from the file and replaces deprecated
notification types with methods in WebContentsObserver as per the
reference in [1].

    NOTIFICATION_NAV_ENTRY_CHANGED
    -> WebContentsObserver::NavigationEntryChanged

    NOTIFICATION_NAV_ENTRY_COMMITTED
    -> WebContentsObserver::NavigationEntryCommitted

[1] https://chromium-review.googlesource.com/630420

Reference: https://review.tizen.org/gerrit/283901/

Change-Id: Ib980ae58958b734d3d1b92984095446e6dfb8f3f
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
tizen_src/ewk/efl_integration/eweb_view.cc
tizen_src/ewk/efl_integration/private/ewk_back_forward_list_private.cc
tizen_src/ewk/efl_integration/private/ewk_back_forward_list_private.h