Merge "Separated sync and async popup implementations" into tizen_2.1
[framework/osp/web.git] / src / controls / FWebCtrl_WebImpl.cpp
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                FWebCtrl_WebImpl.cpp
20  * @brief               The file contains the definition of _WebImpl class.
21  *
22  * The file contains the definition of _WebImpl class.
23  */
24 #include <Ecore_IMF_Evas.h>
25 #include <Ecore_Evas.h>
26 #include <elm_config.h>
27 #include <elm_win.h>
28 #include <EWebKit2.h>
29 #include <ewk_popup_menu_item.h>
30 #include <libsoup/soup-status.h>
31 #include <FAppApp.h>
32 #include <FAppAppControl.h>
33 #include <FAppIAppControlListener.h>
34 #include <FBaseColAllElementsDeleter.h>
35 #include <FBaseColHashMapT.h>
36 #include <FBaseRtMutex.h>
37 #include <FBaseRtMutexGuard.h>
38 #include <FBaseSysLog.h>
39 #include <FBaseUtilUri.h>
40 #include <FCntDownloadRequest.h>
41 #include <FGrpColor.h>
42 #include <FGrpPoint.h>
43 #include <FGrpRectangle.h>
44 #include <FIoDbEnumerator.h>
45 #include <FIoDbStatement.h>
46 #include <FIoFile.h>
47 #include <FMediaImage.h>
48 #include <FMediaImageTypes.h>
49 #include <FNetHttpHttpHeader.h>
50 #include <FUiControl.h>
51 #include <FUiCtrlKeypad.h>
52 #include <FWebCtrlHitElementResult.h>
53 #include <FWebCtrlITextSearchListener.h>
54 #include <FWebCtrlIWebDownloadListener.h>
55 #include <FWebCtrlIWebUiEventListener.h>
56 #include <FWebCtrlIWebUiEventListenerF.h>
57 #include <FWebCtrlIWebKeypadEventListener.h>
58 #include <FWebCtrlIJavaScriptBridge.h>
59 #include <FWebCtrlPageNavigationList.h>
60 #include <FWebCtrlAuthenticationChallenge.h>
61 #include <FWebCtrlWeb.h>
62 #include <FWebCtrlWebSetting.h>
63 #include <FWebHistoryItem.h>
64 #include <FWebJsonJsonObject.h>
65 #include <FWebJsonJsonParser.h>
66 #include <FWebJsonJsonString.h>
67 #include <FApp_AppControlImpl.h>
68 #include <FApp_AppControlManager.h>
69 #include <FApp_AppInfo.h>
70 #include <FApp_AppManagerImpl.h>
71 #include <FBase_StringConverter.h>
72 #include <FCnt_DownloadManagerImpl.h>
73 #include <FGrp_CoordinateSystem.h>
74 #include <FIo_DatabaseImpl.h>
75 #include <FIo_NormalFile.h>
76 #include <FUi_Control.h>
77 #include <FUi_CoordinateSystemUtils.h>
78 #include <FUi_EcoreEvasMgr.h>
79 #include <FUi_EcoreEvas.h>
80 #include <FUi_ResourceSizeInfo.h>
81 #include <FUi_Window.h>
82 #include <FUiAnim_EflNode.h>
83 #include <FUiAnim_VisualElement.h>
84 #include <FUiCtrl_FooterImpl.h>
85 #include <FUiCtrl_Form.h>
86 #include "FWeb_HistoryItemImpl.h"
87 #include "FWebCtrl_AppControlListener.h"
88 #include "FWebCtrl_AuthConfirmPopup.h"
89 #include "FWebCtrl_AuthenticationChallengeImpl.h"
90 #include "FWebCtrl_EflWebkit.h"
91 #include "FWebCtrl_GeolocationConfirmPopup.h"
92 #include "FWebCtrl_GeolocationPermissionManagerImpl.h"
93 #include "FWebCtrl_HitElementResultImpl.h"
94 #include "FWebCtrl_InputPickerPopup.h"
95 #include "FWebCtrl_PageNavigationListImpl.h"
96 #include "FWebCtrl_PromptPopup.h"
97 #include "FWebCtrl_SelectBox.h"
98 #include "FWebCtrl_Utility.h"
99 #include "FWebCtrl_Web.h"
100 #include "FWebCtrl_WebDataHandler.h"
101 #include "FWebCtrl_WebEvent.h"
102 #include "FWebCtrl_WebEventArg.h"
103 #include "FWebCtrl_WebImpl.h"
104 #include "FWebCtrl_WebPresenter.h"
105 #include "FWebCtrl_WebSettingImpl.h"
106
107
108 using namespace Tizen::App;
109 using namespace Tizen::Base;
110 using namespace Tizen::Base::Collection;
111 using namespace Tizen::Base::Runtime;
112 using namespace Tizen::Base::Utility;
113 using namespace Tizen::Content;
114 using namespace Tizen::Graphics;
115 using namespace Tizen::Io;
116 using namespace Tizen::Media;
117 using namespace Tizen::Net::Http;
118 using namespace Tizen::Ui;
119 using namespace Tizen::Ui::Animations;
120 using namespace Tizen::Ui::Controls;
121 using namespace Tizen::Web::Json;
122
123
124 namespace Tizen { namespace Web { namespace Controls
125 {
126
127
128 static const char WEB_CTRL[] = "webcontrol";
129 static const char PARENT_WEB_CTRL[] = "parentwebcontrol";
130
131
132 static const float MIN_ZOOM_LEVEL = 0.3;
133 static const float MAX_ZOOM_LEVEL = 2;
134
135
136 static const int REDIRECTION_HEADER_GROUP = 300;
137
138
139 static const int MAX_TEXT_MATCH = pow(2, 31) - 1;
140
141
142 static const int PORTRAIT_KEYPAD_HEIGHT = 444;
143 static const int LANDSCAPE_KEYPAD_HEIGHT = 316;
144
145
146 Eina_Bool
147 AddHttpHeaderData(const Eina_Hash* pHash, const void* pKey, void* pValue, void* pUserData)
148 {
149         result r = E_SUCCESS;
150
151         String key(reinterpret_cast< const char* >(pKey));
152         String value(reinterpret_cast< char* >(pValue));
153
154         SysLog(NID_WEB_CTRL, "The current value of key is %ls, value is %ls", key.GetPointer(), value.GetPointer());
155
156         r = reinterpret_cast< HttpHeader* >(pUserData)->AddField(key, value);
157         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
158
159         return EINA_TRUE;
160 }
161
162
163 Eina_Bool
164 AddHttpAttributeData(const Eina_Hash* pHash, const void* pKey, void* pValue, void* pUserData)
165 {
166         result r = E_SUCCESS;
167
168         std::unique_ptr<String> pAttrKey(new (std::nothrow) String(reinterpret_cast< char* >(const_cast< void* >(pKey))));
169         std::unique_ptr<String> pAttrValue(new (std::nothrow) String(reinterpret_cast< char* >(pValue)));
170         SysTryReturn(NID_WEB_CTRL, pAttrKey.get() && pAttrValue.get(), EINA_FALSE, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
171
172         SysLog(NID_WEB_CTRL, "The current value of key is %ls, value is %ls", pAttrKey->GetPointer(), pAttrValue->GetPointer());
173
174         r = reinterpret_cast< HashMap* >(pUserData)->Add(*pAttrKey, *pAttrValue);
175         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
176         pAttrKey.release();
177         pAttrValue.release();
178
179         return EINA_TRUE;
180 }
181
182
183 void
184 FreeCharArray(void* pData)
185 {
186         delete[] reinterpret_cast<char*>(pData);
187 }
188
189
190 LoadingErrorType
191 ConvertErrorCode(int error)
192 {
193         LoadingErrorType errorCode = WEB_ERROR_UNKNOWN;
194
195         switch (error)
196         {
197         case EWK_ERROR_NETWORK_STATUS_CANCELLED:
198         //fall through
199         case EWK_ERROR_NETWORK_STATUS_CANT_RESOLVE:
200         //fall through
201         case EWK_ERROR_NETWORK_STATUS_CANT_RESOLVE_PROXY:
202         //fall through
203         case EWK_ERROR_NETWORK_STATUS_CANT_CONNECT:
204         //fall through
205         case EWK_ERROR_NETWORK_STATUS_CANT_CONNECT_PROXY:
206         //fall through
207         case EWK_ERROR_NETWORK_STATUS_IO_ERROR:
208         //fall through
209         case EWK_ERROR_NETWORK_STATUS_MALFORMED:
210         //fall through
211         case EWK_ERROR_NETWORK_STATUS_TRY_AGAIN:
212         //fall through
213         case EWK_ERROR_NETWORK_STATUS_TOO_MANY_REDIRECTS:
214         //fall through
215         case EWK_ERROR_NETWORK_STATUS_TLS_FAILED:
216         //fall through
217         case EWK_ERROR_NETWORK_STATUS_INTERNAL_SERVER_ERROR:
218         //fall through
219         case EWK_ERROR_NETWORK_STATUS_BAD_GATEWAY:
220         //fall through
221         case EWK_ERROR_NETWORK_STATUS_SERVICE_UNAVAILABLE:
222         //fall through
223         case EWK_ERROR_NETWORK_STATUS_GATEWAY_TIMEOUT:
224                 errorCode = WEB_NO_CONNECTION;
225                 break;
226
227         case EWK_ERROR_NETWORK_STATUS_BAD_REQUEST:
228         //fall through
229         case EWK_ERROR_NETWORK_STATUS_REQUEST_URI_TOO_LONG:
230                 errorCode = WEB_BAD_URL;
231                 break;
232
233         case EWK_ERROR_NETWORK_STATUS_FORBIDDEN:
234                 errorCode = WEB_FILE_ACCESS_FAILED;
235                 break;
236
237         case EWK_ERROR_NETWORK_STATUS_REQUEST_TIMEOUT:
238                 errorCode = WEB_REQUEST_TIMEOUT;
239                 break;
240
241         case EWK_ERROR_NETWORK_STATUS_UNSUPPORTED_MEDIA_TYPE:
242                 errorCode = WEB_MIME_NOT_SUPPORTED;
243                 break;
244
245         case EWK_ERROR_NETWORK_STATUS_INSUFFICIENT_STORAGE:
246                 errorCode = WEB_OUT_OF_MEMORY;
247                 break;
248
249         case EWK_ERROR_NETWORK_STATUS_REQUEST_ENTITY_TOO_LARGE:
250                 errorCode = WEB_REQUEST_MAX_EXCEEDED;
251                 break;
252
253         case EWK_ERROR_NETWORK_STATUS_CONTINUE:
254         //fall through
255         case EWK_ERROR_NETWORK_STATUS_SWITCHING_PROTOCOLS:
256         //fall through
257         case EWK_ERROR_NETWORK_STATUS_PROCESSING:
258         //fall through
259         case EWK_ERROR_NETWORK_STATUS_OK:
260         //fall through
261         case EWK_ERROR_NETWORK_STATUS_CREATED:
262         //fall through
263         case EWK_ERROR_NETWORK_STATUS_ACCEPTED:
264         //fall through
265         case EWK_ERROR_NETWORK_STATUS_NON_AUTHORITATIVE:
266         //fall through
267         case EWK_ERROR_NETWORK_STATUS_NO_CONTENT:
268         //fall through
269         case EWK_ERROR_NETWORK_STATUS_RESET_CONTENT:
270         //fall through
271         case EWK_ERROR_NETWORK_STATUS_PARTIAL_CONTENT:
272         //fall through
273         case EWK_ERROR_NETWORK_STATUS_MULTI_STATUS:
274         //fall through
275         case EWK_ERROR_NETWORK_STATUS_MULTIPLE_CHOICES:
276         //fall through
277         case EWK_ERROR_NETWORK_STATUS_MOVED_PERMANENTLY:
278         //fall through
279         case EWK_ERROR_NETWORK_STATUS_FOUND:
280         //fall through
281         case EWK_ERROR_NETWORK_STATUS_SEE_OTHER:
282         //fall through
283         case EWK_ERROR_NETWORK_STATUS_NOT_MODIFIED:
284         //fall through
285         case EWK_ERROR_NETWORK_STATUS_USE_PROXY:
286         //fall through
287         case EWK_ERROR_NETWORK_STATUS_NOT_APPEARING_IN_THIS_PROTOCOL:
288         //fall through
289         case EWK_ERROR_NETWORK_STATUS_TEMPORARY_REDIRECT:
290                 errorCode = WEB_HTTP_RESPONSE;
291                 break;
292
293         case EWK_ERROR_NETWORK_STATUS_SSL_FAILED:
294                 errorCode = WEB_INVALID_CERTIFICATE;
295                 break;
296
297         default:
298                 errorCode = WEB_ERROR_UNKNOWN;
299                 break;
300         }
301
302         return errorCode;
303 }
304
305
306 result
307 FireLoadingErrorOccurredEvent(_WebImpl* pImpl, int code, const char* pDescription)
308 {
309         result r = E_SUCCESS;
310
311         std::unique_ptr<Integer> pErrorCode(new (std::nothrow) Integer(code));
312         std::unique_ptr<String> pErrorDescription(new (std::nothrow) String(pDescription));
313         std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_ERROR_OCCURRED));
314         SysTryReturnResult(NID_WEB_CTRL, pErrorCode.get() && pErrorDescription.get() && pEventArg.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
315
316         r = pEventArg->SetEventInfo(_LoadingEventArg::ERROR_TYPE, *pErrorCode.get());
317         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
318         pErrorCode.release();
319
320         r = pEventArg->SetEventInfo(_LoadingEventArg::ERROR_MESSAGE, *pErrorDescription.get());
321         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
322         pErrorDescription.release();
323
324         r = pImpl->GetWebEvent()->FireAsync(*pEventArg);
325         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
326         pEventArg.release();
327
328         return E_SUCCESS;
329 }
330
331
332 Eina_Bool
333 OnScriptAlertRequested(Evas_Object* pView, const char* pMessage, void* pUserData)
334 {
335         SysLog(NID_WEB_CTRL, "The current value of message is %s", pMessage);
336
337         result r = E_SUCCESS;
338
339         String msg(pMessage);
340
341         MessageBox messageBox;
342         r = messageBox.Construct(L"", msg, MSGBOX_STYLE_OK);
343         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
344
345         int modalResult = 0;
346         r = messageBox.ShowAndWait(modalResult);
347         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
348
349         ewk_view_javascript_alert_reply(pView);
350
351         return EINA_TRUE;
352 }
353
354
355 Eina_Bool
356 OnScriptConfirmRequested(Evas_Object* pView, const char* pMessage, void* pUserData)
357 {
358         SysLog(NID_WEB_CTRL, "The current value of message is %s", pMessage);
359
360         result r = E_SUCCESS;
361
362         String msg(pMessage);
363
364         MessageBox messageBox;
365         r = messageBox.Construct(L"", msg, MSGBOX_STYLE_OKCANCEL);
366         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
367
368         int modalResult = 0;
369         r = messageBox.ShowAndWait(modalResult);
370         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
371
372         if (modalResult == MSGBOX_RESULT_OK)
373         {
374                 ewk_view_javascript_confirm_reply(pView, EINA_TRUE);
375         }
376         else
377         {
378                 ewk_view_javascript_confirm_reply(pView, EINA_FALSE);
379         }
380
381         return EINA_TRUE;
382 }
383
384
385 Eina_Bool
386 OnScriptPromptRequested(Evas_Object* pView, const char* pMessage, const char* pDefaultValue, void* pUserData)
387 {
388         SysLog(NID_WEB_CTRL, "The current value of message is %s, defaulValue is %s", pMessage, pDefaultValue);
389
390         result r = E_SUCCESS;
391
392         String msg(pMessage);
393         String defVal(pDefaultValue);
394
395         int modalResult = -1;
396         Eina_Bool returnValue = EINA_TRUE;
397         _PromptPopup pPromptPopup;
398
399         r = pPromptPopup.Construct(msg, defVal);
400         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, returnValue = EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
401
402         r = pPromptPopup.ShowAndWait(modalResult);
403         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, returnValue = EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
404
405         if (modalResult == ID_BUTTON_PROMPT_OK)
406         {
407                 std::unique_ptr<char[]> pResult(_StringConverter::CopyToCharArrayN(pPromptPopup.GetPromptText()));
408                 SysTryCatch(NID_WEB_CTRL, pResult.get(), returnValue = EINA_FALSE, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
409
410                 ewk_view_javascript_prompt_reply(pView, pResult.get());
411                 return EINA_TRUE;
412         }
413
414 CATCH:
415         ewk_view_javascript_prompt_reply(pView, null);
416         return returnValue;
417 }
418
419
420 void
421 OnCertificateRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
422 {
423         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
424         Ewk_Certificate_Policy_Decision* pPolicy = reinterpret_cast< Ewk_Certificate_Policy_Decision* >(pEventInfo);
425         SysAssertf(pImpl && pPolicy, "Failed to request");
426
427         switch (pImpl->GetSetting().GetCertificateErrorHandlingMode())
428         {
429         case WEB_CERTIFICATE_ERROR_HANDLING_MODE_USER_CONFIRM:
430         {
431                 if (pImpl->IsCertificateRequested())
432                 {
433                         ewk_certificate_policy_decision_allowed_set(pPolicy, static_cast< Eina_Bool >(pImpl->IsCertificateConfirmed()));
434                         return;
435                 }
436
437                 result r = E_SUCCESS;
438
439                 r = pImpl->ShowCertificateConfirmPopup(CERTIFICATE_POPUP_MODE_USER_CONFIRM, pPolicy);
440                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
441
442                 pImpl->SetCertificateRequested(true);
443                 break;
444         }
445         case WEB_CERTIFICATE_ERROR_HANDLING_MODE_CANCEL:
446 CATCH:
447                 ewk_certificate_policy_decision_allowed_set(pPolicy, EINA_FALSE);
448                 break;
449         case WEB_CERTIFICATE_ERROR_HANDLING_MODE_CONTINUE :
450                 ewk_certificate_policy_decision_allowed_set(pPolicy, EINA_TRUE);
451                 break;
452         default:
453                 SysAssert(false);
454         }
455 }
456
457
458 void
459 OnHttpAuthenticationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
460 {
461         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
462         Ewk_Auth_Challenge* pChallenge = reinterpret_cast< Ewk_Auth_Challenge* >(pEventInfo);
463         SysAssertf(pImpl && pChallenge, "Failed to request");
464
465         result r = E_SUCCESS;
466
467         r = pImpl->HttpAuthenticationRequested(pChallenge);
468         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
469         return;
470
471 CATCH:
472         ewk_auth_challenge_credential_cancel(pChallenge);
473         evas_object_smart_callback_call(pView, "authentication,canceled", NULL);
474 }
475
476
477 void
478 OnHttpAuthenticationCanceled(void* pUserData, Evas_Object* pView, void* pEventInfo)
479 {
480         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
481         SysAssertf(pImpl , "Failed to request");
482
483         if (pImpl->GetLoadingListener())
484         {
485                 result r = E_SUCCESS;
486
487                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_AUTHENTICATION_CANCELED));
488                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
489
490                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
491                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
492                 pEventArg.release();
493         }
494 }
495
496
497 void
498 OnGeolocationPermissionRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
499 {
500         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
501         Ewk_Geolocation_Permission_Request* pPermissionRequest = reinterpret_cast< Ewk_Geolocation_Permission_Request* >(pEventInfo);
502         SysAssertf(pImpl && pPermissionRequest, "Failed to request");
503
504         if (pImpl->GetSetting().IsGeolocationEnabled())
505         {
506                 result r = E_SUCCESS;
507
508                 std::unique_ptr<DbEnumerator> pEnum;
509
510                 String geolocationPath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
511                 String table(GEOLOCATION_TABLE_NAME);
512                 _DatabaseImpl db;
513
514                 const Ewk_Security_Origin* pSecurityOrigin = ewk_geolocation_permission_request_origin_get(pPermissionRequest);
515                 String origin = _Utility::CreateOrigin(pSecurityOrigin);
516
517                 r = db.Construct(geolocationPath, "r", null);
518                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
519
520                 pEnum = std::unique_ptr<DbEnumerator>(db.QueryN(L"Select permission From " + table + L" Where origin = '" + origin + L"'"));
521                 if (pEnum.get())
522                 {
523                         r = pEnum->MoveNext();
524                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
525
526                         int permission = 0;
527                         r = pEnum->GetIntAt(0, permission);
528                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
529
530                         SysLog(NID_WEB_CTRL, "The current value of permission is %d", permission);
531
532                         ewk_geolocation_permission_request_set(pPermissionRequest, static_cast < Eina_Bool >(permission));
533                 }
534                 else
535                 {
536                         ewk_geolocation_permission_request_suspend(pPermissionRequest);
537
538                         r = pImpl->ShowUserConfirmPopupAsync(USER_CONFIRM_GEOLOCATION, pPermissionRequest);
539                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
540                 }
541
542                 return;
543         }
544
545 CATCH:
546         ewk_geolocation_permission_request_set(pPermissionRequest, EINA_FALSE);
547 }
548
549
550 void
551 OnGetUserMediaPermissionRequsted(void* pUserData, Evas_Object* pView, void* pEventInfo)
552 {
553         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
554         Ewk_User_Media_Permission_Request* pPermissionRequest = reinterpret_cast< Ewk_User_Media_Permission_Request* >(pEventInfo);
555         SysAssertf(pImpl && pPermissionRequest, "Failed to request");
556
557         result r = pImpl->ShowUserConfirmPopupAsync(USER_CONFIRM_USERMEDIA, pEventInfo);
558         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
559         return;
560
561 CATCH:
562         ewk_user_media_permission_request_set(pPermissionRequest, EINA_FALSE);
563 }
564
565
566 void
567 OnNotificationPermissionRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
568 {
569         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
570         Ewk_Notification_Permission_Request* pPermissionRequest = reinterpret_cast< Ewk_Notification_Permission_Request* >(pEventInfo);
571         SysAssertf(pImpl && pPermissionRequest, "Failed to request");
572
573         SysLog(NID_WEB_CTRL, "The permission popup has not Implemented yet. allow is the default value now.");
574
575         //ToDo : Show NotificationPermissionPopup
576
577         Ewk_Context* pContext = ewk_view_context_get(pView);
578         SysAssertf(pContext, "Failed to get webkit instance.");
579
580         //ewk_notification_permission_request_origin_get(pPermissionRequest);
581
582         ewk_notification_permission_request_set(pPermissionRequest, EINA_TRUE);
583 }
584
585
586 void
587 OnNotificationShow(void* pUserData, Evas_Object* pView, void* pEventInfo)
588 {
589         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
590         Ewk_Notification* pNotification = reinterpret_cast< Ewk_Notification* >(pEventInfo);
591         SysAssertf(pImpl && pNotification, "Failed to request");
592
593         Ewk_Context* pContext = ewk_view_context_get(pView);
594         SysAssertf(pContext, "Failed to get webkit instance.");
595
596         //ToDo : Show Notification
597         //Perform ewk_notification_clicked
598         //ewk_notification_security_origin_get(pNotification)
599         SysLog(NID_WEB_CTRL, "The current value of title is %s", ewk_notification_title_get(pNotification));
600         SysLog(NID_WEB_CTRL, "The current value of body is %s", ewk_notification_body_get(pNotification));
601         SysLog(NID_WEB_CTRL, "The current value of icon path is %s",ewk_notification_icon_url_get(pNotification));
602
603         uint64_t notificationId = ewk_notification_id_get(pNotification);
604         ewk_notification_showed(pContext, notificationId);
605 }
606
607
608 void
609 OnNotificationCancel(void* pUserData, Evas_Object* pView, void* pEventInfo)
610 {
611         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
612         uint64_t* pNotificationID = reinterpret_cast< uint64_t* >(pEventInfo);
613         SysAssertf(pImpl && pNotificationID, "Failed to request");
614
615         //ToDo : Where is ewk API for cancel operation?
616 }
617
618
619 void
620 OnProtocolHandlerRegistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
621 {
622         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
623         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
624         SysAssertf(pImpl && pHandlerData, "Failed to request");
625
626         ewk_custom_handlers_data_target_get(pHandlerData);
627         ewk_custom_handlers_data_base_url_get(pHandlerData);
628         ewk_custom_handlers_data_url_get(pHandlerData);
629         ewk_custom_handlers_data_title_get(pHandlerData);
630 }
631
632
633 void
634 OnIsProtocolHandlerRegistered(void* pUserData, Evas_Object* pView, void* pEventInfo)
635 {
636         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
637         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
638         SysAssertf(pImpl && pHandlerData, "Failed to request");
639
640         ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_REGISTERED);
641 }
642
643
644 void
645 OnProtocolHandlerUnregistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
646 {
647         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
648         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
649         SysAssertf(pImpl && pHandlerData, "Failed to request");
650 }
651
652
653 void
654 OnContentHandlerRegistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
655 {
656         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
657         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
658         SysAssertf(pImpl && pHandlerData, "Failed to request");
659 }
660
661
662 void
663 OnIsContentHandlerRegistered(void* pUserData, Evas_Object* pView, void* pEventInfo)
664 {
665         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
666         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
667         SysAssertf(pImpl && pHandlerData, "Failed to request");
668
669         ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_REGISTERED);
670 }
671
672
673 void
674 OnContentHandlerUnregistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
675 {
676         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
677         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
678         SysAssertf(pImpl && pHandlerData, "Failed to request");
679 }
680
681
682 void
683 OnLoadingRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
684 {
685         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
686         Ewk_Policy_Decision* pPolicy = reinterpret_cast< Ewk_Policy_Decision* >(pEventInfo);
687         SysAssertf(pImpl && pPolicy, "Failed to request");
688
689         String url(ewk_policy_decision_url_get(pPolicy));
690         SysLog(NID_WEB_CTRL, "The current value of url is %ls", url.GetPointer());
691
692         if (url == L"about:blank")
693         {
694                 ewk_policy_decision_use(pPolicy);
695                 return;
696         }
697
698         if (pImpl->GetLoadingListener() && ewk_frame_is_main_frame(ewk_policy_decision_frame_get(pPolicy))
699                 && !pImpl->IsRedirectRequested())
700         {
701                 pImpl->SetCertificateRequested(false);
702
703                 if (pImpl->GetTextSearchListener())
704                 {
705                         pImpl->DisableAsyncSearch();
706                 }
707         
708                 WebNavigationType navigationType = WEB_NAVIGATION_OTHER;
709                 Ewk_Policy_Navigation_Type ewkNavigationType = ewk_policy_decision_navigation_type_get(pPolicy);
710
711                 switch (ewkNavigationType)
712                 {
713                 case EWK_POLICY_NAVIGATION_TYPE_LINK_CLICKED:
714                         navigationType = WEB_NAVIGATION_LINK_CLICKED;
715                         break;
716                 case EWK_POLICY_NAVIGATION_TYPE_FORM_SUBMITTED:
717                         navigationType = WEB_NAVIGATION_FORM_SUBMITTED;
718                         break;
719                 case EWK_POLICY_NAVIGATION_TYPE_BACK_FORWARD:
720                         navigationType = WEB_NAVIGATION_BACKFORWARD;
721                         break;
722                 case EWK_POLICY_NAVIGATION_TYPE_RELOAD:
723                         navigationType = WEB_NAVIGATION_RELOAD;
724                         break;
725                 case EWK_POLICY_NAVIGATION_TYPE_FORM_RESUBMITTED:
726                         navigationType = WEB_NAVIGATION_FORM_RESUBMITTED;
727                         break;
728                 case EWK_POLICY_NAVIGATION_TYPE_OTHER:
729                         navigationType = WEB_NAVIGATION_OTHER;
730                         break;
731                 default:
732                         SysAssert(false);
733                 }
734
735                 if (pImpl->GetLoadingListener()->OnLoadingRequested(url, navigationType))
736                 {
737                         ewk_policy_decision_ignore(pPolicy);
738
739                         return;
740                 }
741         }
742
743         Uri uri;
744         uri.SetUri(url);
745
746         String uriScheme(uri.GetScheme());
747         SysLog(NID_WEB_CTRL, "The current value of scheme is %ls", uriScheme.GetPointer());
748
749         if ((uriScheme != L"http") && (uriScheme != L"https") && (uriScheme != L"file"))
750         {
751                 ewk_policy_decision_ignore(pPolicy);
752
753                 if (uriScheme == L"")
754                 {
755                         return;
756                 }
757
758                 result r = E_SUCCESS;
759
760                 _WebEventType eventType = WEB_EVENT_REQUEST_UNKNOWN;
761
762                 if (uriScheme == L"rtsp")
763                 {
764                         eventType = WEB_EVENT_REQUEST_RTSP;
765                 }
766                 else if (uriScheme == L"mailto")
767                 {
768                         eventType = WEB_EVENT_REQUEST_EMAIL;
769                 }
770                 else if (uriScheme == L"tel")
771                 {
772                         eventType = WEB_EVENT_REQUEST_TEL;
773                 }
774                 else if (uriScheme == L"sms" || uriScheme == L"smsto" )
775                 {
776                         eventType = WEB_EVENT_REQUEST_SMS;
777                 }
778                 else if (uriScheme == L"mms" || uriScheme == L"mmsto" )
779                 {
780                         eventType = WEB_EVENT_REQUEST_MMS;
781                 }
782
783                 std::unique_ptr<_WebEventArg> pEventArg(new _WebEventArg(eventType, url));
784                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
785
786                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
787                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
788                 pEventArg.release();
789
790                 return;
791         }
792
793         ewk_policy_decision_use(pPolicy);
794 }
795
796
797 void
798 OnLoadingStarted(void* pUserData, Evas_Object* pView, void* pEventInfo)
799 {
800         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
801         SysAssertf(pImpl, "Failed to request");
802
803         if (pImpl->GetLoadingListener())
804         {
805                 result r = E_SUCCESS;
806
807                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_STARTED));
808                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
809
810                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
811                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
812                 pEventArg.release();
813         }
814 }
815
816
817 void
818 OnPageTitleReceived(void* pUserData, Evas_Object* pView, void* pEventInfo)
819 {
820         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
821         char* pTitle = reinterpret_cast< char* >(pEventInfo);
822         SysAssertf(pImpl, "Failed to request");
823
824         SysLog(NID_WEB_CTRL, "The current value of title is %s", pTitle);
825
826         if (pImpl->GetLoadingListener())
827         {
828                 result r = E_SUCCESS;
829
830                 std::unique_ptr<String> pPageTitle(new (std::nothrow) String(pTitle));
831                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_PAGETITLE_RECEIVED));
832                 SysTryReturnVoidResult(NID_WEB_CTRL, pPageTitle.get() && pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
833
834                 r = pEventArg->SetEventInfo(_LoadingEventArg::PAGE_TITLE, *pPageTitle.get());
835                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
836                 pPageTitle.release();
837
838                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
839                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
840                 pEventArg.release();
841         }
842 }
843
844
845 void
846 OnEstimatedProgress(void* pUserData, Evas_Object* pView, void* pEventInfo)
847 {
848         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
849         double* pProgress = reinterpret_cast< double* >(pEventInfo);
850         SysAssertf(pImpl, "Failed to request");
851
852         SysLog(NID_WEB_CTRL, "The current value of progress is %lf", *pProgress);
853
854         if (pImpl->GetLoadingListener())
855         {
856                 result r = E_SUCCESS;
857
858                 std::unique_ptr<Integer> pProgressPercentage(new (std::nothrow) Integer(static_cast< int >(*pProgress * 100)));
859                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_PROGRESS));
860                 SysTryReturnVoidResult(NID_WEB_CTRL, pProgressPercentage.get() && pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
861
862                 r = pEventArg->SetEventInfo(_LoadingEventArg::ESTIMATED_PROGRESS, *pProgressPercentage.get());
863                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
864                 pProgressPercentage.release();
865
866                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
867                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
868                 pEventArg.release();
869         }
870 }
871
872
873 void
874 OnWebDataReceived(void* pUserData, Evas_Object* pView, void* pEventInfo)
875 {
876         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
877         Ewk_Policy_Decision* pPolicy = reinterpret_cast< Ewk_Policy_Decision* >(pEventInfo);
878         SysAssertf(pImpl && pPolicy, "Failed to request");
879
880         result r = E_SUCCESS;
881
882         const char* pUrl = ewk_policy_decision_url_get(pPolicy);
883         int code = ewk_policy_decision_response_status_code_get(pPolicy);
884         String mime(ewk_policy_decision_response_mime_get(pPolicy));
885         SysLog(NID_WEB_CTRL, "url : %s, mime : %ls, code : %d", pUrl, mime.GetPointer(), code);
886
887         ILoadingListener* pLoadingListener = pImpl->GetLoadingListener();
888         if (pLoadingListener && ewk_frame_is_main_frame(ewk_policy_decision_frame_get(pPolicy)))
889         {
890                 const Eina_Hash* pHeader = ewk_policy_decision_response_headers_get(pPolicy);
891
892                 DecisionPolicy policy;
893                 HttpHeader httpHeader;
894
895                 if (code >= REDIRECTION_HEADER_GROUP && code < REDIRECTION_HEADER_GROUP + 100)
896                 {
897                         pImpl->SetRedirectRequested(true);
898                         mime = L"";
899                 }
900
901                 eina_hash_foreach(pHeader, AddHttpHeaderData, &httpHeader);
902                 SysTryCatch(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
903
904                 policy = pLoadingListener->OnWebDataReceived(mime, httpHeader);
905                 pImpl->SetPolicyDecision(policy);
906         }
907
908         switch (pImpl->GetPolicyDecision())
909         {
910         case WEB_DECISION_CONTINUE:
911         {
912                 if (pImpl->IsMimeSupported(mime) || mime == L"")
913                 {
914                         break;
915                 }
916                 
917                 else
918                 {
919                         SysLog(NID_WEB_CTRL, "Lauch native app to handle the mime");
920
921                         ewk_policy_decision_ignore(pPolicy);
922
923                         AppControl* pAppControl = null;
924                         _SelectBox selectBox;
925                         int appCount = 0;
926                         int selectedIndex = 0;
927
928                         std::unique_ptr<IList, AllElementsDeleter> pList(_AppManagerImpl::FindAppControlsN(NULL, NULL, &mime, NULL));
929
930                         if (pList.get())
931                         {
932                                 appCount = pList->GetCount();
933                         }
934
935                         r = selectBox.Construct(false, L"", appCount+1); //+1 for Downloader
936                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
937
938                         selectBox.AddListItem(L"Download", _SelectBox::LIST_ITEM_TYPE_NORMAL, false);
939                         for (int i = 0; i < appCount; i++)
940                         {
941                                 pAppControl = dynamic_cast< AppControl* >(pList->GetAt(i));
942                                 SysTryReturnVoidResult(NID_WEB_CTRL, pAppControl, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
943
944                                 String text = pAppControl->GetAppName();
945                                 SysLog(NID_WEB_CTRL, "AppName : %S", text.GetPointer());
946
947                                 selectBox.AddListItem(text, _SelectBox::LIST_ITEM_TYPE_NORMAL, false);
948                         }
949                         r = selectBox.ShowAndWait(selectedIndex);
950                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
951
952                         if (selectedIndex == 0) //download
953                         {
954                                 RequestId reqId = 0;
955                                 DownloadRequest request(pUrl);
956
957                                 _DownloadManagerImpl* pManagerImpl = _DownloadManagerImpl::GetInstance();
958                                 SysTryReturnVoidResult(NID_WEB_CTRL, pManagerImpl, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
959
960                                 r = pManagerImpl->Start(request, reqId);
961                                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
962                         }
963                         else if (selectedIndex != -1) // -1 for cancel
964                         {
965                                 String path("path");
966                                 String pathVal(pUrl);
967
968                                 HashMap dataList;
969                                 r = dataList.Construct();
970                                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
971
972                                 r = dataList.Add(path, pathVal);
973                                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
974
975                                 pAppControl = dynamic_cast< AppControl* >(pList->GetAt(selectedIndex));
976                                 SysTryReturnVoidResult(NID_WEB_CTRL, pAppControl, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
977
978                                 _AppControlImpl* pAcImpl = _AppControlImpl::GetInstance(*pAppControl);
979                                 SysTryReturnVoidResult(NID_WEB_CTRL, pAcImpl, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
980
981                                 r = pAcImpl->Start(null, null, &dataList, null);
982                                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
983                         }
984
985                         return;
986                 }
987                 break;
988         }
989         case WEB_DECISION_DOWNLOAD:
990         {
991                 ewk_policy_decision_ignore(pPolicy);
992
993                 _WebDataHandler* pDownloadHandler = pImpl->GetDownloadHandler();
994                 SysTryReturnVoidResult(NID_WEB_CTRL, pDownloadHandler, E_SYSTEM, "[%s] A system error has been occurred. Failed to get DownloadHandler.", GetErrorMessage(E_SYSTEM));
995
996                 Ewk_Context* pContext = ewk_view_context_get(pView);
997                 SysAssertf(pContext, "Failed to get webkit instance.");
998
999                 pDownloadHandler->StartDownload(pUrl);
1000
1001                 return;
1002         }
1003         case WEB_DECISION_IGNORE:
1004         {
1005                 ewk_policy_decision_ignore(pPolicy);
1006
1007                 return;
1008         }
1009         default:
1010         {
1011                 SysAssert(false);
1012         }
1013         }
1014
1015         ewk_policy_decision_use(pPolicy);
1016
1017         return;
1018
1019 CATCH:
1020         ewk_policy_decision_ignore(pPolicy);
1021 }
1022
1023
1024 void
1025 OnProgressCompleted(void* pUserData, Evas_Object* pView, void* pEventInfo)
1026 {
1027         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1028         SysAssertf(pImpl, "Failed to request");
1029
1030         if (pImpl->IsRedirectRequested())
1031         {
1032                 pImpl->SetRedirectRequested(false);
1033         }
1034
1035         if (pImpl->IsLoadingErrorOccurred())
1036         {
1037                 pImpl->SetLoadingErrorOccurred(false);
1038                 evas_object_smart_callback_call(pView, "load,finished", NULL);
1039         }
1040 }
1041
1042
1043 void
1044 OnLoadingErrorOccurred(void* pUserData, Evas_Object* pView, void* pEventInfo)
1045 {
1046         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1047         Ewk_Error* pErrorData = reinterpret_cast< Ewk_Error* >(pEventInfo);
1048         SysAssertf(pImpl && pErrorData, "Failed to request");
1049
1050         int code = ewk_error_code_get(pErrorData);
1051         const char* pDescription = ewk_error_description_get(pErrorData);
1052
1053         SysLog(NID_WEB_CTRL, "The current value of code is %d, description is %s", code, pDescription);
1054
1055         pImpl->SetLoadingErrorOccurred(true);
1056         switch (code)
1057         {
1058         case EWK_ERROR_CODE_FRAMELOADINTERRUPTEDBYPOLICYCHANGE:
1059                 //fall through
1060         case EWK_ERROR_CODE_PLUGINWILLHANDLELOAD:
1061                 break;
1062
1063         case EWK_ERROR_NETWORK_STATUS_CANCELLED:
1064                 evas_object_smart_callback_call(pView, "load,stop", NULL);
1065                 break;
1066
1067         default:
1068                 if (pImpl->GetLoadingListener())
1069                 {
1070                         result r = E_SUCCESS;
1071
1072                         r = FireLoadingErrorOccurredEvent(pImpl, code, pDescription);
1073                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1074                 }
1075                 break;
1076         }
1077 }
1078
1079
1080 void
1081 OnLoadingCanceled(void* pUserData, Evas_Object* pView, void* pEventInfo)
1082 {
1083         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1084         SysAssertf(pImpl, "Failed to request");
1085
1086         if (pImpl->GetLoadingListener())
1087         {
1088                 result r = E_SUCCESS;
1089
1090                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_CANCELED));
1091                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1092
1093                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1094                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1095                 pEventArg.release();
1096         }
1097
1098 }
1099
1100
1101 void
1102 OnLoadingCompleted(void* pUserData, Evas_Object* pView, void* pEventInfo)
1103 {
1104         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1105         SysAssertf(pImpl, "Failed to request");
1106
1107         if (pImpl->GetLoadingListener())
1108         {
1109                 result r = E_SUCCESS;
1110
1111                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_COMPLETED));
1112                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1113
1114                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1115                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1116                 pEventArg.release();
1117         }
1118
1119 }
1120
1121
1122 void
1123 OnLoadingCommitted(void* pUserData, Evas_Object* pView, void* pEventInfo)
1124 {
1125         evas_object_focus_set(pView, EINA_FALSE);
1126 }
1127
1128
1129 void
1130 OnFaviconReceived(void* pUserData, Evas_Object* pView, void* pEventInfo)
1131 {
1132         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1133         SysAssertf(pImpl, "Failed to request");
1134
1135         if (pImpl->GetLoadingListener())
1136         {
1137                 result r = E_SUCCESS;
1138
1139                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_FAVICON_RECEIVED));
1140                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1141
1142                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1143                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1144                 pEventArg.release();
1145         }
1146
1147 }
1148
1149
1150 void
1151 OnDidStartDownloadCallback(const char* pUrl, void* pUserData)
1152 {
1153         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1154         SysAssertf(pUrl && pImpl != null, "Failed to request");
1155
1156         SysLog(NID_WEB_CTRL, "The current value of url is %s", pUrl);
1157 }
1158
1159
1160 result
1161 FireWebPageShowRequestedEvent(_WebImpl* pImpl, int event)
1162 {
1163         result r = E_SUCCESS;
1164
1165         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(event));
1166         SysTryReturnResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
1167
1168         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1169         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1170         pEventArg.release();
1171
1172         return E_SUCCESS;
1173 }
1174
1175
1176 void
1177 OnWebPageShowRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
1178 {
1179         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1180         SysAssertf(pImpl, "Failed to request");
1181
1182         if (pImpl->GetUiEventListener())
1183         {
1184                 result r = E_SUCCESS;
1185
1186                 r = FireWebPageShowRequestedEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED);
1187                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1188         }
1189         if (pImpl->GetUiEventListenerF())
1190         {
1191                 result r = E_SUCCESS;
1192
1193                 r = FireWebPageShowRequestedEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED_FLOAT);
1194                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1195         }
1196 }
1197
1198
1199 void
1200 OnWebWindowCreateRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
1201 {
1202         _WebImpl* pParentImpl = reinterpret_cast< _WebImpl* >(pUserData);
1203         Evas_Object** pChildView = reinterpret_cast< Evas_Object** >(pEventInfo);
1204         SysAssertf(pParentImpl && pChildView, "Failed to request");
1205
1206         IWebUiEventListener* pUserUiListener = pParentImpl->GetUiEventListener();
1207         IWebUiEventListenerF* pUserUiListenerF = pParentImpl->GetUiEventListenerF();
1208         if (pUserUiListener)
1209         {
1210                 Web* pWeb = pUserUiListener->OnWebWindowCreateRequested();
1211                 if (pWeb)
1212                 {
1213                         _WebImpl* pChildImpl = _WebImpl::GetInstance(pWeb);
1214                         SysTryReturnVoidResult(NID_WEB_CTRL, pChildImpl, E_SYSTEM, "[%s] A system error has been occurred. Failed to get ChildImpl object.", GetErrorMessage(E_SYSTEM));
1215
1216                         *pChildView = dynamic_cast< _Web* >(&pChildImpl->GetCore())->GetWebNativeNode();
1217                         evas_object_data_set(*pChildView, PARENT_WEB_CTRL, pParentImpl);
1218                 }
1219         }
1220         if (pUserUiListenerF)
1221         {
1222                 Web* pWeb = pUserUiListenerF->OnWebWindowCreateRequested();
1223                 if (pWeb)
1224                 {
1225                         _WebImpl* pChildImpl = _WebImpl::GetInstance(pWeb);
1226                         SysTryReturnVoidResult(NID_WEB_CTRL, pChildImpl, E_SYSTEM, "[%s] A system error has been occurred. Failed to get ChildImpl object.", GetErrorMessage(E_SYSTEM));
1227
1228                         *pChildView = dynamic_cast< _Web* >(&pChildImpl->GetCore())->GetWebNativeNode();
1229                         evas_object_data_set(*pChildView, PARENT_WEB_CTRL, pParentImpl);
1230                 }
1231         }
1232 }
1233
1234
1235 result
1236 FireWebWindowClosedRequestedEvent(_WebImpl* pImpl, int event)
1237 {
1238         result r = E_SUCCESS;
1239
1240         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(event));
1241         SysTryReturnResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
1242
1243         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1244         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1245         pEventArg.release();
1246
1247         return E_SUCCESS;
1248 }
1249
1250
1251 void
1252 OnWebWindowClosedRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
1253 {
1254         _WebImpl* pChildImpl = reinterpret_cast< _WebImpl* >(pUserData);
1255         SysAssertf(pChildImpl, "Failed to request");
1256
1257         _WebImpl* pParentImpl = reinterpret_cast< _WebImpl* >(evas_object_data_get(pView, PARENT_WEB_CTRL));
1258         if (pParentImpl == null)
1259         {
1260                 return;
1261         }
1262
1263         if (pParentImpl->GetUiEventListener())
1264         {
1265                 result r = E_SUCCESS;
1266
1267                 r = FireWebWindowClosedRequestedEvent(pChildImpl, WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED);
1268                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1269         }
1270         if (pParentImpl->GetUiEventListenerF())
1271         {
1272                 result r = E_SUCCESS;
1273
1274                 r = FireWebWindowClosedRequestedEvent(pChildImpl, WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED_FLOAT);
1275                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1276         }
1277 }
1278
1279
1280 result
1281 FireWebPreventDefaultTriggeredEvent(_WebImpl* pImpl, int event, bool trigger)
1282 {
1283         result r = E_SUCCESS;
1284
1285         std::unique_ptr<Boolean> pPreventTrigger(new (std::nothrow) Boolean(trigger));
1286         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(event));
1287         SysTryReturnResult(NID_WEB_CTRL, pPreventTrigger.get() && pEventArg.get(), E_OUT_OF_MEMORY, " Memory allocation failed." );
1288
1289         r = pEventArg->SetEventInfo(_WebUiEventArg::PREVENT_DEFAULT, *pPreventTrigger.get());
1290         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1291         pPreventTrigger.release();
1292
1293         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1294         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1295         pEventArg.release();
1296
1297         return E_SUCCESS;
1298 }
1299
1300
1301 void
1302 OnWebPreventDefaultTriggered(void* pUserData, Evas_Object* pView, void* pEventInfo)
1303 {
1304         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1305         Eina_Bool* pTrigger = reinterpret_cast< Eina_Bool* >(pEventInfo);
1306         SysAssertf(pImpl && pTrigger, "Failed to request");
1307
1308         if (pImpl->GetUiEventListener())
1309         {
1310                 result r = E_SUCCESS;
1311
1312                 r = FireWebPreventDefaultTriggeredEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED, static_cast< bool >(*pTrigger));
1313                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1314         }
1315         if (pImpl->GetUiEventListenerF())
1316         {
1317                 result r = E_SUCCESS;
1318
1319                 r = FireWebPreventDefaultTriggeredEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED_FLOAT, static_cast< bool >(*pTrigger));
1320                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1321         }
1322 }
1323
1324
1325 Eina_Bool
1326 OnSelectUploadFile(Evas_Object* pView, Eina_Bool multipleFile, Eina_List* pAcceptTypes, const char* pCapture, void* pUserData)
1327 {
1328         Eina_Bool ret = EINA_FALSE;
1329         Eina_List* pSelectedFileNames = null;
1330         String isMultipleSelection(L"single");
1331
1332         if (multipleFile)
1333         {
1334                 isMultipleSelection.Append(L"multiple");
1335         }
1336
1337         std::unique_ptr<_MediaSelectionListener> pMediaListener(new (std::nothrow) _MediaSelectionListener());
1338         SysTryCatch(NID_WEB_CTRL, pMediaListener.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1339
1340         {
1341                 int itemCount = eina_list_count(pAcceptTypes);
1342                 String fileType = L"all";
1343
1344                 if (itemCount == 1)
1345                 {
1346                         String item((char*)eina_list_nth(pAcceptTypes, 0));
1347                         if (item.StartsWith("image/",0))
1348                         {
1349                                 fileType = L"image";
1350                         }
1351                         else if (item.StartsWith("audio/",0))
1352                         {
1353                                 fileType = L"audio";
1354                         }
1355                         else if (item.StartsWith("video/",0))
1356                         {
1357                                 fileType = L"video";
1358                         }
1359                 }
1360
1361                 HashMap dataList;
1362                 result r = dataList.Construct();
1363                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1364
1365                 String mode(L"selectionType");
1366                 r = dataList.Add(mode, isMultipleSelection);
1367                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1368
1369                 String type(L"type");
1370                 r = dataList.Add(type, fileType);
1371                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1372
1373                 std::unique_ptr<AppControl> pMediaAppControl(_AppManagerImpl::FindAppControlN(L"tizen.filemanager", L"http://tizen.org/appcontrol/operation/pick"));
1374                 SysTryCatch(NID_WEB_CTRL, pMediaAppControl.get(), r = GetLastResult(), r, "[%s] Propagating.", GetErrorMessage(r));
1375
1376                 _AppControlImpl* pMediaAppControlImpl = _AppControlImpl::GetInstance(*pMediaAppControl);
1377                 r = pMediaAppControlImpl->Start(null, null, &dataList, pMediaListener.get());
1378                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1379
1380                 while (true)
1381                 {
1382                         if (pMediaListener->IsSelectionCompleted())
1383                         {
1384                                 const ArrayList* pSelectedFiles = pMediaListener->GetSelectedFiles();
1385                                 SysTryCatch(NID_WEB_CTRL, pSelectedFiles, r = GetLastResult(), r, "[%s] Propagating.", GetErrorMessage(r));
1386
1387                                 int fileCount = pSelectedFiles->GetCount();
1388
1389                                 for (int i = 0; i < fileCount; i++)
1390                                 {
1391                                         String* pFile = (String*)pSelectedFiles->GetAt(i);
1392                                         SysTryCatch(NID_WEB_CTRL, pFile, r = GetLastResult(), r, "[%s] Propagating.", GetErrorMessage(r));
1393
1394                                         std::unique_ptr<ByteBuffer> pByteBuf(StringUtil::StringToUtf8N(*pFile));
1395                                         SysTryCatch(NID_WEB_CTRL, pByteBuf.get(), r = GetLastResult(), r, "[%s] Propagating.", GetErrorMessage(r));
1396
1397                                         pSelectedFileNames = eina_list_append(pSelectedFileNames, strdup((const char*)pByteBuf->GetPointer()));
1398                                 }
1399
1400                                 ret = EINA_TRUE;
1401                                 break;
1402                         }
1403
1404                         ecore_main_loop_iterate();
1405                 }
1406
1407                 ewk_view_open_panel_reply(pView, pSelectedFileNames, ret);
1408                 return ret;
1409         }
1410
1411 CATCH:
1412         ewk_view_open_panel_reply(pView, null, ret);
1413         eina_list_free(pSelectedFileNames);
1414         return ret;
1415 }
1416
1417
1418 void
1419 OnHandleJavaScriptRequest(void* pUserData, Evas_Object* pView, void* pEventInfo)
1420 {
1421         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1422         char* pJsonText = reinterpret_cast< char* >(pEventInfo);
1423         SysAssertf(pImpl && pJsonText, "Failed to request");
1424
1425         result r = E_SUCCESS;
1426
1427         SysLog(NID_WEB_CTRL, "The current value of jsontext is %s", pJsonText);
1428
1429         std::unique_ptr<_JsBridgeArg> pEventArg(new (std::nothrow) _JsBridgeArg());
1430         SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1431
1432         r = pEventArg->Construct(pJsonText);
1433         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1434
1435         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1436         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1437         pEventArg.release();
1438 }
1439
1440
1441 void
1442 OnWebKeypadStateChanged(void* pUserData, Evas_Object* pView, void* pEventInfo)
1443 {
1444         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1445         Eina_Rectangle* pEinaRect = reinterpret_cast< Eina_Rectangle* >(pEventInfo);
1446         SysAssertf(pImpl && pEinaRect, "Failed to request");
1447
1448         if (pImpl->GetSetting().GetInputStyle() == INPUT_STYLE_OVERLAY)
1449         {
1450                 _ICoordinateSystemTransformer* pXformer = _CoordinateSystem::GetInstance()->GetInverseTransformer();
1451                 SysAssertf(pXformer, "Failed to get CoordinateTransformer");
1452
1453                 Rectangle rect(pEinaRect->x, pEinaRect->y, pEinaRect->w, pEinaRect->h);
1454
1455                 if (rect.height == 0)
1456                 {
1457                         return;
1458                 }
1459
1460                 _Form* pFormCore = pImpl->GetParentFormCore(dynamic_cast< _Control* >(&pImpl->GetCore()));
1461                 SysAssertf(pFormCore != null, "Failed to get FormCore");
1462
1463                 if (pFormCore->HasFooter() && pFormCore->IsFooterVisible())
1464                 {
1465                         pImpl->SetFooterVisibleState(true);
1466                         pFormCore->SetActionBarsVisible(FORM_ACTION_BAR_FOOTER, false);
1467                 }
1468
1469                 if (pImpl->GetWebKeypadEventListener())
1470                 {
1471                         if (pImpl->IsKeypadVisible() == true)
1472                         {
1473                                 if ((pImpl->GetPreviousKeypadBounds().width == rect.width) && (pImpl->GetPreviousKeypadBounds().height != rect.height))
1474                                 {
1475                                         pImpl->GetWebKeypadEventListener()->OnWebKeypadBoundsChanged(*dynamic_cast< Web* >(&pImpl->GetPublic()));
1476                                 }
1477                         }
1478                         else
1479                         {
1480                                 pFormCore->DeflateClientRectHeight(pXformer->TransformVertical(rect.height));
1481                                 pImpl->GetWebKeypadEventListener()->OnWebKeypadWillOpen(*dynamic_cast< Web* >(&pImpl->GetPublic()));
1482                         }
1483                 }
1484                 pImpl->SetKeypadVisibleState(true);
1485                 pImpl->SetPreviousKeypadBounds(rect);
1486         }
1487         else
1488         {
1489                 result r = pImpl->SetFullScreenKeypad();
1490                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1491         }
1492 }
1493
1494
1495 void
1496 OnWebKeypadOpened(void* pUserData, Evas_Object* pView, void* pEventInfo)
1497 {
1498         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1499         SysAssertf(pImpl, "Failed to request");
1500
1501         if (pImpl->GetWebKeypadEventListener())
1502         {
1503                 pImpl->GetWebKeypadEventListener()->OnWebKeypadOpened(*static_cast< Web* >(&pImpl->GetPublic()));
1504         }
1505 }
1506
1507
1508 void
1509 OnWebKeypadClosed(void* pUserData, Evas_Object* pView, void* pEventInfo)
1510 {
1511         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1512         SysAssertf(pImpl, "Failed to request");
1513
1514         _Form* pFormCore = pImpl->GetParentFormCore(dynamic_cast< _Control* >(&pImpl->GetCore()));
1515         SysAssertf(pFormCore != null, "Failed to get FormCore");
1516
1517         if (pFormCore->HasFooter() && pImpl->IsFooterVisible())
1518         {
1519                 pImpl->SetFooterVisibleState(false);
1520                 pFormCore->SetActionBarsVisible(FORM_ACTION_BAR_FOOTER, true);
1521         }
1522
1523         pFormCore->DeflateClientRectHeight(0);
1524
1525         if (pImpl->GetWebKeypadEventListener())
1526         {
1527                 pImpl->GetWebKeypadEventListener()->OnWebKeypadClosed(*dynamic_cast< Web* >(&pImpl->GetPublic()));
1528         }
1529
1530         pImpl->SetKeypadVisibleState(false);
1531 }
1532
1533
1534 void
1535 OnWindowObjectFocusGained(void *pUserData, Evas_Object *pWin, void *pEvent_info)
1536 {
1537         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1538         SysAssertf(pImpl, "Failed to request");
1539
1540         if (pImpl->IsKeypadOpened() == true)
1541         {
1542                 _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
1543                 SysAssertf(pWebCore, "Failed to get Web core object");
1544
1545                 evas_object_focus_set(pWebCore->GetWebNativeNode(), EINA_TRUE);
1546
1547                 pImpl->SetKeypadOpened(false);
1548         }
1549 }
1550
1551
1552 void
1553 OnWebNativeNodeFocusGained(void *pUserData, Evas *pCanvas, Evas_Object* pView, void* pEventInfo)
1554 {
1555         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1556         SysAssertf(pImpl, "Failed to request");
1557
1558         if (pImpl->IsKeypadOpened() == true)
1559         {
1560                 pImpl->SetKeypadOpened(false);
1561         }
1562
1563
1564
1565 Eina_Bool
1566 OnColorPickerProviderRequested(Ewk_View_Smart_Data *pSmartData, int red, int green, int blue, int alpha)
1567 {
1568         SysAssertf(pSmartData, "invalid smartdata");
1569         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1570         SysAssertf(pWebImpl, "Failed to get Impl");
1571
1572         result r = E_SUCCESS;
1573
1574         if (pWebImpl->GetColorpicker())
1575         {
1576                 return EINA_FALSE;
1577         }
1578
1579         Color color;
1580
1581         r = pWebImpl->ShowColorPicker(red, green, blue, alpha, color);
1582         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Memory allocation failed.", GetErrorMessage(r));
1583
1584         byte r1, g1, b1, a1;
1585         color.GetColorComponents(r1, g1, b1, a1);
1586         ewk_view_color_picker_color_set(pSmartData->self, r1, g1, b1, a1);
1587
1588         return EINA_TRUE;
1589 }
1590
1591
1592 Eina_Bool
1593 OnColorPickerProviderDismissed(Ewk_View_Smart_Data *pSmartData)
1594 {
1595         SysAssertf(pSmartData, "invalid smartdata");
1596
1597         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1598         SysAssertf(pWebImpl, "Failed to get Impl");
1599
1600         return pWebImpl->HideColorPicker();
1601 }
1602
1603
1604 Eina_Bool
1605 OnDatePickerProviderRequested(Ewk_View_Smart_Data *pSmartData, Ewk_Input_Type inputType, const char* inputValue)
1606 {
1607         SysAssertf(pSmartData, "Failed to request");
1608         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1609         SysAssertf(pWebImpl, "Failed to get Impl");
1610
1611         result r = E_SUCCESS;
1612
1613         if (pWebImpl->GetDatepicker())
1614         {
1615                 ewk_view_focused_input_element_value_set(pSmartData->self, inputValue);
1616
1617                 return EINA_FALSE;
1618         }
1619
1620         String dateStr;
1621
1622         r = pWebImpl->ShowDatePicker(inputType, inputValue, dateStr);
1623         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Memory allocation failed.", GetErrorMessage(r));
1624
1625         std::unique_ptr<char[]> pDateStr(_StringConverter::CopyToCharArrayN(dateStr));
1626         SysTryReturn(NID_WEB_CTRL, pDateStr.get(), EINA_FALSE, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
1627
1628         ewk_view_focused_input_element_value_set(pSmartData->self, pDateStr.get());
1629
1630         return EINA_TRUE;
1631 }
1632
1633
1634 Eina_Bool
1635 OnSelectBoxRequested(Ewk_View_Smart_Data *pSmartData, Eina_Rectangle rect, Ewk_Text_Direction textDirection, double pageScaleFactor, Eina_List* pItems, int selectedIndex)
1636 {
1637         SysAssertf(pSmartData, "Failed to request");
1638
1639         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1640         SysAssertf(pWebImpl, "Failed to get Impl");
1641
1642         result r = pWebImpl->ShowSelectBoxPopup(false, L"", pItems, pSmartData->self, selectedIndex);
1643         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1644
1645         return EINA_TRUE;
1646 }
1647
1648
1649 Eina_Bool
1650 OnSelectBoxClosed(Ewk_View_Smart_Data *pSmartData)
1651 {
1652         SysAssertf(pSmartData, "invalid smartdata");
1653
1654         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1655         SysAssertf(pWebImpl, "Failed to get Impl");
1656
1657         result r = pWebImpl->ClearSelectBoxPopup();
1658         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1659
1660         return EINA_TRUE;
1661 }
1662
1663
1664 Eina_Bool
1665 OnSelectBoxUpdateRequested(Ewk_View_Smart_Data *pSmartData, Eina_Rectangle rect, Ewk_Text_Direction textDirection, Eina_List* pItems, int selectedIndex)
1666 {
1667         SysAssertf(pSmartData, "invalid smartdata");
1668
1669         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1670         SysAssertf(pWebImpl, "Failed to get Impl");
1671
1672         result r = pWebImpl->UpdateSelectBoxPopup(pItems, selectedIndex, false);
1673         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1674
1675         return EINA_TRUE;
1676 }
1677
1678
1679 void
1680 OnCookiesPolicyGot(Ewk_Cookie_Accept_Policy policy, Ewk_Web_Error *pError, void *pUserData)
1681 {
1682         _WebPresenter* pPresenter = reinterpret_cast< _WebPresenter* >(pUserData);
1683         SysAssertf(pPresenter && !pError, "Failed to request");
1684
1685         bool ret = EINA_TRUE;
1686
1687         switch (policy)
1688         {
1689         case EWK_COOKIE_ACCEPT_POLICY_ALWAYS:
1690                 //fall through
1691         case EWK_COOKIE_ACCEPT_POLICY_NO_THIRD_PARTY:
1692                 ret = EINA_TRUE;
1693                 break;
1694
1695         case EWK_COOKIE_ACCEPT_POLICY_NEVER:
1696                 //fall through
1697                 ret = EINA_FALSE;
1698                 break;
1699
1700         default:
1701                 SysAssert(false);
1702         }
1703
1704         SysLog(NID_WEB_CTRL, "The current value of policy is %d", ret);
1705
1706         pPresenter->EndAsyncProcess(ret);
1707 }
1708
1709
1710 void
1711 OnScriptExecuted(Evas_Object* pView, const char* pResult, void* pUserData)
1712 {
1713         _WebPresenter* pPresenter = reinterpret_cast< _WebPresenter* >(pUserData);
1714         SysAssertf(pPresenter, "Failed to request");
1715
1716         String result(pResult);
1717         SysLog(NID_WEB_CTRL, "result : %ls", result.GetPointer());
1718
1719         pPresenter->EndAsyncProcess(result);
1720 }
1721
1722
1723 void
1724 OnTextFound(void* pUserData, Evas_Object* pView, void* pEventInfo)
1725 {
1726         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1727         SysAssertf(pImpl, "Failed to request");
1728
1729         int* pTotalCount = reinterpret_cast< int* >(pEventInfo);
1730         SysLog(NID_WEB_CTRL, "The current value of totalCount is %d", *pTotalCount);
1731
1732         _WebPresenter* pWebPresenter = pImpl->GetSearchPresenter();
1733
1734         if (pWebPresenter)
1735         {
1736                 pWebPresenter->EndAsyncProcess(*pTotalCount);
1737         }
1738         else
1739         {
1740                 if (pImpl->GetTextSearchListener())
1741                 {
1742                         result r = E_SUCCESS;
1743
1744                         int ordinal = 0;
1745
1746                         if (*pTotalCount > 0)
1747                         {
1748                                 ordinal = pImpl->GetAsyncSearchOrdinal();
1749                                 pImpl->SetAsyncSearchResult(*pTotalCount);
1750                         }
1751
1752                         if (pImpl->GetPendingAsyncSearchCount() > 0)
1753                         {
1754                                 return;
1755                         }
1756
1757                         std::unique_ptr<Integer> pCount(new (std::nothrow) Integer(*pTotalCount));
1758                         std::unique_ptr<Integer> pOrdinal(new (std::nothrow) Integer(ordinal));
1759                         std::unique_ptr<_TextSearchEventArg> pEventArg(new (std::nothrow) _TextSearchEventArg(WEB_EVENT_TEXTSEARCHLISTENER_TEXT_FOUND));
1760                         SysTryReturnVoidResult(NID_WEB_CTRL, pCount.get() && pOrdinal.get() && pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1761
1762                         r = pEventArg->SetEventInfo(_TextSearchEventArg::TOTAL_COUNT, *pCount.get());
1763                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1764                         pCount.release();
1765
1766                         r = pEventArg->SetEventInfo(_TextSearchEventArg::CURRENT_ORDINAL, *pOrdinal.get());
1767                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1768                         pOrdinal.release();
1769
1770                         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1771                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1772                         pEventArg.release();
1773                 }
1774         }
1775 }
1776
1777
1778 class _JsBridgeHashCodeProvider
1779         : public Tizen::Base::Collection::IHashCodeProviderT< Tizen::Base::String >
1780 {
1781 public:
1782         _JsBridgeHashCodeProvider(){}
1783         virtual ~_JsBridgeHashCodeProvider(void) {}
1784
1785
1786         int GetHashCode(const Tizen::Base::String& obj) const
1787         {
1788                 return obj.GetHashCode();
1789         }
1790
1791 };
1792
1793
1794 //Comparer implementation
1795 class _JsBridgeComparer
1796         : public Tizen::Base::Collection::IComparerT< Tizen::Base::String >
1797 {
1798 public:
1799         _JsBridgeComparer(){}
1800         virtual ~_JsBridgeComparer(void) {}
1801
1802
1803         result Compare(const Tizen::Base::String& obj1, const Tizen::Base::String& obj2, int& cmp) const
1804         {
1805                 if (obj1 == obj2)
1806                 {
1807                         cmp = 0;
1808                 }
1809                 else
1810                 {
1811                         cmp = 1;
1812                 }
1813
1814                 return E_SUCCESS;
1815         }
1816
1817 };
1818
1819
1820 _WebImpl::_WebImpl(Web* pWeb, Tizen::Ui::_Control* pCore)
1821         : _ContainerImpl(pWeb, pCore)
1822         , __isFooterVisible(false)
1823         , __isKeypadVisible(false)
1824         , __isKeypadOpened(false)
1825         , __isLoadingErrorOccurred(false)
1826         , __isRedirectRequested(false)
1827         , __isCertificateRequested(false)
1828         , __isCertificateConfirmed(false)
1829         , __keypadBounds(0, 0, 0, 0)
1830         , __pWebCore(null)
1831         , __pUserLoadingListener(null)
1832         , __pUserUiListener(null)
1833         , __pUserUiListenerF(null)
1834         , __pUserKeypadEventListener(null)
1835         , __pTextSearchListener(null)
1836         , __pKeypad(null)
1837         , __pWebSetting(null)
1838         , __pJsBridgeList(null)
1839         , __pJsProvider(null)
1840         , __pJsComparer(null)
1841         , __pWebDownloadHandler(null)
1842         , __pWebEvent(null)
1843         , __pAuthChallenge(null)
1844         , __pAuthPopup(null)
1845         , __pUserConfirmPopup(null)
1846         , __pCertConfirmPopup(null)
1847         , __pSelectBox(null)
1848         , __pDatePicker(null)
1849         , __pColorPicker(null)
1850         , __policy(WEB_DECISION_CONTINUE)
1851 {
1852         __textSearch.__searchAll = false;
1853         __textSearch.__searchForward = true;
1854         __textSearch.__caseSensitive = false;
1855         __textSearch.__pending = 0;
1856         __textSearch.__currentIndex = 1;
1857         __textSearch.__totalCount = -1;
1858         __textSearch.__text = L"";
1859 }
1860
1861
1862 _WebImpl::~_WebImpl()
1863 {
1864         RemoveEventListenerCallback();
1865 }
1866
1867 _WebImpl*
1868 _WebImpl::CreateWebImplN(Web* pControl, const Rectangle& bounds)
1869 {
1870         result r = E_SUCCESS;
1871
1872         r = GET_SIZE_INFO(Web).CheckInitialSizeValid(Dimension(bounds.width, bounds.height), _CONTROL_ORIENTATION_PORTRAIT);
1873         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
1874
1875         _Web* pCore = _Web::CreateWebN();
1876         SysTryReturn(NID_WEB_CTRL, pCore, null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
1877
1878         _WebImpl* pImpl = new (std::nothrow) _WebImpl(pControl, pCore);
1879
1880         r = CheckConstruction(pCore, pImpl);
1881         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
1882
1883         r = pImpl->InitializeBoundsProperties(GET_SIZE_INFO(Web), bounds, pCore->GetOrientation());
1884         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1885
1886         r = pImpl->Construct();
1887         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1888
1889         return pImpl;
1890
1891 CATCH:
1892         delete pImpl;
1893
1894         return null;
1895 }
1896
1897
1898 _WebImpl*
1899 _WebImpl::CreateWebImplN(Web* pControl, const FloatRectangle& bounds)
1900 {
1901         result r = E_SUCCESS;
1902
1903         r = GET_SIZE_INFO(Web).CheckInitialSizeValidF(FloatDimension(bounds.width, bounds.height), _CONTROL_ORIENTATION_PORTRAIT);
1904         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
1905
1906         _Web* pCore = _Web::CreateWebN();
1907         SysTryReturn(NID_WEB_CTRL, pCore, null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
1908
1909         _WebImpl* pImpl = new (std::nothrow) _WebImpl(pControl, pCore);
1910
1911         r = CheckConstruction(pCore, pImpl);
1912         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
1913
1914         r = pImpl->InitializeBoundsPropertiesF(GET_SIZE_INFO(Web), bounds, pCore->GetOrientation());
1915         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1916
1917         r = pImpl->Construct();
1918         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
1919
1920         return pImpl;
1921
1922 CATCH:
1923         delete pImpl;
1924
1925         return null;
1926 }
1927
1928
1929 result
1930 _WebImpl::Construct(void)
1931 {
1932         result r = E_SUCCESS;
1933
1934         r = __mutex.Create();
1935         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1936
1937         r = __textSearch.__searchQueue.Construct();
1938         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1939
1940         __pWebSetting = std::unique_ptr<WebSetting>(new (std::nothrow) WebSetting());
1941         SysTryReturn(NID_WEB_CTRL, __pWebSetting.get(), E_OUT_OF_MEMORY, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1942
1943         r = InitJsBridgeList();
1944         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1945
1946         r = InitWebEvent();
1947         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1948
1949         __pWebCore = dynamic_cast< _Web* >(&(GetCore()));
1950         SysTryReturnResult(NID_WEB_CTRL, __pWebCore, E_SYSTEM, "A system error has been occurred. Failed to get web control");
1951
1952         __pWebCore->SetWebSettingImpl(_WebSettingImpl::GetInstance(__pWebSetting.get()));
1953
1954         return E_SUCCESS;
1955 }
1956
1957
1958 result
1959 _WebImpl::InitializeSetting(void)
1960 {
1961         result r = E_SUCCESS;
1962
1963         r = SetSetting(*__pWebSetting.get());
1964         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1965
1966         SetCookieEnabled(_WebSettingImpl::GetInstance(__pWebSetting.get())->IsCookieEnabled());
1967         SetPrivateBrowsingEnabled(_WebSettingImpl::GetInstance(__pWebSetting.get())->IsPrivateBrowsingEnabled());
1968         SetZoomLevel(_WebSettingImpl::GetInstance(__pWebSetting.get())->GetZoomLevel());
1969
1970         SetEventListenerCallback();
1971
1972         _Form* pFormCore = GetParentFormCore(dynamic_cast< _Control* >(&this->GetCore()));
1973         SysAssertf(pFormCore != null, "Failed to get FormCore");
1974
1975         return E_SUCCESS;
1976 }
1977
1978
1979 bool
1980 _WebImpl::IsLayoutable(void) const
1981 {
1982         return true;
1983 }
1984
1985
1986 result
1987 _WebImpl::InitWebEvent(void)
1988 {
1989         __pWebEvent = std::unique_ptr<_WebEvent>(new (std::nothrow) _WebEvent());
1990         SysTryReturnResult(NID_WEB_CTRL, __pWebEvent.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
1991
1992         return __pWebEvent->Construct(*this);
1993 }
1994
1995
1996 _WebEvent*
1997 _WebImpl::GetWebEvent(void) const
1998 {
1999         return __pWebEvent.get();
2000 }
2001
2002
2003 Eina_Hash*
2004 _WebImpl::ConvertToSlpHeaderN(const HttpHeader& header) const
2005 {
2006         Eina_Hash* pHttpHeader = null;
2007
2008         std::unique_ptr<IList> pFieldNameList(header.GetFieldNamesN());
2009         if (pFieldNameList.get())
2010         {
2011                 pHttpHeader = eina_hash_string_small_new(FreeCharArray);
2012                 SysTryReturn(NID_WEB_CTRL, pHttpHeader, null, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2013                 
2014                 int count = pFieldNameList->GetCount();
2015
2016                 for (int i = 0; i < count; i++)
2017                 {
2018                         String* pFieldName = dynamic_cast< String* >(pFieldNameList->GetAt(i));
2019                         SysTryCatch(NID_WEB_CTRL, pFieldName, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2020
2021                         std::unique_ptr<char[]> pKey(_StringConverter::CopyToCharArrayN(*pFieldName));
2022                         SysTryCatch(NID_WEB_CTRL, pKey.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2023
2024                         std::unique_ptr<IEnumerator> pFieldValueEnum(header.GetFieldValuesN(*pFieldName));
2025                         SysTryCatch(NID_WEB_CTRL, pFieldValueEnum.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2026                         
2027                         while (pFieldValueEnum->MoveNext() == E_SUCCESS)
2028                         {
2029                                 Eina_Bool ret = false;
2030
2031                                 String* pFieldValue = dynamic_cast< String* >(pFieldValueEnum->GetCurrent());
2032                                 SysTryCatch(NID_WEB_CTRL, pFieldValue, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2033
2034                                 std::unique_ptr<char[]> pValue(_StringConverter::CopyToCharArrayN(*pFieldValue));
2035                                 SysTryCatch(NID_WEB_CTRL, pValue.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2036
2037                                 ret = eina_hash_add(pHttpHeader, pKey.get(), pValue.release());
2038                                 SysTryCatch(NID_WEB_CTRL, ret == EINA_TRUE, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2039                         }
2040                 }
2041         }
2042         return pHttpHeader;
2043
2044 CATCH:
2045         eina_hash_free(pHttpHeader);
2046
2047         return null;
2048 }
2049
2050
2051 result
2052 _WebImpl::LoadUrl(const String& url) const
2053 {
2054         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(url));
2055         SysTryReturn(NID_WEB_CTRL, pUrl.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2056
2057         ewk_view_url_set(__pWebCore->GetWebNativeNode(), pUrl.get());
2058
2059         return E_SUCCESS;
2060 }
2061
2062
2063 result 
2064 _WebImpl::LoadUrl(const String& url, const HttpHeader& header)
2065 {
2066         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(url));
2067         SysTryReturn(NID_WEB_CTRL, pUrl.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2068         
2069         Eina_Hash* pHttpHeader = ConvertToSlpHeaderN(header);
2070
2071         ewk_view_url_request_set(__pWebCore->GetWebNativeNode(), pUrl.get(), EWK_HTTP_METHOD_GET, pHttpHeader, null);
2072
2073         eina_hash_free(pHttpHeader);
2074
2075         return E_SUCCESS;
2076 }
2077
2078
2079 result
2080 _WebImpl::LoadUrlWithPostRequest(const String& url, const HttpHeader& header, const ByteBuffer& body) const
2081 {
2082         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(url));
2083         SysTryReturn(NID_WEB_CTRL, pUrl.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2084
2085         Eina_Hash* pHttpHeader = ConvertToSlpHeaderN(header);
2086
2087         ewk_view_url_request_set(__pWebCore->GetWebNativeNode(), pUrl.get(), EWK_HTTP_METHOD_POST, pHttpHeader, reinterpret_cast< const char* >(body.GetPointer()));
2088
2089         eina_hash_free(pHttpHeader);
2090
2091         return E_SUCCESS;
2092 }
2093
2094
2095 result
2096 _WebImpl::LoadData(const String& baseUrl, const ByteBuffer& content, const String& mime, const String& encoding) const
2097 {
2098         SysTryReturnResult(NID_WEB_CTRL, content.GetLimit() > 0, E_INVALID_ARG, "The content buffer is empty.");
2099
2100         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(baseUrl));
2101         std::unique_ptr<char[]> pMime(_StringConverter::CopyToCharArrayN(mime));
2102         std::unique_ptr<char[]> pEncoding(_StringConverter::CopyToCharArrayN(encoding));
2103         SysTryReturn(NID_WEB_CTRL, pUrl.get() && pMime.get() && pEncoding.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2104
2105         ewk_view_contents_set(__pWebCore->GetWebNativeNode(), reinterpret_cast< const char* >(content.GetPointer()), content.GetLimit(), pMime.get(), pEncoding.get(), pUrl.get());
2106
2107         return E_SUCCESS;
2108 }
2109
2110
2111 void
2112 _WebImpl::Pause(void)
2113 {
2114         ewk_view_suspend(__pWebCore->GetWebNativeNode());
2115 }
2116
2117
2118 void
2119 _WebImpl::Resume(void)
2120 {
2121         ewk_view_resume(__pWebCore->GetWebNativeNode());
2122 }
2123
2124
2125 result
2126 _WebImpl::ShowSelectBoxPopup(bool isMultiSelect, const String& title, Eina_List* pItems, Evas_Object* pWebView, int selectedIndex)
2127 {
2128         __pSelectBox.reset();
2129
2130         int itemCount = eina_list_count(pItems);
2131         SysTryReturnResult(NID_WEB_CTRL, itemCount > 0, E_SYSTEM, "ItemCount is invalid.");
2132
2133         result r = E_SUCCESS;
2134
2135         std::unique_ptr<_SelectBox> pSelectBox(new (std::nothrow) _SelectBox());
2136         SysTryReturnResult(NID_WEB_CTRL, pSelectBox.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
2137
2138         r = pSelectBox->Construct(isMultiSelect, title, itemCount, pWebView);
2139         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2140
2141         r = pSelectBox->UpdateList(pItems, selectedIndex, false, false);
2142         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2143
2144         __pSelectBox = std::move(pSelectBox);
2145
2146         return __pSelectBox->ShowPopup();
2147 }
2148
2149
2150 result
2151 _WebImpl::UpdateSelectBoxPopup(Eina_List* pItems, int selectedIndex, bool isGroupedList)
2152 {
2153         SysTryReturnResult(NID_WEB_CTRL, __pSelectBox.get(), E_SYSTEM, "SlectBox instance does not exist.");
2154
2155         return __pSelectBox->UpdateList(pItems, selectedIndex, true, isGroupedList);
2156 }
2157
2158
2159 result
2160 _WebImpl::ClearSelectBoxPopup(void)
2161 {
2162         SysTryReturnResult(NID_WEB_CTRL, __pSelectBox.get(), E_SYSTEM, "SlectBox instance does not exist.");
2163
2164         __pSelectBox.reset();
2165
2166         return E_SUCCESS;
2167 }
2168
2169
2170 _InputPickerPopup*
2171 _WebImpl::GetDatepicker(void)
2172 {
2173         _InputPickerPopup* pInputPicker =null;
2174         if (__pDatePicker)
2175         {
2176                 pInputPicker =  __pDatePicker.get();
2177         }
2178         return pInputPicker;
2179 }
2180
2181
2182 _InputPickerPopup*
2183 _WebImpl::GetColorpicker(void)
2184 {
2185         _InputPickerPopup* pInputPicker =null;
2186         if (__pColorPicker)
2187         {
2188                 pInputPicker =  __pColorPicker.get();
2189         }
2190         return pInputPicker;
2191 }
2192
2193
2194 bool
2195 _WebImpl::CanGoBack(void) const
2196 {
2197         return static_cast< bool >(ewk_view_back_possible(__pWebCore->GetWebNativeNode()));
2198 }
2199
2200
2201 bool
2202 _WebImpl::CanGoForward(void) const
2203 {
2204         return static_cast< bool >(ewk_view_forward_possible(__pWebCore->GetWebNativeNode()));
2205 }
2206
2207
2208 void
2209 _WebImpl::GoBack(void) const
2210 {
2211         ewk_view_back(__pWebCore->GetWebNativeNode());
2212 }
2213
2214
2215 void
2216 _WebImpl::GoForward(void) const
2217 {
2218         ewk_view_forward(__pWebCore->GetWebNativeNode());
2219 }
2220
2221
2222 Tizen::Base::String
2223 _WebImpl::GetUrl(void) const
2224 {
2225         return ewk_view_url_get(__pWebCore->GetWebNativeNode());
2226 }
2227
2228
2229 Tizen::Base::String
2230 _WebImpl::GetTitle(void) const
2231 {
2232         return ewk_view_title_get(__pWebCore->GetWebNativeNode());
2233 }
2234
2235
2236 void
2237 _WebImpl::StopLoading(void) const
2238 {
2239         ewk_view_stop(__pWebCore->GetWebNativeNode());
2240 }
2241
2242
2243 void
2244 _WebImpl::Reload(void) const
2245 {
2246         ewk_view_reload_bypass_cache(__pWebCore->GetWebNativeNode());
2247 }
2248
2249
2250 String*
2251 _WebImpl::EvaluateJavascriptN(const String& scriptCode) const
2252 {
2253         if (scriptCode.GetLength())
2254         {
2255                 std::unique_ptr<char[]> pScript(_StringConverter::CopyToCharArrayN(scriptCode));
2256                 SysTryReturn(NID_WEB_CTRL, pScript.get(), null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2257
2258                 _WebPresenter presenter;
2259                 presenter.InitAsyncProcess();
2260
2261                 ewk_view_script_execute(__pWebCore->GetWebNativeNode(), pScript.get(), OnScriptExecuted, &presenter);
2262
2263                 Tizen::Base::String* pResult = new (std::nothrow) Tizen::Base::String(L"");
2264                 SysTryReturn(NID_WEB_CTRL, pResult, null, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2265                 presenter.WaitAsyncProcess(*pResult);
2266
2267                 return pResult;
2268         }
2269
2270         return null;
2271 }
2272
2273
2274 result
2275 _WebImpl::SetZoomLevel(float level)
2276 {
2277         SysTryReturnResult(NID_WEB_CTRL, level >= MIN_ZOOM_LEVEL && level <= MAX_ZOOM_LEVEL, E_OUT_OF_RANGE, "The level(%f) must be between 0.3 and 2.0(%f).", level, level);
2278
2279         ewk_view_scale_set(__pWebCore->GetWebNativeNode(), static_cast< double >(level), 0, 0);
2280
2281         return E_SUCCESS;
2282 }
2283
2284
2285 float
2286 _WebImpl::GetZoomLevel(void) const
2287 {
2288         return static_cast< float >(ewk_view_scale_get(__pWebCore->GetWebNativeNode()));
2289 }
2290
2291
2292 const PageNavigationList*
2293 _WebImpl::GetBackForwardListN(void) const
2294 {
2295         result r = E_SUCCESS;
2296
2297         _PageNavigationListImpl* pNavigationListImpl = null;
2298         _HistoryItemImpl* pHistoryItemImpl = null;
2299
2300         std::unique_ptr<PageNavigationList> pNavigationList;
2301         std::unique_ptr<ArrayList, AllElementsDeleter> pHistoryList;
2302
2303         int backCount = 0;
2304         int forwardCount = 0;
2305
2306         String url(L"");
2307         String title(L"");
2308
2309         Ewk_History* pEwkHistoryList = ewk_view_history_get(__pWebCore->GetWebNativeNode());
2310         SysTryReturn(NID_WEB_CTRL, pEwkHistoryList, null, E_SYSTEM, "[%s] A system error has been occurred. Failed to get full history.", GetErrorMessage(E_SYSTEM));
2311
2312         Ewk_History_Item* pEwkItem = ewk_history_nth_item_get(pEwkHistoryList, 0);
2313         SysTryCatch(NID_WEB_CTRL, pEwkItem, , E_DATA_NOT_FOUND, "[%s] There is no history.", GetErrorMessage(E_DATA_NOT_FOUND));
2314
2315         pNavigationList = std::unique_ptr<PageNavigationList>(new (std::nothrow) PageNavigationList());
2316         SysTryCatch(NID_WEB_CTRL, pNavigationList.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2317
2318         pNavigationListImpl = _PageNavigationListImpl::GetInstance(pNavigationList.get());
2319         SysTryCatch(NID_WEB_CTRL, pNavigationListImpl, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2320
2321         pHistoryList = std::unique_ptr<ArrayList, AllElementsDeleter>(new (std::nothrow) ArrayList());
2322         SysTryCatch(NID_WEB_CTRL, pHistoryList.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2323
2324         r = pHistoryList->Construct();
2325         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2326
2327         backCount = ewk_history_back_list_length_get(pEwkHistoryList);
2328         forwardCount = ewk_history_forward_list_length_get(pEwkHistoryList);
2329         SysLog(NID_WEB_CTRL, "The current value of backCount is %d, forwardCount is %d", backCount, forwardCount);
2330
2331         for (int i = -backCount; i < forwardCount + 1; i++)
2332         {
2333                 std::unique_ptr<HistoryItem> pHistoryItem(new (std::nothrow) HistoryItem());
2334                 SysTryCatch(NID_WEB_CTRL, pHistoryItem.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2335
2336                 pHistoryItemImpl = _HistoryItemImpl::GetInstance(pHistoryItem.get());
2337                 SysTryCatch(NID_WEB_CTRL, pHistoryItemImpl, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2338
2339                 pEwkItem = ewk_history_nth_item_get(pEwkHistoryList, i);
2340                 SysTryCatch(NID_WEB_CTRL, pEwkItem, , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2341
2342                 url = ewk_history_item_uri_get(pEwkItem);
2343                 title = ewk_history_item_title_get(pEwkItem);
2344                 SysLog(NID_WEB_CTRL, "The current value of url is %s, title is %s", url.GetPointer(), title.GetPointer());
2345
2346                 pHistoryItemImpl->SetHistoryItem(url, title);
2347
2348                 r = pHistoryList->Add(*pHistoryItem.get());
2349                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2350                 pHistoryItem.release();
2351         }
2352
2353         pNavigationListImpl->SetPageNavigationList(pHistoryList.release(), backCount);
2354
2355         ewk_history_free(pEwkHistoryList);
2356
2357         return pNavigationList.release();
2358
2359 CATCH:
2360         ewk_history_free(pEwkHistoryList);
2361
2362         return null;
2363 }
2364
2365
2366 bool
2367 _WebImpl::SearchText(const String& text, bool searchForward)
2368 {
2369         result r = E_SUCCESS;
2370
2371         Ewk_Find_Options condition = static_cast< Ewk_Find_Options >(EWK_FIND_OPTIONS_SHOW_HIGHLIGHT | EWK_FIND_OPTIONS_CASE_INSENSITIVE);
2372
2373         if (!searchForward)
2374         {
2375             condition = static_cast < Ewk_Find_Options >(condition | EWK_FIND_OPTIONS_BACKWARDS);
2376         }
2377
2378         _WebPresenter presenter;
2379         presenter.InitAsyncProcess();
2380
2381         r = SynchronizeSearch(SEARCH_SYNC, __pWebCore->GetWebNativeNode(), condition, text, searchForward, false, &presenter);
2382         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2383
2384         int result = 0;
2385         presenter.WaitAsyncProcess(result);
2386
2387         return static_cast < bool >(result);
2388 }
2389
2390
2391 result
2392 _WebImpl::SearchTextAllAsync(const Tizen::Base::String& text, bool caseSensitive)
2393 {
2394         result r = E_SUCCESS;
2395
2396         Ewk_Find_Options condition = EWK_FIND_OPTIONS_SHOW_HIGHLIGHT;
2397
2398         if (!caseSensitive)
2399         {
2400             condition = static_cast <Ewk_Find_Options>(condition | EWK_FIND_OPTIONS_CASE_INSENSITIVE);
2401         }
2402
2403         r = SynchronizeSearch(SEARCH_ALL_ASYNC, __pWebCore->GetWebNativeNode(), condition, text, true, caseSensitive);
2404         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2405
2406         return E_SUCCESS;
2407 }
2408
2409
2410 result
2411 _WebImpl::SearchNextAsync(bool searchForward)
2412 {
2413         SysTryReturnResult(NID_WEB_CTRL, __textSearch.__searchAll && __textSearch.__totalCount > -1, E_INVALID_OPERATION, "The SearchTextAllAsync() method is not called or completed.");
2414         SysTryReturnResult(NID_WEB_CTRL, (searchForward && __textSearch.__currentIndex < __textSearch.__totalCount) || (!searchForward && __textSearch.__currentIndex > 1)
2415                 , E_OBJ_NOT_FOUND,  "The Next instance is not available.");
2416
2417         result r = E_SUCCESS;
2418
2419         Ewk_Find_Options condition = EWK_FIND_OPTIONS_SHOW_HIGHLIGHT;
2420
2421         if (__textSearch.__caseSensitive)
2422         {
2423                 condition = static_cast <Ewk_Find_Options>(condition | EWK_FIND_OPTIONS_CASE_INSENSITIVE);
2424         }
2425
2426         if (!searchForward)
2427         {
2428                 condition = static_cast <Ewk_Find_Options>(condition | EWK_FIND_OPTIONS_BACKWARDS);
2429         }
2430
2431         r = SynchronizeSearch(SEARCH_NEXT_ASYNC, __pWebCore->GetWebNativeNode(), condition, __textSearch.__text, searchForward);
2432         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2433
2434         return E_SUCCESS;
2435 }
2436
2437
2438 result
2439 _WebImpl::SynchronizeSearch(_SearchType type, Evas_Object* pView, Ewk_Find_Options condition, const Tizen::Base::String& text, bool searchForward, bool caseSensitive,  _WebPresenter* pWebPresenter)
2440 {
2441         MutexGuard lock(__mutex);
2442
2443         std::unique_ptr<char[]> pText(_StringConverter::CopyToCharArrayN(text));
2444         SysTryReturn(NID_WEB_CTRL, pText.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2445
2446         switch (type)
2447         {
2448         case SEARCH_SYNC:
2449                 if (__textSearch.__searchAll)
2450                 {
2451                         DisableAsyncSearch();
2452
2453                         __textSearch.__searchQueue.Enqueue(this);
2454                         __textSearch.__searchQueue.Enqueue(pWebPresenter);
2455
2456                         ewk_view_text_find(pView, "", condition, MAX_TEXT_MATCH);
2457                         ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2458                 }
2459                 else
2460                 {
2461                         __textSearch.__searchQueue.Enqueue(pWebPresenter);
2462
2463                         ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2464                 }
2465                 break;
2466
2467         case SEARCH_ALL_ASYNC:
2468                 __textSearch.__searchAll = true;
2469                 __textSearch.__text = text;
2470                 __textSearch.__searchForward = true;
2471                 __textSearch.__caseSensitive = caseSensitive;
2472                 __textSearch.__totalCount = -1;
2473                 __textSearch.__currentIndex = 1;
2474
2475                 __textSearch.__searchQueue.Enqueue(this);
2476                 __textSearch.__searchQueue.Enqueue(this);
2477
2478                 ewk_view_text_find(pView, "", condition, MAX_TEXT_MATCH);
2479                 ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2480                 break;
2481
2482         case SEARCH_NEXT_ASYNC:
2483                 __textSearch.__searchForward = searchForward;
2484
2485                 CalculateAsyncSearchOrdinal();
2486
2487                 __textSearch.__searchQueue.Enqueue(this);
2488
2489                 ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2490                 break;
2491
2492         default:
2493                 SysAssert(false);
2494         }
2495
2496         return E_SUCCESS;
2497 }
2498
2499
2500 void
2501 _WebImpl::SetAsyncSearchResult(int totalCount)
2502 {
2503         __textSearch.__totalCount = totalCount;
2504 }
2505
2506
2507 _WebPresenter*
2508 _WebImpl::GetSearchPresenter(void)
2509 {
2510         MutexGuard lock(__mutex);
2511
2512         return dynamic_cast< _WebPresenter* >(__textSearch.__searchQueue.Dequeue());
2513 }
2514
2515
2516  int
2517  _WebImpl::GetPendingAsyncSearchCount(void) const
2518 {
2519         return __textSearch.__searchQueue.GetCount();
2520 }
2521
2522
2523 void
2524 _WebImpl::CalculateAsyncSearchOrdinal(void)
2525 {
2526         if (__textSearch.__searchForward)
2527         {
2528                 __textSearch.__currentIndex++;
2529         }
2530         else
2531         {
2532                 __textSearch.__currentIndex--;
2533         }
2534 }
2535
2536
2537  int
2538  _WebImpl::GetAsyncSearchOrdinal(void) const
2539 {
2540         return __textSearch.__currentIndex;
2541 }
2542
2543
2544  void
2545  _WebImpl::DisableAsyncSearch(void)
2546 {
2547         __textSearch.__searchAll = false;
2548 }
2549
2550
2551 result
2552 _WebImpl::SetSetting(const WebSetting& setting)
2553 {
2554         if (__pWebCore->GetWebNativeNode())
2555         {
2556                 Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2557                 Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
2558                 SysAssertf(pContext && pSettings, "Failed to get webkit instance.");
2559
2560                 std::unique_ptr<char[]> pEncoding(_StringConverter::CopyToCharArrayN(setting.GetDefaultTextEncoding()));
2561                 SysTryReturn(NID_WEB_CTRL, pEncoding.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2562
2563                 ewk_settings_default_encoding_set(pSettings, pEncoding.get());
2564
2565                 switch (setting.GetCacheControl())
2566                 {
2567                 case WEB_CACHE_VALIDATED:
2568                         ewk_context_cache_disabled_set(pContext, EINA_FALSE);
2569                         break;
2570
2571                 case WEB_CACHE_IGNORE:
2572                         ewk_context_cache_disabled_set(pContext, EINA_TRUE);
2573                         break;
2574
2575                 default:
2576                         SysAssert(false);
2577                 }
2578
2579                 if (setting.GetInputStyle() == INPUT_STYLE_OVERLAY)
2580                 {
2581                         ewk_settings_default_keypad_enabled_set(pSettings, EINA_TRUE);
2582                 }
2583                 else
2584                 {
2585                         ewk_settings_default_keypad_enabled_set(pSettings, EINA_FALSE);
2586                 }
2587
2588                 ewk_settings_font_default_size_set(pSettings, static_cast< Eina_Bool >(setting.GetFontSize()));
2589
2590                 ewk_settings_javascript_enabled_set(pSettings, static_cast< Eina_Bool >(setting.IsJavascriptEnabled()));
2591
2592                 ewk_settings_loads_images_automatically_set(pSettings, static_cast< Eina_Bool >(setting.IsAutoImageLoadEnabled()));
2593
2594                 std::unique_ptr<char[]> pAgent(_StringConverter::CopyToCharArrayN(setting.GetUserAgent()));
2595                 SysTryReturn(NID_WEB_CTRL, pAgent.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2596
2597                 ewk_view_user_agent_set(__pWebCore->GetWebNativeNode(), pAgent.get());
2598
2599                 ewk_settings_auto_fitting_set(pSettings, static_cast< Eina_Bool >(setting.IsAutoFittingEnabled()));
2600
2601                 ewk_settings_scripts_window_open_set(pSettings,  static_cast< Eina_Bool >(setting.IsJavaScriptPopupEnabled()));
2602
2603                 ewk_settings_form_candidate_data_enabled_set(pSettings,  static_cast< Eina_Bool >(setting.IsAutoFormDataShowEnabled()));
2604
2605                 ewk_settings_autofill_password_form_enabled_set(pSettings,  static_cast< Eina_Bool >(setting.IsAutoLoginFormFillEnabled()));
2606         }
2607
2608         __pWebSetting->SetCertificateErrorHandlingMode(setting.GetCertificateErrorHandlingMode());
2609         __pWebSetting->SetDefaultTextEncoding(setting.GetDefaultTextEncoding());
2610         __pWebSetting->SetCacheControl(setting.GetCacheControl());
2611         __pWebSetting->SetFontSize(setting.GetFontSize());
2612         __pWebSetting->SetJavascriptEnabled(setting.IsJavascriptEnabled());
2613         __pWebSetting->SetAutoImageLoadEnabled(setting.IsAutoImageLoadEnabled());
2614         __pWebSetting->SetInputStyle(setting.GetInputStyle());
2615         __pWebSetting->SetUserAgent(setting.GetUserAgent());
2616         __pWebSetting->SetAutoFittingEnabled(setting.IsAutoFittingEnabled());
2617         __pWebSetting->SetJavaScriptPopupEnabled(setting.IsJavaScriptPopupEnabled());
2618         __pWebSetting->SetGeolocationEnabled(setting.IsGeolocationEnabled());
2619         __pWebSetting->SetAutoFormDataShowEnabled(setting.IsAutoFormDataShowEnabled());
2620         __pWebSetting->SetAutoLoginFormFillEnabled(setting.IsAutoLoginFormFillEnabled());
2621
2622         return E_SUCCESS;
2623 }
2624
2625
2626 WebSetting
2627 _WebImpl::GetSetting(void) const
2628 {
2629         return *__pWebSetting;
2630 }
2631
2632
2633 const HitElementResult*
2634 _WebImpl::GetElementByPointN(const Point& point) const
2635 {
2636         result r = E_SUCCESS;
2637
2638         _HitElementResultImpl* pHitElementResultImpl = null;
2639
2640         std::unique_ptr<HitElementResult> pHitElementResult;
2641         std::unique_ptr<Bitmap> pImage;
2642         std::unique_ptr<HashMap, AllElementsDeleter> pAttributeMap;
2643
2644         Point absPoint(__pWebCore->GetAbsoluteCoordinate(point));
2645
2646         Ewk_Hit_Test* pEwkHitTest = ewk_view_hit_test_new(__pWebCore->GetWebNativeNode(), absPoint.x, absPoint.y, EWK_HIT_TEST_MODE_ALL);
2647         SysTryReturn(NID_WEB_CTRL, pEwkHitTest, null, E_SYSTEM, "[%s] Failed to get hit test.", GetErrorMessage(E_SYSTEM));
2648
2649         Eina_Hash* pAttrHash = ewk_hit_test_attribute_hash_get(pEwkHitTest);
2650         Ewk_Hit_Test_Result_Context context = ewk_hit_test_result_context_get(pEwkHitTest);
2651         String url(ewk_hit_test_link_uri_get(pEwkHitTest));
2652         String tagName(ewk_hit_test_tag_name_get(pEwkHitTest));
2653         String nodeValue(ewk_hit_test_node_value_get(pEwkHitTest));
2654
2655         SysLog(NID_WEB_CTRL, "The current value of url is %ls, tag is %ls, value is %ls", url.GetPointer(), tagName.GetPointer(), nodeValue.GetPointer());
2656
2657         pHitElementResult = std::unique_ptr<HitElementResult>(new (std::nothrow) HitElementResult());
2658         SysTryCatch(NID_WEB_CTRL, pHitElementResult.get(), , E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2659
2660         pHitElementResultImpl = _HitElementResultImpl::GetInstance(pHitElementResult.get());
2661         SysTryCatch(NID_WEB_CTRL, pHitElementResultImpl, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2662
2663         if (context & EWK_HIT_TEST_RESULT_CONTEXT_IMAGE)
2664         {
2665                 ByteBuffer buf;
2666                 Image image;
2667                 ImageFormat format;
2668
2669                 int imageLength = ewk_hit_test_image_buffer_length_get(pEwkHitTest);
2670                 void* pImageBuffer = ewk_hit_test_image_buffer_get(pEwkHitTest);
2671                 const char* pExtension = ewk_hit_test_image_file_name_extension_get(pEwkHitTest);
2672                 SysLog(NID_WEB_CTRL, "The current value of imageBuffer is %u, bufferLength is %d, extension is %s", pImageBuffer, imageLength, pExtension);
2673
2674                 r = buf.Construct(imageLength);
2675                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2676
2677                 r = buf.SetArray(reinterpret_cast< byte* >(pImageBuffer), 0, imageLength);
2678                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2679
2680                 buf.Rewind();
2681
2682 //              ToDo : webkit doesn't support types such as IMG_FORMAT_WBMP and IMG_FORMAT_TIFF
2683 //              webkit support types such as ico and vp8 additionally
2684                 if (strcmp(pExtension, "gif") == 0)
2685                 {
2686                         format = IMG_FORMAT_GIF;
2687                 }
2688                 else if (strcmp(pExtension, "jpg") == 0)
2689                 {
2690                         format = IMG_FORMAT_JPG;
2691                 }
2692                 else if (strcmp(pExtension, "png") == 0)
2693                 {
2694                         format = IMG_FORMAT_PNG;
2695                 }
2696                 else if (strcmp(pExtension, "bmp") == 0)
2697                 {
2698                         format = IMG_FORMAT_BMP;
2699                 }
2700                 else
2701                 {
2702                         SysLogException(NID_WEB_CTRL, E_UNSUPPORTED_FORMAT, "[%s] The %s format is not supported", GetErrorMessage(E_UNSUPPORTED_FORMAT), pExtension);
2703                         goto CATCH;
2704                 }
2705
2706                 r = image.Construct();
2707                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2708
2709                 pImage = std::unique_ptr<Bitmap>(image.DecodeN(buf, format, BITMAP_PIXEL_FORMAT_RGB565));
2710                 SysTryCatch(NID_WEB_CTRL, pImage.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2711         }
2712
2713         if (pAttrHash)
2714         {
2715                 pAttributeMap = std::unique_ptr<HashMap, AllElementsDeleter>(new (std::nothrow) HashMap());
2716                 SysTryCatch(NID_WEB_CTRL, pAttributeMap.get(), , E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2717
2718                 r = pAttributeMap->Construct(eina_hash_population(pAttrHash));
2719                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2720
2721                 eina_hash_foreach(pAttrHash, AddHttpAttributeData, pAttributeMap.get());
2722                 SysTryCatch(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2723         }
2724
2725         pHitElementResultImpl->SetHitElementResult(pAttributeMap.release(), pImage.release(), tagName, nodeValue, url);
2726
2727         ewk_hit_test_free(pEwkHitTest);
2728
2729         return pHitElementResult.release();
2730
2731 CATCH:
2732         ewk_hit_test_free(pEwkHitTest);
2733
2734         return null;
2735 }
2736
2737
2738 const HitElementResult*
2739 _WebImpl::GetElementByPointN(const FloatPoint& point) const
2740 {
2741         const Point integerPoint(_CoordinateSystemUtils::ConvertToInteger(point));
2742
2743         std::unique_ptr<const HitElementResult> pHitElementResult(GetElementByPointN(integerPoint));
2744         SysTryReturn(NID_WEB_CTRL, pHitElementResult.get(), null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2745
2746         return pHitElementResult.release();
2747 }
2748
2749
2750 bool
2751 _WebImpl::IsLoading(void) const
2752 {
2753         double percent = ewk_view_load_progress_get(__pWebCore->GetWebNativeNode());
2754
2755         if (Double::Compare(percent, 0.0) > 0 && Double::Compare(percent, 1.0) < 0)
2756         {
2757                 return true;
2758         }
2759         else
2760         {
2761                 return false;
2762         }
2763 }
2764
2765
2766 String
2767 _WebImpl::GetTextFromBlock(void) const
2768 {
2769         return ewk_view_text_selection_text_get(__pWebCore->GetWebNativeNode());
2770 }
2771
2772
2773 bool
2774 _WebImpl::IsPrivateBrowsingEnabled(void) const
2775 {
2776         if (__pWebCore->GetWebNativeNode() == null)
2777         {
2778                 return _WebSettingImpl::GetInstance(__pWebSetting.get())->IsPrivateBrowsingEnabled();
2779         }
2780
2781         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
2782         SysAssertf(pSettings, "Failed to get webkit instance.");
2783
2784         return static_cast< bool >(ewk_settings_private_browsing_enabled_get(pSettings));
2785 }
2786
2787
2788 void
2789 _WebImpl::SetPrivateBrowsingEnabled(bool enable)
2790 {
2791         if (__pWebCore->GetWebNativeNode() == null)
2792         {
2793                 _WebSettingImpl::GetInstance(__pWebSetting.get())->SetPrivateBrowsingEnabled(enable);
2794                 return;
2795         }
2796
2797         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
2798         SysAssertf(pSettings, "Failed to get webkit instance.");
2799
2800         ewk_settings_private_browsing_enabled_set(pSettings, static_cast< Eina_Bool >(enable));
2801 }
2802
2803
2804 void
2805 _WebImpl::ClearHistory(void)
2806 {
2807         ewk_view_back_forward_list_clear(__pWebCore->GetWebNativeNode());
2808 }
2809
2810
2811 void
2812 _WebImpl::ClearCache(void)
2813 {
2814         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2815         SysAssertf(pContext, "Failed to get webkit instance.");
2816
2817         ewk_context_cache_clear(pContext);
2818 }
2819
2820
2821 void
2822 _WebImpl::ClearCookie(void)
2823 {
2824         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2825         Ewk_Cookie_Manager* pCookieManager =  ewk_context_cookie_manager_get(pContext);
2826         SysAssertf(pCookieManager, "Failed to get webkit instance.");
2827
2828         ewk_cookie_manager_cookies_clear(pCookieManager);
2829 }
2830
2831
2832 void
2833 _WebImpl::ClearFormData(void)
2834 {
2835         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2836         SysAssertf(pContext, "Failed to get webkit instance.");
2837
2838         ewk_context_form_candidate_data_clear(pContext);
2839 }
2840
2841
2842 void
2843 _WebImpl::ClearLoginFormData(void)
2844 {
2845         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2846         SysAssertf(pContext, "Failed to get webkit instance.");
2847
2848         ewk_context_form_password_data_clear(pContext);
2849 }
2850
2851
2852 bool
2853 _WebImpl::IsCookieEnabled(void) const
2854 {
2855         if (__pWebCore->GetWebNativeNode() == null)
2856         {
2857                 return _WebSettingImpl::GetInstance(__pWebSetting.get())->IsCookieEnabled();
2858         }
2859
2860         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2861         Ewk_Cookie_Manager* pCookieManager =  ewk_context_cookie_manager_get(pContext);
2862         SysAssertf(pCookieManager, "Failed to get webkit instance.");
2863
2864         _WebPresenter presenter;
2865         presenter.InitAsyncProcess();
2866
2867         ewk_cookie_manager_async_accept_policy_get(pCookieManager, OnCookiesPolicyGot, &presenter);
2868
2869         bool result = false;
2870         presenter.WaitAsyncProcess(result);
2871
2872         return result;
2873 }
2874
2875
2876 void
2877 _WebImpl::SetCookieEnabled(bool enable)
2878 {
2879         if (__pWebCore->GetWebNativeNode() == null)
2880         {
2881                 _WebSettingImpl::GetInstance(__pWebSetting.get())->SetCookiEnabled(enable);
2882
2883                 return;
2884         }
2885
2886         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2887         Ewk_Cookie_Manager* pCookieManager =  ewk_context_cookie_manager_get(pContext);
2888         SysAssertf(pCookieManager, "Failed to get webkit instance.");
2889
2890         if (enable)
2891         {
2892                 ewk_cookie_manager_accept_policy_set(pCookieManager, EWK_COOKIE_ACCEPT_POLICY_NO_THIRD_PARTY);
2893         }
2894         else
2895         {
2896                 ewk_cookie_manager_accept_policy_set(pCookieManager, EWK_COOKIE_ACCEPT_POLICY_NEVER);
2897                 ewk_cookie_manager_cookies_clear(pCookieManager);
2898         }
2899 }
2900
2901
2902 result 
2903 _WebImpl::SavePageAsPdf(const String& filePath, const Dimension* pSize) const
2904 {
2905         result r = E_SUCCESS;
2906
2907         std::unique_ptr<char[]> pFilePath(_StringConverter::CopyToCharArrayN(filePath));
2908         SysTryReturn(NID_WEB_CTRL, pFilePath.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2909
2910         String dirPath;
2911         String fileExtension = File::GetFileExtension(filePath);
2912         int pathLength = filePath.GetLength();
2913         int index = 0;
2914
2915         SysTryReturnResult(NID_WEB_CTRL, fileExtension.Equals("pdf", false), E_INVALID_ARG, "Invalid argument(s) is used. File extension is not pdf.");
2916
2917         r = filePath.LastIndexOf(L"/", pathLength - 1, index);
2918         SysTryReturnResult(NID_WEB_CTRL, r == E_SUCCESS, E_INVALID_ARG, "Invalid argument(s) is used. Directory path is invalid.");
2919         r = filePath.SubString(0, index + 1, dirPath);
2920         SysTryReturnResult(NID_WEB_CTRL, r == E_SUCCESS, E_INVALID_ARG, "Invalid argument(s) is used. Directory path is invalid.");
2921
2922         std::unique_ptr<char[]> pDirPath(_StringConverter::CopyToCharArrayN(dirPath));
2923         SysTryReturnResult(NID_WEB_CTRL, access(pDirPath.get(), W_OK) == 0, E_INACCESSIBLE_PATH, "Directory permission is read-only.");
2924
2925         if (pSize)
2926         {
2927                 SysTryReturnResult(NID_WEB_CTRL, pSize->width > 0 && pSize->height > 0, E_INVALID_ARG, "Invalid argument(s) is used. Size of pdf file is invalid.");
2928
2929                 ewk_view_contents_pdf_get(__pWebCore->GetWebNativeNode(), pSize->width, pSize->height, pFilePath.get());
2930         }
2931         else
2932         {
2933                 Evas_Coord contentsWidth;
2934                 Evas_Coord contentsHeight;
2935
2936                 ewk_view_contents_size_get(__pWebCore->GetWebNativeNode(), &contentsWidth, &contentsHeight);
2937                 ewk_view_contents_pdf_get(__pWebCore->GetWebNativeNode(), contentsWidth, contentsHeight, pFilePath.get());
2938         }
2939
2940         return E_SUCCESS;
2941 }
2942
2943
2944 bool
2945 _WebImpl::IsMimeSupported(const String& mime) const
2946 {
2947         std::unique_ptr<char[]> pMime(_StringConverter::CopyToCharArrayN(mime));
2948         SysTryReturn(NID_WEB_CTRL, pMime.get(), false, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2949
2950         return static_cast< bool >(ewk_frame_can_show_mime_type(ewk_view_main_frame_get(__pWebCore->GetWebNativeNode()), pMime.get()));
2951 }
2952
2953
2954 void
2955 _WebImpl::SetLoadingListener(ILoadingListener* pLoadingListener)
2956 {
2957         __pUserLoadingListener = const_cast< ILoadingListener* >(pLoadingListener);
2958 }
2959
2960
2961 void
2962 _WebImpl::SetWebUiEventListener(IWebUiEventListener* pUiEventListener)
2963 {
2964         __pUserUiListener = pUiEventListener;
2965 }
2966
2967
2968 void
2969 _WebImpl::SetWebUiEventListenerF(IWebUiEventListenerF* pUiEventListener)
2970 {
2971         __pUserUiListenerF = pUiEventListener;
2972 }
2973
2974
2975 void
2976 _WebImpl::SetWebKeypadEventListener(IWebKeypadEventListener* pKeypadEventListener)
2977 {
2978         __pUserKeypadEventListener = pKeypadEventListener;
2979 }
2980
2981
2982 void
2983 _WebImpl::SetDownloadListener(IWebDownloadListener* pDownLoadListener)
2984 {
2985         if (__pWebDownloadHandler.get() == null)
2986         {
2987                 __pWebDownloadHandler = std::unique_ptr<_WebDataHandler>(new (std::nothrow) _WebDataHandler());
2988                 SysTryReturnVoidResult(NID_WEB_CTRL, __pWebDownloadHandler.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2989         }
2990
2991         __pWebDownloadHandler->SetDownloadListener(pDownLoadListener);
2992         __pWebDownloadHandler->SetWebEvent(__pWebEvent.get());
2993 }
2994
2995
2996 void
2997 _WebImpl::SetTextSearchListener(ITextSearchListener* pTextSearchListener)
2998 {
2999         __pTextSearchListener = pTextSearchListener;
3000 }
3001
3002
3003 void
3004 _WebImpl::SetScrollEnabled(bool enable)
3005 {
3006         _WebSettingImpl::GetInstance(__pWebSetting.get())->SetScrollEnabled(enable);
3007 }
3008
3009
3010 bool
3011 _WebImpl::IsScrollEnabled(void) const
3012 {
3013         return _WebSettingImpl::GetInstance(__pWebSetting.get())->IsScrollEnabled();
3014 }
3015
3016
3017 result
3018 _WebImpl::InitJsBridgeList(void)
3019 {
3020         result r = E_SUCCESS;
3021
3022         __pJsProvider = std::unique_ptr<_JsBridgeHashCodeProvider>(new (std::nothrow) _JsBridgeHashCodeProvider());
3023         SysTryReturnResult(NID_WEB_CTRL, __pJsProvider.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
3024
3025         __pJsComparer = std::unique_ptr<_JsBridgeComparer>(new (std::nothrow) _JsBridgeComparer());
3026         SysTryReturnResult(NID_WEB_CTRL, __pJsComparer.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
3027
3028         std::unique_ptr<HashMapT< String, IJavaScriptBridge* > > pJsBridgeList(new (std::nothrow) HashMapT< String, IJavaScriptBridge* >);
3029         SysTryReturnResult(NID_WEB_CTRL, pJsBridgeList.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
3030
3031         r = pJsBridgeList->Construct(0, 0, *__pJsProvider.get(), *__pJsComparer.get());
3032         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3033
3034         __pJsBridgeList = std::move(pJsBridgeList);
3035
3036         return E_SUCCESS;
3037 }
3038
3039
3040 result
3041 _WebImpl::AddJavaScriptBridge(const IJavaScriptBridge& jsBridge)
3042 {
3043         result r = E_SUCCESS;
3044
3045         IJavaScriptBridge* pJsBridge = const_cast< IJavaScriptBridge* >(&jsBridge);
3046         String key(pJsBridge->GetName());
3047
3048         r = __pJsBridgeList->Add(key, pJsBridge);
3049         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3050
3051         return E_SUCCESS;
3052 }
3053
3054
3055 result
3056 _WebImpl::RemoveJavaScriptBridge(const IJavaScriptBridge& jsBridge)
3057 {
3058         result r = E_SUCCESS;
3059
3060         IJavaScriptBridge* pJsBridge = const_cast< IJavaScriptBridge* >(&jsBridge);
3061         String key(pJsBridge->GetName());
3062
3063         r = __pJsBridgeList->Remove(key);
3064         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3065
3066         return E_SUCCESS;
3067 }
3068
3069
3070 IJavaScriptBridge*
3071 _WebImpl::FindJsInterface(const IJsonValue* pValue) const
3072 {
3073         result r = E_SUCCESS;
3074
3075         IJsonValue* pJsonValue = null;
3076         IJavaScriptBridge* pJsBridge = null;
3077
3078         String key(L"name");
3079
3080         const JsonObject* pJsonObject = dynamic_cast< const JsonObject* >(pValue);
3081         SysTryReturn(NID_WEB_CTRL, pJsonObject, null, E_INVALID_ARG, "[%s] Invalid argument(s) is used. Json text must be Json Object type." , GetErrorMessage(E_INVALID_ARG));
3082
3083         r = pJsonObject->GetValue(&key, pJsonValue);
3084         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS && pJsonValue, null, r, "[%s] Propagating.", GetErrorMessage(r));
3085
3086         JsonString* pBridgeName = dynamic_cast< JsonString* >(pJsonValue);
3087         SysTryReturn(NID_WEB_CTRL, pBridgeName, null, E_INVALID_ARG, "[%s] Invalid argument(s) is used. name key is missing." , GetErrorMessage(E_INVALID_ARG));
3088
3089         r = __pJsBridgeList->GetValue(static_cast< String >(*pBridgeName), pJsBridge);
3090         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3091
3092         return pJsBridge;
3093 }
3094
3095
3096 ILoadingListener*
3097 _WebImpl::GetLoadingListener(void) const
3098 {
3099         return __pUserLoadingListener;
3100 }
3101
3102
3103 IWebUiEventListener*
3104 _WebImpl::GetUiEventListener(void) const
3105 {
3106         return __pUserUiListener;
3107 }
3108
3109
3110 IWebUiEventListenerF*
3111 _WebImpl::GetUiEventListenerF(void) const
3112 {
3113         return __pUserUiListenerF;
3114 }
3115
3116
3117 IWebKeypadEventListener*
3118 _WebImpl::GetWebKeypadEventListener(void) const
3119 {
3120         return __pUserKeypadEventListener;
3121 }
3122
3123
3124 ITextSearchListener*
3125 _WebImpl::GetTextSearchListener(void) const
3126 {
3127         return __pTextSearchListener;
3128 }
3129
3130
3131 void
3132 _WebImpl::SetEventListenerCallback(void) const
3133 {
3134         Evas_Object* pWebNativeNode = __pWebCore->GetWebNativeNode();
3135         if (pWebNativeNode)
3136         {
3137                 _EcoreEvas* pEcoreEvas = GetEcoreEvasMgr()->GetEcoreEvas();
3138                 SysAssertf(pEcoreEvas, "Failed to get Ui ecore evas");
3139
3140                 Evas_Object* pWinObject = pEcoreEvas->GetWindowObject();
3141                 SysAssertf(pWinObject, "Failed to get Ui window evas object");
3142
3143                 Ewk_View_Smart_Data* pSmartData = (Ewk_View_Smart_Data*) evas_object_smart_data_get(pWebNativeNode);
3144                 SysAssertf(pSmartData, "Failed to request");
3145
3146                 Ewk_View_Smart_Class *pSmart = const_cast<Ewk_View_Smart_Class*>(pSmartData->api);
3147                 SysAssertf(pSmart, "Failed to request");
3148
3149                 pSmart->popup_menu_show = OnSelectBoxRequested;
3150                 pSmart->popup_menu_hide = OnSelectBoxClosed;
3151                 pSmart->popup_menu_update = OnSelectBoxUpdateRequested;
3152
3153                 pSmart->input_picker_show = OnDatePickerProviderRequested;
3154                 pSmart->input_picker_color_request = OnColorPickerProviderRequested;
3155                 pSmart->input_picker_color_dismiss = OnColorPickerProviderDismissed;
3156
3157                 evas_object_data_set(pWebNativeNode, WEB_CTRL, this);
3158
3159                 // add loading event callbacks for ILoadingListener
3160                 evas_object_smart_callback_add(pWebNativeNode, "create,window", OnWebWindowCreateRequested, this);
3161                 evas_object_smart_callback_add(pWebNativeNode, "close,window", OnWebWindowClosedRequested, this);
3162
3163                 evas_object_smart_callback_add(pWebNativeNode, "policy,navigation,decide", OnLoadingRequested, this);
3164                 evas_object_smart_callback_add(pWebNativeNode, "load,started", OnLoadingStarted, this);
3165                 evas_object_smart_callback_add(pWebNativeNode, "load,finished", OnLoadingCompleted, this);
3166                 evas_object_smart_callback_add(pWebNativeNode, "load,progress", OnEstimatedProgress, this);
3167                 evas_object_smart_callback_add(pWebNativeNode, "load,progress,finished", OnProgressCompleted, this);
3168                 evas_object_smart_callback_add(pWebNativeNode, "load,stop", OnLoadingCanceled, this);
3169                 evas_object_smart_callback_add(pWebNativeNode, "load,error", OnLoadingErrorOccurred, this);
3170                 evas_object_smart_callback_add(pWebNativeNode, "title,changed", OnPageTitleReceived, this);
3171                 evas_object_smart_callback_add(pWebNativeNode, "load,committed", OnLoadingCommitted, this);
3172
3173                 evas_object_smart_callback_add(pWebNativeNode, "requestToNative,json", OnHandleJavaScriptRequest, this);
3174
3175                 evas_object_smart_callback_add(pWinObject, "focus,in", OnWindowObjectFocusGained, this);
3176
3177                 evas_object_smart_callback_add(pWebNativeNode, "inputmethod,changed", OnWebKeypadStateChanged, this);
3178                 evas_object_smart_callback_add(pWebNativeNode, "editorclient,ime,opened", OnWebKeypadOpened, this);
3179                 evas_object_smart_callback_add(pWebNativeNode, "editorclient,ime,closed", OnWebKeypadClosed, this);
3180
3181                 evas_object_smart_callback_add(pWebNativeNode, "authentication,challenge", OnHttpAuthenticationRequested, this);
3182                 evas_object_smart_callback_add(pWebNativeNode, "authentication,canceled", OnHttpAuthenticationCanceled, this);
3183
3184                 evas_object_smart_callback_add(pWebNativeNode, "geolocation,permission,request", OnGeolocationPermissionRequested, this);
3185
3186                 ewk_view_javascript_alert_callback_set(pWebNativeNode, OnScriptAlertRequested, const_cast< _WebImpl* >(this));
3187                 ewk_view_javascript_prompt_callback_set(pWebNativeNode, OnScriptPromptRequested, const_cast< _WebImpl* >(this));
3188                 ewk_view_javascript_confirm_callback_set(pWebNativeNode, OnScriptConfirmRequested, const_cast< _WebImpl* >(this));
3189
3190                 evas_object_smart_callback_add(pWebNativeNode, "policy,response,decide", OnWebDataReceived, this);
3191
3192                 evas_object_smart_callback_add(pWebNativeNode, "load,nonemptylayout,finished", OnWebPageShowRequested, this);
3193                 evas_object_smart_callback_add(pWebNativeNode, "request,certificate,confirm", OnCertificateRequested, this);
3194                 evas_object_smart_callback_add(pWebNativeNode, "usermedia,permission,request", OnGetUserMediaPermissionRequsted, this);
3195
3196                 evas_object_smart_callback_add(pWebNativeNode, "notification,permission,request", OnNotificationPermissionRequested, this);
3197                 evas_object_smart_callback_add(pWebNativeNode, "notification,show", OnNotificationShow, this);
3198                 evas_object_smart_callback_add(pWebNativeNode, "notification,cancel", OnNotificationCancel, this);
3199
3200                 evas_object_smart_callback_add(pWebNativeNode, "protocolhandler,registration,requested", OnProtocolHandlerRegistrationRequested, this);
3201                 evas_object_smart_callback_add(pWebNativeNode, "protocolhandler,isregistered", OnIsProtocolHandlerRegistered, this);
3202                 evas_object_smart_callback_add(pWebNativeNode, "protocolhandler,unregistration,requested", OnProtocolHandlerUnregistrationRequested, this);
3203
3204                 evas_object_smart_callback_add(pWebNativeNode, "contenthandler,registration,requested", OnContentHandlerRegistrationRequested, this);
3205                 evas_object_smart_callback_add(pWebNativeNode, "contenthandler,isregistered", OnIsContentHandlerRegistered, this);
3206                 evas_object_smart_callback_add(pWebNativeNode, "contenthandler,unregistration,requested", OnContentHandlerUnregistrationRequested, this);
3207                 evas_object_smart_callback_add(pWebNativeNode, "text,found", OnTextFound, this);
3208
3209                 evas_object_smart_callback_add(pWebNativeNode, "touchmove,handled", OnWebPreventDefaultTriggered, this);
3210                 evas_object_smart_callback_add(pWebNativeNode, "icon,received", OnFaviconReceived, this);
3211
3212                 Ewk_Context* pContext = ewk_view_context_get(pWebNativeNode);
3213                 SysAssertf(pContext, "Failed to get webkit instance.");
3214                 ewk_context_did_start_download_callback_set(pContext, OnDidStartDownloadCallback, const_cast< _WebImpl* >(this));
3215                 ewk_view_open_panel_callback_set(pWebNativeNode, OnSelectUploadFile, const_cast< _WebImpl* >(this));
3216
3217                 evas_object_event_callback_add(pWebNativeNode, EVAS_CALLBACK_FOCUS_IN, OnWebNativeNodeFocusGained, this);
3218         }
3219 }
3220
3221
3222 void
3223 _WebImpl::RemoveEventListenerCallback(void) const
3224 {
3225         Evas_Object* pWebNativeNode = __pWebCore->GetWebNativeNode();
3226         if (pWebNativeNode)
3227         {
3228                 _EcoreEvas* pEcoreEvas = GetEcoreEvasMgr()->GetEcoreEvas();
3229                 SysAssertf(pEcoreEvas, "Failed to get Ui ecore evas");
3230
3231                 Evas_Object* pWinObject = pEcoreEvas->GetWindowObject();
3232                 SysAssertf(pWinObject, "Failed to get Ui window evas object");
3233
3234                 evas_object_smart_callback_del(pWebNativeNode, "create,window", OnWebWindowCreateRequested);
3235                 evas_object_smart_callback_del(pWebNativeNode, "close,window", OnWebWindowClosedRequested);
3236
3237                 evas_object_smart_callback_del(pWebNativeNode, "policy,navigation,decide", OnLoadingRequested);
3238                 evas_object_smart_callback_del(pWebNativeNode, "load,started", OnLoadingStarted);
3239                 evas_object_smart_callback_del(pWebNativeNode, "load,finished", OnLoadingCompleted);
3240                 evas_object_smart_callback_del(pWebNativeNode, "load,progress", OnEstimatedProgress);
3241                 evas_object_smart_callback_del(pWebNativeNode, "load,progress,finished", OnProgressCompleted);
3242                 evas_object_smart_callback_del(pWebNativeNode, "load,stop", OnLoadingCanceled);
3243                 evas_object_smart_callback_del(pWebNativeNode, "load,error", OnLoadingErrorOccurred);
3244                 evas_object_smart_callback_del(pWebNativeNode, "title,changed", OnPageTitleReceived);
3245
3246                 evas_object_smart_callback_del(pWebNativeNode, "requestToNative,json", OnHandleJavaScriptRequest);
3247
3248                 evas_object_smart_callback_del(pWinObject, "focus,in", OnWindowObjectFocusGained);
3249
3250                 evas_object_smart_callback_del(pWebNativeNode, "inputmethod,changed", OnWebKeypadStateChanged);
3251                 evas_object_smart_callback_del(pWebNativeNode, "editorclient,ime,opened", OnWebKeypadOpened);
3252                 evas_object_smart_callback_del(pWebNativeNode, "editorclient,ime,closed", OnWebKeypadClosed);
3253
3254                 evas_object_smart_callback_del(pWebNativeNode, "authentication,challenge", OnHttpAuthenticationRequested);
3255                 evas_object_smart_callback_del(pWebNativeNode, "authentication,canceled", OnHttpAuthenticationCanceled);
3256
3257                 evas_object_smart_callback_del(pWebNativeNode, "geolocation,permission,request", OnGeolocationPermissionRequested);
3258
3259                 ewk_view_javascript_alert_callback_set(null, null, null);
3260                 ewk_view_javascript_prompt_callback_set(null, null, null);
3261                 ewk_view_javascript_confirm_callback_set(null, null, null);
3262
3263                 evas_object_smart_callback_del(pWebNativeNode, "policy,response,decide", OnWebDataReceived);
3264
3265                 evas_object_smart_callback_del(pWebNativeNode, "load,nonemptylayout,finished", OnWebPageShowRequested);
3266                 evas_object_smart_callback_del(pWebNativeNode, "request,certificate,confirm", OnCertificateRequested);
3267                 evas_object_smart_callback_del(pWebNativeNode, "usermedia,permission,request", OnGetUserMediaPermissionRequsted);
3268
3269                 evas_object_smart_callback_del(pWebNativeNode, "notification,permission,request", OnNotificationPermissionRequested);
3270                 evas_object_smart_callback_del(pWebNativeNode, "notification,show", OnNotificationShow);
3271                 evas_object_smart_callback_del(pWebNativeNode, "notification,cancel", OnNotificationCancel);
3272                 evas_object_smart_callback_del(pWebNativeNode, "protocolhandler,registration,requested", OnProtocolHandlerRegistrationRequested);
3273                 evas_object_smart_callback_del(pWebNativeNode, "protocolhandler,isregistered", OnIsProtocolHandlerRegistered);
3274                 evas_object_smart_callback_del(pWebNativeNode, "protocolhandler,unregistration,requested", OnProtocolHandlerUnregistrationRequested);
3275
3276                 evas_object_smart_callback_del(pWebNativeNode, "contenthandler,registration,requested", OnContentHandlerRegistrationRequested);
3277                 evas_object_smart_callback_del(pWebNativeNode, "contenthandler,isregistered", OnIsContentHandlerRegistered);
3278                 evas_object_smart_callback_del(pWebNativeNode, "contenthandler,unregistration,requested", OnContentHandlerUnregistrationRequested);
3279
3280                 evas_object_smart_callback_del(pWebNativeNode, "text,found", OnTextFound);
3281
3282                 evas_object_smart_callback_del(pWebNativeNode, "touchmove,handled", OnWebPreventDefaultTriggered);
3283                 evas_object_smart_callback_del(pWebNativeNode, "icon,received", OnFaviconReceived);
3284
3285                 ewk_view_open_panel_callback_set(null, null, null);
3286
3287                 evas_object_event_callback_del(pWebNativeNode, EVAS_CALLBACK_FOCUS_IN, OnWebNativeNodeFocusGained);
3288         }
3289 }
3290
3291
3292 result
3293 _WebImpl::SetBlockSelectionPosition(const Point& startPoint)
3294 {
3295         Evas_Object* pWebNativeNode = __pWebCore->GetWebNativeNode();
3296
3297         Ewk_View_Smart_Data* pSmartData = (Ewk_View_Smart_Data*) evas_object_smart_data_get(pWebNativeNode);
3298         SysAssertf(pSmartData, "Failed to request");
3299
3300         Point absPoint(__pWebCore->GetAbsoluteCoordinate(startPoint));
3301
3302         pSmartData->api->text_selection_down(pSmartData, absPoint.x, absPoint.y);
3303         pSmartData->api->text_selection_up(pSmartData, absPoint.x, absPoint.y);
3304
3305         ewk_view_command_execute(pWebNativeNode, "SelectWord", 0);
3306
3307         SysTryReturnResult(NID_WEB_CTRL, GetTextFromBlock().GetLength() > 0, E_INVALID_ARG, "Failed to set text selection up.");
3308
3309         if (__pUserUiListener)
3310         {
3311                 FireWebPageBlockSelectedEvent();
3312         }
3313
3314         return E_SUCCESS;
3315 }
3316
3317
3318 result
3319 _WebImpl::SetBlockSelectionPosition(const FloatPoint& startPoint)
3320 {
3321         Evas_Object* pWebNativeNode = __pWebCore->GetWebNativeNode();
3322
3323         Ewk_View_Smart_Data* pSmartData = (Ewk_View_Smart_Data*) evas_object_smart_data_get(pWebNativeNode);
3324         SysAssertf(pSmartData, "Failed to request");
3325
3326         Point absPoint(__pWebCore->GetAbsoluteCoordinate(_CoordinateSystemUtils::ConvertToInteger(startPoint)));
3327
3328         pSmartData->api->text_selection_down(pSmartData, absPoint.x, absPoint.y);
3329         pSmartData->api->text_selection_up(pSmartData, absPoint.x, absPoint.y);
3330
3331         ewk_view_command_execute(pWebNativeNode, "SelectWord", 0);
3332
3333         SysTryReturnResult(NID_WEB_CTRL, GetTextFromBlock().GetLength() > 0, E_INVALID_ARG, "Failed to set text selection up.");
3334
3335         if (__pUserUiListenerF)
3336         {
3337                 FireWebPageBlockSelectedEventF();
3338         }
3339
3340         return E_SUCCESS;
3341 }
3342
3343
3344 void
3345 _WebImpl::FireWebPageBlockSelectedEvent(void) const
3346 {
3347         result r = E_SUCCESS;
3348
3349         std::unique_ptr<Point> startPoint(new (std::nothrow) Point());
3350         std::unique_ptr<Point> endPoint(new (std::nothrow) Point());
3351         SysTryReturnVoidResult(NID_WEB_CTRL, startPoint.get() && endPoint.get(), E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3352
3353         GetBlockRange(*startPoint.get(), *endPoint.get());
3354
3355         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED));
3356         SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3357
3358         r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_START, *startPoint.get());
3359         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3360         startPoint.release();
3361
3362         r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_END, *endPoint.get());
3363         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3364         endPoint.release();
3365
3366         r = __pWebEvent->FireAsync(*pEventArg.get());
3367         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3368         pEventArg.release();
3369 }
3370
3371
3372 void
3373 _WebImpl::FireWebPageBlockSelectedEventF(void) const
3374 {
3375         result r = E_SUCCESS;
3376
3377         std::unique_ptr<FloatPoint> startPoint(new (std::nothrow) FloatPoint());
3378         std::unique_ptr<FloatPoint> endPoint(new (std::nothrow) FloatPoint());
3379         SysTryReturnVoidResult(NID_WEB_CTRL, startPoint.get() && endPoint.get(), E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3380
3381         GetBlockRange(*startPoint.get(), *endPoint.get());
3382
3383         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED_FLOAT));
3384         SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3385
3386         r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_START, *startPoint.get());
3387         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3388         startPoint.release();
3389
3390         r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_END, *endPoint.get());
3391         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3392         endPoint.release();
3393
3394         r = __pWebEvent->FireAsync(*pEventArg.get());
3395         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3396         pEventArg.release();
3397 }
3398
3399
3400 void
3401 _WebImpl::ReleaseBlock(void)
3402 {
3403         ewk_view_command_execute(__pWebCore->GetWebNativeNode(), "Unselect", 0);
3404 }
3405
3406
3407 void
3408 _WebImpl::GetBlockRange(Point& startPoint, Point& endPoint) const
3409 {
3410         Eina_Rectangle leftHandle;
3411         Eina_Rectangle rightHandle;
3412
3413         ewk_view_text_selection_range_get(__pWebCore->GetWebNativeNode(), &leftHandle, &rightHandle);
3414
3415         startPoint.x = leftHandle.x;
3416         startPoint.y = leftHandle.y;
3417         endPoint.x = rightHandle.x + rightHandle.w;
3418         endPoint.y = rightHandle.y + rightHandle.h;
3419
3420         if ((endPoint.x != 0) && (endPoint.y != 0))
3421         {
3422                 startPoint = __pWebCore->GetRelativeCoordinate(startPoint);
3423                 endPoint = __pWebCore->GetRelativeCoordinate(endPoint);
3424         }
3425 }
3426
3427
3428 void
3429 _WebImpl::GetBlockRange(FloatPoint& startPoint, FloatPoint& endPoint) const
3430 {
3431         Eina_Rectangle leftHandle;
3432         Eina_Rectangle rightHandle;
3433
3434         ewk_view_text_selection_range_get(__pWebCore->GetWebNativeNode(), &leftHandle, &rightHandle);
3435
3436         startPoint.x = _CoordinateSystemUtils::ConvertToFloat(leftHandle.x);
3437         startPoint.y = _CoordinateSystemUtils::ConvertToFloat(leftHandle.y);
3438         endPoint.x = _CoordinateSystemUtils::ConvertToFloat(rightHandle.x + rightHandle.w);
3439         endPoint.y = _CoordinateSystemUtils::ConvertToFloat(rightHandle.y + rightHandle.h);
3440
3441         if ((endPoint.x != 0) && (endPoint.y != 0))
3442         {
3443                 startPoint = __pWebCore->GetRelativeCoordinate(startPoint);
3444                 endPoint = __pWebCore->GetRelativeCoordinate(endPoint);
3445         }
3446 }
3447
3448
3449 Bitmap*
3450 _WebImpl::GetFaviconN(void) const
3451 {
3452         result r = E_SUCCESS;
3453
3454         Evas_Object* pView = __pWebCore->GetWebNativeNode();
3455
3456         Evas* pEvas = evas_object_evas_get(pView);
3457         Ewk_Context* pContext = ewk_view_context_get(pView);
3458         SysAssertf(pEvas && pContext, "Failed to request");
3459
3460         const char* pUrl = ewk_view_url_get(pView);
3461
3462         Tizen::Graphics::BufferInfo bufferInfo;
3463         Tizen::Base::ByteBuffer byteBuffer;
3464
3465         std::unique_ptr<Bitmap> pBitmapImage(new (std::nothrow) Bitmap());
3466         SysTryReturn(NID_WEB_CTRL, pBitmapImage.get(), null, E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3467
3468         Evas_Object* pFavicon = ewk_context_icon_database_icon_object_add(pContext, pUrl, pEvas);
3469         if (!pFavicon)
3470         {
3471                 return null;
3472         }
3473
3474         r = _Utility::GetPixelBufferFromEvasObject(pFavicon,  bufferInfo);
3475         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3476
3477         const Dimension dimension(bufferInfo.width, bufferInfo.height);
3478
3479         r = byteBuffer.Construct((byte*)bufferInfo.pPixels, 0, dimension.height * dimension.width * 32, dimension.height * dimension.width * 32 );
3480         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3481
3482         r = pBitmapImage->Construct(byteBuffer, dimension, BITMAP_PIXEL_FORMAT_ARGB8888);
3483         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3484
3485         return pBitmapImage.release();
3486
3487 }
3488
3489
3490 void
3491 _WebImpl::ScrollBy(const Tizen::Graphics::Point& diff)
3492 {
3493         ewk_view_scroll_by(__pWebCore->GetWebNativeNode(), diff.x, diff.y);
3494 }
3495
3496
3497 void
3498 _WebImpl::ScrollTo(const Tizen::Graphics::Point& dest)
3499 {
3500         ewk_view_scroll_set(__pWebCore->GetWebNativeNode(), dest.x, dest.y);
3501 }
3502
3503
3504 Point
3505 _WebImpl::GetScrollPosition(void) const
3506 {
3507         Point position;
3508
3509         ewk_view_scroll_pos_get(__pWebCore->GetWebNativeNode(), &position.x, &position.y);
3510
3511         return position;
3512 }
3513
3514
3515 Dimension
3516 _WebImpl::GetPageSize(void) const
3517 {
3518         Evas_Coord width = 0;
3519         Evas_Coord height = 0;
3520
3521         ewk_view_contents_size_get(__pWebCore->GetWebNativeNode(), &width, &height);
3522
3523         Dimension size(static_cast< int >(width), static_cast< int >(height));
3524
3525         return size;
3526 }
3527
3528
3529 void
3530 _WebImpl::SetLoadingErrorOccurred(bool arg)
3531 {
3532         __isLoadingErrorOccurred = arg;
3533 }
3534
3535
3536 bool
3537 _WebImpl::IsLoadingErrorOccurred(void) const
3538 {
3539         return __isLoadingErrorOccurred;
3540 }
3541
3542
3543 void
3544 _WebImpl::SetRedirectRequested(bool arg)
3545 {
3546         __isRedirectRequested = arg;
3547 }
3548
3549
3550 bool
3551 _WebImpl::IsRedirectRequested(void) const
3552 {
3553         return __isRedirectRequested;
3554 }
3555
3556
3557 void
3558 _WebImpl::SetPolicyDecision(DecisionPolicy policy)
3559 {
3560         __policy = policy;
3561 }
3562
3563
3564 DecisionPolicy
3565 _WebImpl::GetPolicyDecision(void) const
3566 {
3567         return __policy;
3568 }
3569
3570
3571 void
3572 _WebImpl::SetCertificateRequested(bool arg)
3573 {
3574         __isCertificateRequested = arg;
3575 }
3576
3577
3578 bool
3579 _WebImpl::IsCertificateRequested(void) const
3580 {
3581         return __isCertificateRequested;
3582 }
3583
3584
3585 bool
3586 _WebImpl::IsCertificateConfirmed(void) const
3587 {
3588         return __isCertificateConfirmed;
3589 }
3590
3591
3592 result
3593 _WebImpl::LaunchAppControl(const IEventArg& arg)
3594 {
3595         result r = E_SUCCESS;
3596
3597         IEventArg* pArg = const_cast< IEventArg* >(&arg);
3598         _WebEventArg* pWebEventArg = dynamic_cast< _WebEventArg* >(pArg);
3599         SysTryReturnResult(NID_WEB_CTRL, pWebEventArg, E_INVALID_ARG, "Type casting failed. argument must be IEventArg type.");
3600
3601         String operationId(L"");
3602         String uriPattern(pWebEventArg->GetEventMessage());
3603         SysLog(NID_WEB_CTRL, "The current value of web event type is %d", pWebEventArg->GetEventType());
3604
3605         switch (pWebEventArg->GetEventType())
3606         {
3607         case WEB_EVENT_REQUEST_RTSP:
3608         {
3609                 String ext;
3610                 String mimeType;
3611                 int uriLength = uriPattern.GetLength();
3612                 int index;
3613
3614                 operationId = L"http://tizen.org/appcontrol/operation/view";
3615
3616                 r = uriPattern.LastIndexOf(L".", uriLength - 1, index);
3617                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3618
3619                 r = uriPattern.SubString(index + 1, ext);
3620                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3621
3622                 r = _AppControlManager::GetMimeFromExt(ext, mimeType);
3623                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3624
3625                 r = _AppControlImpl::FindAndStart(operationId, &uriPattern, &mimeType, null, null, null);
3626                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3627
3628                 return r;
3629         }
3630         case WEB_EVENT_REQUEST_TEL:
3631         {
3632                 operationId = L"http://tizen.org/appcontrol/operation/dial";
3633                 break;
3634         }
3635         case WEB_EVENT_REQUEST_EMAIL:
3636         //fall through
3637         case WEB_EVENT_REQUEST_SMS:
3638         //fall through
3639         case WEB_EVENT_REQUEST_MMS:
3640         {
3641                 operationId = L"http://tizen.org/appcontrol/operation/compose";
3642                 break;
3643         }
3644         case WEB_EVENT_REQUEST_UNKNOWN:
3645         {
3646                 operationId = L"http://tizen.org/appcontrol/operation/view";
3647                 break;
3648         }
3649         default:
3650                 SysAssert(false);
3651                 break;
3652         }
3653
3654         r = _AppControlImpl::FindAndStart(operationId, &uriPattern, null, null, null, null);
3655         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3656
3657         return r;
3658 }
3659
3660
3661 result
3662 _WebImpl::SetFullScreenKeypad(void)
3663 {
3664         result r = E_SUCCESS;
3665
3666         std::unique_ptr<Keypad> pKeypad(new (std::nothrow) Keypad());
3667         SysTryReturnResult(NID_WEB_CTRL, pKeypad.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
3668
3669         r = pKeypad->Construct(KEYPAD_STYLE_NORMAL, 100);
3670         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3671
3672         String text(ewk_view_focused_input_element_value_get(__pWebCore->GetWebNativeNode()));
3673         pKeypad->SetText(text);
3674
3675         r = pKeypad->SetShowState(true);
3676         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3677
3678         r = pKeypad->Show();
3679         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3680
3681         pKeypad->AddTextEventListener(*this);
3682
3683         __pKeypad = std::move(pKeypad);
3684
3685         return E_SUCCESS;
3686 }
3687
3688
3689 void
3690 _WebImpl::RemoveFullScreenKeypad(void)
3691 {
3692         __pKeypad->RemoveTextEventListener(*this);
3693
3694         __pKeypad.reset();
3695 }
3696
3697
3698 bool
3699 _WebImpl::IsFooterVisible(void) const
3700 {
3701         return __isFooterVisible;
3702 }
3703
3704
3705 void
3706 _WebImpl::SetFooterVisibleState(bool isFooterVisible)
3707 {
3708         __isFooterVisible = isFooterVisible;
3709 }
3710
3711
3712 bool
3713 _WebImpl::IsKeypadVisible(void) const
3714 {
3715         return __isKeypadVisible;
3716 }
3717
3718
3719 void
3720 _WebImpl::SetKeypadVisibleState(bool isKeypadVisible)
3721 {
3722         __isKeypadVisible = isKeypadVisible;
3723 }
3724
3725
3726 bool 
3727 _WebImpl::IsKeypadOpened(void) const
3728 {
3729         return __isKeypadOpened;
3730 }
3731
3732 void 
3733 _WebImpl::SetKeypadOpened(bool isKeypadOpened)
3734 {
3735         __isKeypadOpened = isKeypadOpened;
3736 }
3737
3738
3739 Rectangle
3740 _WebImpl::GetPreviousKeypadBounds(void) const
3741 {
3742         return __keypadBounds;
3743 }
3744
3745
3746 void 
3747 _WebImpl::SetPreviousKeypadBounds(Rectangle& bounds)
3748 {
3749         __keypadBounds = bounds;
3750 }
3751
3752
3753 void
3754 _WebImpl::OnTextValueChangeCanceled(const Control& source)
3755 {
3756         RemoveFullScreenKeypad();
3757 }
3758
3759
3760 void
3761 _WebImpl::OnTextValueChanged(const Control& source)
3762 {
3763         std::unique_ptr<char[]> pText(_StringConverter::CopyToCharArrayN(__pKeypad->GetText()));
3764
3765         ewk_view_focused_input_element_value_set(__pWebCore->GetWebNativeNode(), pText.get());
3766
3767         RemoveFullScreenKeypad();
3768 }
3769
3770
3771 result
3772 _WebImpl::OnHandleJavaScriptRequestByEventArg(const IEventArg& arg)
3773 {
3774         const _JsBridgeArg* pEventArg = dynamic_cast< const _JsBridgeArg* >(&arg);
3775         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. arg is not _JsBridgeArg object.");
3776
3777         std::unique_ptr<IJsonValue> pJsonValue(JsonParser::ParseN(*(pEventArg->GetJsonData())));
3778         SysTryReturn(NID_WEB_JSON, GetLastResult() == E_SUCCESS, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3779
3780         IJavaScriptBridge* pJsInterface = FindJsInterface(pJsonValue.get());
3781         SysTryReturnResult(NID_WEB_CTRL, pJsInterface, E_OBJ_NOT_FOUND, "JsInterface instance is not available.");
3782
3783         pJsInterface->HandleJavaScriptRequestN(pJsonValue.release());
3784
3785         return E_SUCCESS;
3786 }
3787
3788
3789 result
3790 _WebImpl::OnHandleLoadingEvent(const IEventArg& arg)
3791 {
3792         result r = E_SUCCESS;
3793
3794         const _LoadingEventArg* pEventArg = dynamic_cast< const _LoadingEventArg* >(&arg);
3795         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
3796
3797         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
3798
3799         ILoadingListener* pLoadingListner = GetLoadingListener();
3800         SysTryReturnResult(NID_WEB_CTRL, pLoadingListner, E_SYSTEM, "A system error has been occurred. Loading listener was not set or null.");
3801
3802         switch (pEventArg->GetEventType())
3803         {
3804         case WEB_EVENT_LOADINGLISTENER_STARTED:
3805         {
3806                 pLoadingListner->OnLoadingStarted();
3807                 break;
3808         }
3809
3810         case WEB_EVENT_LOADINGLISTENER_PROGRESS:
3811         {
3812                 const Integer* pProgressPercentage = dynamic_cast< const Integer* >(pEventArg->GetEventInfo(_LoadingEventArg::ESTIMATED_PROGRESS));
3813                 SysTryReturn(NID_WEB_CTRL, pProgressPercentage, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3814
3815                 pLoadingListner->OnEstimatedProgress(pProgressPercentage->ToInt());
3816                 break;
3817         }
3818
3819         case WEB_EVENT_LOADINGLISTENER_PAGETITLE_RECEIVED:
3820         {
3821                 const String* pPageTitle = dynamic_cast< const String* >(pEventArg->GetEventInfo(_LoadingEventArg::PAGE_TITLE));
3822                 SysTryReturn(NID_WEB_CTRL, pPageTitle, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3823
3824                 pLoadingListner->OnPageTitleReceived(*pPageTitle);
3825                 break;
3826         }
3827
3828         case WEB_EVENT_LOADINGLISTENER_CANCELED:
3829         {
3830                 pLoadingListner->OnLoadingCanceled();
3831                 break;
3832         }
3833
3834         case WEB_EVENT_LOADINGLISTENER_ERROR_OCCURRED:
3835         {
3836                 const Integer* pErrorType = dynamic_cast< const Integer* >(pEventArg->GetEventInfo(_LoadingEventArg::ERROR_TYPE));
3837                 SysTryReturn(NID_WEB_CTRL, pErrorType, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3838
3839                 const String* pErrorMessage = dynamic_cast< const String* >(pEventArg->GetEventInfo(_LoadingEventArg::ERROR_MESSAGE));
3840                 SysTryReturn(NID_WEB_CTRL, pErrorMessage, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3841
3842                 LoadingErrorType errorType = ConvertErrorCode(pErrorType->ToInt());
3843
3844                 pLoadingListner->OnLoadingErrorOccurred(errorType, *pErrorMessage);
3845                 break;
3846         }
3847
3848         case WEB_EVENT_LOADINGLISTENER_COMPLETED:
3849         {
3850                 pLoadingListner->OnLoadingCompleted();
3851                 break;
3852         }
3853
3854         case WEB_EVENT_LOADINGLISTENER_AUTHENTICATION_CANCELED:
3855         {
3856                 pLoadingListner->OnHttpAuthenticationCanceled();
3857                 break;
3858         }
3859
3860         case WEB_EVENT_LOADINGLISTENER_FAVICON_RECEIVED:
3861         {
3862                 std::unique_ptr<Bitmap> pFavicon(GetFaviconN());
3863                 SysTryReturn(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3864
3865                 if (pFavicon.get())
3866                 {
3867                         pLoadingListner->OnFaviconReceived(*pFavicon.get());
3868                 }
3869                 break;
3870         }
3871
3872         default:
3873         {
3874                 SysAssert(false);
3875         }
3876         }
3877
3878         return r;
3879 }
3880
3881
3882 result
3883 _WebImpl::OnHandleWebDownloadEvent(const IEventArg& arg)
3884 {
3885         result r = E_SUCCESS;
3886
3887         const _WebDownloadEventArg* pEventArg = dynamic_cast< const _WebDownloadEventArg* >(&arg);
3888         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
3889
3890         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
3891
3892         IWebDownloadListener* pWebDownloadListener = __pWebDownloadHandler->GetDownloadListener();
3893         SysTryReturnResult(NID_WEB_CTRL, pWebDownloadListener, E_SYSTEM, "A system error has been occurred. Web Downloading listener was not set or null.");
3894
3895         switch (pEventArg->GetEventType())
3896         {
3897         case WEB_EVENT_WEBDOWNLOADLISTENER_DATA_RECEIVED:
3898         {
3899                 const ByteBuffer* pChunk = dynamic_cast< const ByteBuffer* >(pEventArg->GetEventInfo(_WebDownloadEventArg::CHUNKED_DATA));
3900                 SysTryReturn(NID_WEB_CTRL, pChunk, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3901
3902                 pWebDownloadListener->OnWebChunkedDataReceived(*pChunk);
3903                 break;
3904         }
3905
3906         case WEB_EVENT_WEBDOWNLOADLISTENER_COMPLETED:
3907         {
3908                 pWebDownloadListener->OnWebDataDownloadCompleted();
3909                 break;
3910         }
3911
3912         case WEB_EVENT_WEBDOWNLOADLISTENER_FAILED:
3913         {
3914                 const Integer* pErrorType = dynamic_cast< const Integer* >(pEventArg->GetEventInfo(_WebDownloadEventArg::ERROR_TYPE));
3915                 SysTryReturn(NID_WEB_CTRL, pErrorType, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3916
3917                 LoadingErrorType errorType = static_cast < LoadingErrorType >(pErrorType->ToInt());
3918
3919                 pWebDownloadListener->OnWebDownloadFailed(errorType);
3920                 break;
3921         }
3922
3923         default:
3924         {
3925                 SysAssert(false);
3926         }
3927         }
3928
3929         return r;
3930 }
3931
3932
3933 result
3934 _WebImpl::OnHandleWebUiEvent(const IEventArg& arg)
3935 {
3936         result r = E_SUCCESS;
3937
3938         const _WebUiEventArg* pEventArg = dynamic_cast< const _WebUiEventArg* >(&arg);
3939         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
3940
3941         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
3942
3943         SysTryReturnResult(NID_WEB_CTRL, __pUserUiListener, E_SYSTEM, "A system error has been occurred. Web UI listener was not set or null.");
3944
3945         switch (pEventArg->GetEventType())
3946         {
3947         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED:
3948         {
3949                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
3950
3951                 Point* pStartPoint = const_cast< Point* >(dynamic_cast< const Point* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_START)));
3952                 SysTryReturn(NID_WEB_CTRL, pStartPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3953
3954                 Point* pEndPoint = const_cast< Point* >(dynamic_cast< const Point* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_END)));
3955                 SysTryReturn(NID_WEB_CTRL, pEndPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3956
3957                 __pUserUiListener->OnWebPageBlockSelected(*pWeb, *pStartPoint, *pEndPoint);
3958                 break;
3959         }
3960
3961         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED:
3962         {
3963                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
3964
3965                 __pUserUiListener->OnWebPageShowRequested(*pWeb);
3966                 break;
3967         }
3968
3969         case WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED:
3970         {
3971                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
3972
3973                 __pUserUiListener->OnWebWindowCloseRequested(*pWeb);
3974                 break;
3975         }
3976
3977         case WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED:
3978         {
3979                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
3980
3981                 Boolean* pTrigger = const_cast< Boolean* >(dynamic_cast< const Boolean* >(pEventArg->GetEventInfo(_WebUiEventArg::PREVENT_DEFAULT)));
3982                 SysTryReturn(NID_WEB_CTRL, pTrigger, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3983
3984                 __pUserUiListener->OnWebPreventDefaultTriggered(*pWeb, pTrigger->ToBool());
3985                 break;
3986         }
3987
3988         default:
3989         {
3990                 SysAssert(false);
3991         }
3992         }
3993
3994         return E_SUCCESS;
3995 }
3996
3997
3998 result
3999 _WebImpl::OnHandleWebUiEventF(const IEventArg& arg)
4000 {
4001         result r = E_SUCCESS;
4002
4003         const _WebUiEventArg* pEventArg = dynamic_cast< const _WebUiEventArg* >(&arg);
4004         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4005
4006         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4007
4008         SysTryReturnResult(NID_WEB_CTRL, __pUserUiListenerF, E_SYSTEM, "A system error has been occurred. Web UI listener was not set or null.");
4009
4010         switch (pEventArg->GetEventType())
4011         {
4012         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED_FLOAT:
4013         {
4014                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4015
4016                 FloatPoint* pStartPoint = const_cast< FloatPoint* >(dynamic_cast< const FloatPoint* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_START)));
4017                 SysTryReturn(NID_WEB_CTRL, pStartPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4018
4019                 FloatPoint* pEndPoint = const_cast< FloatPoint* >(dynamic_cast< const FloatPoint* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_END)));
4020                 SysTryReturn(NID_WEB_CTRL, pEndPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4021
4022                 __pUserUiListenerF->OnWebPageBlockSelected(*pWeb, *pStartPoint, *pEndPoint);
4023                 break;
4024         }
4025
4026         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED_FLOAT:
4027         {
4028                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4029
4030                 __pUserUiListenerF->OnWebPageShowRequested(*pWeb);
4031                 break;
4032         }
4033
4034         case WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED_FLOAT:
4035         {
4036                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4037
4038                 __pUserUiListenerF->OnWebWindowCloseRequested(*pWeb);
4039                 break;
4040         }
4041
4042         case WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED_FLOAT:
4043         {
4044                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4045
4046                 Boolean* pTrigger = const_cast< Boolean* >(dynamic_cast< const Boolean* >(pEventArg->GetEventInfo(_WebUiEventArg::PREVENT_DEFAULT)));
4047                 SysTryReturn(NID_WEB_CTRL, pTrigger, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4048
4049                 __pUserUiListenerF->OnWebPreventDefaultTriggered(*pWeb, pTrigger->ToBool());
4050                 break;
4051         }
4052
4053         default:
4054         {
4055                 SysAssert(false);
4056         }
4057         }
4058
4059         return E_SUCCESS;
4060 }
4061
4062
4063 result
4064 _WebImpl::OnHandleTextSearchEvent(const IEventArg& arg)
4065 {
4066         result r = E_SUCCESS;
4067
4068         const _TextSearchEventArg* pEventArg = dynamic_cast< const _TextSearchEventArg* >(&arg);
4069         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4070
4071         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4072
4073         ITextSearchListener* pTextSearchListner = GetTextSearchListener();
4074         SysTryReturnResult(NID_WEB_CTRL, pTextSearchListner, E_SYSTEM, "A system error has been occurred. Web text search listener was not set or null.");
4075
4076         switch (pEventArg->GetEventType())
4077         {
4078         case WEB_EVENT_TEXTSEARCHLISTENER_TEXT_FOUND:
4079         {
4080                 Integer* pTotalCount= dynamic_cast< Integer* >(const_cast< Object* >(pEventArg->GetEventInfo(_TextSearchEventArg::TOTAL_COUNT)));
4081                 SysTryReturn(NID_WEB_CTRL, pTotalCount, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4082
4083                 Integer* pCurrentOrdinal = dynamic_cast< Integer* >(const_cast< Object* >(pEventArg->GetEventInfo(_TextSearchEventArg::CURRENT_ORDINAL)));
4084                 SysTryReturn(NID_WEB_CTRL, pCurrentOrdinal, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4085
4086                 pTextSearchListner->OnTextFound(pTotalCount->ToInt(), pCurrentOrdinal->ToInt());
4087                 break;
4088         }
4089
4090         default:
4091         {
4092                 SysAssert(false);
4093         }
4094         }
4095
4096         return r;
4097 }
4098
4099
4100 result
4101 _WebImpl::HttpAuthenticationRequested(Ewk_Auth_Challenge* pChallenge)
4102 {
4103         result r = E_SUCCESS;
4104
4105         String host(ewk_auth_challenge_url_get(pChallenge));
4106         String realm(ewk_auth_challenge_realm_get(pChallenge));
4107
4108         __pAuthChallenge.reset();
4109
4110         std::unique_ptr<AuthenticationChallenge> pAuthChallenge(new (std::nothrow) AuthenticationChallenge());
4111         SysTryReturnResult(NID_WEB_CTRL, pAuthChallenge, E_OUT_OF_MEMORY, "Memory Allocation failed.");
4112
4113         _AuthenticationChallengeImpl* pAuthImpl = _AuthenticationChallengeImpl::GetInstance(pAuthChallenge.get());
4114         SysTryReturn(NID_WEB_CTRL, pAuthImpl,  GetLastResult(),  GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4115
4116         pAuthImpl->SetAuthenticationChallengeHandler(pChallenge);
4117         pAuthImpl->SetWebEvasObject(__pWebCore->GetWebNativeNode());
4118
4119         __pAuthChallenge = std::move(pAuthChallenge);
4120
4121         ewk_auth_challenge_suspend(pChallenge);
4122         if (__pUserLoadingListener && __pUserLoadingListener->OnHttpAuthenticationRequestedN(host, realm, *__pAuthChallenge.get()))
4123         {
4124                 __pAuthChallenge.release();
4125         }
4126         else
4127         {
4128                 r = ShowAuthenticationPopup(host, realm, __pAuthChallenge.get());
4129                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4130         }
4131
4132         return E_SUCCESS;
4133 }
4134
4135
4136 result
4137 _WebImpl::ShowAuthenticationPopup(const String& host, const String& realm, AuthenticationChallenge* pAuthChallenge)
4138 {
4139         result r = E_SUCCESS;
4140
4141         std::unique_ptr<_AuthConfirmPopup> pAuthPopup(new (std::nothrow) _AuthConfirmPopup());
4142         SysTryReturnResult(NID_WEB_CTRL, pAuthPopup, E_OUT_OF_MEMORY, "Memory Allocation failed.");
4143
4144         r = pAuthPopup->Construct(host, realm, pAuthChallenge);
4145         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4146
4147         __pAuthPopup = std::move(pAuthPopup);
4148
4149         int modalResult = 0;
4150         r = __pAuthPopup->ShowAndWait(modalResult);
4151         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4152
4153 CATCH:
4154         __pAuthPopup.reset();
4155
4156         return r;
4157 }
4158
4159
4160 result
4161 _WebImpl::ShowCertificateConfirmPopup(_CertificatePopupMode userConfirmMode, Ewk_Certificate_Policy_Decision* pPolicy)
4162 {
4163         result r = E_SUCCESS;
4164
4165         std::unique_ptr<_CertificateConfirmPopup> pCertConfirmPopup(new (std::nothrow) _CertificateConfirmPopup());
4166         SysTryReturnResult(NID_WEB_CTRL, pCertConfirmPopup.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
4167
4168         r = pCertConfirmPopup->Construct(userConfirmMode, pPolicy);
4169         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4170
4171         __pCertConfirmPopup = std::move(pCertConfirmPopup);
4172
4173         int modalResult = 0;
4174         r = __pCertConfirmPopup->ShowAndWait(modalResult);
4175         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4176
4177         if (userConfirmMode == CERTIFICATE_POPUP_MODE_USER_CONFIRM)
4178         {
4179                 __isCertificateConfirmed = __pCertConfirmPopup->GetConfirmResult();
4180         }
4181
4182 CATCH:
4183         __pCertConfirmPopup.reset();
4184
4185         return r;
4186 }
4187
4188
4189 result
4190 _WebImpl::ShowUserConfirmPopupAsync(_UserConfirmMode userConfirmMode, void* pPolicy)
4191 {
4192         result r = E_SUCCESS;
4193
4194         std::unique_ptr<_UserConfirmPopup> pUserConfirmPopup(new (std::nothrow) _UserConfirmPopup());
4195         SysTryReturnResult(NID_WEB_CTRL, pUserConfirmPopup.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
4196
4197         r = pUserConfirmPopup->Construct(userConfirmMode, pPolicy);
4198         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4199
4200         __pUserConfirmPopup = std::move(pUserConfirmPopup);
4201
4202         r = __pUserConfirmPopup->ShowPopup();
4203         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4204
4205         __pUserConfirmPopup.release();
4206
4207         return E_SUCCESS;
4208
4209 CATCH:
4210         __pUserConfirmPopup.reset();
4211
4212         return r;
4213 }
4214
4215
4216 _Form*
4217 _WebImpl::GetParentFormCore(_Control* pControlCore)
4218 {
4219         String parentName;
4220         _Form* pFormCore = null;
4221
4222         _Control* pParentControlCore = dynamic_cast< _Control* >(pControlCore->GetParent());
4223
4224         if (pParentControlCore == null)
4225         {
4226                 _Window* pWindowCore = dynamic_cast< _Window* >(pControlCore);
4227                 SysAssertf(pWindowCore, "Failed to get parent control and window core.");
4228                 pFormCore = dynamic_cast< _Form* >(pWindowCore->GetOwner());
4229                 if (pFormCore == null)
4230                 {
4231                         pParentControlCore = dynamic_cast< _Control* >(pWindowCore->GetOwner());
4232                         SysTryReturn(NID_WEB_CTRL, pParentControlCore, null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4233                 }
4234         }
4235         else
4236         {
4237                 pFormCore = dynamic_cast< _Form* >(pParentControlCore);
4238         }
4239
4240         if (pFormCore != null)
4241         {
4242                 return pFormCore;
4243         }
4244
4245         return GetParentFormCore(pParentControlCore);
4246 }
4247
4248
4249 bool 
4250 _WebImpl::OnFocusGained(const _ControlImpl& source)
4251 {
4252         return true;
4253 }
4254
4255
4256 bool 
4257 _WebImpl::OnFocusLost(const _ControlImpl& source)
4258 {
4259         if(IsKeypadVisible() == true)
4260         {
4261                 SetKeypadOpened(true);
4262         }
4263
4264         evas_object_focus_set(__pWebCore->GetWebNativeNode(), EINA_FALSE);
4265
4266         return true;
4267 }
4268
4269
4270 bool
4271 _WebImpl::HasValidNativeNode(void) const
4272 {
4273         if (__pWebCore && __pWebCore->GetWebNativeNode())
4274         {
4275                 return true;
4276         }
4277
4278         return false;
4279 }
4280
4281
4282 result
4283 _WebImpl::OnAttachedToMainTree(void)
4284 {
4285         result r = E_SUCCESS;
4286
4287         r = __pWebCore->InitializeWebNativeNode();
4288         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4289
4290         r = InitializeSetting();
4291         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4292
4293         r = _ContainerImpl::OnAttachedToMainTree();
4294         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4295
4296         return E_SUCCESS;
4297 }
4298
4299
4300 void
4301 _WebImpl::OnChangeLayout(_ControlOrientation orientation)
4302 {
4303         _ContainerImpl::OnChangeLayout(orientation);
4304
4305         if (IsKeypadVisible() == true)
4306         {
4307                 int x = 0;
4308                 int y = 0;
4309                 int w = 0;
4310                 int h = 0;
4311                 ecore_imf_context_input_panel_geometry_get(ecore_imf_context_add(ecore_imf_context_default_id_get()), &x, &y, &w, &h);
4312
4313                 _Form* pFormCore = GetParentFormCore(dynamic_cast< _Control* >(&this->GetCore()));
4314                 SysAssertf(pFormCore != null, "Failed to get FormCore");
4315
4316                 pFormCore->DeflateClientRectHeight(h);
4317         }
4318
4319         if (__pColorPicker.get())
4320         {
4321                 __pColorPicker->ChangeLayout(orientation);
4322         }
4323 }
4324
4325
4326 void
4327 _WebImpl::OnAncestorVisibleStateChanged(const _Control& control)
4328 {
4329         if (IsVisible() == true)
4330         {
4331                 ewk_view_page_visibility_state_set(__pWebCore->GetWebNativeNode(), EWK_PAGE_VISIBILITY_STATE_VISIBLE, false);
4332         }
4333         else
4334         {
4335                 ewk_view_page_visibility_state_set(__pWebCore->GetWebNativeNode(), EWK_PAGE_VISIBILITY_STATE_HIDDEN, false);
4336         }
4337 }
4338
4339
4340 _WebDataHandler*
4341 _WebImpl::GetDownloadHandler(void) const
4342 {
4343         return __pWebDownloadHandler.get();
4344 }
4345
4346
4347 Eina_Bool
4348 _WebImpl::HideColorPicker(void)
4349 {
4350         __pColorPicker.reset();
4351
4352         return EINA_TRUE;
4353 }
4354
4355
4356 result
4357 _WebImpl::ShowColorPicker(int red, int green, int blue, int alpha, Color& color)
4358 {
4359         result r = E_SUCCESS;
4360
4361         std::unique_ptr<_InputPickerPopup> pColorHadler(new (std::nothrow) _InputPickerPopup());
4362         SysTryReturnResult(NID_WEB_CTRL, pColorHadler.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
4363
4364         Tizen::Graphics::Color colorVal(static_cast< byte >(red), static_cast< byte >(green), static_cast< byte >(blue), static_cast< byte >(alpha));
4365
4366         r = pColorHadler->Construct(colorVal);
4367         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4368
4369         __pColorPicker = std::move(pColorHadler);
4370
4371         r = __pColorPicker->ShowPopup();
4372         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4373
4374         color = __pColorPicker->GetColor();
4375
4376         return E_SUCCESS;
4377
4378 CATCH:
4379         __pColorPicker.reset();
4380
4381         return r;
4382 }
4383
4384
4385 result
4386 _WebImpl::ShowDatePicker(Ewk_Input_Type inputType, const char* inputValue, String& dateStr)
4387 {
4388         result r = E_SUCCESS;
4389
4390         std::unique_ptr<_InputPickerPopup> pInputPicker(new (std::nothrow) _InputPickerPopup());
4391         SysTryReturnResult(NID_WEB_CTRL, pInputPicker.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
4392
4393         r = pInputPicker->Construct(String(inputValue), inputType);
4394         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4395
4396         __pDatePicker = std::move(pInputPicker);
4397
4398         r = __pDatePicker->ShowPopup();
4399         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4400
4401         dateStr = __pDatePicker->GetDate();
4402
4403 CATCH:
4404         __pDatePicker.reset();
4405
4406         return r;
4407 }
4408
4409
4410 _WebImpl*
4411 _WebImpl::GetInstance(Web* pWeb)
4412 {
4413         return dynamic_cast< _WebImpl* >(_ControlImpl::GetInstance(*pWeb));
4414 }
4415
4416
4417 const _WebImpl*
4418 _WebImpl::GetInstance(const Web* pWeb)
4419 {
4420         return dynamic_cast< const _WebImpl* >(_ControlImpl::GetInstance(*pWeb));
4421 }
4422
4423
4424 }}} // Tizen::Web::Controls