Reverted from ewk_chromium.h to EWebkit.h 36/118936/1 submit/tizen/20170315.013750 submit/tizen/20170315.022243 submit/tizen/20170315.022312
authorjaekuk, lee <juku1999@samsung.com>
Wed, 15 Mar 2017 01:09:31 +0000 (10:09 +0900)
committerjaekuk, lee <juku1999@samsung.com>
Wed, 15 Mar 2017 01:09:31 +0000 (10:09 +0900)
Change-Id: I00faba169c121cb858a69b8271b3246be828089d
Signed-off-by: jaekuk, lee <juku1999@samsung.com>
extensions/common/xwalk_extension_server.h
extensions/renderer/runtime_ipc_client.h
extensions/renderer/xwalk_extension_renderer_controller.h
runtime/browser/native_window.cc
runtime/browser/preload_manager.cc
runtime/browser/runtime_process.cc
runtime/browser/web_view.h [changed mode: 0644->0755]
runtime/browser/web_view_impl.h [changed mode: 0644->0755]
runtime/renderer/injected_bundle.cc

index 123d8141b5861ae0b9762d44dab695b123264187..3cd67bf9588487301d83925ed95b540078d4f704 100755 (executable)
@@ -5,8 +5,8 @@
 #ifndef XWALK_EXTENSIONS_XWALK_EXTENSION_SERVER_H_
 #define XWALK_EXTENSIONS_XWALK_EXTENSION_SERVER_H_
 
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <json/json.h>
 
 #include <string>
index ab0eac9e332fcabb7335210961a01fb2b0013b82..7f94fb33f8ae383479c9e03d31adfb2ce903520a 100755 (executable)
@@ -18,8 +18,8 @@
 #define XWALK_EXTENSIONS_RENDERER_RUNTIME_IPC_CLIENT_H_
 
 #include <v8/v8.h>
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <functional>
 #include <map>
index b889af2046ab9c0ebb473930a2811c7c3d25806d..95e3145421831bcf59c8ca686b200a979a0447ce 100755 (executable)
@@ -6,8 +6,8 @@
 #ifndef XWALK_EXTENSIONS_RENDERER_XWALK_EXTENSION_RENDERER_CONTROLLER_H_
 #define XWALK_EXTENSIONS_RENDERER_XWALK_EXTENSION_RENDERER_CONTROLLER_H_
 
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <v8/v8.h>
 
 #include <memory>
index c2648a14318441c33e66906ece2af3a8b926c4e2..6e723e5a37e46ac3d7c7cd8e50d50151ec4e4353 100755 (executable)
@@ -17,8 +17,8 @@
 #include "runtime/browser/native_window.h"
 
 #include <Ecore_Wayland.h>
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <cstdint>
 
 #include "common/arraysize.h"
index 4fbaaecfb8bdc3dcb04dec741450481ec80a1c13..53317ae761dd6b866946a07ad6a7077c18a88d4c 100755 (executable)
@@ -17,8 +17,8 @@
 #include "runtime/browser/preload_manager.h"
 
 #include <Elementary.h>
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <stdio.h>
 
 #include "common/logger.h"
index ee87fbb8d5bb87b3830e2eefb79563a942f088c7..e51887a9c7325a17fa046cae49cef7ec34e3eb01 100755 (executable)
@@ -14,8 +14,8 @@
  *    limitations under the License.
  */
 
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <Elementary.h>
 
old mode 100644 (file)
new mode 100755 (executable)
index 9eaebc0..82bbe84
@@ -18,8 +18,8 @@
 #define XWALK_RUNTIME_BROWSER_WEB_VIEW_H_
 
 #include <Elementary.h>
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <functional>
 #include <string>
 
old mode 100644 (file)
new mode 100755 (executable)
index 56ecabf..da2f297
@@ -19,8 +19,8 @@
 
 #include <efl_extension.h>
 #include <Elementary.h>
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 
 #include <map>
 #include <string>
index 36fea96e153c71b445377b7886b1b2e7df251f8c..f0243e2dcd0ad38ee1d19dc5a261685e84a85143 100755 (executable)
@@ -15,8 +15,8 @@
  */
 
 #include <Ecore.h>
-#include <ewk_chromium.h>
-
+#include <EWebKit.h>
+#include <EWebKit_internal.h>
 #include <unistd.h>
 #include <v8.h>
 #include <dlfcn.h>