[M40_2214] Chromium upversion to m40_2214 branch
authorSeungSeop Park <sns.park@samsung.com>
Thu, 20 Nov 2014 05:14:45 +0000 (14:14 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commita9d53a32921b88b03e2dc67c893534f4532eb10f
treefd405b54a6c2f08f606baec66d04cb5f33229116
parented78223c240f24ea3dd4dbc7899a031b2f16c65d
[M40_2214] Chromium upversion to m40_2214 branch

* Notes for this rebase:
1. gyp variable 'enable_printing' changed in m40_2214
   : enable_printing -> enable_basic_printing, enable_print_preview

2. Changed include path for gesture_configuration.h
   : ui/events/gestures/ -> ui/events/gesture_detection/

3. OnRequestPlatformNotificationPermission does not exist
   : The API removed from content/public/browser/content_browser_client.h.
     So, removed it from our code since it was dummy anyway.

4. ShowDesktopNotification() : arguments changed

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=9170
Reviewed by: Kangil Han, SeungSeop Park, Viatcheslav Ostapenko

Change-Id: I9ecef10f24a48422fa5e44d5862d6935f161aa0a
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
13 files changed:
tizen_src/VERSION
tizen_src/build/gyp_chromiumefl.sh
tizen_src/ewk/efl_integration/pkgconfig/chromium-ewk.pc
tizen_src/ewk/efl_integration/public/ewk_settings.cc
tizen_src/ewk/efl_integration/public/ewk_view.cc
tizen_src/ewk/efl_webview_app/chromium-efl.xml
tizen_src/impl/browser/renderer_host/touchpad_tap_suppression_controller_efl.cc
tizen_src/impl/chromium-efl.gyp
tizen_src/impl/content_browser_client_efl.cc
tizen_src/impl/content_browser_client_efl.h
tizen_src/packaging/chromium-efl.spec
tizen_src/packaging/manifest.xml
tizen_src/sync_repos.sh