fb60c13be2a3f1d6d9a44576f8dc8caf170ce342
[framework/web/webkit-efl.git] / Source / WebKit2 / UIProcess / API / efl / ewk_view.cpp
1 /*
2    Copyright (C) 2011 Samsung Electronics
3    Copyright (C) 2012 Intel Corporation. All rights reserved.
4
5     This library is free software; you can redistribute it and/or
6     modify it under the terms of the GNU Library General Public
7     License as published by the Free Software Foundation; either
8     version 2 of the License, or (at your option) any later version.
9
10     This library is distributed in the hope that it will be useful,
11     but WITHOUT ANY WARRANTY; without even the implied warranty of
12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13     Library General Public License for more details.
14
15     You should have received a copy of the GNU Library General Public License
16     along with this library; see the file COPYING.LIB.  If not, write to
17     the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18     Boston, MA 02110-1301, USA.
19 */
20
21 #include "config.h"
22 #include "ewk_view.h"
23
24 #include "EwkViewImpl.h"
25 #include "FindClientEfl.h"
26 #include "FormClientEfl.h"
27 #include "LayerTreeCoordinatorProxy.h"
28 #include "InputMethodContextEfl.h"
29 #include "NativeWebKeyboardEvent.h"
30 #include "NativeWebMouseEvent.h"
31 #include "NativeWebWheelEvent.h"
32 #include "PageClientImpl.h"
33 #include "PageLoadClientEfl.h"
34 #include "PagePolicyClientEfl.h"
35 #include "PageUIClientEfl.h"
36 #include "ResourceLoadClientEfl.h"
37 #include "WKAPICast.h"
38 #include "WKEinaSharedString.h"
39 #include "WKFindOptions.h"
40 #include "WKRetainPtr.h"
41 #include "WKString.h"
42 #include "WebContext.h"
43 #include "WebData.h"
44 #include "WebPageGroup.h"
45 #include "WebPopupItem.h"
46 #include "WebPopupMenuProxyEfl.h"
47 #include "WebPreferences.h"
48 #include "ewk_back_forward_list_private.h"
49 #include "ewk_context.h"
50 #include "ewk_context_private.h"
51 #include "ewk_favicon_database_private.h"
52 #include "ewk_intent_private.h"
53 #include "ewk_popup_menu_item_private.h"
54 #include "ewk_private.h"
55 #include "ewk_settings_private.h"
56 #include "ewk_view_private.h"
57 #include <Ecore_Evas.h>
58 #include <Ecore_X.h>
59 #include <WebKit2/WKPageGroup.h>
60 #include <wtf/text/CString.h>
61
62 #if ENABLE(FULLSCREEN_API)
63 #include "WebFullScreenManagerProxy.h"
64 #endif
65
66 #if ENABLE(TIZEN_WEBKIT2_DDK_CHECK)
67 namespace EGL {
68 #include <EGL/egl.h>
69 }
70 #endif
71
72 #if OS(TIZEN)
73 #include "DrawingAreaProxyImpl.h"
74 #include "WKArray.h"
75 #include "WKData.h"
76 #include "WKDownload.h"
77 #include "WKError.h"
78 #include "WKGeolocationPermissionRequest.h"
79 #include "WKImageCairo.h"
80 #include "WKOpenPanelParameters.h"
81 #include "WKOpenPanelResultListener.h"
82 #include "WKPage.h"
83 #include "WKPageGroup.h"
84 #include "WKView.h"
85 #include "WKPageTizen.h"
86 #include "WKPreferences.h"
87 #include "WKSerializedScriptValue.h"
88 #include "WKString.h"
89 #include "WKURLRequest.h"
90 #include "ewk_context_menu_private.h"
91 #include "ewk_error.h"
92 #include "ewk_error_private.h"
93 #include "ewk_history_private.h"
94 #include "ewk_popup_menu_item.h"
95 #include "ewk_popup_menu_item_private.h"
96 #include "ewk_view_context_menu_client.h"
97 #include "ewk_view_icondatabase_client.h"
98 #include "ewk_view_tizen_client.h"
99 #include <Ecore.h>
100 #include <Elementary.h>
101 #include <WebCore/EflScreenUtilities.h>
102 #include <WebCore/NotImplemented.h>
103 #include <cairo.h>
104
105 #if ENABLE(TIZEN_ICON_DATABASE)
106 #include "WKContextPrivate.h"
107 #endif
108
109 #if ENABLE(TIZEN_GEOLOCATION)
110 #include "ewk_geolocation_private.h"
111 #include "ewk_security_origin.h"
112 #include "ewk_view_geolocation_provider.h"
113 #endif
114
115 #if ENABLE(TOUCH_EVENTS)
116 #include "NativeWebTouchEvent.h"
117 #include "WebEvent.h"
118 #endif
119
120 #if ENABLE(TIZEN_ISF_PORT)
121 #include <Ecore_IMF.h>
122 #endif
123
124 #if ENABLE(TIZEN_NOTIFICATIONS)
125 #include "WKArray.h"
126 #include "WKNotificationManager.h"
127 #include "WKNumber.h"
128 #include "ewk_notification_private.h"
129 #include "ewk_view_notification_provider.h"
130 #endif
131
132 #if ENABLE(TIZEN_MEDIA_STREAM)
133 #include "WKUserMediaPermissionRequest.h"
134 #include "ewk_user_media_private.h"
135 #endif
136
137 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
138 #include "WebPageGroup.h"
139 #include "WebPreferences.h"
140 #endif
141
142 #if ENABLE(TIZEN_WEBKIT2_HIT_TEST)
143 #include "ewk_hit_test_private.h"
144 #endif
145
146 #if ENABLE(TIZEN_WEBKIT2_GET_TEXT_STYLE_FOR_SELECTION)
147 #include "ewk_text_style.h"
148 #endif
149
150 #if ENABLE(TIZEN_SCREEN_READER)
151 #include "ScreenReaderProxy.h"
152 #endif
153
154 #if ENABLE(TIZEN_CSP)
155 #include <WebCore/ContentSecurityPolicy.h>
156 #endif
157
158 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
159 #include "WKDictionary.h"
160 #include "ewk_web_application_icon_data_private.h"
161 #endif
162 #endif // #if OS(TIZEN)
163
164 using namespace WebKit;
165 using namespace WebCore;
166
167 static const char EWK_VIEW_TYPE_STR[] = "EWK2_View";
168
169 #define EWK_VIEW_TYPE_CHECK(ewkView, result)                                   \
170     bool result = true;                                                        \
171     do {                                                                       \
172         if (!ewkView) {                                                        \
173             EINA_LOG_CRIT("null is not a ewk_view");                           \
174             result = false;                                                    \
175             break;                                                             \
176         }                                                                      \
177         const char* _tmp_otype = evas_object_type_get(ewkView);                \
178         const Evas_Smart* _tmp_s = evas_object_smart_smart_get(ewkView);       \
179         if (EINA_UNLIKELY(!_tmp_s)) {                                          \
180             EINA_LOG_CRIT                                                      \
181                 ("%p (%s) is not a smart object!",                             \
182                  ewkView, _tmp_otype ? _tmp_otype : "(null)");                 \
183             result = false;                                                    \
184             break;                                                             \
185         }                                                                      \
186         const Evas_Smart_Class* _tmp_sc = evas_smart_class_get(_tmp_s);        \
187         if (EINA_UNLIKELY(!_tmp_sc)) {                                         \
188             EINA_LOG_CRIT                                                      \
189                 ("%p (%s) is not a smart object!",                             \
190                  ewkView, _tmp_otype ? _tmp_otype : "(null)");                 \
191             result = false;                                                    \
192             break;                                                             \
193         }                                                                      \
194         else if (EINA_UNLIKELY(_tmp_sc->data != EWK_VIEW_TYPE_STR)) {               \
195             EINA_LOG_CRIT                                                      \
196                 ("%p (%s) is not of an ewk_view (need %p, got %p)!",           \
197                  ewkView, _tmp_otype ? _tmp_otype : "(null)",                  \
198                  EWK_VIEW_TYPE_STR, _tmp_sc->data);                            \
199             result = false;                                                    \
200         }                                                                      \
201     } while (0)
202
203 #define EWK_VIEW_SD_GET(ewkView, smartData)                                    \
204     EWK_VIEW_TYPE_CHECK(ewkView, _tmp_result);                                 \
205     Ewk_View_Smart_Data* smartData = 0;                                        \
206     if (_tmp_result)                                                           \
207         smartData = (Ewk_View_Smart_Data*)evas_object_smart_data_get(ewkView)
208
209 #define EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, ...)                     \
210     EWK_VIEW_SD_GET(ewkView, smartData);                                       \
211     do {                                                                       \
212         if (!smartData) {                                                      \
213             EINA_LOG_CRIT("no smart data for object %p (%s)",                  \
214                      ewkView, evas_object_type_get(ewkView));                  \
215             return __VA_ARGS__;                                                \
216         }                                                                      \
217     } while (0)
218
219 #if OS(TIZEN)
220 static Eina_Bool _ewk_view_default_javascript_alert(Evas_Object*, const char* alertText, void* userData);
221 static Eina_Bool _ewk_view_default_javascript_confirm(Evas_Object*, const char* message, void* userData);
222 static Eina_Bool _ewk_view_default_javascript_prompt(Evas_Object*, const char* message, const char* defaultValue, void* userData);
223 #if ENABLE(TIZEN_SUPPORT_BEFORE_UNLOAD_CONFIRM_PANEL)
224 static Eina_Bool _ewk_view_default_before_unload_confirm_panel(Evas_Object*, const char* message, void* userData);
225 #endif
226 static Eina_Bool _ewk_view_default_open_panel(Evas_Object*, Eina_Bool allow_multiple_files, Eina_List *accepted_mime_types, const char* capture, void* userData);
227
228 #if ENABLE(TIZEN_WEBKIT2_POPUP_INTERNAL)
229 Eina_Bool _ewk_view_popup_menu_show(Ewk_View_Smart_Data*, Eina_Rectangle, Ewk_Text_Direction, double page_scale_factor, Eina_List* items, int selectedIndex);
230 #if ENABLE(TIZEN_MULTIPLE_SELECT)
231 Eina_Bool _ewk_view_multiple_popup_menu_show(Ewk_View_Smart_Data*, Eina_Rectangle, Ewk_Text_Direction, double page_scale_factor, Eina_List* items);
232 #endif
233 Eina_Bool _ewk_view_popup_menu_hide(Ewk_View_Smart_Data*);
234 Eina_Bool _ewk_view_popup_menu_update(Ewk_View_Smart_Data*, Eina_Rectangle, Ewk_Text_Direction, Eina_List*, int);
235 #endif
236 #if ENABLE(TIZEN_SCREEN_ORIENTATION_SUPPORT_INTERNAL)
237 Eina_Bool _ewk_orientation_lock(Ewk_View_Smart_Data *sd, int orientations);
238 void _ewk_orientation_unlock(Ewk_View_Smart_Data *sd);
239 #endif
240
241 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
242 static Eina_Bool _ewk_view_input_picker_show(Ewk_View_Smart_Data*, Ewk_Input_Type, const char* inputValue);
243 #endif
244
245 #if ENABLE(TIZEN_DATALIST_ELEMENT)
246 static Eina_Bool _ewk_view_data_list_show(Ewk_View_Smart_Data*, Ewk_Input_Type, Eina_List*);
247 static Eina_Bool _ewk_view_data_list_hide(Ewk_View_Smart_Data*, Ewk_Input_Type);
248 #endif
249
250 #if ENABLE(TIZEN_INPUT_COLOR_PICKER)
251 static Eina_Bool _ewk_input_picker_color_request(Ewk_View_Smart_Data*, int, int, int, int);
252 static Eina_Bool _ewk_input_picker_color_dismiss(Ewk_View_Smart_Data*);
253 #endif
254 #endif // #if OS(TIZEN)
255
256 static void _ewk_view_smart_changed(Ewk_View_Smart_Data* smartData)
257 {
258     if (smartData->changed.any)
259         return;
260     smartData->changed.any = true;
261     evas_object_smart_changed(smartData->self);
262 }
263
264 #if !ENABLE(TIZEN_ICON_DATABASE)
265 static void _ewk_view_on_favicon_changed(const char* pageURL, void* eventInfo)
266 {
267     Evas_Object* ewkView = static_cast<Evas_Object*>(eventInfo);
268     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
269     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
270
271     const char* viewURL = ewk_view_url_get(ewkView);
272     if (!viewURL || strcasecmp(viewURL, pageURL))
273         return;
274
275     impl->informIconChange();
276 }
277 #endif
278
279 // Default Event Handling.
280 static Eina_Bool _ewk_view_smart_focus_in(Ewk_View_Smart_Data* smartData)
281 {
282     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
283     TIZEN_LOGI("");
284
285 #if OS(TIZEN)
286     impl->pageClient->setViewFocused(true);
287 #endif // #if OS(TIZEN)
288     impl->pageProxy->viewStateDidChange(WebPageProxy::ViewIsFocused | WebPageProxy::ViewWindowIsActive);
289 #if ENABLE(TIZEN_ISF_PORT)
290     if (impl->inputMethodContext())
291         impl->inputMethodContext()->onFocusIn();
292 #endif
293     return true;
294 }
295
296 static Eina_Bool _ewk_view_smart_focus_out(Ewk_View_Smart_Data* smartData)
297 {
298     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
299     TIZEN_LOGI("");
300
301 #if OS(TIZEN)
302 #if ENABLE(TIZEN_ISF_PORT)
303     // Keypad should be hidden rapidly when moving focus on elementary
304     // because Ecore-ime doesn't support it.
305     if (impl->inputMethodContext())
306         impl->inputMethodContext()->onFocusOut();
307 #endif
308
309 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
310     if (impl->pageClient->isTextSelectionMode())
311         impl->pageClient->setIsTextSelectionMode(false);
312 #endif
313
314 #if ENABLE(TIZEN_CONTEXT_MENU_WEBKIT_2)
315     if (impl->pageClient->isContextMenuVisible())
316         impl->pageProxy->hideContextMenu();
317 #endif
318
319 #if ENABLE(TIZEN_WEBKIT2_CONTEXT_MENU_CLIPBOARD)
320     if (impl->pageClient->isClipboardWindowOpened())
321         impl->pageClient->closeClipboardWindow();
322 #endif
323
324 #if ENABLE(TIZEN_DRAG_SUPPORT)
325     if (impl->pageClient->isDragMode())
326         impl->pageClient->setDragMode(false);
327 #endif
328
329 #if ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
330     if (smartData->api->formdata_candidate_is_showing(smartData))
331         smartData->api->formdata_candidate_hide(smartData);
332 #endif
333
334     impl->pageClient->setViewFocused(false);
335 #endif // #if OS(TIZEN)
336     impl->pageProxy->viewStateDidChange(WebPageProxy::ViewIsFocused | WebPageProxy::ViewWindowIsActive);
337     return true;
338 }
339
340 static Eina_Bool _ewk_view_smart_mouse_wheel(Ewk_View_Smart_Data* smartData, const Evas_Event_Mouse_Wheel* wheelEvent)
341 {
342     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
343
344     impl->page()->handleWheelEvent(NativeWebWheelEvent(wheelEvent, impl->transformFromScene(), impl->transformToScreen()));
345     return true;
346 }
347
348 static Eina_Bool _ewk_view_smart_mouse_down(Ewk_View_Smart_Data* smartData, const Evas_Event_Mouse_Down* downEvent)
349 {
350     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
351
352     impl->page()->handleMouseEvent(NativeWebMouseEvent(downEvent, impl->transformFromScene(), impl->transformToScreen()));
353     return true;
354 }
355
356 static Eina_Bool _ewk_view_smart_mouse_up(Ewk_View_Smart_Data* smartData, const Evas_Event_Mouse_Up* upEvent)
357 {
358     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
359
360     impl->page()->handleMouseEvent(NativeWebMouseEvent(upEvent, impl->transformFromScene(), impl->transformToScreen()));
361
362     InputMethodContextEfl* inputMethodContext = impl->inputMethodContext();
363     if (inputMethodContext)
364         inputMethodContext->handleMouseUpEvent(upEvent);
365
366     return true;
367 }
368
369 static Eina_Bool _ewk_view_smart_mouse_move(Ewk_View_Smart_Data* smartData, const Evas_Event_Mouse_Move* moveEvent)
370 {
371     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
372
373     // FIXME: impl->page() is used in the webkit opensource, but tizen webkit does not use it yet.
374     impl->page()->handleMouseEvent(NativeWebMouseEvent(moveEvent, impl->transformFromScene(), impl->transformToScreen()));
375     return true;
376 }
377
378 static Eina_Bool _ewk_view_smart_key_down(Ewk_View_Smart_Data* smartData, const Evas_Event_Key_Down* downEvent)
379 {
380     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
381
382     bool isFiltered = false;
383     InputMethodContextEfl* inputMethodContext = impl->inputMethodContext();
384     if (inputMethodContext)
385         inputMethodContext->handleKeyDownEvent(downEvent, &isFiltered);
386
387     impl->pageProxy->handleKeyboardEvent(NativeWebKeyboardEvent(downEvent, isFiltered));
388     return true;
389 }
390
391 static Eina_Bool _ewk_view_smart_key_up(Ewk_View_Smart_Data* smartData, const Evas_Event_Key_Up* upEvent)
392 {
393     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
394
395     impl->pageProxy->handleKeyboardEvent(NativeWebKeyboardEvent(upEvent));
396     return true;
397 }
398
399 #if OS(TIZEN)
400 static Eina_Bool _ewk_view_smart_gesture_start(Ewk_View_Smart_Data* smartData, const Ewk_Event_Gesture* event)
401 {
402 #if ENABLE(TIZEN_GESTURE)
403     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
404
405 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) && ENABLE(TIZEN_WEBKIT2_FOR_MOVING_TEXT_SELECTION_HANDLE_FROM_OSP)
406     if (impl->pageClient->isTextSelectionMode() && impl->pageClient->isTextSelectionHandleDowned())
407         return true;
408 #endif
409
410 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
411     if (impl->focusRing) {
412         if (event->type == EWK_GESTURE_TAP && event->count == 1) {
413             impl->focusRing->requestToShow(IntPoint(event->position.x, event->position.y));
414         } else if (event->type == EWK_GESTURE_PAN) {
415             if (impl->exceedTouchMoveThreshold)
416                 impl->focusRing->requestToHide();
417         } else {
418             if (event->type != EWK_GESTURE_LONG_PRESS) {
419 #if ENABLE(TIZEN_CONTEXT_MENU_WEBKIT_2)
420                 if (!impl->pageClient->isContextMenuVisible())
421 #endif
422                     impl->focusRing->requestToHide();
423             }
424         }
425     }
426 #endif
427
428 #if ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
429     if (smartData->api->formdata_candidate_is_showing(smartData))
430         smartData->api->formdata_candidate_hide(smartData);
431 #endif
432
433     switch (event->type) {
434     case EWK_GESTURE_TAP:
435         impl->gestureClient->startTap(IntPoint(event->position.x, event->position.y));
436         break;
437     case EWK_GESTURE_LONG_PRESS: {
438 #if ENABLE(TIZEN_WEBKIT2_HIT_TEST)
439 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
440         if (ewk_settings_text_selection_enabled_get(impl->settings()))
441             impl->pageClient->setIsTextSelectionMode(false);
442 #endif
443         IntPoint scenePoint(event->position.x, event->position.y);
444         IntPoint contentsPoint = impl->transformFromScene().mapPoint(scenePoint);
445         WebHitTestResult::Data hitTestResultData = impl->pageProxy->hitTestResultAtPoint(contentsPoint);
446         if (!hitTestResultData.absoluteMediaURL.isEmpty())
447             break;
448 #if ENABLE(TIZEN_DRAG_SUPPORT)
449         // 1. Check to start dragging.
450         if (hitTestResultData.isDragSupport && !hitTestResultData.isContentEditable) {
451             impl->pageClient->setDragPoint(scenePoint);
452             if (impl->pageClient->isDragMode()) {
453                 impl->pageClient->setDragMode(false);
454             }
455 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
456             if (impl->focusRing)
457                 impl->focusRing->show(IntRect(), true);
458 #endif
459             impl->gestureClient->showContextMenu(scenePoint);
460             break;
461         }
462 #endif
463         // 2. Check to show context menu.
464         if ((!hitTestResultData.absoluteImageURL.isEmpty() || !hitTestResultData.absoluteLinkURL.isEmpty())
465             && !hitTestResultData.isContentEditable) {
466 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
467             if (impl->focusRing)
468                 impl->focusRing->show(IntRect(), true);
469 #endif
470             impl->gestureClient->showContextMenu(scenePoint);
471             break;
472         }
473 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
474         // 3. Check for text selection.
475         if (ewk_settings_text_selection_enabled_get(impl->settings())) {
476             // Process gesture_end(EWK_GESTURE_TAP) to activate the editing if node under point is editable.
477             if (hitTestResultData.context & WebHitTestResult::HitTestResultContextEditable) {
478                 if (smartData->api && smartData->api->gesture_end) {
479                     Ewk_Event_Gesture tapEvent = {EWK_GESTURE_TAP, event->position, {0, 0}, 0, 1, ecore_time_get() * 1000};
480                     smartData->api->gesture_end(smartData, &tapEvent);
481                 }
482             }
483
484             if (impl->pageClient->textSelectionDown(scenePoint)) {
485                 impl->gestureClient->setGestureEnabled(false);
486                 impl->feedTouchEventsByType(EWK_TOUCH_CANCEL);
487             }
488         }
489 #endif
490         break;
491 #endif // #if ENABLE(TIZEN_WEBKIT2_HIT_TEST)
492     }
493     case EWK_GESTURE_PAN:
494         impl->gestureClient->startPan(IntPoint(event->position.x, event->position.y));
495         break;
496     case EWK_GESTURE_FLICK:
497         impl->gestureClient->startFlick(IntPoint(event->position.x, event->position.y), IntPoint(event->velocity.x, event->velocity.y));
498         break;
499     case EWK_GESTURE_PINCH:
500         if (impl->pageClient->viewportConstraints().userScalable)
501             impl->gestureClient->startPinch(IntPoint(event->position.x, event->position.y), event->scale);
502         break;
503     default:
504         ASSERT_NOT_REACHED();
505         break;
506     }
507
508     return true;
509 #else
510     return false;
511 #endif // #if ENABLE(TIZEN_GESTURE)
512 }
513
514 static Eina_Bool _ewk_view_smart_gesture_end(Ewk_View_Smart_Data* smartData, const Ewk_Event_Gesture* event)
515 {
516 #if ENABLE(TIZEN_GESTURE)
517     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
518
519 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) && ENABLE(TIZEN_WEBKIT2_FOR_MOVING_TEXT_SELECTION_HANDLE_FROM_OSP)
520     if (impl->pageClient->isTextSelectionMode() && impl->pageClient->isTextSelectionHandleDowned()) {
521         impl->pageClient->initTextSelectionHandlesMouseDownedStatus();
522         return true;
523     }
524 #endif
525
526 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
527     if (impl->focusRing) {
528 #if ENABLE(TIZEN_CONTEXT_MENU_WEBKIT_2)
529         if (!impl->pageClient->isContextMenuVisible() || impl->pageClient->isTextSelectionMode())
530 #endif
531             impl->focusRing->requestToHide();
532     }
533 #endif
534
535     switch (event->type) {
536     case EWK_GESTURE_TAP:
537         if (event->count == 1) {
538 #if ENABLE(TIZEN_DRAG_SUPPORT)
539         if (impl->pageClient->isDragMode())
540             impl->pageClient->setDragMode(false);
541 #endif
542 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
543             if (impl->pageClient->isTextSelectionMode())
544                 impl->pageClient->setIsTextSelectionMode(false);
545 #endif
546
547 #if ENABLE(TIZEN_ISF_PORT)
548             if (impl->inputMethodContext()->isIMEPostion(event->position.x, event->position.y))
549                 return false;
550 #endif
551
552             impl->gestureClient->endTap(IntPoint(event->position.x, event->position.y));
553         } else if (event->count == 2) {
554 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
555             if (impl->focusRing)
556                 impl->focusRing->requestToHide(true);
557 #endif
558             impl->gestureClient->endDoubleTap(IntPoint(event->position.x, event->position.y));
559         }
560         break;
561     case EWK_GESTURE_LONG_PRESS:
562         // Prcess endTap for LONG_PRESS gesture if text-selection and context menu did not work
563         impl->gestureClient->endTap(IntPoint(event->position.x, event->position.y));
564         break;
565     case EWK_GESTURE_PAN:
566         impl->gestureClient->endPan(IntPoint(event->position.x, event->position.y));
567         break;
568     case EWK_GESTURE_FLICK:
569         impl->gestureClient->endFlick(IntPoint(event->position.x, event->position.y), IntPoint(event->velocity.x, event->velocity.y));
570         break;
571     case EWK_GESTURE_PINCH:
572         impl->gestureClient->endPinch(IntPoint(event->position.x, event->position.y), event->scale);
573         break;
574     default:
575         ASSERT_NOT_REACHED();
576         break;
577     }
578
579     return true;
580 #else
581     return false;
582 #endif // #if ENABLE(TIZEN_GESTURE)
583 }
584
585 static Eina_Bool _ewk_view_smart_gesture_move(Ewk_View_Smart_Data* smartData, const Ewk_Event_Gesture* event)
586 {
587 #if ENABLE(TIZEN_GESTURE)
588     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
589
590 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) && ENABLE(TIZEN_WEBKIT2_FOR_MOVING_TEXT_SELECTION_HANDLE_FROM_OSP)
591     if (impl->pageClient->isTextSelectionMode() && impl->pageClient->isTextSelectionHandleDowned())
592         return true;
593 #endif
594
595 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
596     if (impl->focusRing && !(event->type == EWK_GESTURE_PAN && !impl->exceedTouchMoveThreshold)) {
597 #if ENABLE(TIZEN_CONTEXT_MENU_WEBKIT_2)
598         if (!impl->pageClient->isContextMenuVisible())
599 #endif
600             impl->focusRing->requestToHide(true);
601     }
602 #endif
603
604     switch (event->type) {
605     case EWK_GESTURE_PAN:
606         impl->gestureClient->movePan(IntPoint(event->position.x, event->position.y));
607         break;
608     case EWK_GESTURE_TAP:
609     case EWK_GESTURE_LONG_PRESS:
610     case EWK_GESTURE_FLICK:
611         break;
612     case EWK_GESTURE_PINCH:
613         if (impl->pageClient->viewportConstraints().userScalable)
614             impl->gestureClient->movePinch(IntPoint(event->position.x, event->position.y), event->scale);
615         break;
616     default:
617         ASSERT_NOT_REACHED();
618         break;
619     }
620
621     return true;
622 #else
623     return false;
624 #endif // #if ENABLE(TIZEN_GESTURE)
625 }
626 #endif //#if OS(TIZEN)
627
628 // Event Handling.
629 static void _ewk_view_on_focus_in(void* data, Evas* canvas, Evas_Object* ewkView, void* eventInfo)
630 {
631     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
632     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
633     EINA_SAFETY_ON_NULL_RETURN(smartData->api->focus_in);
634     smartData->api->focus_in(smartData);
635 }
636
637 static void _ewk_view_on_focus_out(void* data, Evas* canvas, Evas_Object* ewkView, void* eventInfo)
638 {
639     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
640     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
641     EINA_SAFETY_ON_NULL_RETURN(smartData->api->focus_out);
642     smartData->api->focus_out(smartData);
643 }
644
645 static void _ewk_view_on_mouse_wheel(void* data, Evas* canvas, Evas_Object* ewkView, void* eventInfo)
646 {
647     Evas_Event_Mouse_Wheel* wheelEvent = static_cast<Evas_Event_Mouse_Wheel*>(eventInfo);
648     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
649     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
650     EINA_SAFETY_ON_NULL_RETURN(smartData->api->mouse_wheel);
651     smartData->api->mouse_wheel(smartData, wheelEvent);
652 }
653
654 static void _ewk_view_on_key_down(void* data, Evas*, Evas_Object*, void* eventInfo)
655 {
656     Evas_Event_Key_Down* downEvent = static_cast<Evas_Event_Key_Down*>(eventInfo);
657     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
658     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
659     EINA_SAFETY_ON_NULL_RETURN(smartData->api->key_down);
660     smartData->api->key_down(smartData, downEvent);
661 }
662
663 static void _ewk_view_on_key_up(void* data, Evas* canvas, Evas_Object* ewkView, void* eventInfo)
664 {
665     Evas_Event_Key_Up* upEvent = static_cast<Evas_Event_Key_Up*>(eventInfo);
666     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
667     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
668     EINA_SAFETY_ON_NULL_RETURN(smartData->api->key_up);
669     smartData->api->key_up(smartData, upEvent);
670 }
671
672 static void _ewk_view_on_show(void* data, Evas*, Evas_Object*, void* /*eventInfo*/)
673 {
674     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
675     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
676     impl->pageProxy->viewStateDidChange(WebPageProxy::ViewIsVisible);
677 }
678
679 static void _ewk_view_on_hide(void* data, Evas*, Evas_Object*, void* /*eventInfo*/)
680 {
681     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
682     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
683
684     // This call may look wrong, but we really need to pass ViewIsVisible here.
685     // viewStateDidChange() itself is responsible for actually setting the visibility to Visible or Hidden
686     // depending on what WebPageProxy::isViewVisible() returns, this simply triggers the process.
687     impl->pageProxy->viewStateDidChange(WebPageProxy::ViewIsVisible);
688 }
689
690 #if OS(TIZEN)
691
692 #if ENABLE(TIZEN_FULLSCREEN_API)
693 Eina_Bool _ewk_view_smart_fullscreen_enter(Ewk_View_Smart_Data* smartData)
694 {
695     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
696
697     ewk_view_main_frame_scrollbar_visible_set(impl->view(), false);
698     evas_object_smart_callback_call(impl->view(), "fullscreen,enterfullscreen", 0);
699     return true;
700 }
701
702 Eina_Bool _ewk_view_smart_fullscreen_exit(Ewk_View_Smart_Data* smartData)
703 {
704     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
705
706     ewk_view_main_frame_scrollbar_visible_set(impl->view(), true);
707     evas_object_smart_callback_call(impl->view(), "fullscreen,exitfullscreen", 0);
708     return true;
709 }
710 #endif
711
712 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
713 Eina_Bool _ewk_view_text_selection_down(Ewk_View_Smart_Data* smartData, int x, int y)
714 {
715     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
716
717     return impl->pageClient->textSelectionDown(IntPoint(x, y));
718 }
719
720 Eina_Bool _ewk_view_text_selection_move(Ewk_View_Smart_Data* smartData, int x, int y)
721 {
722     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
723
724     IntPoint point(x, y);
725     impl->pageClient->textSelectionMove(point);
726
727     return true;
728 }
729
730 Eina_Bool _ewk_view_text_selection_up(Ewk_View_Smart_Data* smartData, int x, int y)
731 {
732     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
733
734     IntPoint point(x, y);
735     impl->pageClient->textSelectionUp(point, true);
736
737     return true;
738 }
739 #endif
740
741 #if ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
742 Eina_Bool _ewk_view_smart_formdata_candidate_show(Ewk_View_Smart_Data* smartData, int x, int y, int w, int h)
743 {
744     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
745
746     impl->pageClient->showFormDataCandidate(IntRect(x, y, w, h));
747
748     return true;
749 }
750
751 Eina_Bool _ewk_view_smart_formdata_candidate_hide(Ewk_View_Smart_Data* smartData)
752 {
753     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
754
755     impl->pageClient->hideFormDataCandidate();
756
757     return true;
758 }
759
760 Eina_Bool _ewk_view_smart_formdata_candidate_update_data(Ewk_View_Smart_Data* smartData, Eina_List* dataList)
761 {
762     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
763
764     Vector<String> formData;
765     Eina_List* list;
766     void* data;
767     EINA_LIST_FOREACH(dataList, list, data)
768         formData.append(String::fromUTF8(static_cast<char*>(data)));
769
770     impl->pageClient->updateFormDataCandidate(formData);
771
772     return true;
773 }
774
775 Eina_Bool _ewk_view_smart_formdata_candidate_is_showing(Ewk_View_Smart_Data* smartData)
776 {
777     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
778
779     return impl->pageClient->isShowingFormDataCandidate();
780 }
781 #endif
782
783 #if ENABLE(TIZEN_SCREEN_READER)
784 Eina_Bool _ewk_view_screen_reader_action_execute(Ewk_View_Smart_Data* smartData, void* actionInfo)
785 {
786     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
787
788     return ScreenReaderProxy::executeAction(impl, 0, static_cast<Elm_Access_Action_Info*>(actionInfo));
789 }
790 #endif
791 #endif // #if OS(TIZEN)
792
793 static Evas_Smart_Class g_parentSmartClass = EVAS_SMART_CLASS_INIT_NULL;
794
795 static void _ewk_view_impl_del(EwkViewImpl* impl)
796 {
797 #if !ENABLE(TIZEN_ICON_DATABASE)
798     /* Unregister icon change callback */
799     Ewk_Favicon_Database* iconDatabase = impl->context->faviconDatabase();
800     iconDatabase->unwatchChanges(_ewk_view_on_favicon_changed);
801 #endif
802
803     delete impl;
804 }
805
806 static void _ewk_view_smart_add(Evas_Object* ewkView)
807 {
808     const Evas_Smart* smart = evas_object_smart_smart_get(ewkView);
809     const Evas_Smart_Class* smartClass = evas_smart_class_get(smart);
810     const Ewk_View_Smart_Class* api = reinterpret_cast<const Ewk_View_Smart_Class*>(smartClass);
811     EWK_VIEW_SD_GET(ewkView, smartData);
812
813     if (!smartData) {
814         smartData = static_cast<Ewk_View_Smart_Data*>(calloc(1, sizeof(Ewk_View_Smart_Data)));
815         if (!smartData) {
816             EINA_LOG_CRIT("could not allocate Ewk_View_Smart_Data");
817             return;
818         }
819         evas_object_smart_data_set(ewkView, smartData);
820     }
821
822     smartData->self = ewkView;
823     smartData->api = api;
824
825     g_parentSmartClass.add(ewkView);
826
827     smartData->priv = new EwkViewImpl(ewkView);
828     if (!smartData->priv) {
829         EINA_LOG_CRIT("could not allocate EwkViewImpl");
830         evas_object_smart_data_set(ewkView, 0);
831         free(smartData);
832         return;
833     }
834
835     // Create evas_object_image to draw web contents.
836     smartData->image = evas_object_image_add(smartData->base.evas);
837     evas_object_image_alpha_set(smartData->image, false);
838     evas_object_image_filled_set(smartData->image, true);
839     evas_object_smart_member_add(smartData->image, ewkView);
840
841 #if OS(TIZEN)
842 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
843     Ecore_Evas* ee = ecore_evas_ecore_evas_get(smartData->base.evas);
844     const char *engine = ecore_evas_engine_name_get(ee);
845     if (engine && !strcmp(engine, "opengl_x11"))
846         evas_object_image_content_hint_set(smartData->image, EVAS_IMAGE_CONTENT_HINT_DYNAMIC);
847 #endif
848     ewk_view_mouse_events_enabled_set(ewkView, false);
849     ewk_view_touch_events_enabled_set(ewkView, true);
850
851     // FIXME: This code should be removed if side effect occur.
852     // WebView does not have focus after url loading.
853     // If focus is set as true to webview,
854     // elementary steal webview's focus during mouse up event
855     // So, added code that events are not propagated to smart parent according to guide from EFL
856     evas_object_propagate_events_set(ewkView, false);
857 #endif // #if OS(TIZEN)
858
859 #define CONNECT(s, c) evas_object_event_callback_add(ewkView, s, c, smartData)
860     CONNECT(EVAS_CALLBACK_FOCUS_IN, _ewk_view_on_focus_in);
861     CONNECT(EVAS_CALLBACK_FOCUS_OUT, _ewk_view_on_focus_out);
862     CONNECT(EVAS_CALLBACK_MOUSE_WHEEL, _ewk_view_on_mouse_wheel);
863     CONNECT(EVAS_CALLBACK_KEY_DOWN, _ewk_view_on_key_down);
864     CONNECT(EVAS_CALLBACK_KEY_UP, _ewk_view_on_key_up);
865     CONNECT(EVAS_CALLBACK_SHOW, _ewk_view_on_show);
866     CONNECT(EVAS_CALLBACK_HIDE, _ewk_view_on_hide);
867 #undef CONNECT
868 }
869
870 static void _ewk_view_smart_del(Evas_Object* ewkView)
871 {
872     EwkViewImpl::removeFromPageViewMap(ewkView);
873     EWK_VIEW_SD_GET(ewkView, smartData);
874 #if ENABLE(TIZEN_SCREEN_READER)
875     ScreenReaderProxy::screenReader().finalize(smartData->priv);
876 #endif
877 #if ENABLE(TIZEN_INPUT_COLOR_PICKER)
878     // Close color picker if it's opened.
879     if (smartData && smartData->priv && smartData->priv->inputPicker->isColorPickerShown())
880         ewk_view_color_picker_color_set(ewkView, 0, 0, 0, 0);
881 #endif
882     if (smartData && smartData->priv)
883         _ewk_view_impl_del(smartData->priv);
884
885     g_parentSmartClass.del(ewkView);
886 }
887
888 static Eina_Bool _ewk_view_composite(void* data);
889
890 static void _ewk_view_smart_resize(Evas_Object* ewkView, Evas_Coord width, Evas_Coord height)
891 {
892     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
893
894     evas_object_resize(smartData->image, width, height);
895     evas_object_image_size_set(smartData->image, width, height);
896     evas_object_image_fill_set(smartData->image, 0, 0, width, height);
897 #if OS(TIZEN)
898     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
899 #if ENABLE(TIZEN_WEBKIT2_TILED_AC)
900     evas_object_image_native_surface_set(smartData->image, 0);
901
902 #if ENABLE(TIZEN_WEBKIT2_VIEW_VISIBILITY)
903     if (impl->pageClient->isVisible()) {
904         Ecore_Evas* ee = ecore_evas_ecore_evas_get(smartData->base.evas);
905         impl->pageClient->updateViewportSize(IntSize(width, height), ecore_evas_rotation_get(ee));
906     } else
907         impl->pageClient->setDeferUpdateViewportSize(true);
908 #else
909     Ecore_Evas* ee = ecore_evas_ecore_evas_get(smartData->base.evas);
910     impl->pageClient->updateViewportSize(IntSize(width, height), ecore_evas_rotation_get(ee));
911 #endif
912
913 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
914     if (!ewk_view_is_opengl_backend(ewkView))
915         _ewk_view_composite(smartData);
916     else // OpenGL backend
917 #endif
918     impl->pageClient->displayViewport();
919 #endif
920 #endif // #if OS(TIZEN)
921
922     smartData->changed.size = true;
923     _ewk_view_smart_changed(smartData);
924 }
925
926 static void _ewk_view_smart_move(Evas_Object* ewkView, Evas_Coord x, Evas_Coord y)
927 {
928     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
929
930     smartData->changed.position = true;
931     _ewk_view_smart_changed(smartData);
932 }
933
934 static void _ewk_view_smart_calculate(Evas_Object* ewkView)
935 {
936     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
937     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
938
939     Evas_Coord x, y, width, height;
940
941     smartData->changed.any = false;
942
943     evas_object_geometry_get(ewkView, &x, &y, &width, &height);
944
945     if (smartData->changed.size) {
946 #if !OS(TIZEN)
947 #if USE(COORDINATED_GRAPHICS)
948         impl->pageViewportControllerClient->updateViewportSize(IntSize(width, height));
949 #endif
950 #if USE(ACCELERATED_COMPOSITING)
951         needsNewSurface = impl->evasGlSurface;
952 #endif
953
954         if (impl->pageProxy->drawingArea())
955             impl->pageProxy->drawingArea()->setSize(IntSize(width, height), IntSize());
956
957 #if USE(ACCELERATED_COMPOSITING)
958         if (!impl->evasGlSurface)
959             return;
960         evas_gl_surface_destroy(impl->evasGl, impl->evasGlSurface);
961         impl->evasGlSurface = 0;
962         ewk_view_create_gl_surface(ewkView, IntSize(width, height));
963         ewk_view_display(ewkView, IntRect(IntPoint(), IntSize(width, height)));
964 #endif
965 #endif // #if !OS(TIZEN)
966
967         smartData->view.w = width;
968         smartData->view.h = height;
969         smartData->changed.size = false;
970
971 #if OS(TIZEN)
972         if (impl->pageClient) {
973             if (DrawingAreaProxy* drawingArea = impl->pageProxy->drawingArea()) {
974 #if ENABLE(TIZEN_WEBKIT2_TILED_AC)
975                 if (impl->pageProxy->isViewVisible())
976                     drawingArea->setSize(IntSize(width, height), IntSize());
977 #else
978                 drawingArea->setSize(IntSize(width, height), IntSize());
979 #endif
980 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE) && !ENABLE(TIZEN_WEBKIT2_EFL_WTR)
981                 Ecore_Evas* ee = ecore_evas_ecore_evas_get(smartData->base.evas);
982                 int newAngle = ecore_evas_rotation_get(ee);
983 #if ENABLE(TIZEN_WEBKIT2_VIEW_VISIBILITY)
984                 if (impl->pageClient->deferUpdateViewportSize()) {
985                     impl->pageClient->updateViewportSize(IntSize(width, height), newAngle);
986                 }
987 #endif
988                 impl->pageClient->updateVisibleContentRectSize(IntSize(width, height));
989                 if (ewk_view_is_opengl_backend(ewkView))
990                     impl->pageClient->displayViewport();
991 #endif
992             }
993 #if ENABLE(TIZEN_WEBKIT2_TILED_SCROLLBAR)
994             impl->pageClient->frameRectChanged();
995 #endif
996         }
997 #endif // #if OS(TIZEN)
998     }
999
1000     if (smartData->changed.position) {
1001         evas_object_move(smartData->image, x, y);
1002         smartData->view.x = x;
1003         smartData->view.y = y;
1004         smartData->changed.position = false;
1005 #if OS(TIZEN)
1006 #if ENABLE(TIZEN_WEBKIT2_TILED_SCROLLBAR)
1007         impl->pageClient->frameRectChanged();
1008 #endif
1009 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
1010         impl->pageClient->updateTextSelectionHandlesAndContextMenu(true);
1011 #endif
1012 #endif // #if OS(TIZEN)
1013     }
1014 #if OS(TIZEN)
1015     if (impl->popupPicker)
1016         ewk_popup_picker_resize(impl->popupPicker);
1017 #endif // #if OS(TIZEN)
1018 }
1019
1020 static void _ewk_view_smart_show(Evas_Object* ewkView)
1021 {
1022     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1023     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1024
1025     if (evas_object_clipees_get(smartData->base.clipper))
1026         evas_object_show(smartData->base.clipper);
1027     evas_object_show(smartData->image);
1028
1029 #if ENABLE(TIZEN_SCREEN_READER)
1030     ScreenReaderProxy::screenReader().initialize(impl);
1031 #endif
1032 }
1033
1034 static void _ewk_view_smart_hide(Evas_Object* ewkView)
1035 {
1036     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1037
1038     evas_object_hide(smartData->base.clipper);
1039     evas_object_hide(smartData->image);
1040 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
1041     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1042     if (impl->pageClient->isTextSelectionMode())
1043         impl->pageClient->setIsTextSelectionMode(false);
1044 #endif
1045 }
1046
1047 static void _ewk_view_smart_color_set(Evas_Object* ewkView, int red, int green, int blue, int alpha)
1048 {
1049     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1050     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1051
1052     if (alpha < 0)
1053         alpha = 0;
1054     else if (alpha > 255)
1055         alpha = 255;
1056
1057 #define CHECK_COLOR(color, alpha) \
1058     if (color < 0)                \
1059         color = 0;                \
1060     else if (color > alpha)       \
1061         color = alpha;
1062     CHECK_COLOR(red, alpha);
1063     CHECK_COLOR(green, alpha);
1064     CHECK_COLOR(blue, alpha);
1065 #undef CHECK_COLOR
1066
1067     evas_object_image_alpha_set(smartData->image, alpha < 255);
1068     impl->pageProxy->setDrawsBackground(red || green || blue);
1069     impl->pageProxy->setDrawsTransparentBackground(alpha < 255);
1070     impl->pageClient->setBackgroundColor(red/255.0, green/255.0, blue/255.0, alpha/255.0);
1071
1072 #if !OS(TIZEN)
1073     g_parentSmartClass.color_set(ewkView, red, green, blue, alpha);
1074 #endif
1075 }
1076
1077 Eina_Bool ewk_view_smart_class_set(Ewk_View_Smart_Class* api)
1078 {
1079     EINA_SAFETY_ON_NULL_RETURN_VAL(api, false);
1080
1081     if (api->version != EWK_VIEW_SMART_CLASS_VERSION) {
1082         EINA_LOG_CRIT("Ewk_View_Smart_Class %p is version %lu while %lu was expected.",
1083              api, api->version, EWK_VIEW_SMART_CLASS_VERSION);
1084         return false;
1085     }
1086
1087     if (EINA_UNLIKELY(!g_parentSmartClass.add))
1088         evas_object_smart_clipped_smart_set(&g_parentSmartClass);
1089
1090     evas_object_smart_clipped_smart_set(&api->sc);
1091
1092     // Set Evas_Smart_Class functions.
1093     api->sc.add = _ewk_view_smart_add;
1094     api->sc.del = _ewk_view_smart_del;
1095     api->sc.move = _ewk_view_smart_move;
1096     api->sc.resize = _ewk_view_smart_resize;
1097     api->sc.show = _ewk_view_smart_show;
1098     api->sc.hide = _ewk_view_smart_hide;
1099     api->sc.color_set = _ewk_view_smart_color_set;
1100     api->sc.calculate = _ewk_view_smart_calculate;
1101     api->sc.data = EWK_VIEW_TYPE_STR; // It is used by type checking.
1102
1103     // Set Ewk_View_Smart_Class functions.
1104     api->focus_in = _ewk_view_smart_focus_in;
1105     api->focus_out = _ewk_view_smart_focus_out;
1106     api->mouse_wheel = _ewk_view_smart_mouse_wheel;
1107     api->mouse_down = _ewk_view_smart_mouse_down;
1108     api->mouse_up = _ewk_view_smart_mouse_up;
1109     api->mouse_move = _ewk_view_smart_mouse_move;
1110     api->key_down = _ewk_view_smart_key_down;
1111     api->key_up = _ewk_view_smart_key_up;
1112 #if OS(TIZEN)
1113     api->gesture_start = _ewk_view_smart_gesture_start;
1114     api->gesture_end = _ewk_view_smart_gesture_end;
1115     api->gesture_move = _ewk_view_smart_gesture_move;
1116
1117 #if ENABLE(TIZEN_FULLSCREEN_API)
1118     api->fullscreen_enter = _ewk_view_smart_fullscreen_enter;
1119     api->fullscreen_exit = _ewk_view_smart_fullscreen_exit;
1120 #endif
1121
1122 #if ENABLE(TIZEN_WEBKIT2_POPUP_INTERNAL)
1123     api->popup_menu_show = _ewk_view_popup_menu_show;
1124 #if ENABLE(TIZEN_MULTIPLE_SELECT)
1125     api->multiple_popup_menu_show = _ewk_view_multiple_popup_menu_show;
1126 #endif
1127     api->popup_menu_hide = _ewk_view_popup_menu_hide;
1128     api->popup_menu_update = _ewk_view_popup_menu_update;
1129 #endif
1130 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
1131     api->text_selection_down = _ewk_view_text_selection_down;
1132     api->text_selection_move = _ewk_view_text_selection_move;
1133     api->text_selection_up = _ewk_view_text_selection_up;
1134 #endif
1135 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
1136     api->input_picker_show = _ewk_view_input_picker_show;
1137 #endif
1138 #if ENABLE(TIZEN_DATALIST_ELEMENT)
1139     api->data_list_show = _ewk_view_data_list_show;
1140     api->data_list_hide = _ewk_view_data_list_hide;
1141 #endif
1142 #if ENABLE(TIZEN_SCREEN_ORIENTATION_SUPPORT_INTERNAL)
1143     api->orientation_lock = _ewk_orientation_lock;
1144     api->orientation_unlock = _ewk_orientation_unlock;
1145 #endif
1146 #if ENABLE(TIZEN_INPUT_COLOR_PICKER)
1147     api->input_picker_color_request = _ewk_input_picker_color_request;
1148     api->input_picker_color_dismiss = _ewk_input_picker_color_dismiss;
1149 #endif
1150 #if ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
1151     api->formdata_candidate_show = _ewk_view_smart_formdata_candidate_show;
1152     api->formdata_candidate_hide = _ewk_view_smart_formdata_candidate_hide;
1153     api->formdata_candidate_update_data = _ewk_view_smart_formdata_candidate_update_data;
1154     api->formdata_candidate_is_showing = _ewk_view_smart_formdata_candidate_is_showing;
1155 #endif
1156 #if ENABLE(TIZEN_SCREEN_READER)
1157     api->screen_reader_action_execute = _ewk_view_screen_reader_action_execute;
1158 #endif
1159 #endif //#if OS(TIZEN)
1160
1161     return true;
1162 }
1163
1164 static inline Evas_Smart* _ewk_view_smart_class_new(void)
1165 {
1166     static Ewk_View_Smart_Class api = EWK_VIEW_SMART_CLASS_INIT_NAME_VERSION("Ewk_View");
1167     static Evas_Smart* smart = 0;
1168
1169     if (EINA_UNLIKELY(!smart)) {
1170         ewk_view_smart_class_set(&api);
1171         smart = evas_smart_class_new(&api.sc);
1172     }
1173
1174     return smart;
1175 }
1176
1177 static void _ewk_view_initialize(Evas_Object* ewkView, PassRefPtr<Ewk_Context> context, WKPageGroupRef pageGroupRef)
1178 {
1179     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1180     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1181     EINA_SAFETY_ON_NULL_RETURN(context);
1182
1183     if (impl->pageClient)
1184         return;
1185
1186 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
1187     bool isOpenGL = ewk_view_is_opengl_backend(ewkView);
1188     if (isOpenGL)
1189         impl->pageClient = PageClientEvasGL::create(impl);
1190     else
1191         impl->pageClient = PageClientImpl::create(impl);
1192 #else
1193     impl->pageClient = PageClientImpl::create(impl);
1194 #endif
1195
1196     if (pageGroupRef)
1197         impl->pageProxy = toImpl(context->wkContext())->createWebPage(impl->pageClient.get(), toImpl(pageGroupRef));
1198     else
1199         impl->pageProxy = toImpl(context->wkContext())->createWebPage(impl->pageClient.get(), WebPageGroup::create().get());
1200
1201     EwkViewImpl::addToPageViewMap(ewkView);
1202
1203 #if OS(TIZEN)
1204     impl->pageProxy->pageGroup()->preferences()->setAcceleratedCompositingEnabled(true);
1205     impl->pageProxy->pageGroup()->preferences()->setForceCompositingMode(true);
1206     impl->pageProxy->pageGroup()->preferences()->setFrameFlatteningEnabled(true);
1207     impl->pageProxy->pageGroup()->preferences()->setAllowUniversalAccessFromFileURLs(true);
1208 #endif
1209
1210     impl->pageProxy->initializeWebPage();
1211
1212 #if ENABLE(TIZEN_VIEWPORT_META_TAG)
1213     impl->pageProxy->setCustomDeviceScaleFactor((float)getMobileDPI() / 160);
1214 #else
1215     impl->pageProxy->setCustomDeviceScaleFactor((float)getDPI() / 160);
1216 #endif
1217
1218 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE) && !ENABLE(TIZEN_WEBKIT2_EFL_WTR)
1219     impl->pageProxy->setUseFixedLayout(true);
1220 #endif
1221 #if ENABLE(FULLSCREEN_API)
1222     impl->pageProxy->fullScreenManager()->setWebView(ewkView);
1223 #endif
1224
1225 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
1226     if (isOpenGL)
1227         impl->pageProxy->drawingArea()->layerTreeCoordinatorProxy()->initializeAcceleratedCompositingMode(true);
1228     else {
1229         impl->pageProxy->pageGroup()->preferences()->setAcceleratedCompositingEnabled(false);
1230         impl->pageProxy->pageGroup()->preferences()->setWebGLEnabled(false);
1231         impl->pageProxy->drawingArea()->layerTreeCoordinatorProxy()->initializeAcceleratedCompositingMode(false);
1232     }
1233 #endif
1234
1235     impl->backForwardList = Ewk_Back_Forward_List::create(toAPI(impl->pageProxy->backForwardList()));
1236
1237     impl->context = context;
1238
1239 #if OS(TIZEN)
1240     ewkViewContextMenuClientAttachClient(ewkView);
1241     ewkViewTizenClientAttachClient(ewkView);
1242
1243 #if ENABLE(TIZEN_GEOLOCATION)
1244     ewkViewGeolocationProviderAttachProvider(ewkView, impl->context->wkContext());
1245 #endif
1246
1247 #if ENABLE(TIZEN_NOTIFICATIONS)
1248     ewkViewNotificationProviderAttachProvider(ewkView, impl->context->wkContext());
1249 #endif
1250
1251 #if ENABLE(TIZEN_ICON_DATABASE)
1252     ewk_view_icondatabase_client_attach(ewkView, impl->context->wkContext());
1253 #endif
1254
1255     ewk_view_javascript_alert_callback_set(ewkView, _ewk_view_default_javascript_alert, 0);
1256     ewk_view_javascript_confirm_callback_set(ewkView, _ewk_view_default_javascript_confirm, 0);
1257     ewk_view_javascript_prompt_callback_set(ewkView, _ewk_view_default_javascript_prompt, 0);
1258 #if ENABLE(TIZEN_SUPPORT_BEFORE_UNLOAD_CONFIRM_PANEL)
1259     ewk_view_before_unload_confirm_panel_callback_set(ewkView, _ewk_view_default_before_unload_confirm_panel, 0);
1260 #endif
1261     ewk_view_open_panel_callback_set(ewkView, _ewk_view_default_open_panel, 0);
1262 #else // #if OS(TIZEN)
1263 #if USE(COORDINATED_GRAPHICS)
1264     impl->viewportHandler = EflViewportHandler::create(impl->pageClient.get());
1265 #endif
1266 #endif // #if OS(TIZEN)
1267
1268 #if ENABLE(FULLSCREEN_API)
1269     impl->pageProxy->fullScreenManager()->setWebView(ewkView);
1270     impl->pageProxy->pageGroup()->preferences()->setFullScreenEnabled(true);
1271 #endif
1272
1273     // Initialize page clients.
1274     impl->pageLoadClient = PageLoadClientEfl::create(impl);
1275     impl->pagePolicyClient = PagePolicyClientEfl::create(impl);
1276     impl->pageUIClient = PageUIClientEfl::create(impl);
1277     impl->resourceLoadClient = ResourceLoadClientEfl::create(impl);
1278     impl->findClient = FindClientEfl::create(impl);
1279     impl->formClient = FormClientEfl::create(impl);
1280 #if !ENABLE(TIZEN_ICON_DATABASE)
1281     /* Listen for favicon changes */
1282     Ewk_Favicon_Database* iconDatabase = impl->context->faviconDatabase();
1283     iconDatabase->watchChanges(IconChangeCallbackData(_ewk_view_on_favicon_changed, ewkView));
1284 #endif
1285 #if ENABLE(TIZEN_WEBKIT2_THEME_SET_INTERNAL)
1286     ewk_view_theme_set(ewkView, "/usr/share/edje/webkit.edj");
1287 #endif
1288
1289 #if ENABLE(TIZEN_WEBKIT2_CONTEXT_X_WINDOW)
1290     if (!impl->context->xWindow())
1291         impl->context->setXWindow(elm_win_xwindow_get(ewkView));
1292 #endif
1293
1294 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
1295     impl->focusRing = FocusRing::create(impl);
1296 #endif
1297 }
1298
1299 static Evas_Object* _ewk_view_add_with_smart(Evas* canvas, Evas_Smart* smart)
1300 {
1301     EINA_SAFETY_ON_NULL_RETURN_VAL(canvas, 0);
1302     EINA_SAFETY_ON_NULL_RETURN_VAL(smart, 0);
1303
1304 #if ENABLE(TIZEN_WEBKIT2_DDK_CHECK)
1305     {
1306         using namespace EGL;
1307         if(!eglGetDisplay(EGL_DEFAULT_DISPLAY)) {
1308             EINA_LOG_CRIT("Fail in initiziling view because No DDK is installed.");
1309             return 0;
1310         }
1311     }
1312 #endif
1313
1314     Evas_Object* ewkView = evas_object_smart_add(canvas, smart);
1315     if (!ewkView)
1316         return 0;
1317
1318     EWK_VIEW_SD_GET(ewkView, smartData);
1319     if (!smartData) {
1320         evas_object_del(ewkView);
1321         return 0;
1322     }
1323
1324     EWK_VIEW_IMPL_GET(smartData, impl);
1325     if (!impl) {
1326         evas_object_del(ewkView);
1327         return 0;
1328     }
1329
1330     return ewkView;
1331 }
1332
1333 /**
1334  * @internal
1335  * Constructs a ewk_view Evas_Object with WKType parameters.
1336  */
1337 Evas_Object* ewk_view_base_add(Evas* canvas, WKContextRef contextRef, WKPageGroupRef pageGroupRef)
1338 {
1339     EINA_SAFETY_ON_NULL_RETURN_VAL(canvas, 0);
1340     EINA_SAFETY_ON_NULL_RETURN_VAL(contextRef, 0);
1341
1342     Evas_Object* ewkView = _ewk_view_add_with_smart(canvas, _ewk_view_smart_class_new());
1343     if (!ewkView)
1344         return 0;
1345
1346     _ewk_view_initialize(ewkView, Ewk_Context::create(contextRef), pageGroupRef);
1347
1348     return ewkView;
1349 }
1350
1351 Evas_Object* ewk_view_smart_add(Evas* canvas, Evas_Smart* smart, Ewk_Context* context)
1352 {
1353     EINA_SAFETY_ON_NULL_RETURN_VAL(canvas, 0);
1354     EINA_SAFETY_ON_NULL_RETURN_VAL(smart, 0);
1355     EINA_SAFETY_ON_NULL_RETURN_VAL(context, 0);
1356
1357     Evas_Object* ewkView = _ewk_view_add_with_smart(canvas, smart);
1358     if (!ewkView)
1359         return 0;
1360
1361 #if ENABLE(TIZEN_ICON_DATABASE)
1362     //set default iconDatabasePath
1363     WKContextRef contextRef = context->wkContext();
1364     toImpl(contextRef)->setIconDatabasePath(toImpl(contextRef)->iconDatabasePath());
1365 #endif
1366
1367 #if ENABLE(TIZEN_WEBKIT2_CREATE_VIEW_WITH_CREATED_PAGE_GROUP_WITH_IDENTIFIER)
1368     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1369     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1370     _ewk_view_initialize(ewkView, context, toAPI(impl->pageGroup.get()));
1371 #else
1372     _ewk_view_initialize(ewkView, context, 0);
1373 #endif
1374
1375     return ewkView;
1376 }
1377
1378 Evas_Object* ewk_view_add_with_context(Evas* canvas, Ewk_Context* context)
1379 {
1380     EINA_SAFETY_ON_NULL_RETURN_VAL(context, 0);
1381     return ewk_view_smart_add(canvas, _ewk_view_smart_class_new(), context);
1382 }
1383
1384 Evas_Object* ewk_view_add(Evas* canvas)
1385 {
1386     return ewk_view_add_with_context(canvas, ewk_context_default_get());
1387 }
1388
1389 Ewk_Context* ewk_view_context_get(const Evas_Object* ewkView)
1390 {
1391     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1392     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1393
1394     return impl->ewkContext();
1395 }
1396
1397 Eina_Bool ewk_view_url_set(Evas_Object* ewkView, const char* url)
1398 {
1399     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1400     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1401     EINA_SAFETY_ON_NULL_RETURN_VAL(url, false);
1402
1403     impl->pageProxy->loadURL(String::fromUTF8(url));
1404     impl->informURLChange();
1405
1406     return true;
1407 }
1408
1409 const char* ewk_view_url_get(const Evas_Object* ewkView)
1410 {
1411     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1412     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1413
1414     return impl->url();
1415 }
1416
1417 const char *ewk_view_icon_url_get(const Evas_Object *ewkView)
1418 {
1419     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1420     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1421
1422     return impl->faviconURL();
1423 }
1424
1425 Eina_Bool ewk_view_reload(Evas_Object* ewkView)
1426 {
1427     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1428     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1429
1430     impl->pageClient->prepareRestoredVisibleContectRect();
1431     impl->pageProxy->reload(/*reloadFromOrigin*/ false);
1432     impl->informURLChange();
1433
1434     return true;
1435 }
1436
1437 Eina_Bool ewk_view_reload_bypass_cache(Evas_Object* ewkView)
1438 {
1439     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1440     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1441
1442     impl->pageProxy->reload(/*reloadFromOrigin*/ true);
1443     impl->informURLChange();
1444
1445     return true;
1446 }
1447
1448 Eina_Bool ewk_view_stop(Evas_Object* ewkView)
1449 {
1450     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1451     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1452
1453     impl->pageProxy->stopLoading();
1454
1455     return true;
1456 }
1457
1458 Ewk_Settings* ewk_view_settings_get(const Evas_Object* ewkView)
1459 {
1460     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1461     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1462
1463     return impl->settings();
1464 }
1465
1466 const char* ewk_view_title_get(const Evas_Object* ewkView)
1467 {
1468     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1469     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1470
1471     return impl->title();
1472 }
1473
1474 /**
1475  * @internal
1476  * Reports that the requested text was found.
1477  *
1478  * Emits signal: "text,found" with the number of matches.
1479  */
1480 void ewk_view_text_found(Evas_Object* ewkView, unsigned int matchCount)
1481 {
1482     evas_object_smart_callback_call(ewkView, "text,found", &matchCount);
1483 }
1484
1485 double ewk_view_load_progress_get(const Evas_Object* ewkView)
1486 {
1487     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, -1.0);
1488     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, -1.0);
1489
1490     return impl->pageProxy->estimatedProgress();
1491 }
1492
1493 Eina_Bool ewk_view_scale_set(Evas_Object* ewkView, double scaleFactor, int x, int y)
1494 {
1495     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1496     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1497
1498 #if OS(TIZEN)
1499     // FIXME
1500     int centerX = x;
1501     int centerY = y;
1502     scaleFactor = impl->pageClient->adjustScaleWithViewport(scaleFactor);
1503
1504     IntPoint scrollPosition = impl->pageClient->scrollPosition();
1505     double scaleDifference = scaleFactor / impl->pageClient->scaleFactor();
1506     int newScrollX = (scrollPosition.x() + centerX - smartData->view.x) * scaleDifference - (centerX - smartData->view.x);
1507     int newScrollY = (scrollPosition.y() + centerY - smartData->view.y) * scaleDifference - (centerY - smartData->view.y);
1508
1509     impl->pageProxy->scale(scaleFactor, IntPoint(newScrollX, newScrollY));
1510 #else
1511     impl->pageProxy->scalePage(scaleFactor, IntPoint(x, y));
1512 #endif
1513     return true;
1514 }
1515
1516 double ewk_view_scale_get(const Evas_Object* ewkView)
1517 {
1518     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, -1);
1519     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, -1);
1520
1521 #if OS(TIZEN)
1522     return impl->pageProxy->scaleFactor();
1523 #else
1524     return impl->pageProxy->pageScaleFactor();
1525 #endif
1526 }
1527
1528 Eina_Bool ewk_view_device_pixel_ratio_set(Evas_Object* ewkView, float ratio)
1529 {
1530     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1531     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1532
1533     impl->pageProxy->setCustomDeviceScaleFactor(ratio);
1534
1535     return true;
1536 }
1537
1538 float ewk_view_device_pixel_ratio_get(const Evas_Object* ewkView)
1539 {
1540     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, -1.0);
1541     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, -1.0);
1542
1543     return impl->pageProxy->deviceScaleFactor();
1544 }
1545
1546 void ewk_view_theme_set(Evas_Object* ewkView, const char* path)
1547 {
1548     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1549     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1550
1551     impl->setThemePath(path);
1552 }
1553
1554 const char* ewk_view_theme_get(const Evas_Object* ewkView)
1555 {
1556     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1557     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1558
1559     return impl->themePath();
1560 }
1561
1562 Eina_Bool ewk_view_back(Evas_Object* ewkView)
1563 {
1564     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1565     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1566
1567     WebPageProxy* page = impl->pageProxy.get();
1568     if (page->canGoBack()) {
1569         page->goBack();
1570         return true;
1571     }
1572
1573     return false;
1574 }
1575
1576 Eina_Bool ewk_view_forward(Evas_Object* ewkView)
1577 {
1578     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1579     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1580
1581     WebPageProxy* page = impl->pageProxy.get();
1582     if (page->canGoForward()) {
1583         page->goForward();
1584         return true;
1585     }
1586
1587     return false;
1588 }
1589
1590 Eina_Bool ewk_view_intent_deliver(Evas_Object* ewkView, Ewk_Intent* intent)
1591 {
1592 #if ENABLE(WEB_INTENTS)
1593     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1594     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1595     EINA_SAFETY_ON_NULL_RETURN_VAL(intent, false);
1596
1597     WebPageProxy* page = impl->pageProxy.get();
1598     page->deliverIntentToFrame(page->mainFrame(), intent->webIntentData());
1599
1600     return true;
1601 #else
1602     return false;
1603 #endif
1604 }
1605
1606 Eina_Bool ewk_view_back_possible(Evas_Object* ewkView)
1607 {
1608     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1609     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1610
1611     return impl->pageProxy->canGoBack();
1612 }
1613
1614 Eina_Bool ewk_view_forward_possible(Evas_Object* ewkView)
1615 {
1616     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1617     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1618
1619     return impl->pageProxy->canGoForward();
1620 }
1621
1622 Ewk_Back_Forward_List* ewk_view_back_forward_list_get(const Evas_Object* ewkView)
1623 {
1624     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1625     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1626
1627     return impl->backForwardList.get();
1628 }
1629
1630 #if ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
1631 void ewk_view_text_change_in_textfield(Evas_Object* ewkView, const String& name, const String& value)
1632 {
1633     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1634     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1635
1636     if (!ewk_settings_form_candidate_data_enabled_get(ewk_view_settings_get(ewkView)))
1637         return;
1638
1639     if (value.isEmpty()) {
1640         if(smartData->api->formdata_candidate_is_showing(smartData))
1641             smartData->api->formdata_candidate_hide(smartData);
1642         return;
1643     }
1644
1645     Vector<String> popupCandidates;
1646     ewk_view_form_candidate_data_get(ewkView, name, popupCandidates);
1647     std::sort(popupCandidates.begin(), popupCandidates.end(), WTF::codePointCompareLessThan);
1648
1649     Eina_List* candidateList = 0;
1650     for (size_t i = 0; i < popupCandidates.size(); ++i) {
1651         if (popupCandidates[i].startsWith(value, false))
1652             candidateList = eina_list_append(candidateList, eina_stringshare_add(popupCandidates[i].utf8().data()));
1653     }
1654
1655     if (!eina_list_count(candidateList)) {
1656         if(smartData->api->formdata_candidate_is_showing(smartData))
1657             smartData->api->formdata_candidate_hide(smartData);
1658         return;
1659     }
1660
1661     smartData->api->formdata_candidate_update_data(smartData, candidateList);
1662
1663     IntRect inputFieldRect = impl->transformToScene().mapRect(impl->pageClient->focusedNodeRect());
1664     smartData->api->formdata_candidate_show(smartData, inputFieldRect.x(), inputFieldRect.y(), inputFieldRect.width(), inputFieldRect.height());
1665 }
1666
1667 void ewk_view_form_data_add(Evas_Object* ewkView, WKDictionaryRef& formData, bool isPasswordForm)
1668 {
1669     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1670     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1671     if (!ewk_settings_autofill_password_form_enabled_get(ewk_view_settings_get(ewkView))
1672         && !ewk_settings_form_candidate_data_enabled_get(ewk_view_settings_get(ewkView)))
1673         return;
1674     ewk_view_context_get(ewkView)->addFormData(impl->url(), formData, isPasswordForm);
1675 }
1676
1677 void ewk_view_form_password_data_fill(Evas_Object* ewkView)
1678 {
1679     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1680     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1681
1682     if (!ewk_settings_autofill_password_form_enabled_get(ewk_view_settings_get(ewkView)))
1683         return;
1684
1685     Vector<std::pair<String, String> > passwordFormData;
1686     ewk_view_context_get(ewkView)->passwordFormData(impl->url(), passwordFormData);
1687
1688     if (!passwordFormData.size())
1689         return;
1690
1691     String passwordFormAutofill = String::fromUTF8("try { function passwordFormAutofill() { var inputFields;");
1692     for (size_t i = 0; i < passwordFormData.size(); i++) {
1693         passwordFormAutofill += String::fromUTF8(" inputFields = document.getElementsByName(\"");
1694         passwordFormAutofill += passwordFormData[i].first;
1695         passwordFormAutofill += String::fromUTF8("\");");
1696         passwordFormAutofill += String::fromUTF8(" for (var i = 0; i < inputFields.length; i++)");
1697         passwordFormAutofill += String::fromUTF8(" if (inputFields[i].tagName.toLowerCase() == \"input\" && (inputFields[i].type.toLowerCase() == \"text\" || inputFields[i].type.toLowerCase() == \"password\" || inputFields[i].type.toLowerCase() == \"email\"))");
1698         passwordFormAutofill += String::fromUTF8(" inputFields[i].value = \"");
1699         passwordFormAutofill += passwordFormData[i].second;
1700         passwordFormAutofill += String::fromUTF8("\";");
1701     }
1702     passwordFormAutofill += String::fromUTF8("} passwordFormAutofill(); } catch(e) { }");
1703     ewk_view_script_execute(ewkView, passwordFormAutofill.utf8().data(), 0, 0);
1704 }
1705
1706 void ewk_view_form_candidate_data_get(Evas_Object* ewkView, const String& name, Vector<String>& candidates)
1707 {
1708     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
1709     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
1710     ewk_view_context_get(ewkView)->candidateFormData(name, candidates);
1711 }
1712 #endif
1713
1714 Eina_Bool ewk_view_html_string_load(Evas_Object* ewkView, const char* html, const char* baseUrl, const char* unreachableUrl)
1715 {
1716     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1717     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1718     EINA_SAFETY_ON_NULL_RETURN_VAL(html, false);
1719
1720     if (unreachableUrl && *unreachableUrl)
1721         impl->pageProxy->loadAlternateHTMLString(String::fromUTF8(html), baseUrl ? String::fromUTF8(baseUrl) : "", String::fromUTF8(unreachableUrl));
1722     else
1723         impl->pageProxy->loadHTMLString(String::fromUTF8(html), baseUrl ? String::fromUTF8(baseUrl) : "");
1724
1725     impl->informURLChange();
1726
1727     return true;
1728 }
1729
1730 const char* ewk_view_custom_encoding_get(const Evas_Object* ewkView)
1731 {
1732     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1733     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1734
1735     return impl->customTextEncodingName();
1736 }
1737
1738 Eina_Bool ewk_view_custom_encoding_set(Evas_Object* ewkView, const char* encoding)
1739 {
1740     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1741     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1742
1743     impl->setCustomTextEncodingName(encoding);
1744
1745     return true;
1746 }
1747
1748 #if OS(TIZEN)
1749 // FIXME: It should be removed.
1750 WKPageRef ewk_view_WKPage_get(Evas_Object* ewkView)
1751 {
1752     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1753     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1754
1755     return toAPI(impl->pageProxy.get());
1756 }
1757
1758 Eina_Bool ewk_view_mouse_events_enabled_set(Evas_Object* ewkView, Eina_Bool enabled)
1759 {
1760     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1761     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1762
1763     impl->setMouseEventsEnabled(!!enabled);
1764
1765     return true;
1766 }
1767
1768 Eina_Bool ewk_view_mouse_events_enabled_get(const Evas_Object* ewkView)
1769 {
1770     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1771     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1772
1773     return impl->mouseEventsEnabled();
1774 }
1775
1776 Eina_Bool ewk_view_color_picker_color_set(Evas_Object* ewkView, int r, int g, int b, int a)
1777 {
1778 #if ENABLE(INPUT_TYPE_COLOR)
1779     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1780     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1781
1782     return impl->setColorPickerColor(WebCore::Color(r, g, b, a));
1783 #else
1784     return false;
1785 #endif
1786 }
1787
1788 static Eina_Bool _ewk_view_default_javascript_alert(Evas_Object* ewkView, const char* alertText, void* userData)
1789 {
1790     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1791     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1792
1793     return impl->javascriptPopup->alert(alertText);
1794 }
1795
1796 static Eina_Bool _ewk_view_default_javascript_confirm(Evas_Object* ewkView, const char* message, void* userData)
1797 {
1798     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1799     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1800
1801     return impl->javascriptPopup->confirm(message);
1802 }
1803
1804 static Eina_Bool _ewk_view_default_javascript_prompt(Evas_Object* ewkView, const char* message, const char* defaultValue, void* userData)
1805 {
1806     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1807     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1808
1809     return impl->javascriptPopup->prompt(message, defaultValue);
1810 }
1811
1812 #if ENABLE(TIZEN_SUPPORT_BEFORE_UNLOAD_CONFIRM_PANEL)
1813 static Eina_Bool _ewk_view_default_before_unload_confirm_panel(Evas_Object* ewkView, const char* message, void* userData)
1814 {
1815     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1816     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1817
1818     return impl->javascriptPopup->beforeUnloadConfirmPanel(message);
1819 }
1820 #endif
1821
1822 static Eina_Bool _ewk_view_default_open_panel(Evas_Object* ewkView, Eina_Bool allow_multiple_files, Eina_List *accepted_mime_types, const char* capture, void* userData)
1823 {
1824     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1825     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1826
1827     return impl->openPanel->openPanel(ewkView, allow_multiple_files, accepted_mime_types, capture, impl);
1828 }
1829
1830 #if ENABLE(TIZEN_WEBKIT2_POPUP_INTERNAL)
1831 Eina_Bool _ewk_view_popup_menu_show(Ewk_View_Smart_Data* smartData, Eina_Rectangle rect, Ewk_Text_Direction text_direction, double page_scale_factor, Eina_List* items, int selectedIndex)
1832 {
1833     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1834
1835     if (impl->popupPicker)
1836         ewk_popup_picker_del(impl->popupPicker);
1837
1838 #if ENABLE(TIZEN_MULTIPLE_SELECT)
1839     impl->popupPicker = ewk_popup_picker_new(smartData->self, items, selectedIndex, false);
1840 #else
1841     impl->popupPicker = ewk_popup_picker_new(smartData->self, items, selectedIndex);
1842 #endif
1843
1844     return true;
1845 }
1846
1847 #if ENABLE(TIZEN_MULTIPLE_SELECT)
1848 Eina_Bool _ewk_view_multiple_popup_menu_show(Ewk_View_Smart_Data* smartData, Eina_Rectangle rect, Ewk_Text_Direction text_direction, double page_scale_factor, Eina_List* items)
1849 {
1850     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1851
1852     if (impl->popupPicker)
1853         ewk_popup_picker_del(impl->popupPicker);
1854
1855     impl->popupPicker = ewk_popup_picker_new(smartData->self, items, 0, true);
1856
1857     return true;
1858 }
1859 #endif
1860
1861 Eina_Bool _ewk_view_popup_menu_hide(Ewk_View_Smart_Data* smartData)
1862 {
1863     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1864
1865     if (!impl->popupPicker)
1866         return false;
1867
1868     ewk_popup_picker_del(impl->popupPicker);
1869     impl->popupPicker = 0;
1870
1871     return true;
1872 }
1873
1874 Eina_Bool _ewk_view_popup_menu_update(Ewk_View_Smart_Data* smartData, Eina_Rectangle rect, Ewk_Text_Direction text_direction, Eina_List* items, int selectedIndex)
1875 {
1876     // FIXME: The rect should be updated if it was changed
1877
1878     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1879
1880     if (!impl->popupPicker)
1881         return false;
1882
1883     ewk_popup_picker_update(smartData->self, impl->popupPicker, items, selectedIndex);
1884
1885     return true;
1886 }
1887 #endif
1888
1889 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
1890 static Eina_Bool _ewk_view_input_picker_show(Ewk_View_Smart_Data* smartData, Ewk_Input_Type inputType, const char* inputValue)
1891 {
1892     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1893
1894     impl->inputPicker->show(inputType, inputValue);
1895     return true;
1896 }
1897 #endif
1898
1899 #if ENABLE(TIZEN_DATALIST_ELEMENT)
1900 static Eina_Bool _ewk_view_data_list_show(Ewk_View_Smart_Data* smartData, Ewk_Input_Type inputType, Eina_List* optionList)
1901 {
1902     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1903
1904     impl->inputPicker->showDataList(inputType, optionList);
1905     return true;
1906 }
1907
1908 static Eina_Bool _ewk_view_data_list_hide(Ewk_View_Smart_Data* smartData, Ewk_Input_Type inputType)
1909 {
1910     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1911
1912     impl->inputPicker->hideDataList(inputType);
1913     return true;
1914 }
1915 #endif
1916
1917 #if ENABLE(TIZEN_INPUT_COLOR_PICKER)
1918 static Eina_Bool _ewk_input_picker_color_request(Ewk_View_Smart_Data* smartData, int r, int g, int b, int a)
1919 {
1920     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1921
1922     impl->inputPicker->showColorPicker(r, g, b, a);
1923     return true;
1924 }
1925
1926 static Eina_Bool _ewk_input_picker_color_dismiss(Ewk_View_Smart_Data* smartData)
1927 {
1928     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1929
1930     impl->inputPicker->hideColorPicker();
1931     return true;
1932 }
1933 #endif
1934
1935 PageClientImpl* ewkViewGetPageClient(const Evas_Object* ewkView)
1936 {
1937     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1938     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1939
1940     return impl->pageClient.get();
1941 }
1942
1943 double ewk_view_text_zoom_get(const Evas_Object* ewkView)
1944 {
1945     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 1);
1946     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 1);
1947
1948     return WKPageGetTextZoomFactor(toAPI(impl->pageProxy.get()));
1949 }
1950
1951 Eina_Bool ewk_view_text_zoom_set(Evas_Object* ewkView, double textZoomFactor)
1952 {
1953     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
1954     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
1955
1956     WKPageSetTextZoomFactor(toAPI(impl->pageProxy.get()), textZoomFactor);
1957     return true;
1958 }
1959
1960 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
1961 FocusRing* ewkViewGetFocusRing(Evas_Object* ewkView)
1962 {
1963     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1964     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1965
1966     return impl->focusRing.get();
1967 }
1968 #endif
1969
1970 Ewk_Frame_Ref ewk_view_main_frame_get(Evas_Object* ewkView)
1971 {
1972     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1973     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1974
1975     return static_cast<Ewk_Frame_Ref>(WKPageGetMainFrame(toAPI(impl->pageProxy.get())));
1976 }
1977
1978 Ewk_Frame_Ref ewk_view_focused_frame_get(Evas_Object* ewkView)
1979 {
1980     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1981     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1982
1983     return static_cast<Ewk_Frame_Ref>(WKPageGetFocusedFrame(toAPI(impl->pageProxy.get())));
1984 }
1985
1986 JSGlobalContextRef ewkViewGetJavascriptGlobalContext(Evas_Object* ewkView)
1987 {
1988     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
1989     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
1990
1991     if (!impl->javascriptGlobalContext)
1992         impl->javascriptGlobalContext = JSGlobalContextCreate(0);
1993     return impl->javascriptGlobalContext;
1994 }
1995
1996 void ewkViewLoadCommitted(Evas_Object* ewkView)
1997 {
1998 #if ENABLE(TIZEN_GESTURE)
1999     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2000     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2001     impl->gestureClient->reset();
2002 #endif
2003 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
2004     if (impl->focusRing)
2005         impl->focusRing->hide();
2006 #endif
2007 #if ENABLE(TIZEN_ISF_PORT)
2008     impl->inputMethodContext()->hideIMFContext();
2009 #endif
2010 #if ENABLE(TIZEN_WEBKIT2_FORM_DATABASE)
2011     if (smartData->api->formdata_candidate_is_showing(smartData))
2012         smartData->api->formdata_candidate_hide(smartData);
2013 #endif
2014     impl->informURLChange();
2015     evas_object_smart_callback_call(ewkView, "load,committed", 0);
2016 }
2017
2018 void ewkViewLoadError(Evas_Object* ewkView, WKErrorRef error)
2019 {
2020     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2021     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2022
2023     OwnPtr<Ewk_Error> ewkError = Ewk_Error::create(error);
2024     ewk_error_load_error_page(ewkError.get(), toAPI(impl->pageProxy.get()));
2025     evas_object_smart_callback_call(ewkView, "load,error", ewkError.get());
2026 }
2027
2028 void ewkViewDidFirstVisuallyNonEmptyLayout(Evas_Object* ewkView)
2029 {
2030 #if ENABLE(TIZEN_GESTURE)
2031     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2032     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2033     impl->gestureClient->reset();
2034 #endif
2035     evas_object_smart_callback_call(ewkView, "load,nonemptylayout,finished", 0);
2036 }
2037
2038 void ewkViewDidReceiveAuthenticationChallenge(Evas_Object* ewkView, Ewk_Auth_Challenge* authChallenge)
2039 {
2040     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2041     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2042
2043     if (impl->authChallenge)
2044         ewkAuthChallengeDelete(impl->authChallenge);
2045     impl->authChallenge = authChallenge;
2046
2047     evas_object_smart_callback_call(ewkView, "authentication,challenge", impl->authChallenge);
2048 }
2049
2050 void ewk_view_process_crashed(Evas_Object* ewkView)
2051 {
2052     bool handled = false;
2053     evas_object_smart_callback_call(ewkView, "process,crashed", &handled);
2054
2055     if (!handled)
2056         exit(0);
2057 }
2058
2059 #if ENABLE(TIZEN_SQL_DATABASE)
2060 bool ewkViewExceededDatabaseQuota(Evas_Object* ewkView, WKSecurityOriginRef origin, WKStringRef databaseName, unsigned long long expectedUsage)
2061 {
2062     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2063     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2064
2065     if (!impl->exceededDatabaseQuotaContext || !impl->exceededDatabaseQuotaContext->exceededDatabaseQuotaCallback)
2066         return false;
2067
2068     TIZEN_LOGI("No error in prameter. Request to display user confirm popup. expectedUsage(%llu)", expectedUsage);
2069     impl->isWaitingForExceededQuotaPopupReply = true;
2070     if (impl->exceededQuotaOrigin)
2071         deleteSecurityOrigin(impl->exceededQuotaOrigin);
2072     impl->exceededQuotaOrigin = createSecurityOrigin(origin);
2073
2074     int length = WKStringGetMaximumUTF8CStringSize(databaseName);
2075     OwnArrayPtr<char> databaseNameBuffer = adoptArrayPtr(new char[length]);
2076     WKStringGetUTF8CString(databaseName, databaseNameBuffer.get(), length);
2077
2078     return impl->exceededDatabaseQuotaContext->exceededDatabaseQuotaCallback(ewkView, impl->exceededQuotaOrigin, databaseNameBuffer.get(), expectedUsage, impl->exceededDatabaseQuotaContext->userData) == EINA_TRUE;
2079 }
2080 #endif
2081
2082 #if ENABLE(TIZEN_NOTIFICATIONS)
2083 void ewkViewCancelNotification(Evas_Object* ewkView, uint64_t notificationID)
2084 {
2085     TIZEN_LOGI("notification,cancel");
2086     evas_object_smart_callback_call(ewkView, "notification,cancel", &notificationID);
2087 }
2088
2089 void ewkViewRequestNotificationPermission(Evas_Object* ewkView, Ewk_Notification_Permission_Request* notificationPermissionRequest)
2090 {
2091     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2092     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2093
2094     TIZEN_LOGI("notification,permission,request");
2095     impl->notificationPermissionRequests = eina_list_append(impl->notificationPermissionRequests, notificationPermissionRequest);
2096     evas_object_smart_callback_call(ewkView, "notification,permission,request", notificationPermissionRequest);
2097 }
2098
2099 void ewkViewShowNotification(Evas_Object* ewkView, Ewk_Notification* notification)
2100 {
2101     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2102     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2103
2104     TIZEN_LOGI("notification,show");
2105     Eina_List* listIterator=0;
2106     void* data=0;
2107     const char* replaceID = ewkNotificationGetReplaceID(notification);
2108     if(strlen(replaceID)) {
2109         EINA_LIST_FOREACH(impl->notifications, listIterator, data) {
2110             Ewk_Notification* notificationForReplace = static_cast<Ewk_Notification*>(data);
2111             if(!strcmp(ewkNotificationGetReplaceID(notificationForReplace), replaceID))
2112                 ewkViewCancelNotification(ewkView, ewk_notification_id_get(notificationForReplace));
2113         }
2114     }
2115
2116     impl->notifications = eina_list_append(impl->notifications, notification);
2117     evas_object_smart_callback_call(ewkView, "notification,show", notification);
2118 }
2119
2120 void ewkViewDeleteNotificationPermissionRequest(Evas_Object* ewkView, Ewk_Notification_Permission_Request* ewkNotificationPermissionRequest)
2121 {
2122     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2123     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2124
2125     impl->notificationPermissionRequests = eina_list_remove(impl->notificationPermissionRequests, ewkNotificationPermissionRequest);
2126 }
2127 #endif
2128
2129 #if ENABLE(TIZEN_REGISTER_PROTOCOL_HANDLER)
2130 void ewkViewRegisterProtocolHandlers(Evas_Object* ewkView, const char* scheme, const char* baseUrl, const char* url, const char* title)
2131 {
2132     EINA_SAFETY_ON_NULL_RETURN(ewkView);
2133
2134     TIZEN_LOGI("protocolhandler,registration,requested");
2135     Ewk_Custom_Handlers_Data* customHandlersData = ewkCustomHandlersCreateData(scheme, baseUrl, url, title);
2136     evas_object_smart_callback_call(ewkView, "protocolhandler,registration,requested", static_cast<void*>(customHandlersData));
2137     ewkCustomHandlersDeleteData(customHandlersData);
2138 }
2139 #endif
2140
2141 #if ENABLE(TIZEN_CUSTOM_SCHEME_HANDLER)
2142 Ewk_Custom_Handlers_State ewkViewIsProtocolHandlerRegistered(Evas_Object* ewkView, const char* scheme, const char* baseURL, const char* url)
2143 {
2144     EINA_SAFETY_ON_NULL_RETURN_VAL(ewkView, EWK_CUSTOM_HANDLERS_DECLINED);
2145
2146     TIZEN_LOGI("protocolhandler,isregistered");
2147     Ewk_Custom_Handlers_Data* customHandlersData = ewkCustomHandlersCreateData(scheme, baseURL, url);
2148     evas_object_smart_callback_call(ewkView, "protocolhandler,isregistered", static_cast<void*>(customHandlersData));
2149
2150     Ewk_Custom_Handlers_State result;
2151     result = ewkGetCustomHandlersDataResult(customHandlersData);
2152     ewkCustomHandlersDeleteData(customHandlersData);
2153
2154     return result;
2155 }
2156
2157 void ewkViewUnregisterProtocolHandlers(Evas_Object* ewkView, const char* scheme, const char* baseURL, const char* url)
2158 {
2159     EINA_SAFETY_ON_NULL_RETURN(ewkView);
2160
2161     TIZEN_LOGI("protocolhandler,unregistration,requested");
2162     Ewk_Custom_Handlers_Data* customHandlersData = ewkCustomHandlersCreateData(scheme, baseURL, url);
2163     evas_object_smart_callback_call(ewkView, "protocolhandler,unregistration,requested", static_cast<void*>(customHandlersData));
2164     ewkCustomHandlersDeleteData(customHandlersData);
2165 }
2166 #endif
2167
2168 #if ENABLE(TIZEN_REGISTER_CONTENT_HANDLER)
2169 void ewkViewRegisterContentHandlers(Evas_Object* ewkView, const char* mimeType, const char* baseUrl, const char* url, const char* title)
2170 {
2171     EINA_SAFETY_ON_NULL_RETURN(ewkView);
2172
2173     TIZEN_LOGI("contenthandler,registration,requested");
2174     Ewk_Custom_Handlers_Data* customHandlersData = ewkCustomHandlersCreateData(mimeType, baseUrl, url, title);
2175     evas_object_smart_callback_call(ewkView, "contenthandler,registration,requested", static_cast<void*>(customHandlersData));
2176     ewkCustomHandlersDeleteData(customHandlersData);
2177 }
2178
2179 Ewk_Custom_Handlers_State ewkViewIsContentHandlerRegistered(Evas_Object* ewkView, const char* mimeType, const char* baseURL, const char* url)
2180 {
2181     EINA_SAFETY_ON_NULL_RETURN_VAL(ewkView, EWK_CUSTOM_HANDLERS_DECLINED);
2182
2183     TIZEN_LOGI("contenthandler,isregistered");
2184     Ewk_Custom_Handlers_Data* customHandlersData = ewkCustomHandlersCreateData(mimeType, baseURL, url);
2185     evas_object_smart_callback_call(ewkView, "contenthandler,isregistered", static_cast<void*>(customHandlersData));
2186
2187     Ewk_Custom_Handlers_State result;
2188     result = ewkGetCustomHandlersDataResult(customHandlersData);
2189     ewkCustomHandlersDeleteData(customHandlersData);
2190
2191     return result;
2192 }
2193
2194 void ewkViewUnregisterContentHandlers(Evas_Object* ewkView, const char* mimeType, const char* baseURL, const char* url)
2195 {
2196     EINA_SAFETY_ON_NULL_RETURN(ewkView);
2197
2198     TIZEN_LOGI("contenthandler,unregistration,requested");
2199     Ewk_Custom_Handlers_Data* customHandlersData = ewkCustomHandlersCreateData(mimeType, baseURL, url);
2200     evas_object_smart_callback_call(ewkView, "contenthandler,unregistration,requested", static_cast<void*>(customHandlersData));
2201     ewkCustomHandlersDeleteData(customHandlersData);
2202 }
2203 #endif
2204
2205 #if ENABLE(TIZEN_SEARCH_PROVIDER)
2206 void ewkViewAddSearchProvider(Evas_Object* ewkView, const char* baseURL, const char* engineURL)
2207 {
2208     EINA_SAFETY_ON_NULL_RETURN(ewkView);
2209
2210     TIZEN_LOGI("searchProvider,add");
2211     Ewk_Search_Provider_Data* searchProviderData = ewkSearchProviderCreateData(baseURL, engineURL);
2212     evas_object_smart_callback_call(ewkView, "searchProvider,add", static_cast<void*>(searchProviderData));
2213     ewkSearchProviderDeleteData(searchProviderData);
2214 }
2215
2216 unsigned long ewkViewIsSearchProviderInstalled(Evas_Object* ewkView, const char* baseURL, const char* engineURL)
2217 {
2218     EINA_SAFETY_ON_NULL_RETURN_VAL(ewkView, 0);
2219
2220     TIZEN_LOGI("searchProvider,installed");
2221     Ewk_Search_Provider_Data* searchProviderData = ewkSearchProviderCreateData(baseURL, engineURL);
2222     evas_object_smart_callback_call(ewkView, "searchProvider,installed", static_cast<void*>(searchProviderData));
2223     unsigned long result;
2224     result = ewkGetSearchProviderResult(searchProviderData);
2225     ewkSearchProviderDeleteData(searchProviderData);
2226     return result;
2227 }
2228 #endif
2229
2230 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
2231 bool ewkViewGetStandaloneStatus(Evas_Object* ewkView)
2232 {
2233     TIZEN_LOGI("webapp,metatag,standalone");
2234     bool standalone = true;
2235     evas_object_smart_callback_call(ewkView, "webapp,metatag,standalone", (void*)&standalone);
2236     return standalone;
2237 }
2238 #endif
2239
2240 #if ENABLE(TIZEN_MEDIA_STREAM)
2241 void ewkViewRequestUserMediaPermission(Evas_Object* ewkView, Ewk_User_Media_Permission_Request* userMediaPermission)
2242 {
2243     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2244     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2245
2246     impl->userMediaPermissionRequests = eina_list_append(impl->userMediaPermissionRequests, userMediaPermission);
2247     evas_object_smart_callback_call(ewkView, "usermedia,permission,request", userMediaPermission);
2248 }
2249
2250 void ewkViewDeleteUserMediaPermissionRequest(Evas_Object* ewkView, Ewk_User_Media_Permission_Request* permission)
2251 {
2252     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2253     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2254
2255     impl->userMediaPermissionRequests = eina_list_remove(impl->userMediaPermissionRequests, permission);
2256 }
2257
2258 #endif
2259
2260 #if ENABLE(TIZEN_JSBRIDGE_PLUGIN)
2261 void ewkViewProcessJSBridgePlugin(Evas_Object* ewkView, WKStringRef request, WKStringRef message)
2262 {
2263     int requestLength = WKStringGetMaximumUTF8CStringSize(request);
2264     OwnArrayPtr<char> requestBuffer = adoptArrayPtr(new char[requestLength]);
2265     int messageLength = WKStringGetMaximumUTF8CStringSize(message);
2266     OwnArrayPtr<char> messageBuffer = adoptArrayPtr(new char[messageLength]);
2267     WKStringGetUTF8CString(request, requestBuffer.get(), requestLength);
2268     WKStringGetUTF8CString(message, messageBuffer.get(), messageLength);
2269
2270     evas_object_smart_callback_call(ewkView, requestBuffer.get(), static_cast<void*>(messageBuffer.get()));
2271 }
2272 #endif
2273
2274 #if ENABLE(TIZEN_CERTIFICATE_HANDLING)
2275 void ewkViewRequestCertificateConfirm(Evas_Object* ewkView, Ewk_Certificate_Policy_Decision* certificatePolicyDecision)
2276 {
2277     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd);
2278     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl);
2279     if (impl->certificatePolicyDecision)
2280         ewkCertificatePolicyDecisionDelete(impl->certificatePolicyDecision);
2281     impl->certificatePolicyDecision = certificatePolicyDecision;
2282
2283     evas_object_smart_callback_call(ewkView, "request,certificate,confirm", certificatePolicyDecision);
2284 }
2285 #endif
2286
2287 void ewkViewCustomizeContextMenu(Evas_Object* ewkView, Ewk_Context_Menu* menu)
2288 {
2289     evas_object_smart_callback_call(ewkView, "contextmenu,customize", static_cast<void*>(menu));
2290 }
2291
2292 void ewkViewCustomContextMenuItemSelected(Evas_Object* ewkView, Ewk_Context_Menu_Item* item)
2293 {
2294     evas_object_smart_callback_call(ewkView, "contextmenu,selected", static_cast<void*>(item));
2295 }
2296
2297 #if ENABLE(TIZEN_GEOLOCATION)
2298 void ewkViewRequestGeolocationPermission(Evas_Object* ewkView, Ewk_Geolocation_Permission_Request* geolocationPermissionRequest)
2299 {
2300     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2301     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2302
2303     TIZEN_LOGI("geolocation,permission,request");
2304     impl->geolocationPermissionRequests = eina_list_append(impl->geolocationPermissionRequests, geolocationPermissionRequest);
2305     evas_object_smart_callback_call(ewkView, "geolocation,permission,request", geolocationPermissionRequest);
2306 }
2307
2308 void ewkViewDeleteGeolocationPermission(Evas_Object* ewkView, Ewk_Geolocation_Permission_Request* geolocationPermissionRequest)
2309 {
2310     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2311     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2312
2313     impl->geolocationPermissionRequests = eina_list_remove(impl->geolocationPermissionRequests, geolocationPermissionRequest);
2314 }
2315
2316 void ewkViewSetGeolocation(Evas_Object* ewkView, Ewk_Geolocation* geolocation)
2317 {
2318     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2319     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2320
2321     impl->geolocation = geolocation;
2322 }
2323
2324 Ewk_Geolocation* ewkViewGetGeolocation(Evas_Object* ewkView)
2325 {
2326     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
2327     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
2328
2329     return impl->geolocation;
2330 }
2331
2332 bool ewkViewIsValidLocationService(Evas_Object* ewkView)
2333 {
2334     TIZEN_LOGI("geolocation,valid");
2335
2336     bool valid = true;
2337     evas_object_smart_callback_call(ewkView, "geolocation,valid", &valid);
2338     return valid;
2339 }
2340 #endif
2341
2342 void ewkViewFormSubmit(Evas_Object* ewkView, Ewk_Form_Data* formData)
2343 {
2344     evas_object_smart_callback_call(ewkView, "form,submit", formData);
2345 }
2346
2347 void ewkViewPolicyNavigationDecide(Evas_Object* ewkView, Ewk_Policy_Decision* policyDecision)
2348 {
2349     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd);
2350     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl);
2351     if (impl->policyDecision)
2352         ewkPolicyDecisionDelete(impl->policyDecision);
2353     impl->policyDecision = policyDecision;
2354
2355     evas_object_smart_callback_call(ewkView, "policy,navigation,decide", impl->policyDecision);
2356 }
2357
2358 void ewkViewPolicyNewWindowDecide(Evas_Object* ewkView, Ewk_Policy_Decision* policyDecision)
2359 {
2360     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd);
2361     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl);
2362     if (impl->policyDecision)
2363         ewkPolicyDecisionDelete(impl->policyDecision);
2364     impl->policyDecision = policyDecision;
2365
2366     evas_object_smart_callback_call(ewkView, "policy,newwindow,decide", impl->policyDecision);
2367 }
2368
2369 void ewkViewPolicyResponseDecide(Evas_Object* ewkView, Ewk_Policy_Decision* policyDecision)
2370 {
2371     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd);
2372     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl);
2373     if (impl->policyDecision)
2374         ewkPolicyDecisionDelete(impl->policyDecision);
2375     impl->policyDecision = policyDecision;
2376
2377     evas_object_smart_callback_call(ewkView, "policy,response,decide", impl->policyDecision);
2378 }
2379
2380 void ewkViewSendScrollEvent(Evas_Object* ewkView, int deltaX, int deltaY)
2381 {
2382     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2383     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2384
2385     IntPoint scrollPosition = impl->pageClient->scrollPosition();
2386     IntSize contentsSize = impl->pageProxy->contentsSize();
2387 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
2388     contentsSize.scale(impl->pageClient->scaleFactor());
2389 #endif
2390
2391     // some website's contents size is smaller than view size,
2392     // so we have to adjust contents size to view size for that case.
2393     if (contentsSize.width() < smartData->view.w)
2394         contentsSize.setWidth(smartData->view.w);
2395     if (contentsSize.height() < smartData->view.h)
2396         contentsSize.setHeight(smartData->view.h);
2397
2398     // Call "scroll,down" if webview can be scrolled down.
2399     if (deltaY > 0 && (scrollPosition.y() + smartData->view.h) < contentsSize.height())
2400         evas_object_smart_callback_call(ewkView, "scroll,down", 0);
2401     // Call "scroll,up" if webview can be scrolled up.
2402     else if (deltaY < 0 && scrollPosition.y() > 0)
2403         evas_object_smart_callback_call(ewkView, "scroll,up", 0);
2404
2405     // Call "scroll,right" if webview can be scrolled down.
2406     if (deltaX > 0 && (scrollPosition.x() + smartData->view.w) < contentsSize.width())
2407         evas_object_smart_callback_call(ewkView, "scroll,right", 0);
2408     // Call "scroll,left" if webview can be scrolled up.
2409     else if (deltaX < 0 && scrollPosition.x() > 0)
2410         evas_object_smart_callback_call(ewkView, "scroll,left", 0);
2411 }
2412
2413 void ewkViewSendEdgeEvent(Evas_Object* ewkView, const IntPoint& scrollPosition, int deltaX, int deltaY)
2414 {
2415     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2416     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2417
2418     IntSize contentsSize = impl->pageProxy->contentsSize();
2419 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
2420     contentsSize.scale(impl->pageClient->scaleFactor());
2421 #endif
2422
2423     int maxScrollY = contentsSize.height() - smartData->view.h;
2424     if (!impl->isVerticalEdge) {
2425         if (deltaY < 0 && (scrollPosition.y() + deltaY) <= 0) {
2426             evas_object_smart_callback_call(ewkView, "edge,top", NULL);
2427             impl->isVerticalEdge = true;
2428         } else if (deltaY > 0 && (scrollPosition.y() + deltaY) >= maxScrollY) {
2429             evas_object_smart_callback_call(ewkView, "edge,bottom", NULL);
2430             impl->isVerticalEdge = true;
2431         }
2432     } else {
2433         if (maxScrollY && ((scrollPosition.y() == 0 && deltaY > 0)
2434                            || (scrollPosition.y() == maxScrollY && deltaY < 0)))
2435             impl->isVerticalEdge = false;
2436     }
2437
2438     int maxScrollX = contentsSize.width() - smartData->view.w;
2439     if (!impl->isHorizontalEdge) {
2440         if (deltaX < 0 && (scrollPosition.x() + deltaX) <= 0) {
2441             evas_object_smart_callback_call(ewkView, "edge,left", NULL);
2442             impl->isHorizontalEdge = true;
2443         } else if (deltaX > 0 && (scrollPosition.x() + deltaX) >= maxScrollX) {
2444             evas_object_smart_callback_call(ewkView, "edge,right", NULL);
2445             impl->isHorizontalEdge = true;
2446         }
2447     } else {
2448         if (maxScrollX && ((scrollPosition.x() == 0 && deltaX > 0)
2449                            || (scrollPosition.x() == maxScrollX && deltaX < 0)))
2450             impl->isHorizontalEdge = false;
2451     }
2452 }
2453
2454 void ewkViewClearEdges(Evas_Object* ewkView)
2455 {
2456     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2457     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2458
2459     impl->isVerticalEdge = false;
2460     impl->isHorizontalEdge = false;
2461 }
2462
2463 void ewk_view_scale_range_get(Evas_Object* ewkView, double* minimumScale, double* maximumScale)
2464 {
2465     EWK_VIEW_SD_GET(ewkView, smartData);
2466     if (!smartData || !smartData->priv) {
2467         if (minimumScale)
2468             *minimumScale = -1;
2469         if (maximumScale)
2470             *maximumScale = -1;
2471         return;
2472     }
2473
2474     PageClientImpl::ViewportConstraints constraints = smartData->priv->pageClient->viewportConstraints();
2475     if (minimumScale)
2476         *minimumScale = constraints.minimumScale;
2477     if (maximumScale)
2478         *maximumScale = constraints.maximumScale;
2479 }
2480
2481 bool ewk_view_focused_node_adjust(Evas_Object* ewkView, Eina_Bool adjustForExternalKeyboard)
2482 {
2483     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2484     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2485
2486     double scaleFactor = impl->pageClient->scaleFactor();
2487     IntSize contentsSize = impl->pageProxy->contentsSize();
2488
2489     double newScaleFactor = scaleFactor;
2490     // Readable zoom value is dependent on device DPI
2491     if (scaleFactor < impl->pageProxy->deviceScaleFactor()
2492         && impl->pageClient->viewportConstraints().userScalable)
2493         newScaleFactor = impl->pageProxy->deviceScaleFactor();
2494
2495     // Readable zoom value should be inside of viewport scale range
2496     newScaleFactor = impl->pageClient->adjustScaleWithViewport(newScaleFactor);
2497
2498     // scale contents' size with new scale factor
2499 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
2500     contentsSize.scale(newScaleFactor);
2501 #else
2502     contentsSize.scale(newScaleFactor / scaleFactor);
2503 #endif
2504
2505 #if ENABLE(TIZEN_ISF_PORT)
2506     // We should treat both of ECORE_IMF_INPUT_PANEL_STATE_SHOW and ECORE_IMF_INPUT_PANEL_STATE_WILL_SHOW
2507     // as IME is shown. ECORE_IMF_INPUT_PANEL_STATE_HIDE is ignored at here.
2508     // input field zoom should not work with below conditions
2509     // 1. view is not focused
2510     // 2. external keyboard is not connected(if adjustForExternalKeyboard is true)
2511     // 3. imfContext is null(if adjustForExternalKeyboard is false)
2512     // 4. input panel state is hidden(if adjustForExternalKeyboard is false)
2513     if ((!(static_cast<PageClient*>(impl->pageClient.get()))->isViewFocused()
2514         || (adjustForExternalKeyboard && !InputMethodContextEfl::shouldUseExternalKeyboard())
2515         || (!adjustForExternalKeyboard && !impl->inputMethodContext())
2516         || (!adjustForExternalKeyboard && !impl->inputMethodContext()->isShow()))
2517 #if ENABLE(TIZEN_WEBKIT2_CONTEXT_MENU_CLIPBOARD)
2518         && !(impl->pageClient->isClipboardWindowOpened())
2519 #endif
2520         )
2521         return false;
2522 #endif
2523
2524     // caret position can be outside of visible rect.
2525     // we need to consider it.
2526     IntRect selectionRect = impl->pageProxy->getSelectionRect(true);
2527     IntRect focusedNodeRect = impl->pageClient->focusedNodeRect();
2528 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
2529     selectionRect.scale(newScaleFactor);
2530     focusedNodeRect.scale(newScaleFactor);
2531 #else
2532     selectionRect.scale(newScaleFactor / scaleFactor);
2533     focusedNodeRect.scale(newScaleFactor / scaleFactor);
2534 #endif
2535     if (selectionRect.isEmpty())
2536         return false;
2537
2538     IntRect visibleRect = impl->pageClient->visibleContentRect();
2539     IntPoint scrollPosition = visibleRect.location();
2540     // Do not adjust scroll position if content is userscalable or selection rect (caret) is visible after scaling
2541     if (impl->pageClient->userScalable() || !visibleRect.contains(selectionRect)) {
2542         // set paddings
2543         scrollPosition = IntPoint(selectionRect.x() - visibleRect.width() / 3, selectionRect.y() - visibleRect.height() / 3);
2544         // If both input field's position x and selection rect can be displayed together,
2545         // adjust scroll position to input field's position x.
2546         if (!focusedNodeRect.isEmpty() && selectionRect.x() - focusedNodeRect.x() < visibleRect.width() * 4 / 5)
2547             scrollPosition.setX(focusedNodeRect.x());
2548     }
2549
2550 #if ENABLE(TIZEN_DLOG_SUPPORT)
2551     TIZEN_LOGI("scroll position: [%d, %d], scale factor: [%.2f]", scrollPosition.x(), scrollPosition.y(), newScaleFactor);
2552 #endif
2553
2554 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
2555     impl->pageClient->setVisibleContentRect(IntRect(scrollPosition, impl->size()), newScaleFactor);
2556 #else
2557     if (newScaleFactor != scaleFactor)
2558         impl->pageProxy->scalePage(newScaleFactor, scrollPosition);
2559     else
2560         impl->pageProxy->scrollMainFrameTo(scrollPosition);
2561 #endif
2562     evas_object_move(smartData->image, smartData->view.x, smartData->view.y);
2563     return true;
2564 }
2565
2566 #if ENABLE(TIZEN_WEBKIT2_TILED_AC)
2567 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
2568 static Eina_Bool _ewk_view_composite(void* data)
2569 {
2570     Ewk_View_Smart_Data* smartData = static_cast<Ewk_View_Smart_Data*>(data);
2571     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2572
2573     if (!evas_object_visible_get(smartData->image))
2574         return ECORE_CALLBACK_CANCEL;
2575
2576     Evas_Coord ow, oh;
2577     evas_object_image_size_get(smartData->image, &ow, &oh);
2578     uint8_t* pixels = static_cast<uint8_t*>(evas_object_image_data_get(smartData->image, true));
2579
2580     RefPtr<cairo_surface_t> surface = adoptRef(cairo_image_surface_create_for_data(pixels, CAIRO_FORMAT_ARGB32, ow, oh, cairo_format_stride_for_width(CAIRO_FORMAT_ARGB32, ow)));
2581     RefPtr<cairo_t> context = adoptRef(cairo_create(surface.get()));
2582
2583     cairo_save(context.get());
2584     cairo_set_operator(context.get(), CAIRO_OPERATOR_CLEAR);
2585     cairo_rectangle(context.get(), 0, 0, ow, oh);
2586     cairo_fill(context.get());
2587     cairo_restore(context.get());
2588
2589     impl->pageClient->drawContents(context.get());
2590
2591     evas_object_image_data_set(smartData->image, pixels);
2592     evas_object_image_data_update_add(smartData->image, 0, 0, ow, oh);
2593
2594     if (impl->pageClient->notifiedNonemptyLayout())
2595         ewkViewFrameRendered(smartData->self);
2596
2597     impl->compositionAnimator = 0;
2598
2599     return ECORE_CALLBACK_CANCEL;
2600 }
2601 #endif
2602
2603 void ewk_view_mark_for_sync(Evas_Object* ewkView)
2604 {
2605     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2606     EINA_SAFETY_ON_NULL_RETURN(smartData->image);
2607
2608 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
2609     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2610
2611     if (!ewk_view_is_opengl_backend(ewkView)) {
2612         if (!impl->compositionAnimator)
2613             impl->compositionAnimator = ecore_animator_add(_ewk_view_composite, smartData);
2614         return;
2615     }
2616 #endif
2617
2618     evas_object_image_pixels_dirty_set(smartData->image, true);
2619 }
2620
2621 static void on_pixels_for_accelerated_compositing(void* data, Evas_Object* obj)
2622 {
2623     Evas_Object* ewkView = static_cast<Evas_Object*>(data);
2624     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2625     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2626     impl->pageClient->drawContents();
2627 }
2628
2629 bool ewk_view_image_native_surface_set(Evas_Object* ewkView, Evas_Native_Surface* nativeSurface)
2630 {
2631     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2632     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2633
2634     if (!smartData->image)
2635         return false;
2636
2637     evas_object_image_native_surface_set(smartData->image, nativeSurface);
2638     evas_object_image_pixels_get_callback_set(smartData->image, on_pixels_for_accelerated_compositing, ewkView);
2639
2640     return true;
2641 }
2642 #endif
2643
2644 void _ewk_view_suspend_painting(Evas_Object* ewkView)
2645 {
2646     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2647     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2648
2649     if (!impl->suspendedPainting) {
2650         impl->pageProxy->suspendPainting();
2651         impl->suspendedPainting = true;
2652     }
2653 }
2654
2655 void _ewk_view_resume_painting(Evas_Object* ewkView)
2656 {
2657     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2658     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2659
2660     if (impl->suspendedPainting) {
2661         impl->pageProxy->resumePainting();
2662         impl->suspendedPainting = false;
2663     }
2664 }
2665
2666 void ewk_view_suspend(Evas_Object* ewkView)
2667 {
2668     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2669     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2670
2671     if (impl->pageProxy->estimatedProgress() < 1.0) {
2672         impl->suspendRequested = true;
2673         return;
2674     }
2675     impl->suspendRequested = false;
2676
2677     _ewk_view_suspend_painting(ewkView);
2678
2679     // FIXME Workaround for suspend/resume while javascript popup is displayed.
2680     // condition ' && !private->isWaitingForJavaScriptPopupReply' is added to
2681     // skip suspendJavaScriptAndResource to prevent multiple ActiveDOMObject
2682     // suspend.
2683     // During the javascript popup is displayed, PageGroupLoadDeferrer is activated,
2684     // which suspends resource loading and scheduled tasks, including ActiveDOMObject.
2685     // When ewk_view_suspend() is called during the javascript popup, scheduled tasks
2686     // will be suspended again.
2687     // Multiple suspend of ActiveDOMObject makes unintended suspend/resume status of
2688     // the ActiveDOMObject.
2689     if (!impl->suspendedResources && (!impl->isWaitingForJavaScriptPopupReply || !impl->isWaitingForApplicationCachePermission || !impl->isWaitingForExceededQuotaPopupReply)) {
2690         impl->pageProxy->suspendAnimations();
2691         impl->pageProxy->suspendJavaScriptAndResource();
2692         impl->suspendedResources = true;
2693     }
2694
2695 #if ENABLE(TIZEN_PLUGIN_SUSPEND_RESUME)
2696     impl->pageProxy->suspendPlugin();
2697 #endif
2698 }
2699
2700 void ewk_view_resume(Evas_Object* ewkView)
2701 {
2702     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
2703     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
2704
2705     if (impl->suspendRequested) {
2706         impl->suspendRequested = false;
2707         return;
2708     }
2709
2710     _ewk_view_resume_painting(ewkView);
2711
2712     // FIXME Workaround for suspend/resume while javascript popup is displayed.
2713     // condition ' && !private->isWaitingForJavaScriptPopupReply' is added to
2714     // skip suspendJavaScriptAndResource to prevent multiple ActiveDOMObject
2715     // suspend.
2716     // During the javascript popup is displayed, PageGroupLoadDeferrer is activated,
2717     // which suspends resource loading and scheduled tasks, including ActiveDOMObject.
2718     // When ewk_view_suspend() is called during the javascript popup, scheduled tasks
2719     // will be suspended again.
2720     // Multiple suspend of ActiveDOMObject makes unintended suspend/resume status of
2721     // the ActiveDOMObject.
2722     if (impl->suspendedResources && (!impl->isWaitingForJavaScriptPopupReply || !impl->isWaitingForApplicationCachePermission || !impl->isWaitingForExceededQuotaPopupReply)) {
2723         impl->pageProxy->resumeAnimations();
2724         impl->pageProxy->resumeJavaScriptAndResource();
2725         impl->suspendedResources = false;
2726     }
2727
2728 #if ENABLE(TIZEN_PLUGIN_SUSPEND_RESUME)
2729     impl->pageProxy->resumePlugin();
2730 #endif
2731 }
2732
2733 Eina_Bool ewk_view_url_request_set(Evas_Object* ewkView, const char* url, Ewk_Http_Method method, Eina_Hash* headers, const char* body)
2734 {
2735     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2736     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2737     EINA_SAFETY_ON_NULL_RETURN_VAL(url, false);
2738
2739     ResourceRequest request(String::fromUTF8(url));
2740
2741     switch (method) {
2742     case EWK_HTTP_METHOD_GET:
2743         request.setHTTPMethod("GET");
2744         break;
2745     case EWK_HTTP_METHOD_HEAD:
2746         request.setHTTPMethod("HEAD");
2747         break;
2748     case EWK_HTTP_METHOD_POST:
2749         request.setHTTPMethod("POST");
2750         break;
2751     case EWK_HTTP_METHOD_PUT:
2752         request.setHTTPMethod("PUT");
2753         break;
2754     case EWK_HTTP_METHOD_DELETE:
2755         request.setHTTPMethod("DELETE");
2756         break;
2757     default:
2758         return false;
2759     }
2760
2761     if (headers) {
2762         Eina_Iterator* it = eina_hash_iterator_tuple_new(headers);
2763         void* data;
2764         while (eina_iterator_next(it, &data)) {
2765             Eina_Hash_Tuple* t = static_cast<Eina_Hash_Tuple*>(data);
2766             const char* name = static_cast<const char*>(t->key);
2767             const char* value = static_cast<const char*>(t->data);
2768             request.addHTTPHeaderField(name, value);
2769         }
2770         eina_iterator_free(it);
2771     }
2772
2773     if (body)
2774         request.setHTTPBody(FormData::create(body));
2775
2776     WKRetainPtr<WKURLRequestRef> urlRequest(AdoptWK,toAPI(WebURLRequest::create(request).leakRef()));
2777     WKPageLoadURLRequest(toAPI(impl->pageProxy.get()), urlRequest.get());
2778
2779     return true;
2780 }
2781
2782 Eina_Bool ewk_view_plain_text_set(Evas_Object* ewkView, const char* plainText)
2783 {
2784     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2785     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2786
2787     WKRetainPtr<WKStringRef> plainTextRef(AdoptWK, WKStringCreateWithUTF8CString(plainText));
2788     WKPageLoadPlainTextString(toAPI(impl->pageProxy.get()), plainTextRef.get());
2789
2790     return true;
2791 }
2792
2793 Eina_Bool ewk_view_contents_set(Evas_Object* ewkView, const char* contents, size_t contentsSize, char* mimeType, char* encoding, char* baseUri)
2794 {
2795     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2796     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2797     EINA_SAFETY_ON_NULL_RETURN_VAL(contents, false);
2798
2799     if (contentsSize == 0)
2800         return false;
2801
2802     String mimeTypeString;
2803     if (mimeType)
2804         mimeTypeString = String::fromUTF8(mimeType);
2805     else
2806         mimeTypeString = String::fromUTF8("text/html");
2807
2808     String encodingString;
2809     if (encoding)
2810         encodingString = String::fromUTF8(encoding);
2811     else
2812         encodingString = String::fromUTF8("UTF-8");
2813
2814     String baseUriString;
2815     if (baseUri)
2816         baseUriString = String::fromUTF8(baseUri);
2817     else
2818         baseUriString = String::fromUTF8("about:blank");
2819
2820     WKRetainPtr<WKDataRef> contentsRef(AdoptWK, WKDataCreate(reinterpret_cast<const unsigned char*>(contents), contentsSize));
2821     impl->pageProxy->loadContentsbyMimeType(toImpl(contentsRef.get()), mimeTypeString, encodingString, baseUriString);
2822
2823     return true;
2824 }
2825
2826 Eina_Bool ewk_view_html_contents_set(Evas_Object* ewkView, const char* html, const char* baseUri)
2827 {
2828     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2829     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2830
2831     WKRetainPtr<WKStringRef> htmlString(AdoptWK, WKStringCreateWithUTF8CString(html));
2832     WKRetainPtr<WKURLRef> baseURL(AdoptWK, WKURLCreateWithUTF8CString(baseUri));
2833
2834     WKPageLoadHTMLString(toAPI(impl->pageProxy.get()), htmlString.get(), baseURL.get());
2835
2836     return true;
2837 }
2838
2839 Eina_Bool ewk_view_page_visibility_state_set(Evas_Object* ewkView, Ewk_Page_Visibility_State pageVisibilityState, Eina_Bool initialState)
2840 {
2841     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2842     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2843
2844     TIZEN_LOGI("initialState (%d)", initialState);
2845 #if ENABLE(TIZEN_PAGE_VISIBILITY_API)
2846     WKPageSetPageVisibility(toAPI(impl->pageProxy.get()), static_cast<WKPageVisibilityState>(pageVisibilityState), initialState);
2847     return true;
2848 #else
2849     return false;
2850 #endif
2851 }
2852
2853 Eina_Bool ewk_view_user_agent_set(Evas_Object* ewkView, const char* userAgent)
2854 {
2855     EINA_SAFETY_ON_NULL_RETURN_VAL(userAgent, false);
2856
2857     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2858     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2859
2860     impl->userAgent = userAgent;
2861
2862     WKRetainPtr<WKStringRef> userAgentString(AdoptWK, WKStringCreateWithUTF8CString(userAgent));
2863     WKPageSetCustomUserAgent(toAPI(impl->pageProxy.get()), userAgentString.get());
2864
2865     return true;
2866 }
2867
2868 const char* ewk_view_user_agent_get(const Evas_Object* ewkView)
2869 {
2870     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
2871     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
2872
2873     if (!impl->userAgent) {
2874         WKRetainPtr<WKStringRef> userAgentString(AdoptWK, WKPageCopyUserAgent(toAPI(impl->pageProxy.get())));
2875
2876         int length = WKStringGetMaximumUTF8CStringSize(userAgentString.get());
2877         OwnArrayPtr<char> buffer = adoptArrayPtr(new char[length]);
2878         WKStringGetUTF8CString(userAgentString.get(), buffer.get(), length);
2879         impl->userAgent = buffer.get();
2880     }
2881
2882     return impl->userAgent;
2883 }
2884 Eina_Bool ewk_view_custom_header_add(const Evas_Object* ewkView, const char* name, const char* value)
2885 {
2886 #if ENABLE(TIZEN_CUSTOM_HEADERS)
2887     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2888     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2889
2890     WKRetainPtr<WKStringRef> customHeaderName(AdoptWK, WKStringCreateWithUTF8CString(name));
2891     WKRetainPtr<WKStringRef> customHeaderValue(AdoptWK, WKStringCreateWithUTF8CString(value));
2892
2893     WKPageAddCustomHeader(toAPI(impl->pageProxy.get()), customHeaderName.get(), customHeaderValue.get());
2894     return true;
2895 #else
2896     ERR("TIZEN_CUSTOM_HEADERS not enabled!");
2897     return false;
2898 #endif
2899 }
2900
2901 Eina_Bool ewk_view_custom_header_remove(const Evas_Object* ewkView, const char* name)
2902 {
2903 #if ENABLE(TIZEN_CUSTOM_HEADERS)
2904     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2905     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2906
2907     WKRetainPtr<WKStringRef> customHeaderName(AdoptWK, WKStringCreateWithUTF8CString(name));
2908
2909     WKPageRemoveCustomHeader(toAPI(impl->pageProxy.get()), customHeaderName.get());
2910     return true;
2911 #else
2912     ERR("TIZEN_CUSTOM_HEADERS not enabled!");
2913     return false;
2914 #endif
2915 }
2916
2917 Eina_Bool ewk_view_custom_header_clear(const Evas_Object* ewkView)
2918 {
2919 #if ENABLE(TIZEN_CUSTOM_HEADERS)
2920     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2921     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2922
2923     WKPageClearCustomHeaders(toAPI(impl->pageProxy.get()));
2924     return true;
2925 #else
2926     ERR("TIZEN_CUSTOM_HEADERS not enabled!");
2927     return false;
2928 #endif
2929 }
2930
2931 #if ENABLE(TIZEN_WEBKIT2_VIEW_VISIBILITY)
2932 Eina_Bool ewk_view_visibility_set(Evas_Object* ewkView, Eina_Bool enable)
2933 {
2934     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
2935     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
2936
2937 #if ENABLE(TIZEN_DRAG_SUPPORT)
2938     if (impl->pageClient->isDragMode())
2939         impl->pageClient->setDragMode(false);
2940 #endif
2941
2942     impl->pageClient->setIsVisible(enable);
2943     return true;
2944 }
2945 #endif
2946
2947 #if ENABLE(TIZEN_BACKGROUND_DISK_CACHE)
2948 Eina_Bool ewk_view_foreground_set(Evas_Object* ewkView, Eina_Bool enable)
2949 {
2950     return true;
2951 }
2952 #endif
2953
2954 Evas_Object* ewk_view_screenshot_contents_get(const Evas_Object* ewkView, Eina_Rectangle viewArea, float scaleFactor, Evas* canvas)
2955 {
2956     EINA_SAFETY_ON_NULL_RETURN_VAL(canvas, 0);
2957
2958     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
2959     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
2960
2961     WKRect rect;
2962     rect.origin.x = viewArea.x;
2963     rect.origin.y = viewArea.y;
2964     rect.size.width = viewArea.w;
2965     rect.size.height = viewArea.h;
2966
2967     WKRetainPtr<WKImageRef> snapshot(AdoptWK, WKPageCreateSnapshot(toAPI(impl->pageProxy.get()), rect, scaleFactor));
2968     if (!snapshot.get())
2969         return 0;
2970
2971     RefPtr<cairo_surface_t> screenshotSurface = adoptRef(WKImageCreateCairoSurface(snapshot.get()));
2972
2973     Evas_Object* screenshotImage = evas_object_image_add(canvas);
2974     int surfaceWidth = cairo_image_surface_get_width(screenshotSurface.get());
2975     int surfaceHeight = cairo_image_surface_get_height(screenshotSurface.get());
2976     evas_object_image_size_set(screenshotImage, surfaceWidth, surfaceHeight);
2977     evas_object_image_colorspace_set(screenshotImage, EVAS_COLORSPACE_ARGB8888);
2978
2979     uint8_t* pixels = static_cast<uint8_t*>(evas_object_image_data_get(screenshotImage, true));
2980
2981     RefPtr<cairo_surface_t> imageSurface = adoptRef(cairo_image_surface_create_for_data(pixels, CAIRO_FORMAT_RGB24, surfaceWidth, surfaceHeight, cairo_format_stride_for_width(CAIRO_FORMAT_RGB24, surfaceWidth)));
2982     RefPtr<cairo_t> cairo = adoptRef(cairo_create(imageSurface.get()));
2983
2984     cairo_set_source_surface(cairo.get(), screenshotSurface.get(), 0, 0);
2985     cairo_rectangle(cairo.get(), 0, 0, surfaceWidth, surfaceHeight);
2986     cairo_fill(cairo.get());
2987
2988     evas_object_image_smooth_scale_set(screenshotImage, true);
2989     evas_object_size_hint_min_set(screenshotImage, surfaceWidth, surfaceHeight);
2990     evas_object_resize(screenshotImage, surfaceWidth, surfaceHeight);
2991     evas_object_image_fill_set(screenshotImage, 0, 0, surfaceWidth, surfaceHeight);
2992     evas_object_image_data_set(screenshotImage, pixels);
2993
2994     return screenshotImage;
2995 }
2996
2997 unsigned int ewk_view_inspector_server_start(Evas_Object* ewkView, unsigned int port)
2998 {
2999 #if ENABLE(TIZEN_REMOTE_WEB_INSPECTOR)
3000     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd, 0);
3001     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl, 0);
3002
3003     return impl->pageProxy->startInspectorServer(port);
3004 #else
3005     LOG_ERROR("TIZEN_REMOTE_WEB_INSPECTOR is disabled.\n");
3006     return 0;
3007 #endif
3008 }
3009
3010 Eina_Bool ewk_view_inspector_server_stop(Evas_Object* ewkView)
3011 {
3012 #if ENABLE(TIZEN_REMOTE_WEB_INSPECTOR)
3013     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd, false);
3014     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl, false);
3015
3016     return impl->pageProxy->stopInspectorServer();
3017 #else
3018     LOG_ERROR("TIZEN_REMOTE_WEB_INSPECTOR is disabled.\n");
3019     return false;
3020 #endif
3021 }
3022
3023 void ewk_view_scroll_by(Evas_Object* ewkView, int deltaX, int deltaY)
3024 {
3025     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3026     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3027
3028     WKPageScrollBy(toAPI(impl->pageProxy.get()), toAPI(IntSize(deltaX, deltaY)));
3029 }
3030
3031 Eina_Bool ewk_view_scroll_pos_get(Evas_Object* ewkView, int* x, int* y)
3032 {
3033     if (x)
3034         *x = 0;
3035     if (y)
3036         *y = 0;
3037     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3038     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3039
3040     IntPoint scrollPosition = impl->pageClient->scrollPosition();
3041     if (x)
3042         *x = scrollPosition.x();
3043     if (y)
3044         *y = scrollPosition.y();
3045
3046     return true;
3047 }
3048
3049 Eina_Bool ewk_view_scroll_set(Evas_Object* ewkView, int x, int y)
3050 {
3051     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3052     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3053
3054     impl->pageProxy->scrollMainFrameTo(IntPoint(x, y));
3055     return true;
3056 }
3057
3058 Eina_Bool ewk_view_scroll_size_get(const Evas_Object* ewkView, int* width, int* height)
3059 {
3060     if (width)
3061         *width = 0;
3062     if (height)
3063         *height = 0;
3064     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3065     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3066
3067     IntSize contentsSize = impl->pageProxy->contentsSize();
3068 #if ENABLE(TIZEN_WEBKIT2_TILED_BACKING_STORE)
3069     contentsSize.scale(impl->pageClient->scaleFactor());
3070 #endif
3071
3072     if (width && contentsSize.width() > smartData->view.w)
3073         *width = contentsSize.width() - smartData->view.w;
3074     if (height && contentsSize.height() > smartData->view.h)
3075         *height = contentsSize.height() - smartData->view.h;
3076     return true;
3077 }
3078
3079 #if ENABLE(TIZEN_WEBKIT2_NOTIFY_POPUP_REPLY_STATUS)
3080 void ewkViewNotifyPopupReplyWaitingState(Evas_Object* ewkView, bool isWaiting)
3081 {
3082     if (isWaiting)
3083         evas_object_smart_callback_call(ewkView, "popup,reply,wait,start", 0);
3084     else
3085         evas_object_smart_callback_call(ewkView, "popup,reply,wait,finish", 0);
3086 }
3087 #endif
3088
3089 bool ewkViewRunJavaScriptAlert(Evas_Object* ewkView, WKStringRef alertText)
3090 {
3091     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3092     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3093     if (!impl->alertContext || !impl->alertContext->javascriptAlertCallback)
3094         return false;
3095     EINA_SAFETY_ON_FALSE_RETURN_VAL(impl->alertContext->ewkView == ewkView, false);
3096
3097     impl->isWaitingForJavaScriptPopupReply = true;
3098     int length = WKStringGetMaximumUTF8CStringSize(alertText);
3099     OwnArrayPtr<char> alertTextBuffer = adoptArrayPtr(new char[length]);
3100     WKStringGetUTF8CString(alertText, alertTextBuffer.get(), length);
3101     return impl->alertContext->javascriptAlertCallback(impl->alertContext->ewkView, alertTextBuffer.get(), impl->alertContext->userData) == EINA_TRUE;
3102 }
3103
3104 bool ewkViewRunJavaScriptConfirm(Evas_Object* ewkView, WKStringRef message)
3105 {
3106     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3107     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3108     if (!impl->confirmContext || !impl->confirmContext->javascriptConfirmCallback)
3109         return false;
3110     EINA_SAFETY_ON_FALSE_RETURN_VAL(impl->confirmContext->ewkView == ewkView, false);
3111
3112     impl->isWaitingForJavaScriptPopupReply = true;
3113     int length = WKStringGetMaximumUTF8CStringSize(message);
3114     OwnArrayPtr<char> messageBuffer = adoptArrayPtr(new char[length]);
3115     WKStringGetUTF8CString(message, messageBuffer.get(), length);
3116     return impl->confirmContext->javascriptConfirmCallback(impl->confirmContext->ewkView, messageBuffer.get(), impl->confirmContext->userData) == EINA_TRUE;
3117 }
3118
3119 bool ewkViewRunJavaScriptPrompt(Evas_Object* ewkView, WKStringRef message, WKStringRef defaultValue)
3120 {
3121     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3122     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3123     if (!impl->promptContext || !impl->promptContext->javascriptPromptCallback)
3124         return false;
3125     EINA_SAFETY_ON_FALSE_RETURN_VAL(impl->promptContext->ewkView == ewkView, false);
3126
3127     impl->isWaitingForJavaScriptPopupReply = true;
3128     int length = WKStringGetMaximumUTF8CStringSize(message);
3129     OwnArrayPtr<char> messageBuffer = adoptArrayPtr(new char[length]);
3130     WKStringGetUTF8CString(message, messageBuffer.get(), length);
3131     length = WKStringGetMaximumUTF8CStringSize(defaultValue);
3132     OwnArrayPtr<char> defaultValueBuffer = adoptArrayPtr(new char[length]);
3133     WKStringGetUTF8CString(defaultValue, defaultValueBuffer.get(), length);
3134     return impl->promptContext->javascriptPromptCallback(impl->promptContext->ewkView, messageBuffer.get(), defaultValueBuffer.get(), impl->promptContext->userData) == EINA_TRUE;
3135 }
3136
3137 #if ENABLE(TIZEN_SUPPORT_BEFORE_UNLOAD_CONFIRM_PANEL)
3138 bool ewk_view_run_before_unload_confirm_panel(Evas_Object* ewkView, WKStringRef message)
3139 {
3140     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3141     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3142     if (!impl->beforeUnloadConfirmPanelContext || !impl->beforeUnloadConfirmPanelContext->beforeUnloadConfirmPanelCallback)
3143         return false;
3144     EINA_SAFETY_ON_FALSE_RETURN_VAL(impl->beforeUnloadConfirmPanelContext->ewkView == ewkView, false);
3145
3146     impl->isWaitingForJavaScriptPopupReply = true;
3147     int length = WKStringGetMaximumUTF8CStringSize(message);
3148     OwnArrayPtr<char> messageBuffer = adoptArrayPtr(new char[length]);
3149     WKStringGetUTF8CString(message, messageBuffer.get(), length);
3150     bool result = impl->beforeUnloadConfirmPanelContext->beforeUnloadConfirmPanelCallback(impl->beforeUnloadConfirmPanelContext->ewkView, messageBuffer.get(), impl->beforeUnloadConfirmPanelContext->userData) == EINA_TRUE;
3151     return result;
3152 }
3153 #endif
3154
3155 bool ewkViewRunOpenPanel(Evas_Object* ewkView, WKOpenPanelParametersRef parameters, WKOpenPanelResultListenerRef listener)
3156 {
3157     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3158     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3159     if (!impl->openpanelContext || !impl->openpanelContext->openPanelCallback)
3160         return false;
3161
3162     EINA_SAFETY_ON_FALSE_RETURN_VAL(impl->openpanelContext->ewkView == ewkView, false);
3163
3164     impl->openPanelListener = listener;
3165
3166     Eina_Bool allowMultipleFiles = WKOpenPanelParametersGetAllowsMultipleFiles(parameters) ? EINA_TRUE : EINA_FALSE;
3167     Eina_List* acceptedMimeTypes = 0;
3168     WKRetainPtr<WKArrayRef> array(AdoptWK, WKOpenPanelParametersCopyAcceptedMIMETypes(parameters));
3169     size_t len = WKArrayGetSize(array.get());
3170     for (size_t i = 0; i < len; i++) {
3171         WKTypeRef item = WKArrayGetItemAtIndex(array.get(), i);
3172         if (WKGetTypeID(item) != WKStringGetTypeID())
3173             continue;
3174         WKStringRef mime = static_cast<WKStringRef>(item);
3175         int length = WKStringGetMaximumUTF8CStringSize(mime);
3176         char* buffer = new char[length];
3177         WKStringGetUTF8CString(mime, buffer, length);
3178         acceptedMimeTypes = eina_list_append(acceptedMimeTypes, static_cast<const void*>(const_cast<const char*>(buffer)));
3179     }
3180     const char* capture = 0;
3181 #if ENABLE(MEDIA_CAPTURE)
3182     WKRetainPtr<WKStringRef> captureRef(AdoptWK, WKOpenPanelParametersCopyCapture(parameters));
3183     capture = eina_stringshare_add(toImpl(captureRef.get())->string().utf8().data());
3184 #endif
3185     bool result = impl->openpanelContext->openPanelCallback(impl->openpanelContext->ewkView, allowMultipleFiles, acceptedMimeTypes, capture, 0);
3186     if (!acceptedMimeTypes)
3187         return result;
3188
3189     Eina_List* list;
3190     void* data = 0;
3191     EINA_LIST_FOREACH(acceptedMimeTypes, list, data)
3192         delete[] (char*)data;
3193     eina_list_free(acceptedMimeTypes);
3194     return result;
3195 }
3196
3197 void ewk_view_javascript_alert_callback_set(Evas_Object* ewkView, Ewk_View_JavaScript_Alert_Callback callback, void* userData)
3198 {
3199     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3200     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3201
3202     if (!impl->alertContext)
3203         impl->alertContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
3204     impl->alertContext->javascriptAlertCallback = callback;
3205     impl->alertContext->ewkView = ewkView;
3206     impl->alertContext->userData = userData;
3207 }
3208
3209 void ewk_view_javascript_alert_reply(Evas_Object* ewkView)
3210 {
3211     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3212     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3213
3214     WKPageReplyJavaScriptAlert(toAPI(impl->page()));
3215     impl->isWaitingForJavaScriptPopupReply = false;
3216 }
3217
3218 void ewk_view_javascript_confirm_callback_set(Evas_Object* ewkView, Ewk_View_JavaScript_Confirm_Callback callback, void* userData)
3219 {
3220     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3221     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3222
3223     if (!impl->confirmContext)
3224         impl->confirmContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
3225     impl->confirmContext->javascriptConfirmCallback = callback;
3226     impl->confirmContext->ewkView = ewkView;
3227     impl->confirmContext->userData = userData;
3228 }
3229
3230 void ewk_view_javascript_confirm_reply(Evas_Object* ewkView, Eina_Bool result)
3231 {
3232     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3233     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3234
3235     WKPageReplyJavaScriptConfirm(toAPI(impl->page()), result == EINA_TRUE);
3236     impl->isWaitingForJavaScriptPopupReply = false;
3237 }
3238
3239 void ewk_view_javascript_prompt_callback_set(Evas_Object* ewkView, Ewk_View_JavaScript_Prompt_Callback callback, void* userData)
3240 {
3241     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3242     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3243
3244     if (!impl->promptContext)
3245         impl->promptContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
3246     impl->promptContext->javascriptPromptCallback = callback;
3247     impl->promptContext->ewkView = ewkView;
3248     impl->promptContext->userData = userData;
3249 }
3250
3251 void ewk_view_javascript_prompt_reply(Evas_Object* ewkView, const char* result)
3252 {
3253     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3254     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3255
3256     WKRetainPtr<WKStringRef> resultString(AdoptWK, WKStringCreateWithUTF8CString(result));
3257     WKPageReplyJavaScriptPrompt(toAPI(impl->page()), result ? resultString.get() : 0);
3258     impl->isWaitingForJavaScriptPopupReply = false;
3259 }
3260
3261 #if ENABLE(TIZEN_SUPPORT_BEFORE_UNLOAD_CONFIRM_PANEL)
3262 void ewk_view_before_unload_confirm_panel_callback_set(Evas_Object* ewkView, Ewk_View_Before_Unload_Confirm_Panel_Callback callback, void* userData)
3263 {
3264     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3265     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3266
3267     if (!impl->beforeUnloadConfirmPanelContext)
3268         impl->beforeUnloadConfirmPanelContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
3269     impl->beforeUnloadConfirmPanelContext->beforeUnloadConfirmPanelCallback = callback;
3270     impl->beforeUnloadConfirmPanelContext->ewkView = ewkView;
3271     impl->beforeUnloadConfirmPanelContext->userData = userData;
3272 }
3273
3274 void ewk_view_before_unload_confirm_panel_reply(Evas_Object* ewkView, Eina_Bool result)
3275 {
3276     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3277     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3278
3279     WKPageReplyBeforeUnloadConfirmPanel(toAPI(impl->page()), result == EINA_TRUE);
3280     impl->isWaitingForJavaScriptPopupReply = false;
3281 }
3282 #endif
3283
3284 void ewk_view_open_panel_callback_set(Evas_Object* ewkView, Ewk_View_Open_Panel_Callback callback, void* userData)
3285 {
3286     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3287     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3288
3289     if (!impl->openpanelContext)
3290         impl->openpanelContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
3291
3292     impl->openpanelContext->openPanelCallback = callback;
3293     impl->openpanelContext->ewkView = ewkView;
3294     impl->openpanelContext->userData = userData;
3295 }
3296
3297 void ewk_view_open_panel_reply(Evas_Object* ewkView, Eina_List* fileUrls, Eina_Bool result)
3298 {
3299     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3300     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3301
3302     if (!impl->openPanelListener)
3303         return;
3304
3305     unsigned int size = eina_list_count(fileUrls);
3306     if ((result == EINA_FALSE) || (size == 0)) {
3307         WKOpenPanelResultListenerCancel(impl->openPanelListener);
3308         impl->openPanelListener = 0;
3309         return;
3310     }
3311
3312     WKTypeRef* items = new WKTypeRef[size];
3313     Eina_List* list;
3314     void* data;
3315     unsigned int i = 0;
3316     KURL base(KURL(), "file://");
3317     EINA_LIST_FOREACH(fileUrls, list, data) {
3318         KURL url(base, String::fromUTF8(static_cast<char*>(data)));
3319         items[i++] = WKURLCreateWithUTF8CString(url.string().utf8().data());
3320     }
3321     WKRetainPtr<WKArrayRef> filesArray(AdoptWK, WKArrayCreate(items, size));
3322     WKOpenPanelResultListenerChooseFiles(impl->openPanelListener, filesArray.get());
3323     impl->openPanelListener = 0;
3324     delete [] items;
3325     eina_list_free(fileUrls);
3326 }
3327
3328 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
3329 static void didGetWebAppCapable(WKBooleanRef capable, WKErrorRef, void* context)
3330 {
3331     EINA_SAFETY_ON_NULL_RETURN(capable);
3332     EINA_SAFETY_ON_NULL_RETURN(context);
3333
3334     Ewk_View_Callback_Context* webAppContext = static_cast<Ewk_View_Callback_Context*>(context);
3335
3336     ASSERT(webAppContext->webAppCapableCallback);
3337
3338     TIZEN_LOGI("webAppCapableCallback exist. capable(%b)", capable);
3339     if (capable)
3340         webAppContext->webAppCapableCallback(toImpl(capable)->value(), webAppContext->userData);
3341     else
3342         webAppContext->webAppCapableCallback(0, webAppContext->userData);
3343
3344     delete webAppContext;
3345 }
3346
3347 static void didGetWebAppIconURL(WKStringRef iconURL, WKErrorRef, void* context)
3348 {
3349     EINA_SAFETY_ON_NULL_RETURN(iconURL);
3350     EINA_SAFETY_ON_NULL_RETURN(context);
3351
3352     Ewk_View_Callback_Context* webAppContext = static_cast<Ewk_View_Callback_Context*>(context);
3353
3354     EWK_VIEW_SD_GET_OR_RETURN(webAppContext->ewkView, smartData);
3355     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3356
3357     ASSERT(webAppContext->webAppIconURLCallback);
3358
3359     if (iconURL) {
3360         impl->webAppIconURL = toImpl(iconURL)->string().utf8().data();
3361         webAppContext->webAppIconURLCallback(impl->webAppIconURL, webAppContext->userData);
3362     } else
3363         webAppContext->webAppIconURLCallback(0, webAppContext->userData);
3364
3365     delete webAppContext;
3366 }
3367
3368 static void didGetWebAppIconURLs(WKDictionaryRef iconURLs, WKErrorRef, void* context)
3369 {
3370     EINA_SAFETY_ON_NULL_RETURN(iconURLs);
3371     EINA_SAFETY_ON_NULL_RETURN(context);
3372
3373     Ewk_View_Callback_Context* webAppContext = static_cast<Ewk_View_Callback_Context*>(context);
3374
3375     EWK_VIEW_SD_GET_OR_RETURN(webAppContext->ewkView, smartData);
3376     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3377
3378     ASSERT(webAppContext->webAppIconURLsCallback);
3379
3380     if (impl->webAppIconURLs) {
3381         void* data = 0;
3382         EINA_LIST_FREE(impl->webAppIconURLs, data)
3383             ewkWebAppIconDataDelete(static_cast<Ewk_Web_App_Icon_Data*>(data));
3384     }
3385
3386     WKRetainPtr<WKArrayRef> wkKeys(AdoptWK, WKDictionaryCopyKeys(iconURLs));
3387     size_t iconURLCount = WKArrayGetSize(wkKeys.get());
3388     for (size_t i = 0; i < iconURLCount; i++) {
3389         WKStringRef urlRef = static_cast<WKStringRef>(WKArrayGetItemAtIndex(wkKeys.get(), i));
3390         WKStringRef sizeRef = static_cast<WKStringRef>(WKDictionaryGetItemForKey(iconURLs, urlRef));
3391         impl->webAppIconURLs = eina_list_append(impl->webAppIconURLs, ewkWebAppIconDataCreate(sizeRef, urlRef));
3392     }
3393     TIZEN_LOGI("webAppIconURLsCallback exist. found %d icon urls", iconURLCount);
3394
3395     webAppContext->webAppIconURLsCallback(impl->webAppIconURLs, webAppContext->userData);
3396     delete webAppContext;
3397 }
3398 #endif
3399
3400 Eina_Bool ewk_view_web_application_capable_get(Evas_Object* ewkView, Ewk_Web_App_Capable_Get_Callback callback, void* userData)
3401 {
3402 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
3403     EINA_SAFETY_ON_NULL_RETURN_VAL(callback, false);
3404     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
3405     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
3406
3407     TIZEN_LOGI("callback(%d), userData(%d)", callback, userData);
3408     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3409     context->webAppCapableCallback = callback;
3410     context->ewkView = ewkView;
3411     context->userData = userData;
3412
3413     WKPageGetWebAppCapable(toAPI(impl->pageProxy.get()), context, didGetWebAppCapable);
3414
3415     return true;
3416 #else
3417     return false;
3418 #endif
3419 }
3420
3421 Eina_Bool ewk_view_web_application_icon_url_get(Evas_Object* ewkView, Ewk_Web_App_Icon_URL_Get_Callback callback, void* userData)
3422 {
3423 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
3424     EINA_SAFETY_ON_NULL_RETURN_VAL(callback, false);
3425     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
3426     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
3427
3428     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3429     context->webAppIconURLCallback = callback;
3430     context->ewkView = ewkView;
3431     context->userData = userData;
3432
3433     WKPageGetWebAppIconURL(toAPI(impl->page()), context, didGetWebAppIconURL);
3434
3435     return true;
3436 #else
3437     return 0;
3438 #endif
3439 }
3440
3441 Eina_Bool ewk_view_web_application_icon_urls_get(Evas_Object* ewkView, Ewk_Web_App_Icon_URLs_Get_Callback callback, void* userData)
3442 {
3443 #if ENABLE(TIZEN_SUPPORT_WEBAPP_META_TAG)
3444     EINA_SAFETY_ON_NULL_RETURN_VAL(callback, false);
3445     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
3446     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
3447
3448     TIZEN_LOGI("callback(%d), userData(%d)", callback, userData);
3449     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3450     context->webAppIconURLsCallback = callback;
3451     context->ewkView = ewkView;
3452     context->userData = userData;
3453
3454     WKPageGetWebAppIconURLs(toAPI(impl->page()), context, didGetWebAppIconURLs);
3455
3456     return true;
3457 #else
3458     UNUSED_PARAM(ewkView);
3459     UNUSED_PARAM(callback);
3460     UNUSED_PARAM(userData);
3461     return 0;
3462 #endif
3463 }
3464
3465 Eina_Bool ewk_view_command_execute(Evas_Object* ewkView, const char* command, const char* value)
3466 {
3467     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3468     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3469     EINA_SAFETY_ON_NULL_RETURN_VAL(command, false);
3470
3471     WKRetainPtr<WKStringRef> commandString(AdoptWK, WKStringCreateWithUTF8CString(command));
3472     WKRetainPtr<WKStringRef> valueString(AdoptWK, WKStringCreateWithUTF8CString(value));
3473     WKPageExecuteCommandWithArgument(toAPI(impl->pageProxy.get()), commandString.get(), valueString.get());
3474
3475     return true;
3476 }
3477
3478 Eina_Bool ewk_view_contents_size_get(Evas_Object* ewkView, Evas_Coord* width, Evas_Coord* height)
3479 {
3480     if (width)
3481         *width = 0;
3482     if (height)
3483         *height = 0;
3484
3485     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3486     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3487
3488     IntSize contentsSize = impl->pageProxy->contentsSize();
3489
3490     if (width)
3491         *width = contentsSize.width();
3492     if (height)
3493         *height = contentsSize.height();
3494
3495     return true;
3496 }
3497
3498 Eina_Bool ewk_view_contents_pdf_get_temp(Evas_Object* ewkView, int width, int height, const char* fileName)
3499 {
3500 #if ENABLE(TIZEN_MOBILE_WEB_PRINT)
3501     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3502     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3503     EINA_SAFETY_ON_NULL_RETURN_VAL(fileName, false);
3504
3505     IntSize contentsSize = impl->pageProxy->contentsSize();
3506     WKPageGetSnapshotPdfFile(toAPI(impl->pageProxy.get()), toAPI(IntSize(width, height)), toAPI(IntSize(contentsSize.width(), contentsSize.height())), WKStringCreateWithUTF8CString(fileName));
3507
3508     return true;
3509 #else
3510     return false;
3511 #endif
3512 }
3513
3514 Eina_Bool ewk_view_contents_pdf_get(Evas_Object* ewkView, int width, int height, const char* fileName)
3515 {
3516 #if ENABLE(TIZEN_MOBILE_WEB_PRINT)
3517     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3518     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3519     EINA_SAFETY_ON_NULL_RETURN_VAL(fileName, false);
3520
3521     IntSize contentsSize = impl->pageProxy->contentsSize();
3522     WKPageGetSnapshotPdfFile(toAPI(impl->pageProxy.get()), toAPI(IntSize(width, height)), toAPI(IntSize(contentsSize.width(), contentsSize.height())), WKStringCreateWithUTF8CString(fileName));
3523
3524     return true;
3525 #else
3526     return false;
3527 #endif
3528 }
3529
3530 static void runJavaScriptCallback(WKSerializedScriptValueRef scriptValue, WKErrorRef error, void* context)
3531 {
3532     EINA_SAFETY_ON_NULL_RETURN(context);
3533     Ewk_View_Callback_Context* callbackContext = static_cast<Ewk_View_Callback_Context*>(context);
3534
3535     if (!callbackContext->scriptExecuteCallback) {
3536         delete callbackContext;
3537         return;
3538     }
3539
3540     JSGlobalContextRef jsGlobalContext = ewkViewGetJavascriptGlobalContext(callbackContext->ewkView);
3541
3542     if (scriptValue) {
3543         JSValueRef value = WKSerializedScriptValueDeserialize(scriptValue, jsGlobalContext, 0);
3544         JSRetainPtr<JSStringRef> jsStringValue(JSValueToStringCopy(jsGlobalContext, value, 0));
3545         size_t length = JSStringGetMaximumUTF8CStringSize(jsStringValue.get());
3546         OwnArrayPtr<char> buffer = adoptArrayPtr(new char[length]);
3547         JSStringGetUTF8CString(jsStringValue.get(), buffer.get(), length);
3548         callbackContext->scriptExecuteCallback(callbackContext->ewkView, buffer.get(), callbackContext->userData);
3549     } else
3550         callbackContext->scriptExecuteCallback(callbackContext->ewkView, 0, callbackContext->userData);
3551
3552     delete callbackContext;
3553 }
3554
3555 Eina_Bool ewk_view_script_execute(Evas_Object* ewkView, const char* script, Ewk_View_Script_Execute_Callback callback, void* user_data)
3556 {
3557     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3558     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3559     EINA_SAFETY_ON_NULL_RETURN_VAL(script, false);
3560     EINA_SAFETY_ON_NULL_RETURN_VAL(impl->pageClient, false);
3561
3562     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3563     context->scriptExecuteCallback = callback;
3564     context->ewkView = ewkView;
3565     context->userData = user_data;
3566     WKRetainPtr<WKStringRef> scriptString(AdoptWK, WKStringCreateWithUTF8CString(script));
3567     WKPageRunJavaScriptInMainFrame(toAPI(impl->pageProxy.get()), scriptString.get(), context, runJavaScriptCallback);
3568
3569     return true;
3570 }
3571
3572 #if ENABLE(TIZEN_WEB_STORAGE) && ENABLE(TIZEN_WEBKIT2_NUMBER_TYPE_SUPPORT)
3573 static void didGetWebStorageQuota(WKUInt32Ref quota, WKErrorRef error, void* context)
3574 {
3575     Ewk_View_Callback_Context* storageContext = static_cast<Ewk_View_Callback_Context*>(context);
3576
3577     if (quota)
3578         storageContext->webStorageQuotaCallback(toImpl(quota)->value(), storageContext->userData);
3579     else
3580         storageContext->webStorageQuotaCallback(0, storageContext->userData);
3581
3582     delete storageContext;
3583 }
3584 #endif
3585
3586 Eina_Bool ewk_view_web_storage_quota_get(const Evas_Object* ewkView, Ewk_Web_Storage_Quota_Get_Callback resultCallback, void* userData)
3587 {
3588 #if ENABLE(TIZEN_WEB_STORAGE) && ENABLE(TIZEN_WEBKIT2_NUMBER_TYPE_SUPPORT)
3589     EINA_SAFETY_ON_NULL_RETURN_VAL(ewkView, false);
3590     EINA_SAFETY_ON_NULL_RETURN_VAL(resultCallback, false);
3591     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3592     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3593     TIZEN_LOGI("resultCallback (%p)", resultCallback);
3594
3595     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3596     context->webStorageQuotaCallback = resultCallback;
3597     context->userData = userData;
3598
3599     WKPageRef pageRef = toAPI(impl->page());
3600     WKPageGetWebStorageQuota(pageRef, context, didGetWebStorageQuota);
3601
3602     return true;
3603 #else
3604     return false;
3605 #endif
3606 }
3607
3608 Eina_Bool ewk_view_web_storage_quota_set(Evas_Object* ewkView, uint32_t quota)
3609 {
3610 #if ENABLE(TIZEN_WEB_STORAGE)
3611     EINA_SAFETY_ON_NULL_RETURN_VAL(ewkView, false);
3612     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3613     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3614
3615     TIZEN_LOGI("quota (%d)", quota);
3616     WKPageRef pageRef = toAPI(impl->page());
3617     WKPageSetWebStorageQuota(pageRef, quota);
3618
3619     return true;
3620 #else
3621     return false;
3622 #endif
3623 }
3624
3625 static void getContentsAsStringCallback(WKStringRef plain_text, WKErrorRef error, void* context)
3626 {
3627     EINA_SAFETY_ON_NULL_RETURN(context);
3628     Ewk_View_Callback_Context* callbackContext = static_cast<Ewk_View_Callback_Context*>(context);
3629
3630     ASSERT(callbackContext->plainTextGetCallback);
3631
3632     if (plain_text) {
3633         size_t length = WKStringGetMaximumUTF8CStringSize(plain_text);
3634         OwnArrayPtr<char> buffer = adoptArrayPtr(new char[length]);
3635         WKStringGetUTF8CString(plain_text, buffer.get(), length);
3636
3637         callbackContext->plainTextGetCallback(callbackContext->ewkView, buffer.get(), callbackContext->userData);
3638     } else
3639         callbackContext->plainTextGetCallback(callbackContext->ewkView, 0, callbackContext->userData);
3640
3641     delete callbackContext;
3642 }
3643
3644 Eina_Bool ewk_view_plain_text_get(Evas_Object* ewkView, Ewk_View_Plain_Text_Get_Callback callback, void* user_data)
3645 {
3646     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3647     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3648     EINA_SAFETY_ON_NULL_RETURN_VAL(callback, false);
3649     EINA_SAFETY_ON_NULL_RETURN_VAL(impl->pageClient, false);
3650
3651     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3652     context->plainTextGetCallback = callback;
3653     context->ewkView = ewkView;
3654     context->userData = user_data;
3655     WKPageGetContentsAsString(toAPI(impl->pageProxy.get()), context, getContentsAsStringCallback);
3656
3657     return true;
3658 }
3659
3660 #if ENABLE(TIZEN_SUPPORT_MHTML)
3661 /**
3662  * @internal
3663  * Callback function used for ewk_view_mhtml_data_get().
3664  */
3665 static void getContentsAsMHTMLCallback(WKDataRef wkData, WKErrorRef, void* context)
3666 {
3667     EINA_SAFETY_ON_NULL_RETURN(context);
3668     Ewk_View_Callback_Context* callbackContext = static_cast<Ewk_View_Callback_Context*>(context);
3669
3670     ASSERT(callbackContext->mhtmlDataGetCallback);
3671
3672     callbackContext->mhtmlDataGetCallback(callbackContext->ewkView, reinterpret_cast<const char*>(WKDataGetBytes(wkData)), callbackContext->userData);
3673
3674     delete callbackContext;
3675 }
3676
3677 Eina_Bool ewk_view_mhtml_data_get(Evas_Object* ewkView, Ewk_View_MHTML_Data_Get_Callback callback, void* user_data)
3678 {
3679     EINA_SAFETY_ON_NULL_RETURN_VAL(callback, false);
3680     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3681     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
3682
3683     Ewk_View_Callback_Context* context = new Ewk_View_Callback_Context;
3684     context->mhtmlDataGetCallback = callback;
3685     context->ewkView = ewkView;
3686     context->userData = user_data;
3687
3688     WKPageGetContentsAsMHTMLData(toAPI(impl->page()), false, context, getContentsAsMHTMLCallback);
3689
3690     return true;
3691 }
3692 #endif // ENABLE(TIZEN_SUPPORT_MHTML)
3693
3694 Ewk_Hit_Test* ewk_view_hit_test_new(Evas_Object* ewkView, int x, int y, int hitTestMode)
3695 {
3696 #if ENABLE(TIZEN_WEBKIT2_HIT_TEST)
3697     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
3698     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
3699
3700     IntPoint pointForHitTest = impl->transformFromScene().mapPoint(IntPoint(x, y));
3701     WebHitTestResult::Data hitTestResultData = impl->pageProxy->hitTestResultAtPoint(pointForHitTest, hitTestMode);
3702     Ewk_Hit_Test* hitTest = ewkHitTestCreate(hitTestResultData);
3703
3704     return hitTest;
3705 #else
3706     return 0;
3707 #endif
3708 }
3709
3710 Ewk_History* ewk_view_history_get(Evas_Object* ewkView)
3711 {
3712     EINA_SAFETY_ON_NULL_RETURN_VAL(ewkView, 0);
3713     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3714     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3715     WebPageProxy* page = impl->page();
3716     EINA_SAFETY_ON_NULL_RETURN_VAL(page, 0);
3717
3718     return ewkHistoryCreate(WKPageGetBackForwardList(toAPI(page)));
3719 }
3720
3721 Eina_Bool ewk_view_recording_surface_enable_set(Evas_Object* ewkView, Eina_Bool enable)
3722 {
3723     return false;
3724 }
3725
3726 Eina_Bool ewk_view_notification_closed(Evas_Object* ewkView, Eina_List* ewkNotifications)
3727 {
3728 #if ENABLE(TIZEN_NOTIFICATIONS)
3729     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3730     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3731     EINA_SAFETY_ON_NULL_RETURN_VAL(impl->context, false);
3732
3733     TIZEN_LOGI("ewkNotifications (%p)", ewkNotifications);
3734     if (!eina_list_count(ewkNotifications))
3735         return false;
3736
3737     Eina_List* listIterator = 0;
3738     void* data = 0;
3739     Vector<WKTypeRef> ids;
3740     EINA_LIST_FOREACH(ewkNotifications, listIterator, data) {
3741         Ewk_Notification* notification = static_cast<Ewk_Notification*>(data);
3742         WKUInt64Ref idRef = WKUInt64Create(ewk_notification_id_get(notification));
3743         ids.append(idRef);
3744         impl->notifications = eina_list_remove(impl->notifications, notification);
3745     }
3746
3747     WKRetainPtr<WKArrayRef> notificationIDsArray(AdoptWK, WKArrayCreate(ids.data(), ids.size()));
3748     WKNotificationManagerRef notificationManager = WKContextGetNotificationManager(impl->context->wkContext());
3749     WKNotificationManagerProviderDidCloseNotifications(notificationManager, notificationIDsArray.get());
3750     ewkNotificationDeleteNotificationList(ewkNotifications);
3751
3752     return true;
3753 #else
3754     return false;
3755 #endif
3756 }
3757
3758 #if ENABLE(TIZEN_WEBKIT2_POPUP_INTERNAL)
3759 static Eina_List* createPopupMenuList(const Vector<WebPopupItem>& items)
3760 {
3761     Eina_List* popupItems = 0;
3762     size_t size = items.size();
3763     for (size_t i = 0; i < size; ++i)
3764         popupItems = eina_list_append(popupItems, Ewk_Popup_Menu_Item::create(items[i]).leakPtr());
3765     TIZEN_LOGI("size : %d", size);
3766     return popupItems;
3767 }
3768
3769 static void releasePopupMenuList(Eina_List* popupMenuItems)
3770 {
3771     if (!popupMenuItems)
3772         return;
3773
3774     void* item;
3775     EINA_LIST_FREE(popupMenuItems, item)
3776         delete static_cast<Ewk_Popup_Menu_Item*>(item);
3777 }
3778 #endif
3779
3780 Eina_Bool ewk_view_popup_menu_close(Evas_Object* ewkView)
3781 {
3782     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3783     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3784     EINA_SAFETY_ON_NULL_RETURN_VAL(smartData->api, false);
3785 #if OS(TIZEN)
3786     TIZEN_LOGI("proxy : %p", impl->popupMenuProxy);
3787 #endif
3788
3789     if (!impl->popupMenuProxy)
3790         return false;
3791
3792     impl->popupMenuProxy = 0;
3793
3794     if (smartData->api->popup_menu_hide)
3795         smartData->api->popup_menu_hide(smartData);
3796 #if ENABLE(TIZEN_WEBKIT2_POPUP_INTERNAL)
3797     ewk_view_touch_events_enabled_set(ewkView, true);
3798
3799     releasePopupMenuList(impl->popupMenuItems);
3800     impl->popupMenuItems = 0;
3801 #else
3802     void* item;
3803     EINA_LIST_FREE(impl->popupMenuItems, item)
3804         delete static_cast<Ewk_Popup_Menu_Item*>(item);
3805 #endif
3806
3807     return true;
3808 }
3809
3810 Eina_Bool ewk_view_popup_menu_select(Evas_Object* ewkView, unsigned int selectedIndex)
3811 {
3812     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3813     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3814     EINA_SAFETY_ON_NULL_RETURN_VAL(impl->popupMenuProxy, false);
3815 #if OS(TIZEN)
3816     TIZEN_LOGI("proxy : %p / index : %d", impl->popupMenuProxy, selectedIndex);
3817
3818     if (!impl->popupMenuItems)
3819         return false;
3820 #endif
3821
3822     if (selectedIndex >= eina_list_count(impl->popupMenuItems))
3823         return false;
3824
3825     impl->popupMenuProxy->valueChanged(selectedIndex);
3826
3827     return true;
3828 }
3829
3830 #if ENABLE(TIZEN_WEBKIT2_POPUP_INTERNAL)
3831 void ewk_view_popup_menu_update(Evas_Object* ewkView, TextDirection textDirection, const Vector<WebPopupItem>& items, int32_t selectedIndex)
3832 {
3833     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3834     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3835     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
3836     TIZEN_LOGI("proxy : %p", impl->popupMenuProxy);
3837
3838     if (!impl->popupMenuProxy)
3839         return;
3840
3841     if (!smartData->api->popup_menu_update)
3842         return;
3843
3844     releasePopupMenuList(impl->popupMenuItems);
3845     impl->popupMenuItems = createPopupMenuList(items);
3846
3847     // TODO: Instead of passing a dummy rect, updated rect should be coming from WebProcess
3848     smartData->api->popup_menu_update(smartData, IntRect(), static_cast<Ewk_Text_Direction>(textDirection), impl->popupMenuItems, selectedIndex);
3849 }
3850 #endif
3851
3852 #if ENABLE(TIZEN_MULTIPLE_SELECT)
3853 Eina_Bool ewk_view_popup_menu_multiple_select(Evas_Object* ewkView, Eina_Inarray* changeList)
3854 {
3855     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3856     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3857     EINA_SAFETY_ON_NULL_RETURN_VAL(impl->popupMenuProxy, false);
3858
3859     Vector<int> selectedIndex;
3860
3861     if (!impl->popupMenuItems)
3862         return false;
3863
3864     Eina_Iterator* itr;
3865     void* data;
3866     itr = eina_inarray_iterator_new(changeList);
3867     EINA_ITERATOR_FOREACH(itr, data)
3868     {
3869         int* pData = static_cast<int*>(data);
3870         selectedIndex.append(*pData);
3871     }
3872     eina_iterator_free(itr);
3873
3874     impl->popupMenuProxy->multipleValueChanged(selectedIndex);
3875     return true;
3876 }
3877 #endif
3878
3879 void ewk_view_orientation_send(Evas_Object* ewkView, int orientation)
3880 {
3881 #if ENABLE(TIZEN_ORIENTATION_EVENTS)
3882     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3883     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3884     TIZEN_LOGI("orientation : %d", orientation);
3885
3886     if (orientation != 0 && orientation != 90 && orientation != -90 && orientation != 180)
3887         return;
3888
3889     if (impl->orientation == orientation)
3890         return;
3891
3892     impl->orientation = orientation;
3893
3894     impl->pageProxy->sendOrientationChangeEvent(orientation);
3895 #endif
3896 }
3897
3898 void ewkViewFrameRendered(Evas_Object* ewkView)
3899 {
3900     evas_object_smart_callback_call(ewkView, "frame,rendered", 0);
3901 }
3902
3903 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
3904 Eina_Bool ewk_view_text_selection_enable_set(Evas_Object* ewkView, Eina_Bool enable)
3905 {
3906     return ewk_settings_text_selection_enabled_set(ewk_view_settings_get(ewkView), enable);
3907 }
3908
3909 Eina_Bool ewk_view_text_selection_range_get(Evas_Object* ewkView, Eina_Rectangle* leftRect, Eina_Rectangle* rightRect)
3910 {
3911     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
3912     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
3913
3914     IntRect leftSelectionRect;
3915     IntRect rightSelectionRect;
3916     if (!impl->pageProxy->getSelectionHandlers(leftSelectionRect, rightSelectionRect)) {
3917         leftRect->x = 0;
3918         leftRect->y = 0;
3919         leftRect->w = 0;
3920         leftRect->h = 0;
3921
3922         rightRect->x = 0;
3923         rightRect->y = 0;
3924         rightRect->w = 0;
3925         rightRect->h = 0;
3926         return false;
3927     }
3928
3929     AffineTransform contentToScreen = impl->transformToScene();
3930     leftSelectionRect = contentToScreen.mapRect(leftSelectionRect);
3931     rightSelectionRect = contentToScreen.mapRect(rightSelectionRect);
3932
3933     leftRect->x = leftSelectionRect.x();
3934     leftRect->y = leftSelectionRect.y();
3935     leftRect->w = leftSelectionRect.width();
3936     leftRect->h = leftSelectionRect.height();
3937
3938     rightRect->x = rightSelectionRect.x();
3939     rightRect->y = rightSelectionRect.y();
3940     rightRect->w = rightSelectionRect.width();
3941     rightRect->h = rightSelectionRect.height();
3942
3943     return true;;
3944 }
3945
3946 const char* ewk_view_text_selection_text_get(Evas_Object* ewkView)
3947 {
3948     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
3949     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
3950
3951     const CString selectedString = impl->pageProxy->getSelectionText().utf8();
3952     impl->selectedText = selectedString.data();
3953
3954     return impl->selectedText;
3955 }
3956
3957 Eina_Bool ewk_view_auto_clear_text_selection_mode_set(Evas_Object* ewkView, Eina_Bool enable)
3958 {
3959     return ewk_settings_clear_text_selection_automatically_set(ewk_view_settings_get(ewkView), enable);
3960 }
3961
3962 Eina_Bool ewk_view_auto_clear_text_selection_mode_get(Evas_Object* ewkView)
3963 {
3964     return ewk_settings_clear_text_selection_automatically_get(ewk_view_settings_get(ewkView));
3965 }
3966
3967 void ewk_view_text_selection_range_clear(Evas_Object* ewkView)
3968 {
3969     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3970     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3971
3972     impl->pageProxy->selectionRangeClear();
3973 }
3974 #endif // #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
3975
3976 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
3977 void ewkViewInputPickerRequest(Evas_Object* ewkView, Ewk_Input_Type inputType, const String& inputValue)
3978 {
3979     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3980     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
3981     EINA_SAFETY_ON_NULL_RETURN(smartData->api->input_picker_show);
3982
3983     smartData->api->input_picker_show(smartData, inputType, inputValue.utf8().data());
3984 }
3985 #endif
3986
3987 #if ENABLE(TIZEN_VIEWPORT_META_TAG)
3988 void ewkViewGetWindowFrame(Evas_Object* ewkView, int *x, int *y, int *w, int *h)
3989 {
3990     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
3991     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
3992     IntPoint drawingPosition = (IntPoint)(impl->pageClient->visibleContentRect().location() - impl->pageClient->scrollPosition());
3993     if (x)
3994         *x = drawingPosition.x();
3995     if (y)
3996         *y = drawingPosition.y();
3997     if (w)
3998         *w = impl->pageClient->visibleContentRect().width();
3999     if (h)
4000         *h = impl->pageClient->visibleContentRect().height();
4001 }
4002 #endif
4003
4004 void ewk_view_focused_input_element_value_set(Evas_Object* ewkView, const char* value)
4005 {
4006 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
4007     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4008     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4009
4010     impl->pageProxy->setFocusedInputElementValue(String::fromUTF8(value));
4011 #endif // ENABLE(TIZEN_INPUT_TAG_EXTENSION)
4012 }
4013
4014 const char* ewk_view_focused_input_element_value_get(Evas_Object* ewkView)
4015 {
4016 #if ENABLE(TIZEN_INPUT_TAG_EXTENSION)
4017     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, 0);
4018     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, 0);
4019
4020     impl->inputValue = impl->pageProxy->getFocusedInputElementValue().utf8().data();
4021     return impl->inputValue;
4022 #else
4023     return 0;
4024 #endif // ENABLE(TIZEN_INPUT_TAG_EXTENSION)
4025 }
4026
4027 #if ENABLE(TIZEN_DATALIST_ELEMENT)
4028 void ewkViewDataListShowRequest(Evas_Object* ewkView, Ewk_Input_Type inputType, Vector<String> optionList)
4029 {
4030     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4031     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4032     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
4033     EINA_SAFETY_ON_NULL_RETURN(smartData->api->data_list_show);
4034
4035     if (impl->dataList)
4036         ewkViewDataListHideRequest(ewkView, inputType);
4037
4038     for (Vector<String>::const_iterator it = optionList.begin(); it != optionList.end(); ++it) {
4039         String value = *it;
4040         impl->dataList = eina_list_append(impl->dataList, eina_stringshare_add(value.utf8().data()));
4041     }
4042
4043     smartData->api->data_list_show(smartData, inputType, impl->dataList);
4044 }
4045
4046 void ewkViewDataListHideRequest(Evas_Object* ewkView, Ewk_Input_Type inputType)
4047 {
4048     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4049     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4050     EINA_SAFETY_ON_NULL_RETURN(impl->dataList);
4051     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
4052     EINA_SAFETY_ON_NULL_RETURN(smartData->api->data_list_hide);
4053
4054     impl->deleteDataList();
4055
4056     smartData->api->data_list_hide(smartData, inputType);
4057 }
4058 #endif
4059
4060 void ewk_view_data_list_close(Evas_Object* ewkView, const char* value)
4061 {
4062 #if ENABLE(TIZEN_DATALIST_ELEMENT)
4063     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4064     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4065
4066     impl->deleteDataList();
4067
4068     ewk_view_focused_input_element_value_set(ewkView, value);
4069 #endif
4070 }
4071
4072 Eina_Bool ewk_view_horizontal_panning_hold_get(Evas_Object* ewkView)
4073 {
4074 #if ENABLE(TIZEN_GESTURE)
4075     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4076     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4077     return impl->holdHorizontalPanning;
4078 #else
4079     return false;
4080 #endif
4081 }
4082
4083 void ewk_view_horizontal_panning_hold_set(Evas_Object* ewkView, Eina_Bool hold)
4084 {
4085 #if ENABLE(TIZEN_GESTURE)
4086     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4087     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4088     impl->holdHorizontalPanning = hold;
4089 #endif
4090 }
4091
4092 Eina_Bool ewk_view_vertical_panning_hold_get(Evas_Object* ewkView)
4093 {
4094 #if ENABLE(TIZEN_GESTURE)
4095     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4096     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4097     return impl->holdVerticalPanning;
4098 #else
4099     return false;
4100 #endif
4101 }
4102
4103 void ewk_view_vertical_panning_hold_set(Evas_Object* ewkView, Eina_Bool hold)
4104 {
4105 #if ENABLE(TIZEN_GESTURE)
4106     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4107     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4108     impl->holdVerticalPanning = hold;
4109 #endif
4110 }
4111
4112 void ewk_view_touch_event_handler_result_set(Evas_Object* ewkView, WebKit::WebEvent::Type type, bool wasHandled)
4113 {
4114 #if ENABLE(TIZEN_GESTURE)
4115     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4116     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4117
4118 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
4119     if (impl->focusRing && wasHandled)
4120         impl->focusRing->hide();
4121 #endif // #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
4122
4123     if (impl->mouseEventsEnabled())
4124         return;
4125
4126 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
4127     if (wasHandled && impl->pageClient->isTextSelectionMode()) {
4128         if (type == WebEvent::TouchStart)
4129             impl->pageClient->updateTextSelectionHandlesAndContextMenu(false);
4130         else if (type == WebEvent::TouchMove)
4131             impl->pageClient->updateTextSelectionHandlesAndContextMenu(false);
4132         else if (type == WebEvent::TouchEnd)
4133             impl->pageClient->requestToShowTextSelectionHandlesAndContextMenu();
4134     }
4135 #endif
4136
4137     // We have to check TouchStart, TouchMove and TouchEnd with handled.
4138     // The Pan and Flick will be enabled if Touch Start was not handled,
4139     // and Touch Move was not handled or did not occur.
4140     // Tap will be enabled if Touch Start and End was not handled
4141     // and Touch Move did not occur.
4142     // The gestures are disabled as a default.
4143     // o: handled, x: not handled
4144     // ------------------------------------------------------------
4145     // Touch Start | Touch Move | Touch End ||   Tap   | Pan, Flick
4146     // ------------------------------------------------------------
4147     //      o      |   o or x   |   o or x  || disable |  disable
4148     //      x      |      o     |   o or x  || disable |  disable
4149     //      x      |      x     |   o or x  || disable |  enable
4150     //      x      |not occured |     x     || enable  |  enable
4151     // ------------------------------------------------------------
4152     if (type == WebEvent::TouchStart) {
4153         impl->gestureClient->setGestureEnabled(!wasHandled);
4154         impl->wasHandledTouchStart = wasHandled;
4155
4156         // Initialize wasHandledTouchMove to true and notify that to the application
4157         // to prevent applications scrolling at the beginning of touch.
4158         impl->wasHandledTouchMove = true;
4159         evas_object_smart_callback_call(ewkView, "touchmove,handled", static_cast<void*>(&impl->wasHandledTouchMove));
4160     } else if (type == WebEvent::TouchMove) {
4161         impl->gestureClient->setMovingEnabled(!wasHandled);
4162
4163         // We have to set wasHandled to true if touchstart was handled even though current touchmove was not handled.
4164         if (impl->wasHandledTouchStart)
4165             wasHandled = true;
4166
4167         // Notify the result of touchmove to applications when handled value is changed
4168         // in order to make applications to choose whether scrolling its scrollable objects or not.
4169         if (impl->wasHandledTouchMove != wasHandled)
4170             evas_object_smart_callback_call(ewkView, "touchmove,handled", static_cast<void*>(&wasHandled));
4171         impl->wasHandledTouchMove = wasHandled;
4172     } else if (type == WebEvent::TouchEnd && !impl->exceedTouchMoveThreshold) {
4173         if (!wasHandled) {
4174             impl->gestureClient->setMovingEnabled(!wasHandled);
4175             impl->gestureClient->setTapEnabled(!wasHandled);
4176         }
4177 #if ENABLE(TIZEN_ISF_PORT)
4178         else if (impl->pageProxy->isViewVisible()) {
4179             IntPoint pointForHitTest = impl->transformFromScene().mapPoint(IntPoint(impl->touchDownPoint.x, impl->touchDownPoint.y));
4180             WebHitTestResult::Data hitTestResultData = impl->pageProxy->hitTestResultAtPoint(pointForHitTest);
4181             if (hitTestResultData.isContentEditable && impl->inputMethodContext()) {
4182                 evas_object_focus_set(ewkView, true);
4183                 impl->inputMethodContext()->updateTextInputState();
4184             }
4185         }
4186 #endif
4187     }
4188 #endif
4189 }
4190
4191 #if ENABLE(TIZEN_WEBKIT2_GET_TEXT_STYLE_FOR_SELECTION)
4192 void  ewkViewTextStyleState(Evas_Object* ewkView, const IntPoint& startPoint, const IntPoint& endPoint)
4193 {
4194     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4195     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4196
4197     EditorState editorState = impl->page()->editorState();
4198     Ewk_Text_Style* textStyle = ewkTextStyleCreate(editorState, startPoint, endPoint);
4199     evas_object_smart_callback_call(ewkView, "text,style,state", static_cast<void*>(textStyle));
4200     ewkTextStyleDelete(textStyle);
4201 }
4202 #endif
4203
4204 #if ENABLE(SCREEN_ORIENTATION_SUPPORT) && ENABLE(TIZEN_SCREEN_ORIENTATION_SUPPORT)
4205 bool ewk_view_orientation_lock(Evas_Object* ewkView, int willLockOrientation)
4206 {
4207     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4208     EINA_SAFETY_ON_NULL_RETURN_VAL(smartData->api, false);
4209
4210     TIZEN_LOGI("willLockOrientation (%d)", willLockOrientation);
4211     if (!smartData->api->orientation_lock) {
4212         TIZEN_LOGE("fail");
4213         return false;
4214     }
4215
4216     return smartData->api->orientation_lock(smartData, willLockOrientation);
4217 }
4218
4219 void ewk_view_orientation_unlock(Evas_Object* ewkView)
4220 {
4221     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4222     EINA_SAFETY_ON_NULL_RETURN(smartData->api);
4223
4224     TIZEN_LOGI("ewkView (%p)", ewkView);
4225     if (!smartData->api->orientation_unlock) {
4226         TIZEN_LOGE("fail");
4227         return;
4228     }
4229
4230     smartData->api->orientation_unlock(smartData);
4231 }
4232 #endif
4233
4234 void ewk_view_orientation_lock_callback_set(Evas_Object* ewkView, Ewk_Orientation_Lock_Cb func, void* data)
4235 {
4236 #if ENABLE(TIZEN_SCREEN_ORIENTATION_SUPPORT_INTERNAL)
4237     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4238     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4239     TIZEN_LOGI("callbacks: %p / data: %p", func, data);
4240
4241     impl->orientationLock.callback = func;
4242     impl->orientationLock.data = data;
4243 #endif
4244 }
4245
4246 #if ENABLE(TIZEN_SCREEN_ORIENTATION_SUPPORT_INTERNAL)
4247 Eina_Bool _ewk_orientation_lock(Ewk_View_Smart_Data *sd, int orientations)
4248 {
4249     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl, false);
4250     TIZEN_LOGI("locked orientations : %d", orientations);
4251
4252     if (impl->orientationLock.callback)
4253         return impl->orientationLock.callback(sd->self, true, orientations, impl->orientationLock.data);
4254
4255     return false;
4256 }
4257
4258 void _ewk_orientation_unlock(Ewk_View_Smart_Data *sd)
4259 {
4260     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl);
4261     TIZEN_LOGI("unlock is requested");
4262
4263     if (impl->orientationLock.callback)
4264         impl->orientationLock.callback(sd->self, false, 0, impl->orientationLock.data);
4265 }
4266 #endif
4267
4268 #if ENABLE(TIZEN_RUNTIME_BACKEND_SELECTION)
4269 bool ewk_view_is_opengl_backend(Evas_Object* ewkView)
4270 {
4271     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4272
4273     Ecore_Evas* ee = ecore_evas_ecore_evas_get(smartData->base.evas);
4274     const char *engine = ecore_evas_engine_name_get(ee);
4275     if (engine && !strcmp(engine, "opengl_x11"))
4276         return true;
4277     return false;
4278 }
4279 #endif
4280
4281 void ewk_view_zoomable_area_set(Evas_Object* ewkView, const IntPoint& target, const IntRect& area)
4282 {
4283 #if ENABLE(TIZEN_GESTURE)
4284     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4285     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4286
4287     impl->gestureClient->setZoomableArea(target, area);
4288 #endif
4289 }
4290
4291 #if ENABLE(TIZEN_BACKFORWARD_LIST_CLEAR)
4292 void ewk_view_back_forward_list_clear(const Evas_Object* ewkView)
4293 {
4294     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4295     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4296
4297     WKBackForwardListClearBackForwardList(WKPageGetBackForwardList(toAPI(impl->pageProxy.get())));
4298 }
4299 #endif
4300
4301 #if ENABLE(TIZEN_SIGNAL_APP_BACK_FORWARD_LIST_CHANGED)
4302 void ewkViewBackForwardListChanged(Evas_Object* ewkView)
4303 {
4304     evas_object_smart_callback_call(ewkView, "back,forward,list,changed", 0);
4305 }
4306 #endif
4307
4308 #if ENABLE(TIZEN_ICON_DATABASE)
4309 void ewkViewIconReceived(Evas_Object* ewkView)
4310 {
4311     if (!ewkView)
4312         return;
4313     evas_object_smart_callback_call(ewkView, "icon,received", 0);
4314 }
4315 #endif
4316
4317 #endif // #if OS(TIZEN)
4318
4319 Eina_Bool ewk_view_feed_touch_event(Evas_Object* ewkView, Ewk_Touch_Event_Type type, const Eina_List* points, const Evas_Modifier* modifiers)
4320 {
4321 #if ENABLE(TOUCH_EVENTS)
4322     EINA_SAFETY_ON_NULL_RETURN_VAL(points, false);
4323     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4324     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4325
4326 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION) && ENABLE(TIZEN_WEBKIT2_FOR_MOVING_TEXT_SELECTION_HANDLE_FROM_OSP)
4327     if (impl->pageClient->isTextSelectionMode() && eina_list_count(points) == 1) {
4328         Ewk_Touch_Point* point = static_cast<Ewk_Touch_Point*>(eina_list_data_get(points));
4329         IntPoint handlePoint(point->x, point->y);
4330
4331         if (type == EWK_TOUCH_START)
4332             impl->pageClient->textSelectonHandleDown(handlePoint);
4333         else if (type == EWK_TOUCH_MOVE)
4334             impl->pageClient->textSelectonHandleMove(handlePoint);
4335         else
4336             impl->pageClient->textSelectonHandleUp();
4337
4338         if (impl->pageClient->isTextSelectionHandleDowned())
4339             return true;
4340     }
4341 #endif
4342
4343 #if ENABLE(TIZEN_GESTURE)
4344 #if ENABLE(TIZEN_CONTEXT_MENU_WEBKIT_2)
4345     // We don't want to process touch event when context menu is shown.
4346     if ((impl->pageClient->isContextMenuVisible() && type != EWK_TOUCH_CANCEL)
4347 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
4348         && !impl->pageClient->isTextSelectionMode()
4349 #endif
4350         )
4351         return true;
4352 #endif
4353 #if ENABLE(TIZEN_WEBKIT2_TEXT_SELECTION)
4354     if (impl->pageClient->isTextSelectionDowned() && type != EWK_TOUCH_CANCEL)
4355         return true;
4356 #endif
4357
4358     if (type == EWK_TOUCH_START) {
4359         if (eina_list_count(points) == 1) {
4360             impl->gestureClient->reset();
4361             Ewk_Touch_Point* point = static_cast<Ewk_Touch_Point*>(eina_list_data_get(points));
4362             impl->touchDownPoint.x = point->x;
4363             impl->touchDownPoint.y = point->y;
4364             impl->exceedTouchMoveThreshold = false;
4365         }
4366     } else if (type == EWK_TOUCH_MOVE && !impl->exceedTouchMoveThreshold) {
4367         if (eina_list_count(points) == 1) {
4368             unsigned int threshold = elm_config_scroll_thumbscroll_threshold_get();
4369             Ewk_Touch_Point* point = static_cast<Ewk_Touch_Point*>(eina_list_data_get(points));
4370             int diffX = impl->touchDownPoint.x - point->x;
4371             int diffY = impl->touchDownPoint.y - point->y;
4372             if (static_cast<unsigned int>(diffX * diffX + diffY * diffY) > threshold * threshold)
4373                 impl->exceedTouchMoveThreshold = true;
4374             else
4375                 return true;
4376         } else {
4377             impl->exceedTouchMoveThreshold = true;
4378         }
4379     }
4380 #endif // #if ENABLE(TIZEN_GESTURE)
4381
4382     // FIXME: impl is used in the webkit opensource, but tizen webkit does not use it yet.
4383     //impl->page()->handleTouchEvent(NativeWebTouchEvent(type, points, modifiers, impl->transformFromScene(), impl->transformToScreen(), ecore_time_get()));
4384     impl->pageProxy->handleTouchEvent(NativeWebTouchEvent(type, points, modifiers, impl->transformFromScene(), impl->transformToScreen(), ecore_time_get()));
4385
4386     return true;
4387 #else
4388     return false;
4389 #endif
4390 }
4391
4392 Eina_Bool ewk_view_touch_events_enabled_set(Evas_Object* ewkView, Eina_Bool enabled)
4393 {
4394 #if ENABLE(TOUCH_EVENTS)
4395     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4396     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4397
4398     impl->setTouchEventsEnabled(!!enabled);
4399
4400     return true;
4401 #else
4402     return false;
4403 #endif
4404 }
4405
4406 Eina_Bool ewk_view_touch_events_enabled_get(const Evas_Object* ewkView)
4407 {
4408 #if ENABLE(TOUCH_EVENTS)
4409     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4410     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4411
4412     return impl->touchEventsEnabled();
4413 #else
4414     return false;
4415 #endif
4416 }
4417
4418 Eina_Bool ewk_view_main_frame_scrollbar_visible_set(Evas_Object* ewkView, Eina_Bool visible)
4419 {
4420 #if ENABLE(TIZEN_WEBKIT2_TILED_SCROLLBAR)
4421     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4422     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4423
4424     impl->mainFrameScrollbarVisibility = visible;
4425     impl->pageClient->updateVisibility();
4426
4427     return true;
4428 #else
4429     return false;
4430 #endif
4431 }
4432
4433 Eina_Bool ewk_view_main_frame_scrollbar_visible_get(const Evas_Object* ewkView)
4434 {
4435 #if ENABLE(TIZEN_WEBKIT2_TILED_SCROLLBAR)
4436     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4437     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4438
4439     return impl->mainFrameScrollbarVisibility;
4440 #else
4441     return false;
4442 #endif
4443 }
4444
4445 Eina_Bool ewk_view_page_save(Evas_Object* ewkView, const char* path)
4446 {
4447 #if ENABLE(TIZEN_OFFLINE_PAGE_SAVE)
4448     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4449     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4450     EINA_SAFETY_ON_NULL_RETURN_VAL(path, false);
4451
4452     String title = ewk_view_title_get(ewkView);
4453     String url = ewk_view_url_get(ewkView);
4454     String directoryPath(path);
4455     impl->pageClient->startOfflinePageSave(directoryPath, url, title);
4456
4457     return true;
4458 #else
4459     UNUSED_PARAM(ewkView);
4460     UNUSED_PARAM(path);
4461     return false;
4462 #endif
4463 }
4464
4465 /**
4466  * @internal
4467  * Callback function used for ewk_view_page_contents_get().
4468  */
4469 static void ewkViewPageContentsAsMHTMLCallback(WKDataRef wkData, WKErrorRef, void* context)
4470 {
4471     EINA_SAFETY_ON_NULL_RETURN(context);
4472
4473     RefPtr<WebData> webData = toImpl(wkData);
4474     Ewk_Page_Contents_Context* contentsContext= static_cast<Ewk_Page_Contents_Context*>(context);
4475     contentsContext->callback(contentsContext->type, reinterpret_cast<const char*>(webData->bytes()));
4476 }
4477
4478 /**
4479  * @internal
4480  * Callback function used for ewk_view_page_contents_get().
4481  */
4482 static void ewkViewPageContentsAsStringCallback(WKStringRef wkString, WKErrorRef, void* context)
4483 {
4484     EINA_SAFETY_ON_NULL_RETURN(context);
4485
4486     RefPtr<WebString> webString = toImpl(wkString);
4487     Ewk_Page_Contents_Context* contentsContext= static_cast<Ewk_Page_Contents_Context*>(context);
4488     contentsContext->callback(contentsContext->type, webString->string().utf8().data());
4489 }
4490
4491 Eina_Bool ewk_view_page_contents_get(const Evas_Object* ewkView, Ewk_Page_Contents_Context* context)
4492 {
4493     EINA_SAFETY_ON_NULL_RETURN_VAL(context, false);
4494     EINA_SAFETY_ON_NULL_RETURN_VAL(context->callback, false);
4495     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4496     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4497
4498     switch (context->type) {
4499     case EWK_PAGE_CONTENTS_TYPE_MHTML:
4500         impl->pageProxy->getContentsAsMHTMLData(DataCallback::create(context, ewkViewPageContentsAsMHTMLCallback), false);
4501         break;
4502
4503     case EWK_PAGE_CONTENTS_TYPE_STRING:
4504         impl->pageProxy->getContentsAsString(StringCallback::create(context, ewkViewPageContentsAsStringCallback));
4505         break;
4506
4507     default:
4508         ASSERT_NOT_REACHED();
4509         return false;
4510     }
4511
4512     return true;
4513 }
4514
4515 Eina_Bool ewk_view_animated_scroll_set(Evas_Object* ewkView, int x, int y)
4516 {
4517 #if ENABLE(TIZEN_GESTURE)
4518     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4519     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4520
4521     return impl->gestureClient->scrollToWithAnimation(x, y);
4522 #else
4523     UNUSED_PARAM(ewkView);
4524     UNUSED_PARAM(x);
4525     UNUSED_PARAM(y);
4526     return false;
4527 #endif
4528 }
4529
4530 #if ENABLE(TIZEN_WEBKIT2_FOCUS_RING)
4531 void ewkViewFocusRingHide(Evas_Object* ewkView)
4532 {
4533     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4534     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4535
4536     if (impl->focusRing)
4537         impl->focusRing->hide();
4538 }
4539 #endif
4540
4541 void ewk_view_content_security_policy_set(Evas_Object* ewkView, const char* policy, Ewk_CSP_Header_Type type)
4542 {
4543 #if ENABLE(TIZEN_CSP)
4544     EWK_VIEW_SD_GET_OR_RETURN(ewkView, sd);
4545     EWK_VIEW_IMPL_GET_OR_RETURN(sd, impl);
4546
4547     TIZEN_LOGI("policy(%s), type(%d)\n", policy, type);
4548     impl->pageProxy->setContentSecurityPolicy(String::fromUTF8(policy), static_cast<WebCore::ContentSecurityPolicy::HeaderType>(type));
4549 #endif
4550 }
4551
4552 #if ENABLE(TIZEN_APPLICATION_CACHE)
4553 Eina_Bool ewkViewRequestApplicationCachePermission(Evas_Object* ewkView, WKSecurityOriginRef origin)
4554 {
4555     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4556     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4557
4558     if (!impl->applicationCachePermissionContext || !impl->applicationCachePermissionContext->applicationCachePermissionCallback)
4559         return false;
4560
4561     impl->isWaitingForApplicationCachePermission = true;
4562     if (impl->applicationCachePermissionOrigin)
4563         deleteSecurityOrigin(impl->applicationCachePermissionOrigin);
4564     impl->applicationCachePermissionOrigin = createSecurityOrigin(origin);
4565
4566     return impl->applicationCachePermissionContext->applicationCachePermissionCallback(ewkView, impl->applicationCachePermissionOrigin, impl->applicationCachePermissionContext->userData) == EINA_TRUE;
4567 }
4568 #endif
4569
4570 void ewk_view_application_cache_permission_callback_set(Evas_Object* ewkView, Ewk_View_Applicacion_Cache_Permission_Callback callback, void* userData)
4571 {
4572 #if ENABLE(TIZEN_APPLICATION_CACHE)
4573     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4574     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4575
4576     if (!impl->applicationCachePermissionContext)
4577         impl->applicationCachePermissionContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
4578     impl->applicationCachePermissionContext->applicationCachePermissionCallback = callback;
4579     impl->applicationCachePermissionContext->userData = userData;
4580 #else
4581     UNUSED_PARAM(ewkView);
4582     UNUSED_PARAM(callback);
4583     UNUSED_PARAM(userData);
4584 #endif
4585 }
4586
4587 void ewk_view_application_cache_permission_reply(Evas_Object* ewkView, Eina_Bool allow)
4588 {
4589 #if ENABLE(TIZEN_APPLICATION_CACHE)
4590     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4591     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4592
4593     TIZEN_LOGI("allow %d", allow);
4594     WKPageReplyApplicationCachePermission(toAPI(impl->page()), allow);
4595     if (impl->applicationCachePermissionOrigin)
4596         deleteSecurityOrigin(impl->applicationCachePermissionOrigin);
4597     impl->applicationCachePermissionOrigin = 0;
4598     impl->isWaitingForApplicationCachePermission = false;
4599 #else
4600     UNUSED_PARAM(ewkView);
4601     UNUSED_PARAM(allow);
4602 #endif
4603 }
4604
4605 #if ENABLE(TIZEN_INDEXED_DATABASE)
4606 bool ewkViewExceededIndexedDatabaseQuota(Evas_Object* ewkView, WKSecurityOriginRef origin, long long currentUsage)
4607 {
4608     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4609     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4610
4611     if (!impl->exceededIndexedDatabaseQuotaContext || !impl->exceededIndexedDatabaseQuotaContext->exceededIndexedDatabaseQuotaCallback)
4612         return false;
4613
4614     impl->isWaitingForExceededQuotaPopupReply = true;
4615     if (impl->exceededQuotaOrigin)
4616         deleteSecurityOrigin(impl->exceededQuotaOrigin);
4617     impl->exceededQuotaOrigin = createSecurityOrigin(origin);
4618
4619     TIZEN_LOGI("currentUsage(%lld)", currentUsage);
4620
4621     return impl->exceededIndexedDatabaseQuotaContext->exceededIndexedDatabaseQuotaCallback(ewkView, impl->exceededQuotaOrigin, currentUsage, impl->exceededIndexedDatabaseQuotaContext->userData) == EINA_TRUE;
4622 }
4623 #endif
4624
4625 void ewk_view_exceeded_indexed_database_quota_callback_set(Evas_Object* ewkView, Ewk_View_Exceeded_Indexed_Database_Quota_Callback callback, void* userData)
4626 {
4627 #if ENABLE(TIZEN_INDEXED_DATABASE)
4628     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4629     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4630
4631     if (!impl->exceededIndexedDatabaseQuotaContext)
4632         impl->exceededIndexedDatabaseQuotaContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
4633     impl->exceededIndexedDatabaseQuotaContext->exceededIndexedDatabaseQuotaCallback = callback;
4634     impl->exceededIndexedDatabaseQuotaContext->userData = userData;
4635 #else
4636     UNUSED_PARAM(ewkView);
4637     UNUSED_PARAM(callback);
4638     UNUSED_PARAM(userData);
4639 #endif
4640 }
4641
4642 void ewk_view_exceeded_indexed_database_quota_reply(Evas_Object* ewkView, Eina_Bool allow)
4643 {
4644 #if ENABLE(TIZEN_INDEXED_DATABASE)
4645     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4646     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4647
4648     TIZEN_LOGI("allow %d", allow);
4649     WKPageReplyExceededIndexedDatabaseQuota(toAPI(impl->page()), allow == EINA_TRUE);
4650     if (impl->exceededQuotaOrigin)
4651         deleteSecurityOrigin(impl->exceededQuotaOrigin);
4652     impl->exceededQuotaOrigin = 0;
4653     impl->isWaitingForExceededQuotaPopupReply = false;
4654 #else
4655     UNUSED_PARAM(ewkView);
4656     UNUSED_PARAM(allow);
4657 #endif
4658 }
4659
4660 // EwkFindOptions should be matched up orders with WkFindOptions.
4661 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_CASE_INSENSITIVE, kWKFindOptionsCaseInsensitive);
4662 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_AT_WORD_STARTS, kWKFindOptionsAtWordStarts);
4663 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_TREAT_MEDIAL_CAPITAL_AS_WORD_START, kWKFindOptionsTreatMedialCapitalAsWordStart);
4664 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_BACKWARDS, kWKFindOptionsBackwards);
4665 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_WRAP_AROUND, kWKFindOptionsWrapAround);
4666 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_SHOW_OVERLAY, kWKFindOptionsShowOverlay);
4667 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_SHOW_FIND_INDICATOR, kWKFindOptionsShowFindIndicator);
4668 COMPILE_ASSERT_MATCHING_ENUM(EWK_FIND_OPTIONS_SHOW_HIGHLIGHT, kWKFindOptionsShowHighlight);
4669
4670 Eina_Bool ewk_view_text_find(Evas_Object* ewkView, const char* text, Ewk_Find_Options options, unsigned maxMatchCount)
4671 {
4672     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4673     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4674     EINA_SAFETY_ON_NULL_RETURN_VAL(text, false);
4675
4676     impl->pageProxy->findString(String::fromUTF8(text), static_cast<WebKit::FindOptions>(options), maxMatchCount);
4677
4678     return true;
4679 }
4680
4681 Eina_Bool ewk_view_text_find_highlight_clear(Evas_Object* ewkView)
4682 {
4683     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4684     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4685
4686     impl->pageProxy->hideFindUI();
4687
4688     return true;
4689 }
4690
4691 Eina_Bool ewk_view_text_matches_count(Evas_Object* ewkView, const char* text, Ewk_Find_Options options, unsigned maxMatchCount)
4692 {
4693     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4694     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4695     EINA_SAFETY_ON_NULL_RETURN_VAL(text, false);
4696
4697     impl->pageProxy->countStringMatches(String::fromUTF8(text), static_cast<WebKit::FindOptions>(options), maxMatchCount);
4698
4699     return true;
4700 }
4701
4702 void ewk_view_exceeded_database_quota_callback_set(Evas_Object* ewkView, Ewk_View_Exceeded_Database_Quota_Callback callback, void* userData)
4703 {
4704 #if ENABLE(TIZEN_SQL_DATABASE)
4705     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4706     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4707
4708     if (!impl->exceededDatabaseQuotaContext)
4709         impl->exceededDatabaseQuotaContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
4710     impl->exceededDatabaseQuotaContext->exceededDatabaseQuotaCallback = callback;
4711     impl->exceededDatabaseQuotaContext->userData = userData;
4712 #else
4713     UNUSED_PARAM(ewkView);
4714     UNUSED_PARAM(callback);
4715     UNUSED_PARAM(userData);
4716 #endif
4717 }
4718
4719 void ewk_view_exceeded_database_quota_reply(Evas_Object* ewkView, Eina_Bool allow)
4720 {
4721 #if ENABLE(TIZEN_SQL_DATABASE)
4722     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4723     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4724
4725     TIZEN_LOGI("allow %d", allow);
4726     WKPageReplyExceededDatabaseQuota(toAPI(impl->page()), allow == EINA_TRUE);
4727     if (impl->exceededQuotaOrigin)
4728         deleteSecurityOrigin(impl->exceededQuotaOrigin);
4729     impl->exceededQuotaOrigin = 0;
4730     impl->isWaitingForExceededQuotaPopupReply = false;
4731 #else
4732     UNUSED_PARAM(ewkView);
4733     UNUSED_PARAM(allow);
4734 #endif
4735 }
4736
4737 #if ENABLE(TIZEN_FILE_SYSTEM)
4738 bool ewkViewExceededLocalFileSystemQuota(Evas_Object* ewkView, WKSecurityOriginRef origin, long long currentUsage)
4739 {
4740     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData, false);
4741     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl, false);
4742
4743     if (!impl->exceededLocalFileSystemQuotaContext || !impl->exceededLocalFileSystemQuotaContext->exceededLocalFileSystemQuotaCallback)
4744         return false;
4745
4746     impl->isWaitingForExceededQuotaPopupReply = true;
4747     if (impl->exceededQuotaOrigin)
4748         deleteSecurityOrigin(impl->exceededQuotaOrigin);
4749     impl->exceededQuotaOrigin = createSecurityOrigin(origin);
4750
4751     TIZEN_LOGI("currentUsage(%lld)", currentUsage);
4752
4753     return impl->exceededLocalFileSystemQuotaContext->exceededLocalFileSystemQuotaCallback(ewkView, impl->exceededQuotaOrigin , currentUsage, impl->exceededLocalFileSystemQuotaContext->userData) == EINA_TRUE;
4754 }
4755 #endif
4756
4757 void ewk_view_exceeded_local_file_system_quota_callback_set(Evas_Object* ewkView, Ewk_View_Exceeded_Indexed_Database_Quota_Callback callback, void* userData)
4758 {
4759 #if ENABLE(TIZEN_FILE_SYSTEM)
4760     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4761     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4762
4763     if (!impl->exceededLocalFileSystemQuotaContext)
4764         impl->exceededLocalFileSystemQuotaContext = adoptPtr<Ewk_View_Callback_Context>(new Ewk_View_Callback_Context);
4765     impl->exceededLocalFileSystemQuotaContext->exceededLocalFileSystemQuotaCallback = callback;
4766     impl->exceededLocalFileSystemQuotaContext->userData = userData;
4767 #else
4768     UNUSED_PARAM(ewkView);
4769     UNUSED_PARAM(callback);
4770     UNUSED_PARAM(userData);
4771 #endif
4772 }
4773
4774 void ewk_view_exceeded_local_file_system_quota_reply(Evas_Object* ewkView, Eina_Bool allow)
4775 {
4776 #if ENABLE(TIZEN_FILE_SYSTEM)
4777     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4778     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4779
4780     TIZEN_LOGI("allow %d", allow);
4781     WKPageReplyExceededLocalFileSystemQuota(toAPI(impl->page()), allow == EINA_TRUE);
4782     if (impl->exceededQuotaOrigin)
4783         deleteSecurityOrigin(impl->exceededQuotaOrigin);
4784     impl->exceededQuotaOrigin = 0;
4785     impl->isWaitingForExceededQuotaPopupReply = false;
4786 #else
4787     UNUSED_PARAM(ewkView);
4788     UNUSED_PARAM(result);
4789 #endif
4790 }
4791
4792 void ewk_view_rotation_prepare(Evas_Object* ewkView, int angle)
4793 {
4794 #if ENABLE(TIZEN_PRERENDERING_FOR_ROTATION)
4795     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4796     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4797
4798     int width, height;
4799     if (angle == 0 || angle == 180) {
4800         width = WebCore::getDefaultScreenResolution().width();
4801         height = WebCore::getDefaultScreenResolution().height() + 100;
4802     }
4803     if (angle == 90 || angle == 270) {
4804         width = WebCore::getDefaultScreenResolution().height();
4805         height = WebCore::getDefaultScreenResolution().width() + 100;
4806     }
4807
4808     impl->pageProxy->drawingArea()->setSize(IntSize(width, height), IntSize());
4809     impl->pageClient->setWaitFrameOfNewViewortSize(true);
4810     ewk_view_suspend(ewkView);
4811     impl->pageClient->updateViewportSize(IntSize(width, height), angle);
4812 #endif
4813 }
4814
4815 #if ENABLE(TIZEN_PRERENDERING_FOR_ROTATION)
4816 void ewkViewRotatePrepared(Evas_Object* ewkView)
4817 {
4818     evas_object_smart_callback_call(ewkView, "rotate,prepared", 0);
4819 }
4820 #endif
4821
4822 void ewk_view_use_settings_font(Evas_Object* ewkView)
4823 {
4824 #if ENABLE(TIZEN_USE_SETTINGS_FONT)
4825     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4826     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4827
4828     impl->pageProxy->useSettingsFont();
4829 #endif
4830 }
4831
4832 void ewk_view_fullscreen_exit(Evas_Object* ewkView)
4833 {
4834 #if ENABLE(TIZEN_FULLSCREEN_API)
4835     TIZEN_LOGI("");
4836
4837     EWK_VIEW_SD_GET_OR_RETURN(ewkView, smartData);
4838     EWK_VIEW_IMPL_GET_OR_RETURN(smartData, impl);
4839
4840     if (!impl->pageProxy->fullScreenManager()->isFullScreen())
4841         return;
4842
4843     impl->pageProxy->fullScreenManager()->requestExitFullScreen();
4844 #else
4845     UNUSED_PARAM(ewkView);
4846 #endif
4847 }