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 123d814..3cd67bf 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 ab0eac9..7f94fb3 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 b889af2..95e3145 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 c2648a1..6e723e5 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 4fbaaec..53317ae 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 ee87fbb..e51887a 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 36fea96..f0243e2 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>