fix crash issue
[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 <FGrpColor.h>
41 #include <FGrpPoint.h>
42 #include <FGrpRectangle.h>
43 #include <FIoDbEnumerator.h>
44 #include <FIoDbStatement.h>
45 #include <FIoFile.h>
46 #include <FMediaImage.h>
47 #include <FMediaImageTypes.h>
48 #include <FNetHttpHttpHeader.h>
49 #include <FSysVibrator.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 <FGrp_CoordinateSystem.h>
73 #include <FGrp_Screen.h>
74 #include <FIo_DatabaseImpl.h>
75 #include <FIo_NormalFile.h>
76 #include <FSys_SystemResource.h>
77 #include <FSys_VibratorImpl.h>
78 #include <FUi_Control.h>
79 #include <FUi_CoordinateSystemUtils.h>
80 #include <FUi_EcoreEvasMgr.h>
81 #include <FUi_EcoreEvas.h>
82 #include <FUi_ResourceSizeInfo.h>
83 #include <FUi_Window.h>
84 #include <FUiAnim_EflNode.h>
85 #include <FUiAnim_VisualElement.h>
86 #include <FUiCtrl_FooterImpl.h>
87 #include <FUiCtrl_FormImpl.h>
88 #include "FWeb_HistoryItemImpl.h"
89 #include "FWebCtrl_AppControlListener.h"
90 #include "FWebCtrl_AuthConfirmPopup.h"
91 #include "FWebCtrl_AuthenticationChallengeImpl.h"
92 #include "FWebCtrl_EflWebkit.h"
93 #include "FWebCtrl_FormDataWindow.h"
94 #include "FWebCtrl_GeolocationPermissionManagerImpl.h"
95 #include "FWebCtrl_HitElementResultImpl.h"
96 #include "FWebCtrl_InputPickerPopup.h"
97 #include "FWebCtrl_WebNotification.h"
98 #include "FWebCtrl_PageNavigationListImpl.h"
99 #include "FWebCtrl_PromptPopup.h"
100 #include "FWebCtrl_SelectBox.h"
101 #include "FWebCtrl_Utility.h"
102 #include "FWebCtrl_Web.h"
103 #include "FWebCtrl_WebDataHandler.h"
104 #include "FWebCtrl_WebEvent.h"
105 #include "FWebCtrl_WebEventArg.h"
106 #include "FWebCtrl_WebImpl.h"
107 #include "FWebCtrl_WebManager.h"
108 #include "FWebCtrl_WebPresenter.h"
109 #include "FWebCtrl_WebSettingImpl.h"
110
111
112 using namespace Tizen::App;
113 using namespace Tizen::Base;
114 using namespace Tizen::Base::Collection;
115 using namespace Tizen::Base::Runtime;
116 using namespace Tizen::Base::Utility;
117 using namespace Tizen::Content;
118 using namespace Tizen::Graphics;
119 using namespace Tizen::Io;
120 using namespace Tizen::Media;
121 using namespace Tizen::Net::Http;
122 using namespace Tizen::System;
123 using namespace Tizen::Ui;
124 using namespace Tizen::Ui::Animations;
125 using namespace Tizen::Ui::Controls;
126 using namespace Tizen::Web::Json;
127
128
129 namespace Tizen { namespace Web { namespace Controls
130 {
131
132
133 static const char WEB_CTRL[] = "webcontrol";
134 static const char PARENT_WEB_CTRL[] = "parentwebcontrol";
135
136
137 static const float MIN_ZOOM_LEVEL = 0.3;
138 static const float MAX_ZOOM_LEVEL = 2;
139
140
141 static const int REDIRECTION_HEADER_GROUP = 300;
142
143
144 static const int MAX_TEXT_MATCH = pow(2, 31) - 1;
145
146
147 static const int PORTRAIT_KEYPAD_HEIGHT = 444;
148 static const int LANDSCAPE_KEYPAD_HEIGHT = 316;
149 static const int DEFAULT_LIST_ITEM_COUNT = 4;
150
151
152 Eina_Bool
153 AddHttpHeaderData(const Eina_Hash* pHash, const void* pKey, void* pValue, void* pUserData)
154 {
155         result r = E_SUCCESS;
156
157         String key(reinterpret_cast< const char* >(pKey));
158         String value(reinterpret_cast< char* >(pValue));
159
160         SysLog(NID_WEB_CTRL, "The current value of key is %ls, value is %ls", key.GetPointer(), value.GetPointer());
161
162         r = reinterpret_cast< HttpHeader* >(pUserData)->AddField(key, value);
163         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
164
165         return EINA_TRUE;
166 }
167
168
169 Eina_Bool
170 AddHttpAttributeData(const Eina_Hash* pHash, const void* pKey, void* pValue, void* pUserData)
171 {
172         result r = E_SUCCESS;
173
174         std::unique_ptr<String> pAttrKey(new (std::nothrow) String(reinterpret_cast< char* >(const_cast< void* >(pKey))));
175         std::unique_ptr<String> pAttrValue(new (std::nothrow) String(reinterpret_cast< char* >(pValue)));
176         SysTryReturn(NID_WEB_CTRL, pAttrKey.get() && pAttrValue.get(), EINA_FALSE, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
177
178         SysLog(NID_WEB_CTRL, "The current value of key is %ls, value is %ls", pAttrKey->GetPointer(), pAttrValue->GetPointer());
179
180         r = reinterpret_cast< HashMap* >(pUserData)->Add(*pAttrKey, *pAttrValue);
181         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
182         pAttrKey.release();
183         pAttrValue.release();
184
185         return EINA_TRUE;
186 }
187
188
189 void
190 FreeCharArray(void* pData)
191 {
192         delete[] reinterpret_cast<char*>(pData);
193 }
194
195
196 LoadingErrorType
197 ConvertErrorCode(int error)
198 {
199         LoadingErrorType errorCode = WEB_ERROR_UNKNOWN;
200
201         switch (error)
202         {
203         case EWK_ERROR_NETWORK_STATUS_CANCELLED:
204         //fall through
205         case EWK_ERROR_NETWORK_STATUS_CANT_RESOLVE:
206         //fall through
207         case EWK_ERROR_NETWORK_STATUS_CANT_RESOLVE_PROXY:
208         //fall through
209         case EWK_ERROR_NETWORK_STATUS_CANT_CONNECT:
210         //fall through
211         case EWK_ERROR_NETWORK_STATUS_CANT_CONNECT_PROXY:
212         //fall through
213         case EWK_ERROR_NETWORK_STATUS_IO_ERROR:
214         //fall through
215         case EWK_ERROR_NETWORK_STATUS_MALFORMED:
216         //fall through
217         case EWK_ERROR_NETWORK_STATUS_TRY_AGAIN:
218         //fall through
219         case EWK_ERROR_NETWORK_STATUS_TOO_MANY_REDIRECTS:
220         //fall through
221         case EWK_ERROR_NETWORK_STATUS_TLS_FAILED:
222         //fall through
223         case EWK_ERROR_NETWORK_STATUS_INTERNAL_SERVER_ERROR:
224         //fall through
225         case EWK_ERROR_NETWORK_STATUS_BAD_GATEWAY:
226         //fall through
227         case EWK_ERROR_NETWORK_STATUS_SERVICE_UNAVAILABLE:
228         //fall through
229         case EWK_ERROR_NETWORK_STATUS_GATEWAY_TIMEOUT:
230                 errorCode = WEB_NO_CONNECTION;
231                 break;
232
233         case EWK_ERROR_NETWORK_STATUS_BAD_REQUEST:
234         //fall through
235         case EWK_ERROR_NETWORK_STATUS_REQUEST_URI_TOO_LONG:
236                 errorCode = WEB_BAD_URL;
237                 break;
238
239         case EWK_ERROR_NETWORK_STATUS_FORBIDDEN:
240                 errorCode = WEB_FILE_ACCESS_FAILED;
241                 break;
242
243         case EWK_ERROR_NETWORK_STATUS_REQUEST_TIMEOUT:
244                 errorCode = WEB_REQUEST_TIMEOUT;
245                 break;
246
247         case EWK_ERROR_NETWORK_STATUS_UNSUPPORTED_MEDIA_TYPE:
248                 errorCode = WEB_MIME_NOT_SUPPORTED;
249                 break;
250
251         case EWK_ERROR_NETWORK_STATUS_INSUFFICIENT_STORAGE:
252                 errorCode = WEB_OUT_OF_MEMORY;
253                 break;
254
255         case EWK_ERROR_NETWORK_STATUS_REQUEST_ENTITY_TOO_LARGE:
256                 errorCode = WEB_REQUEST_MAX_EXCEEDED;
257                 break;
258
259         case EWK_ERROR_NETWORK_STATUS_CONTINUE:
260         //fall through
261         case EWK_ERROR_NETWORK_STATUS_SWITCHING_PROTOCOLS:
262         //fall through
263         case EWK_ERROR_NETWORK_STATUS_PROCESSING:
264         //fall through
265         case EWK_ERROR_NETWORK_STATUS_OK:
266         //fall through
267         case EWK_ERROR_NETWORK_STATUS_CREATED:
268         //fall through
269         case EWK_ERROR_NETWORK_STATUS_ACCEPTED:
270         //fall through
271         case EWK_ERROR_NETWORK_STATUS_NON_AUTHORITATIVE:
272         //fall through
273         case EWK_ERROR_NETWORK_STATUS_NO_CONTENT:
274         //fall through
275         case EWK_ERROR_NETWORK_STATUS_RESET_CONTENT:
276         //fall through
277         case EWK_ERROR_NETWORK_STATUS_PARTIAL_CONTENT:
278         //fall through
279         case EWK_ERROR_NETWORK_STATUS_MULTI_STATUS:
280         //fall through
281         case EWK_ERROR_NETWORK_STATUS_MULTIPLE_CHOICES:
282         //fall through
283         case EWK_ERROR_NETWORK_STATUS_MOVED_PERMANENTLY:
284         //fall through
285         case EWK_ERROR_NETWORK_STATUS_FOUND:
286         //fall through
287         case EWK_ERROR_NETWORK_STATUS_SEE_OTHER:
288         //fall through
289         case EWK_ERROR_NETWORK_STATUS_NOT_MODIFIED:
290         //fall through
291         case EWK_ERROR_NETWORK_STATUS_USE_PROXY:
292         //fall through
293         case EWK_ERROR_NETWORK_STATUS_NOT_APPEARING_IN_THIS_PROTOCOL:
294         //fall through
295         case EWK_ERROR_NETWORK_STATUS_TEMPORARY_REDIRECT:
296                 errorCode = WEB_HTTP_RESPONSE;
297                 break;
298
299         case EWK_ERROR_NETWORK_STATUS_SSL_FAILED:
300                 errorCode = WEB_INVALID_CERTIFICATE;
301                 break;
302
303         default:
304                 errorCode = WEB_ERROR_UNKNOWN;
305                 break;
306         }
307
308         return errorCode;
309 }
310
311
312 result
313 FireLoadingErrorOccurredEvent(_WebImpl* pImpl, int code, const char* pDescription)
314 {
315         result r = E_SUCCESS;
316
317         std::unique_ptr<Integer> pErrorCode(new (std::nothrow) Integer(code));
318         std::unique_ptr<String> pErrorDescription(new (std::nothrow) String(pDescription));
319         std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_ERROR_OCCURRED));
320         SysTryReturnResult(NID_WEB_CTRL, pErrorCode.get() && pErrorDescription.get() && pEventArg.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
321
322         r = pEventArg->SetEventInfo(_LoadingEventArg::ERROR_TYPE, *pErrorCode.get());
323         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
324         pErrorCode.release();
325
326         r = pEventArg->SetEventInfo(_LoadingEventArg::ERROR_MESSAGE, *pErrorDescription.get());
327         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
328         pErrorDescription.release();
329
330         r = pImpl->GetWebEvent()->FireAsync(*pEventArg);
331         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
332         pEventArg.release();
333
334         return E_SUCCESS;
335 }
336
337
338 Eina_Bool
339 OnScriptAlertRequested(Evas_Object* pView, const char* pMessage, void* pUserData)
340 {
341         SysLog(NID_WEB_CTRL, "The current value of message is %s", pMessage);
342
343         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
344         String msg(pMessage);
345
346         result r = pImpl->ShowUserConfirmPopupAsync(USER_SCRIPT_ALERT, pView, msg);
347         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
348         return EINA_TRUE;
349
350 CATCH:
351         ewk_view_javascript_alert_reply(pView);
352         return EINA_TRUE;
353 }
354
355
356 Eina_Bool
357 OnScriptConfirmRequested(Evas_Object* pView, const char* pMessage, void* pUserData)
358 {
359         SysLog(NID_WEB_CTRL, "The current value of message is %s", pMessage);
360
361         result r = E_SUCCESS;
362         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
363         String msg(pMessage);
364
365         r = pImpl->ShowUserConfirmPopupAsync(USER_SCRIPT_CONFIRM, pView, msg);
366         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
367         return EINA_TRUE;
368
369 CATCH:
370         ewk_view_javascript_confirm_reply(pView, EINA_FALSE);
371         return EINA_TRUE;
372 }
373
374
375 Eina_Bool
376 OnScriptPromptRequested(Evas_Object* pView, const char* pMessage, const char* pDefaultValue, void* pUserData)
377 {
378         SysLog(NID_WEB_CTRL, "The current value of message is %s, defaulValue is %s", pMessage, pDefaultValue);
379
380         result r = E_SUCCESS;
381         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
382
383         String msg(pMessage);
384         String defVal(pDefaultValue);
385
386         r = pImpl->ShowPromptPopup(msg, defVal);
387         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
388
389         return EINA_TRUE;
390
391 CATCH:
392         ewk_view_javascript_prompt_reply(pView, null);
393
394         return EINA_FALSE;
395 }
396
397
398 void
399 OnCertificateRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
400 {
401         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
402         Ewk_Certificate_Policy_Decision* pPolicy = reinterpret_cast< Ewk_Certificate_Policy_Decision* >(pEventInfo);
403         SysAssertf(pImpl && pPolicy, "Failed to request");
404
405         _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
406
407         switch (pImpl->GetSetting().GetCertificateErrorHandlingMode())
408         {
409         case WEB_CERTIFICATE_ERROR_HANDLING_MODE_USER_CONFIRM:
410         {
411                 if (pImpl->IsCertificateRequested())
412                 {
413                         ewk_certificate_policy_decision_allowed_set(pPolicy, static_cast< Eina_Bool >(pImpl->IsCertificateConfirmed()));
414                         return;
415                 }
416
417                 result r = E_SUCCESS;
418
419                 std::unique_ptr<DbEnumerator> pEnum;
420
421                 String certificatePath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
422                 String table(CERTIFICATE_TABLE_NAME);
423                 _DatabaseImpl db;
424
425                 String pem(ewk_certificate_policy_decision_certificate_pem_get(pPolicy));
426
427                 r = db.Construct(certificatePath, "r", null);
428                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
429
430                 pEnum = std::unique_ptr<DbEnumerator>(db.QueryN(L"Select allow From " + table + L" Where pem = '" + pem + L"'"));
431                 if (pEnum.get())
432                 {
433                         r = pEnum->MoveNext();
434                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
435
436                         int allow = 0;
437                         r = pEnum->GetIntAt(0, allow);
438                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
439
440                         SysLog(NID_WEB_CTRL, "The current value of allow is %d", allow);
441
442                         ewk_certificate_policy_decision_allowed_set(pPolicy, static_cast < Eina_Bool >(allow));
443                         pImpl->SetCertificateConfirmed(static_cast < bool >(allow));
444                 }
445                 else
446                 {
447                         r = pImpl->ShowCertificateConfirmPopup(CERTIFICATE_POPUP_MODE_USER_CONFIRM, pPolicy);
448                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
449
450                         ewk_view_resume(pWebCore->GetWebNativeNode());
451                 }
452
453                 if (pImpl)
454                 {
455                         pImpl->SetCertificateRequested(true);
456                 }
457                 break;
458         }
459         case WEB_CERTIFICATE_ERROR_HANDLING_MODE_CANCEL:
460                 ewk_certificate_policy_decision_allowed_set(pPolicy, EINA_FALSE);
461                 break;
462         case WEB_CERTIFICATE_ERROR_HANDLING_MODE_CONTINUE :
463                 ewk_certificate_policy_decision_allowed_set(pPolicy, EINA_TRUE);
464                 break;
465         default:
466                 SysAssert(false);
467         }
468
469         return;
470
471 CATCH:
472         ewk_certificate_policy_decision_allowed_set(pPolicy, EINA_FALSE);
473         pImpl->SetCertificateConfirmed(false);
474         pImpl->SetCertificateRequested(true);
475
476         ewk_view_resume(pWebCore->GetWebNativeNode());
477 }
478
479
480 void
481 OnHttpAuthenticationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
482 {
483         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
484         Ewk_Auth_Challenge* pChallenge = reinterpret_cast< Ewk_Auth_Challenge* >(pEventInfo);
485         SysAssertf(pImpl && pChallenge, "Failed to request");
486
487         result r = E_SUCCESS;
488
489         r = pImpl->HttpAuthenticationRequested(pChallenge);
490         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
491         return;
492
493 CATCH:
494         ewk_auth_challenge_credential_cancel(pChallenge);
495         evas_object_smart_callback_call(pView, "authentication,canceled", NULL);
496 }
497
498
499 void
500 OnHttpAuthenticationCanceled(void* pUserData, Evas_Object* pView, void* pEventInfo)
501 {
502         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
503         SysAssertf(pImpl , "Failed to request");
504
505         if (pImpl->GetLoadingListener())
506         {
507                 result r = E_SUCCESS;
508
509                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_AUTHENTICATION_CANCELED));
510                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
511
512                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
513                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
514                 pEventArg.release();
515         }
516 }
517
518 Eina_Bool
519 OnApplicationCachePermissionRequested(Evas_Object* pView, Ewk_Security_Origin* pSecOrigin,  void* pUserData)
520 {
521         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
522         SysAssertf(pImpl , "Failed to request");
523
524         const char* pHostName = ewk_security_origin_host_get(pSecOrigin);
525         String msg;
526         result r = msg.Format(256, L"Allow %s to use offline application cache?", pHostName);
527         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
528
529         r = pImpl->ShowUserConfirmPopup(USER_CONFIRM_APP_CACHE, pView, msg);
530         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
531
532         return EINA_TRUE;
533 }
534
535
536 Eina_Bool
537 OnIndexedDatabaseQuotaExceeded(Evas_Object* pView, Ewk_Security_Origin* pSecOrigin,  long long currentQuota, void* pUserData)
538 {
539         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
540         SysAssertf(pImpl , "Failed to request");
541
542         const char* pHostName = ewk_security_origin_host_get(pSecOrigin);
543         String msg;
544         result r = msg.Format(512, L"%s Used %lld of storage. Allow %s to use upto 2GB of indexed db?", pHostName, currentQuota, pHostName);
545         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
546
547         r = pImpl->ShowUserConfirmPopup(USER_CONFIRM_INDEXED_DB_QUOTA_EXCEDED, pView, msg);
548         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
549
550         return EINA_TRUE;
551 }
552
553
554 Eina_Bool
555 OnDatabaseQuotaExceeded(Evas_Object* pView, Ewk_Security_Origin* pSecOrigin, const char* database_name, unsigned long long expectedQuota, void* pUserData)
556 {
557         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
558         SysAssertf(pImpl , "Failed to request");
559
560         const char* pHostName = ewk_security_origin_host_get(pSecOrigin);
561         String msg;
562         result r = msg.Format(512, L"Allow %s to open  %s use upto %lld  of web database?", pHostName, database_name, expectedQuota);
563         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
564
565         r = pImpl->ShowUserConfirmPopup(USER_CONFIRM_DB_QUOTA_EXCEDED, pView, msg);
566         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
567
568         return EINA_TRUE;
569 }
570
571
572 Eina_Bool OnLocalFileSystemQuotaExceeded(Evas_Object* pView, Ewk_Security_Origin* pSecOrigin,  long long currentQuota, void* pUserData)
573 {
574         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
575         SysAssertf(pImpl , "Failed to request");
576
577         const char* pHostName = ewk_security_origin_host_get(pSecOrigin);
578         String msg;
579         result r = msg.Format(512, L"%s Used %lld of storgae. Allow %s to use upto 2GB of file system?", pHostName, currentQuota, pHostName);
580         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
581
582         r = pImpl->ShowUserConfirmPopup(USER_CONFIRM_LOCAL_FS_QUOTA_EXCEDED, pView, msg);
583         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
584
585         return EINA_TRUE;
586 }
587
588
589 void
590 OnGeolocationPermissionRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
591 {
592         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
593         Ewk_Geolocation_Permission_Request* pPermissionRequest = reinterpret_cast< Ewk_Geolocation_Permission_Request* >(pEventInfo);
594         SysAssertf(pImpl && pPermissionRequest, "Failed to request");
595
596         if (pImpl->GetSetting().IsGeolocationEnabled())
597         {
598                 result r = E_SUCCESS;
599
600                 std::unique_ptr<DbEnumerator> pEnum;
601
602                 String geolocationPath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
603                 String table(GEOLOCATION_TABLE_NAME);
604                 _DatabaseImpl db;
605
606                 const Ewk_Security_Origin* pSecurityOrigin = ewk_geolocation_permission_request_origin_get(pPermissionRequest);
607                 String origin = _Utility::CreateOrigin(pSecurityOrigin);
608
609                 r = db.Construct(geolocationPath, "r", null);
610                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
611
612                 pEnum = std::unique_ptr<DbEnumerator>(db.QueryN(L"Select permission From " + table + L" Where origin = '" + origin + L"'"));
613                 if (pEnum.get())
614                 {
615                         r = pEnum->MoveNext();
616                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
617
618                         int permission = 0;
619                         r = pEnum->GetIntAt(0, permission);
620                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
621
622                         SysLog(NID_WEB_CTRL, "The current value of permission is %d", permission);
623
624                         ewk_geolocation_permission_request_set(pPermissionRequest, static_cast < Eina_Bool >(permission));
625                 }
626                 else
627                 {
628                         ewk_geolocation_permission_request_suspend(pPermissionRequest);
629
630                         r = pImpl->ShowUserConfirmPopupAsync(USER_CONFIRM_GEOLOCATION, pPermissionRequest);
631                         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
632                 }
633
634                 return;
635         }
636
637 CATCH:
638         ewk_geolocation_permission_request_set(pPermissionRequest, EINA_FALSE);
639 }
640
641
642 void
643 OnGetUserMediaPermissionRequsted(void* pUserData, Evas_Object* pView, void* pEventInfo)
644 {
645         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
646         Ewk_User_Media_Permission_Request* pPermissionRequest = reinterpret_cast< Ewk_User_Media_Permission_Request* >(pEventInfo);
647         SysAssertf(pImpl && pPermissionRequest, "Failed to request");
648
649         result r = pImpl->ShowUserConfirmPopupAsync(USER_CONFIRM_USERMEDIA, pEventInfo);
650         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
651         return;
652
653 CATCH:
654         ewk_user_media_permission_request_set(pPermissionRequest, EINA_FALSE);
655 }
656
657
658 void
659 OnNotificationPermissionRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
660 {
661         result r = E_SUCCESS;
662         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
663
664         Ewk_Notification_Permission_Request* pPermissionRequest = reinterpret_cast< Ewk_Notification_Permission_Request* >(pEventInfo);
665         SysAssertf(pImpl && pPermissionRequest, "Failed to request");
666
667         ewk_notification_permission_request_suspend(pPermissionRequest);
668
669         r = pImpl->ShowUserConfirmPopupAsync(USER_CONFIRM_NOTIFICATION, pPermissionRequest);
670         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
671         return;
672
673 CATCH:
674         ewk_notification_permission_request_set(pPermissionRequest, EINA_FALSE);
675 }
676
677
678 void
679 OnNotificationShow(void* pUserData, Evas_Object* pView, void* pEventInfo)
680 {
681         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
682         Ewk_Notification* pNotification = reinterpret_cast< Ewk_Notification* >(pEventInfo);
683         SysAssertf(pImpl && pNotification, "Failed to request");
684
685         result r = E_SUCCESS;
686         Ewk_Context* pContext = ewk_view_context_get(pView);
687         SysAssertf(pContext, "Failed to get webkit instance.");
688         uint64_t notificationId = ewk_notification_id_get(pNotification);
689
690         //ewk_notification_security_origin_get(pNotification)
691
692         const char* text = ewk_notification_body_get(pNotification);
693         SysSecureLog(NID_WEB_CTRL, "The current value of icon path is %s",ewk_notification_icon_url_get(pNotification));
694
695         std::unique_ptr<_WebNotification> pNotificationWindow( new (std::nothrow) _WebNotification());
696         SysTryReturnVoidResult(NID_WEB_CTRL, pNotificationWindow.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
697
698         r = pNotificationWindow->Construct(pContext, notificationId, pImpl);
699         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Error propogated.", GetErrorMessage(r));
700
701         pNotificationWindow->SetText(String(text));
702         pNotificationWindow->LaunchNotification();
703         pImpl->SetWebNotification(pNotificationWindow.release());
704
705         ewk_notification_showed(pContext, notificationId);
706 }
707
708
709 void
710 OnNotificationCancel(void* pUserData, Evas_Object* pView, void* pEventInfo)
711 {
712         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
713         uint64_t* pNotificationID = reinterpret_cast< uint64_t* >(pEventInfo);
714         SysAssertf(pImpl && pNotificationID, "Failed to request");
715
716         //ToDo : Where is ewk API for cancel operation?
717 }
718
719
720 void
721 OnProtocolHandlerRegistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
722 {
723         result r = E_SUCCESS;
724         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
725         SysAssertf(pImpl, "Failed to request");
726
727         r = pImpl->ShowUserConfirmPopup(USER_PROTOCOL_HANDLER, pEventInfo);
728         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
729 }
730
731
732 void
733 OnIsProtocolHandlerRegistered(void* pUserData, Evas_Object* pView, void* pEventInfo)
734 {
735         int checkHandler = 0;
736         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
737         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
738         SysAssertf(pImpl && pHandlerData, "Failed to request");
739
740         checkHandler = pImpl->SearchHandler(pHandlerData, false);
741         SysTryReturnVoidResult(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
742         switch (checkHandler)
743         {
744         case -1:
745                 return;
746         case 0:
747                 ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_DECLINED);
748                 break;
749         case 1:
750                 ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_REGISTERED);
751                 break;
752         case 2:
753                 ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_NEW);
754                 break;
755         default:
756                 SysAssert(false);
757         }
758 }
759
760 void
761 OnProtocolHandlerUnregistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
762 {
763         result r = E_SUCCESS;
764         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
765         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
766         SysAssertf(pImpl && pHandlerData, "Failed to request");
767
768         r = pImpl->UnregistrationHandler(pHandlerData, false);
769         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
770 }
771
772
773 void
774 OnContentHandlerRegistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
775 {
776         result r = E_SUCCESS;
777         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
778         SysAssertf(pImpl, "Failed to request");
779         
780         r = pImpl->ShowUserConfirmPopup(USER_CONTENT_HANDLER, pEventInfo);
781         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
782 }
783
784
785 void
786 OnIsContentHandlerRegistered(void* pUserData, Evas_Object* pView, void* pEventInfo)
787 {
788         int checkHandler = 0;
789         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
790         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
791         SysAssertf(pImpl && pHandlerData, "Failed to request");
792
793         checkHandler = pImpl->SearchHandler(pHandlerData, true);
794         SysTryReturnVoidResult(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
795         
796         switch (checkHandler)
797         {
798         case -1:
799                 return;
800         case 0:
801                 ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_DECLINED);
802                 break;
803         case 1:
804                 ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_REGISTERED);
805                 break;
806         case 2:
807                 ewk_custom_handlers_data_result_set(pHandlerData, EWK_CUSTOM_HANDLERS_NEW);
808                 break;
809         default:
810                 SysAssert(false);
811         }
812 }
813
814
815 void
816 OnContentHandlerUnregistrationRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
817 {
818         result r = E_SUCCESS;
819         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
820         Ewk_Custom_Handlers_Data* pHandlerData = reinterpret_cast< Ewk_Custom_Handlers_Data* >(pEventInfo);
821         SysAssertf(pImpl && pHandlerData, "Failed to request");
822
823         r = pImpl->UnregistrationHandler(pHandlerData, true);
824         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
825 }
826
827
828 void
829 OnFullScreenEntered(void* pUserData, Evas_Object* pView, void* pEventInfo)
830 {
831         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
832         bool* pIsHandleNeeded = reinterpret_cast< bool* >(pEventInfo);
833         SysAssertf(pImpl, "Failed to request");
834
835         _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
836         SysAssertf(pWebCore, "Failed to get Web core object");
837
838         if (pIsHandleNeeded && *pIsHandleNeeded)
839         {
840                 pWebCore->SetFullScreenEntered(true);
841         }
842 }
843
844
845 void
846 OnFullScreenExited(void* pUserData, Evas_Object* pView, void* pEventInfo)
847 {
848         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
849         SysAssertf(pImpl, "Failed to request");
850
851         _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
852         SysAssertf(pWebCore, "Failed to get Web core object");
853
854         pWebCore->SetFullScreenEntered(false);
855 }
856
857
858 void
859 OnFocusDownRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
860 {
861         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
862         SysAssertf(pImpl, "Failed to request");
863
864         _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
865         pWebCore->SetFocusEnd(true);
866 }
867
868
869 void
870 OnFocusUpRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
871 {
872         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
873         SysAssertf(pImpl, "Failed to request");
874
875         _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
876         pWebCore->SetFocusEnd(true);
877 }
878
879
880 void
881 OnVibrationRequested(uint64_t duration, void* pUserData)
882 {
883         result r = E_SUCCESS;
884
885         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
886         SysAssertf(pImpl, "Failed to request");
887
888         r = pImpl->VibrationRequested(duration);
889         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
890 }
891
892
893 void
894 OnVibrationCanceled(void* pUserData)
895 {
896         _WebImpl* pImpl = reinterpret_cast<_WebImpl*>(pUserData);
897         SysAssertf(pImpl, "Failed to request");
898
899         pImpl->VibrationCanceled();
900 }
901
902
903 void
904 OnLoadingRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
905 {
906         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
907         Ewk_Policy_Decision* pPolicy = reinterpret_cast< Ewk_Policy_Decision* >(pEventInfo);
908         SysAssertf(pImpl && pPolicy, "Failed to request");
909
910         String url(ewk_policy_decision_url_get(pPolicy));
911         SysSecureLog(NID_WEB_CTRL, "The current value of url is %ls", url.GetPointer());
912
913         if (ewk_frame_is_main_frame(ewk_policy_decision_frame_get(pPolicy))
914                 && !pImpl->IsRedirectRequested())
915         {
916                 _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
917                 SysAssertf(pWebCore, "Failed to get Web core object");
918
919                 pWebCore->SetFullScreenEntered(false);
920
921                 pImpl->SetCertificateRequested(false);
922
923                 if (pImpl->GetTextSearchListener())
924                 {
925                         pImpl->DisableAsyncSearch();
926                 }
927
928                 ILoadingListener* pLoadingListener = pImpl->GetLoadingListener();
929                 if (pLoadingListener)
930                 {
931                         WebNavigationType navigationType = WEB_NAVIGATION_OTHER;
932                         Ewk_Policy_Navigation_Type ewkNavigationType = ewk_policy_decision_navigation_type_get(pPolicy);
933
934                         switch (ewkNavigationType)
935                         {
936                         case EWK_POLICY_NAVIGATION_TYPE_LINK_CLICKED:
937                                 navigationType = WEB_NAVIGATION_LINK_CLICKED;
938                                 break;
939                         case EWK_POLICY_NAVIGATION_TYPE_FORM_SUBMITTED:
940                                 navigationType = WEB_NAVIGATION_FORM_SUBMITTED;
941                                 break;
942                         case EWK_POLICY_NAVIGATION_TYPE_BACK_FORWARD:
943                                 navigationType = WEB_NAVIGATION_BACKFORWARD;
944                                 break;
945                         case EWK_POLICY_NAVIGATION_TYPE_RELOAD:
946                                 navigationType = WEB_NAVIGATION_RELOAD;
947                                 break;
948                         case EWK_POLICY_NAVIGATION_TYPE_FORM_RESUBMITTED:
949                                 navigationType = WEB_NAVIGATION_FORM_RESUBMITTED;
950                                 break;
951                         case EWK_POLICY_NAVIGATION_TYPE_OTHER:
952                                 navigationType = WEB_NAVIGATION_OTHER;
953                                 break;
954                         default:
955                                 SysAssert(false);
956                         }
957
958                         if (pLoadingListener->OnLoadingRequested(url, navigationType))
959                         {
960                                 ewk_policy_decision_ignore(pPolicy);
961
962                                 return;
963                         }
964                 }
965         }
966
967         if (url == L"about:blank")
968         {
969                 ewk_policy_decision_use(pPolicy);
970
971                 return;
972         }
973
974         String currentUrl(pImpl->GetUrl());
975         String redirectUrl(pImpl->GetProtocolFromUri(url,  currentUrl));
976         if (redirectUrl != L"")
977         {
978                 ewk_policy_decision_ignore(pPolicy);
979
980                 pImpl->LoadUrl(redirectUrl);
981
982                 return;
983         }
984         
985         Uri uri;
986         uri.SetUri(url);
987
988         String uriScheme(uri.GetScheme());
989         SysSecureLog(NID_WEB_CTRL, "The current value of scheme is %ls", uriScheme.GetPointer());
990
991         if ((uriScheme != L"http") && (uriScheme != L"https") && (uriScheme != L"file"))
992         {
993                 ewk_policy_decision_ignore(pPolicy);
994
995                 if (uriScheme == L"")
996                 {
997                         return;
998                 }
999
1000                 result r = E_SUCCESS;
1001
1002                 if (uriScheme == L"tel")
1003                 {
1004                         String operationId(L"http://tizen.org/appcontrol/operation/dial");
1005                         r = _AppControlImpl::FindAndStart(operationId, &url, null, null, null, null);
1006                 }
1007                 else if (uriScheme == L"mailto" || uriScheme == L"sms" || uriScheme == L"smsto" || uriScheme == L"mms" || uriScheme == L"mmsto" )
1008                 {
1009                         String operationId(L"http://tizen.org/appcontrol/operation/compose");
1010                         r = _AppControlImpl::FindAndStart(operationId, &url, null, null, null, null);
1011                 }
1012                 else
1013                 {
1014                         String operationId(L"http://tizen.org/appcontrol/operation/view");
1015                         r = _AppControlImpl::FindAndStart(operationId, &url, null, null, null, null);
1016                 }
1017                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1018
1019                 return;
1020         }
1021
1022         ewk_policy_decision_use(pPolicy);
1023 }
1024
1025
1026 void
1027 OnLoadingStarted(void* pUserData, Evas_Object* pView, void* pEventInfo)
1028 {
1029         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1030         SysAssertf(pImpl, "Failed to request");
1031
1032         if (pImpl->GetLoadingListener())
1033         {
1034                 result r = E_SUCCESS;
1035
1036                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_STARTED));
1037                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1038
1039                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1040                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1041                 pEventArg.release();
1042         }
1043 }
1044
1045
1046 void
1047 OnPageTitleReceived(void* pUserData, Evas_Object* pView, void* pEventInfo)
1048 {
1049         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1050         char* pTitle = reinterpret_cast< char* >(pEventInfo);
1051         SysAssertf(pImpl, "Failed to request");
1052
1053         SysLog(NID_WEB_CTRL, "The current value of title is %s", pTitle);
1054
1055         if (pImpl->GetLoadingListener())
1056         {
1057                 result r = E_SUCCESS;
1058
1059                 std::unique_ptr<String> pPageTitle(new (std::nothrow) String(pTitle));
1060                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_PAGETITLE_RECEIVED));
1061                 SysTryReturnVoidResult(NID_WEB_CTRL, pPageTitle.get() && pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1062
1063                 r = pEventArg->SetEventInfo(_LoadingEventArg::PAGE_TITLE, *pPageTitle.get());
1064                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1065                 pPageTitle.release();
1066
1067                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1068                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1069                 pEventArg.release();
1070         }
1071 }
1072
1073
1074 void
1075 OnEstimatedProgress(void* pUserData, Evas_Object* pView, void* pEventInfo)
1076 {
1077         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1078         double* pProgress = reinterpret_cast< double* >(pEventInfo);
1079         SysAssertf(pImpl, "Failed to request");
1080
1081         SysLog(NID_WEB_CTRL, "The current value of progress is %lf", *pProgress);
1082
1083         if (pImpl->GetLoadingListener())
1084         {
1085                 result r = E_SUCCESS;
1086
1087                 std::unique_ptr<Integer> pProgressPercentage(new (std::nothrow) Integer(static_cast< int >(*pProgress * 100)));
1088                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_PROGRESS));
1089                 SysTryReturnVoidResult(NID_WEB_CTRL, pProgressPercentage.get() && pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1090
1091                 r = pEventArg->SetEventInfo(_LoadingEventArg::ESTIMATED_PROGRESS, *pProgressPercentage.get());
1092                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1093                 pProgressPercentage.release();
1094
1095                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1096                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1097                 pEventArg.release();
1098         }
1099 }
1100
1101
1102 void
1103 OnWebDataReceived(void* pUserData, Evas_Object* pView, void* pEventInfo)
1104 {
1105         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1106         Ewk_Policy_Decision* pPolicy = reinterpret_cast< Ewk_Policy_Decision* >(pEventInfo);
1107         SysAssertf(pImpl && pPolicy, "Failed to request");
1108
1109         result r = E_SUCCESS;
1110
1111         int code = ewk_policy_decision_response_status_code_get(pPolicy);
1112         String url(ewk_policy_decision_url_get(pPolicy));
1113         String mime(ewk_policy_decision_response_mime_get(pPolicy));
1114         SysSecureLog(NID_WEB_CTRL, "code : %d, url : %ls, mime : %ls", code, url.GetPointer(), mime.GetPointer());
1115
1116         if (ewk_frame_is_main_frame(ewk_policy_decision_frame_get(pPolicy)))
1117         {
1118                 if (code >= REDIRECTION_HEADER_GROUP && code < REDIRECTION_HEADER_GROUP + 100)
1119                 {
1120                         pImpl->SetRedirectRequested(true);
1121                         mime = L"";
1122                 }
1123
1124                 ILoadingListener* pLoadingListener = pImpl->GetLoadingListener();
1125                 if (pLoadingListener)
1126                 {
1127                         const Eina_Hash* pHeader = ewk_policy_decision_response_headers_get(pPolicy);
1128                         HttpHeader httpHeader;
1129
1130                         eina_hash_foreach(pHeader, AddHttpHeaderData, &httpHeader);
1131                         SysTryCatch(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
1132
1133                         pImpl->SetPolicyDecision(pLoadingListener->OnWebDataReceived(mime, httpHeader));
1134                 }
1135                 else
1136                 {
1137                         pImpl->SetPolicyDecision(WEB_DECISION_CONTINUE);
1138                 }
1139         }
1140
1141         switch (pImpl->GetPolicyDecision())
1142         {
1143         case WEB_DECISION_CONTINUE:
1144         {
1145                 String currentUrl(pImpl->GetUrl());
1146                 String redirectUrl(pImpl->GetRedirectUri(url, currentUrl, mime));
1147                 if (redirectUrl != L"")
1148                 {
1149                         pImpl->LoadUrl(redirectUrl);
1150                         ewk_policy_decision_ignore(pPolicy);
1151
1152                         return;
1153                 }
1154
1155                 if (ewk_policy_decision_type_get(pPolicy) == EWK_POLICY_DECISION_USE)
1156                 {
1157                         break;
1158                 }
1159                 else
1160                 {
1161                         ewk_policy_decision_ignore(pPolicy);
1162
1163                         String operationId(L"http://tizen.org/appcontrol/operation/view");
1164
1165                         r = _AppControlImpl::FindAndStart(operationId, &url, &mime, null, null, null);
1166                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS || r == E_OBJ_NOT_FOUND, r, "[%s] Propagating.", GetErrorMessage(r));
1167
1168                         return;
1169                 }
1170                 break;
1171         }
1172
1173         case WEB_DECISION_DOWNLOAD:
1174         {
1175                 ewk_policy_decision_ignore(pPolicy);
1176
1177                 _WebDataHandler* pDownloadHandler = pImpl->GetDownloadHandler();
1178                 SysTryReturnVoidResult(NID_WEB_CTRL, pDownloadHandler, E_SYSTEM, "[%s] A system error has been occurred. Failed to get DownloadHandler.", GetErrorMessage(E_SYSTEM));
1179
1180                 Ewk_Context* pContext = ewk_view_context_get(pView);
1181                 SysAssertf(pContext, "Failed to get webkit instance.");
1182
1183                 pDownloadHandler->StartDownload(url);
1184
1185                 return;
1186         }
1187
1188         case WEB_DECISION_IGNORE:
1189         {
1190                 ewk_policy_decision_ignore(pPolicy);
1191
1192                 return;
1193         }
1194
1195         default:
1196         {
1197                 SysAssert(false);
1198         }
1199         }
1200
1201         ewk_policy_decision_use(pPolicy);
1202
1203         return;
1204
1205 CATCH:
1206         ewk_policy_decision_ignore(pPolicy);
1207 }
1208
1209
1210 void
1211 OnProgressCompleted(void* pUserData, Evas_Object* pView, void* pEventInfo)
1212 {
1213         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1214         SysAssertf(pImpl, "Failed to request");
1215
1216         if (pImpl->IsRedirectRequested())
1217         {
1218                 pImpl->SetRedirectRequested(false);
1219         }
1220
1221         if (pImpl->IsLoadingErrorOccurred())
1222         {
1223                 pImpl->SetLoadingErrorOccurred(false);
1224                 evas_object_smart_callback_call(pView, "load,finished", NULL);
1225         }
1226 }
1227
1228
1229 void
1230 OnLoadingErrorOccurred(void* pUserData, Evas_Object* pView, void* pEventInfo)
1231 {
1232         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1233         Ewk_Error* pErrorData = reinterpret_cast< Ewk_Error* >(pEventInfo);
1234         SysAssertf(pImpl && pErrorData, "Failed to request");
1235
1236         int code = ewk_error_code_get(pErrorData);
1237         const char* pDescription = ewk_error_description_get(pErrorData);
1238
1239         SysLog(NID_WEB_CTRL, "The current value of code is %d, description is %s", code, pDescription);
1240
1241         switch (code)
1242         {
1243         case EWK_ERROR_CODE_FRAMELOADINTERRUPTEDBYPOLICYCHANGE:
1244                 pImpl->SetLoadingErrorOccurred(true);
1245                 break;
1246
1247         case EWK_ERROR_CODE_PLUGINWILLHANDLELOAD:
1248                 evas_object_smart_callback_call(pView, "load,finished", NULL);
1249                 break;
1250
1251         case EWK_ERROR_NETWORK_STATUS_CANCELLED:
1252                 pImpl->SetLoadingErrorOccurred(true);
1253                 evas_object_smart_callback_call(pView, "load,stop", NULL);
1254                 break;
1255
1256         default:
1257                 pImpl->SetLoadingErrorOccurred(true);
1258                 if (pImpl->GetLoadingListener())
1259                 {
1260                         result r = E_SUCCESS;
1261
1262                         r = FireLoadingErrorOccurredEvent(pImpl, code, pDescription);
1263                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1264                 }
1265                 break;
1266         }
1267 }
1268
1269
1270 void
1271 OnLoadingCanceled(void* pUserData, Evas_Object* pView, void* pEventInfo)
1272 {
1273         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1274         SysAssertf(pImpl, "Failed to request");
1275
1276         if (pImpl->GetLoadingListener())
1277         {
1278                 result r = E_SUCCESS;
1279
1280                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_CANCELED));
1281                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1282
1283                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1284                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1285                 pEventArg.release();
1286         }
1287
1288 }
1289
1290
1291 void
1292 OnLoadingCompleted(void* pUserData, Evas_Object* pView, void* pEventInfo)
1293 {
1294         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1295         SysAssertf(pImpl, "Failed to request");
1296
1297         if (pImpl->GetLoadingListener())
1298         {
1299                 result r = E_SUCCESS;
1300
1301                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_COMPLETED));
1302                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1303
1304                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1305                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1306                 pEventArg.release();
1307         }
1308
1309 }
1310
1311
1312 void
1313 OnFaviconReceived(void* pUserData, Evas_Object* pView, void* pEventInfo)
1314 {
1315         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1316         SysAssertf(pImpl, "Failed to request");
1317
1318         if (pImpl->GetLoadingListener())
1319         {
1320                 result r = E_SUCCESS;
1321
1322                 std::unique_ptr<_LoadingEventArg> pEventArg(new (std::nothrow) _LoadingEventArg(WEB_EVENT_LOADINGLISTENER_FAVICON_RECEIVED));
1323                 SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1324
1325                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1326                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1327                 pEventArg.release();
1328         }
1329
1330 }
1331
1332
1333 void
1334 OnDidStartDownloadCallback(const char* pUrl, void* pUserData)
1335 {
1336         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1337         SysAssertf(pUrl && pImpl != null, "Failed to request");
1338
1339         SysSecureLog(NID_WEB_CTRL, "The current value of url is %s", pUrl);
1340 }
1341
1342
1343 result
1344 FireWebPageShowRequestedEvent(_WebImpl* pImpl, int event)
1345 {
1346         result r = E_SUCCESS;
1347
1348         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(event));
1349         SysTryReturnResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
1350
1351         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1352         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1353         pEventArg.release();
1354
1355         return E_SUCCESS;
1356 }
1357
1358
1359 void
1360 OnWebPageShowRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
1361 {
1362         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1363         SysAssertf(pImpl, "Failed to request");
1364
1365         if (pImpl->GetUiEventListener())
1366         {
1367                 result r = E_SUCCESS;
1368
1369                 r = FireWebPageShowRequestedEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED);
1370                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1371         }
1372         if (pImpl->GetUiEventListenerF())
1373         {
1374                 result r = E_SUCCESS;
1375
1376                 r = FireWebPageShowRequestedEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED_FLOAT);
1377                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1378         }
1379 }
1380
1381
1382 void
1383 OnWebWindowCreateRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
1384 {
1385         _WebImpl* pParentImpl = reinterpret_cast< _WebImpl* >(pUserData);
1386         Evas_Object** pChildView = reinterpret_cast< Evas_Object** >(pEventInfo);
1387         SysAssertf(pParentImpl && pChildView, "Failed to request");
1388
1389         IWebUiEventListener* pUserUiListener = pParentImpl->GetUiEventListener();
1390         IWebUiEventListenerF* pUserUiListenerF = pParentImpl->GetUiEventListenerF();
1391         if (pUserUiListener)
1392         {
1393                 Web* pWeb = pUserUiListener->OnWebWindowCreateRequested();
1394                 if (pWeb)
1395                 {
1396                         _WebImpl* pChildImpl = _WebImpl::GetInstance(pWeb);
1397                         SysTryReturnVoidResult(NID_WEB_CTRL, pChildImpl, E_SYSTEM, "[%s] A system error has been occurred. Failed to get ChildImpl object.", GetErrorMessage(E_SYSTEM));
1398
1399                         *pChildView = dynamic_cast< _Web* >(&pChildImpl->GetCore())->GetWebNativeNode();
1400                         evas_object_data_set(*pChildView, PARENT_WEB_CTRL, pParentImpl);
1401                 }
1402         }
1403         if (pUserUiListenerF)
1404         {
1405                 Web* pWeb = pUserUiListenerF->OnWebWindowCreateRequested();
1406                 if (pWeb)
1407                 {
1408                         _WebImpl* pChildImpl = _WebImpl::GetInstance(pWeb);
1409                         SysTryReturnVoidResult(NID_WEB_CTRL, pChildImpl, E_SYSTEM, "[%s] A system error has been occurred. Failed to get ChildImpl object.", GetErrorMessage(E_SYSTEM));
1410
1411                         *pChildView = dynamic_cast< _Web* >(&pChildImpl->GetCore())->GetWebNativeNode();
1412                         evas_object_data_set(*pChildView, PARENT_WEB_CTRL, pParentImpl);
1413                 }
1414         }
1415 }
1416
1417
1418 result
1419 FireWebWindowClosedRequestedEvent(_WebImpl* pImpl, int event)
1420 {
1421         result r = E_SUCCESS;
1422
1423         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(event));
1424         SysTryReturnResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
1425
1426         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1427         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1428         pEventArg.release();
1429
1430         return E_SUCCESS;
1431 }
1432
1433
1434 void
1435 OnWebWindowClosedRequested(void* pUserData, Evas_Object* pView, void* pEventInfo)
1436 {
1437         _WebImpl* pChildImpl = reinterpret_cast< _WebImpl* >(pUserData);
1438         SysAssertf(pChildImpl, "Failed to request");
1439
1440         _WebImpl* pParentImpl = reinterpret_cast< _WebImpl* >(evas_object_data_get(pView, PARENT_WEB_CTRL));
1441         if (pParentImpl == null)
1442         {
1443                 return;
1444         }
1445
1446         if (pParentImpl->GetUiEventListener())
1447         {
1448                 result r = E_SUCCESS;
1449
1450                 r = FireWebWindowClosedRequestedEvent(pChildImpl, WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED);
1451                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1452         }
1453         if (pParentImpl->GetUiEventListenerF())
1454         {
1455                 result r = E_SUCCESS;
1456
1457                 r = FireWebWindowClosedRequestedEvent(pChildImpl, WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED_FLOAT);
1458                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1459         }
1460 }
1461
1462
1463 result
1464 FireWebPreventDefaultTriggeredEvent(_WebImpl* pImpl, int event, bool trigger)
1465 {
1466         result r = E_SUCCESS;
1467
1468         std::unique_ptr<Boolean> pPreventTrigger(new (std::nothrow) Boolean(trigger));
1469         std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(event));
1470         SysTryReturnResult(NID_WEB_CTRL, pPreventTrigger.get() && pEventArg.get(), E_OUT_OF_MEMORY, " Memory allocation failed." );
1471
1472         r = pEventArg->SetEventInfo(_WebUiEventArg::PREVENT_DEFAULT, *pPreventTrigger.get());
1473         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1474         pPreventTrigger.release();
1475
1476         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1477         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1478         pEventArg.release();
1479
1480         return E_SUCCESS;
1481 }
1482
1483
1484 void
1485 OnWebPreventDefaultTriggered(void* pUserData, Evas_Object* pView, void* pEventInfo)
1486 {
1487         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1488         Eina_Bool* pTrigger = reinterpret_cast< Eina_Bool* >(pEventInfo);
1489         SysAssertf(pImpl && pTrigger, "Failed to request");
1490
1491         if (pImpl->GetUiEventListener())
1492         {
1493                 result r = E_SUCCESS;
1494
1495                 r = FireWebPreventDefaultTriggeredEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED, static_cast< bool >(*pTrigger));
1496                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1497         }
1498         if (pImpl->GetUiEventListenerF())
1499         {
1500                 result r = E_SUCCESS;
1501
1502                 r = FireWebPreventDefaultTriggeredEvent(pImpl, WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED_FLOAT, static_cast< bool >(*pTrigger));
1503                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1504         }
1505 }
1506
1507
1508 result
1509 FireWebPageBlockSelectedEvent(_WebImpl* pImpl)
1510 {
1511         result r = E_SUCCESS;
1512
1513         std::unique_ptr<Point> startPoint(new (std::nothrow) Point());
1514         std::unique_ptr<Point> endPoint(new (std::nothrow) Point());
1515         SysTryReturnResult(NID_WEB_CTRL, startPoint.get() && endPoint.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
1516
1517         pImpl->GetBlockRange(*startPoint.get(), *endPoint.get());
1518
1519         if ((endPoint->x != 0) && (endPoint->y != 0))
1520         {
1521                 std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED));
1522                 SysTryReturnResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
1523
1524                 r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_START, *startPoint.get());
1525                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1526                 startPoint.release();
1527
1528                 r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_END, *endPoint.get());
1529                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1530                 endPoint.release();
1531
1532                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1533                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1534                 pEventArg.release();
1535         }
1536
1537         return E_SUCCESS;
1538 }
1539
1540
1541 result
1542 FireWebPageBlockSelectedEventF(_WebImpl* pImpl)
1543 {
1544         result r = E_SUCCESS;
1545
1546         std::unique_ptr<FloatPoint> startPoint(new (std::nothrow) FloatPoint());
1547         std::unique_ptr<FloatPoint> endPoint(new (std::nothrow) FloatPoint());
1548
1549         SysTryReturnResult(NID_WEB_CTRL, startPoint.get() && endPoint.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
1550
1551         pImpl->GetBlockRange(*startPoint.get(), *endPoint.get());
1552
1553         if ((endPoint->x != 0.0f) && (endPoint->y != 0.0f))
1554         {
1555                 std::unique_ptr<_WebUiEventArg> pEventArg(new (std::nothrow) _WebUiEventArg(WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED_FLOAT));
1556                 SysTryReturnResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
1557
1558                 r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_START, *startPoint.get());
1559                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1560                 startPoint.release();
1561
1562                 r = pEventArg->SetEventInfo(_WebUiEventArg::BLOCK_END, *endPoint.get());
1563                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1564                 endPoint.release();
1565
1566                 r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1567                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
1568                 pEventArg.release();
1569         }
1570
1571         return E_SUCCESS;
1572 }
1573
1574
1575 void
1576 OnWebPageBlockSelected(void* pUserData, Evas_Object* pView, void* pEventInfo)
1577 {
1578         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1579         SysAssertf(pImpl, "Failed to request");
1580
1581         if (pImpl->GetUiEventListener())
1582         {
1583                 result r = E_SUCCESS;
1584
1585                 r = FireWebPageBlockSelectedEvent(pImpl);
1586                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1587         }
1588         if (pImpl->GetUiEventListenerF())
1589         {
1590                 result r = E_SUCCESS;
1591
1592                 r = FireWebPageBlockSelectedEventF(pImpl);
1593                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1594         }
1595 }
1596
1597
1598 void
1599 OnHandleJavaScriptRequest(void* pUserData, Evas_Object* pView, void* pEventInfo)
1600 {
1601         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1602         char* pJsonText = reinterpret_cast< char* >(pEventInfo);
1603         SysAssertf(pImpl && pJsonText, "Failed to request");
1604
1605         result r = E_SUCCESS;
1606
1607         SysLog(NID_WEB_CTRL, "The current value of jsontext is %s", pJsonText);
1608
1609         std::unique_ptr<_JsBridgeArg> pEventArg(new (std::nothrow) _JsBridgeArg());
1610         SysTryReturnVoidResult(NID_WEB_CTRL, pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
1611
1612         r = pEventArg->Construct(pJsonText);
1613         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1614
1615         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
1616         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1617         pEventArg.release();
1618 }
1619
1620
1621 void
1622 OnWebKeypadStateChanged(void* pUserData, Evas_Object* pView, void* pEventInfo)
1623 {
1624         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1625         Eina_Rectangle* pEinaRect = reinterpret_cast< Eina_Rectangle* >(pEventInfo);
1626         SysAssertf(pImpl && pEinaRect, "Failed to request");
1627
1628         if (pImpl->IsVisible() == false)
1629         {
1630                 evas_object_focus_set(pView, EINA_FALSE);
1631         }
1632
1633         if (pImpl->GetSetting().GetInputStyle() == INPUT_STYLE_OVERLAY)
1634         {
1635                 _ICoordinateSystemTransformer* pXformer = _CoordinateSystem::GetInstance()->GetInverseTransformer();
1636                 SysAssertf(pXformer, "Failed to get CoordinateTransformer");
1637
1638                 Rectangle rect(pEinaRect->x, pEinaRect->y, pEinaRect->w, pEinaRect->h);
1639
1640                 if (rect.height == 0)
1641                 {
1642                         return;
1643                 }
1644
1645                 _FormImpl* pFormImpl = pImpl->GetParentFormImpl(dynamic_cast< _ControlImpl* >(pImpl));
1646                 if (pFormImpl)
1647                 {
1648                         pFormImpl->DeflateClientRectHeight(pXformer->TransformVertical(rect.height));
1649
1650                         if (pFormImpl->HasFooter())
1651                         {
1652                                 pFormImpl->GetCore().SetKeypadShowState(true);
1653                                 pFormImpl->Draw();
1654                         }                       
1655                 }
1656
1657                 if (pImpl->GetWebKeypadEventListener())
1658                 {
1659                         if (pImpl->IsKeypadVisible() == true)
1660                         {
1661                                 if ((pImpl->GetPreviousKeypadBounds().width == rect.width) && (pImpl->GetPreviousKeypadBounds().height != rect.height))
1662                                 {
1663                                         pImpl->GetWebKeypadEventListener()->OnWebKeypadBoundsChanged(*dynamic_cast< Web* >(&pImpl->GetPublic()));
1664                                 }
1665                         }
1666                         else
1667                         {
1668                                 pImpl->GetWebKeypadEventListener()->OnWebKeypadWillOpen(*dynamic_cast< Web* >(&pImpl->GetPublic()));
1669                         }
1670                 }
1671                 pImpl->SetKeypadVisibleState(true);
1672                 pImpl->SetPreviousKeypadBounds(rect);
1673         }
1674         else
1675         {
1676                 result r = pImpl->SetFullScreenKeypad();
1677                 SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
1678         }
1679 }
1680
1681
1682 void
1683 OnWebKeypadOpened(void* pUserData, Evas_Object* pView, void* pEventInfo)
1684 {
1685         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1686         SysAssertf(pImpl, "Failed to request");
1687
1688         if (pImpl->GetWebKeypadEventListener())
1689         {
1690                 pImpl->GetWebKeypadEventListener()->OnWebKeypadOpened(*static_cast< Web* >(&pImpl->GetPublic()));
1691         }
1692 }
1693
1694
1695 void
1696 OnWebKeypadClosed(void* pUserData, Evas_Object* pView, void* pEventInfo)
1697 {
1698         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1699         SysAssertf(pImpl, "Failed to request");
1700
1701         _FormImpl* pFormImpl = pImpl->GetParentFormImpl(dynamic_cast< _ControlImpl* >(pImpl));
1702         if (pFormImpl)
1703         {
1704                 pFormImpl->DeflateClientRectHeight(0);
1705
1706                 if (pFormImpl->HasFooter())
1707                 {
1708                         pFormImpl->GetCore().SetKeypadShowState(false);
1709                         pFormImpl->Draw();
1710                 }
1711         }
1712
1713         if (pImpl->GetWebKeypadEventListener())
1714         {
1715                 pImpl->GetWebKeypadEventListener()->OnWebKeypadClosed(*dynamic_cast< Web* >(&pImpl->GetPublic()));
1716         }
1717
1718         pImpl->SetKeypadVisibleState(false);
1719 }
1720
1721
1722 void
1723 OnWindowObjectFocusGained(void* pUserData, Evas_Object* pWin, void* pEvent_info)
1724 {
1725         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1726         SysAssertf(pImpl, "Failed to request");
1727
1728         if (pImpl->IsKeypadOpened() == true && pImpl->IsVisible() == true && pImpl->IsFocused() == true)
1729         {
1730                 _Web* pWebCore = dynamic_cast< _Web* >(&(pImpl->GetCore()));
1731                 SysAssertf(pWebCore, "Failed to get Web core object");
1732
1733                 evas_object_focus_set(pWebCore->GetWebNativeNode(), EINA_TRUE);
1734
1735                 pImpl->SetKeypadVisibleState(true);
1736         }
1737 }
1738
1739
1740 void
1741 OnWebNativeNodeFocusGained(void* pUserData, Evas* pCanvas, Evas_Object* pView, void* pEventInfo)
1742 {
1743         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
1744         SysAssertf(pImpl, "Failed to request");
1745
1746         if (pImpl->IsKeypadOpened() == true)
1747         {
1748                 pImpl->SetKeypadOpened(false);
1749         }
1750
1751
1752
1753 Eina_Bool
1754 OnColorPickerProviderRequested(Ewk_View_Smart_Data* pSmartData, int red, int green, int blue, int alpha)
1755 {
1756         SysAssertf(pSmartData, "invalid smartdata");
1757         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1758         SysAssertf(pWebImpl, "Failed to get Impl");
1759
1760         result r = E_SUCCESS;
1761
1762         if (pWebImpl->GetColorpicker())
1763         {
1764                 return EINA_FALSE;
1765         }
1766
1767         Color color;
1768
1769         r = pWebImpl->ShowColorPicker(red, green, blue, alpha, color);
1770         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Memory allocation failed.", GetErrorMessage(r));
1771
1772         byte r1, g1, b1, a1;
1773         color.GetColorComponents(r1, g1, b1, a1);
1774         ewk_view_color_picker_color_set(pSmartData->self, r1, g1, b1, a1);
1775
1776         return EINA_TRUE;
1777 }
1778
1779
1780 Eina_Bool
1781 OnColorPickerProviderDismissed(Ewk_View_Smart_Data* pSmartData)
1782 {
1783         SysAssertf(pSmartData, "invalid smartdata");
1784
1785         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1786         SysAssertf(pWebImpl, "Failed to get Impl");
1787
1788         return pWebImpl->HideColorPicker();
1789 }
1790
1791
1792 Eina_Bool
1793 OnDatePickerProviderRequested(Ewk_View_Smart_Data* pSmartData, Ewk_Input_Type inputType, const char* inputValue)
1794 {
1795         SysAssertf(pSmartData, "Failed to request");
1796         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1797         SysAssertf(pWebImpl, "Failed to get Impl");
1798
1799         result r = E_SUCCESS;
1800
1801         if (pWebImpl->GetDatepicker())
1802         {
1803                 ewk_view_focused_input_element_value_set(pSmartData->self, inputValue);
1804
1805                 return EINA_FALSE;
1806         }
1807
1808         String dateStr;
1809
1810         r = pWebImpl->ShowDatePicker(inputType, inputValue, dateStr);
1811         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Memory allocation failed.", GetErrorMessage(r));
1812
1813         std::unique_ptr<char[]> pDateStr(_StringConverter::CopyToCharArrayN(dateStr));
1814         SysTryReturn(NID_WEB_CTRL, pDateStr.get(), EINA_FALSE, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
1815
1816         ewk_view_focused_input_element_value_set(pSmartData->self, pDateStr.get());
1817
1818         return EINA_TRUE;
1819 }
1820
1821
1822 Eina_Bool
1823 OnSelectBoxRequested(Ewk_View_Smart_Data* pSmartData, Eina_Rectangle rect, Ewk_Text_Direction textDirection, double pageScaleFactor, Eina_List* pItems, int selectedIndex)
1824 {
1825         SysAssertf(pSmartData, "Failed to request");
1826
1827         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1828         SysAssertf(pWebImpl, "Failed to get Impl");
1829
1830         result r = pWebImpl->ShowSelectBoxPopup(false, L"", pItems, pSmartData->self, selectedIndex);
1831         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1832
1833         return EINA_TRUE;
1834 }
1835
1836
1837 Eina_Bool
1838 OnMultiSelectBoxRequested(Ewk_View_Smart_Data* pSmartData, Eina_Rectangle rect, Ewk_Text_Direction text_direction, double page_scale_factor, Eina_List* pItems)
1839 {
1840         SysAssertf(pSmartData, "Failed to request");
1841
1842         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1843         SysAssertf(pWebImpl, "Failed to get Impl");
1844
1845         result r = pWebImpl->ShowSelectBoxPopup(true, L"", pItems, pSmartData->self, 0);
1846         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1847
1848         return EINA_TRUE;
1849 }
1850
1851
1852 Eina_Bool
1853 OnSelectBoxClosed(Ewk_View_Smart_Data* pSmartData)
1854 {
1855         SysAssertf(pSmartData, "invalid smartdata");
1856
1857         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1858         SysAssertf(pWebImpl, "Failed to get Impl");
1859
1860         result r = pWebImpl->ClearSelectBoxPopup();
1861         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1862
1863         return EINA_TRUE;
1864 }
1865
1866
1867 Eina_Bool
1868 OnSelectBoxUpdateRequested(Ewk_View_Smart_Data *pSmartData, Eina_Rectangle rect, Ewk_Text_Direction textDirection, Eina_List* pItems, int selectedIndex)
1869 {
1870         SysAssertf(pSmartData, "invalid smartdata");
1871
1872         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1873         SysAssertf(pWebImpl, "Failed to get Impl");
1874
1875         result r = pWebImpl->UpdateSelectBoxPopup(pItems, selectedIndex, false);
1876         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1877
1878         return EINA_TRUE;
1879 }
1880
1881
1882 Eina_Bool
1883 OnFormDataCandidateShow(Ewk_View_Smart_Data *pSmartData, int x, int y, int w, int h)
1884 {
1885         SysAssertf(pSmartData, "Failed to request");
1886
1887         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1888         SysAssertf(pWebImpl, "Failed to get Impl");
1889
1890         Rectangle windowRect(x, y, w, h);
1891         result r = pWebImpl->ShowFormDataWindow(windowRect, pSmartData->self);
1892         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, EINA_FALSE, r, "[%s] Propagating.", GetErrorMessage(r));
1893
1894         return EINA_TRUE;
1895 }
1896
1897
1898 Eina_Bool
1899 OnFormDataCandidateHide(Ewk_View_Smart_Data *pSmartData)
1900 {
1901         SysAssertf(pSmartData, "Failed to request");
1902
1903         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1904         SysAssertf(pWebImpl, "Failed to get Impl");
1905
1906         if (pWebImpl->IsFormDataWindowVisible())
1907         {
1908                 pWebImpl->HideFormDataWindow();
1909         }
1910
1911         return EINA_TRUE;
1912 }
1913
1914
1915 Eina_Bool
1916 OnFormDataCandidateUpdate(Ewk_View_Smart_Data *pSmartData, Eina_List *pDataList)
1917 {
1918         SysAssertf(pSmartData, "Failed to request");
1919
1920         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1921         SysAssertf(pWebImpl, "Failed to get Impl");
1922
1923         pWebImpl->SetFormDataList(pDataList);
1924
1925         return EINA_TRUE;
1926 }
1927
1928
1929 Eina_Bool
1930 OnFormDataCandidateIsShowing(Ewk_View_Smart_Data *pSmartData)
1931 {
1932         SysAssertf(pSmartData, "Failed to request");
1933
1934         _WebImpl* pWebImpl = reinterpret_cast<_WebImpl*>(evas_object_data_get(pSmartData->self, WEB_CTRL));
1935         SysAssertf(pWebImpl, "Failed to get Impl");
1936
1937         if (pWebImpl->IsFormDataWindowVisible())
1938         {
1939                 return EINA_TRUE;
1940         }
1941         else
1942         {
1943                 return EINA_FALSE;
1944         }
1945 }
1946
1947
1948 void
1949 OnCookiesPolicyGot(Ewk_Cookie_Accept_Policy policy, Ewk_Web_Error *pError, void *pUserData)
1950 {
1951         _WebPresenter* pPresenter = reinterpret_cast< _WebPresenter* >(pUserData);
1952         SysAssertf(pPresenter && !pError, "Failed to request");
1953
1954         bool ret = EINA_TRUE;
1955
1956         switch (policy)
1957         {
1958         case EWK_COOKIE_ACCEPT_POLICY_ALWAYS:
1959                 //fall through
1960         case EWK_COOKIE_ACCEPT_POLICY_NO_THIRD_PARTY:
1961                 ret = EINA_TRUE;
1962                 break;
1963
1964         case EWK_COOKIE_ACCEPT_POLICY_NEVER:
1965                 //fall through
1966                 ret = EINA_FALSE;
1967                 break;
1968
1969         default:
1970                 SysAssert(false);
1971         }
1972
1973         SysLog(NID_WEB_CTRL, "The current value of policy is %d", ret);
1974
1975         pPresenter->EndAsyncProcess(ret);
1976 }
1977
1978
1979 void
1980 OnScriptExecuted(Evas_Object* pView, const char* pResult, void* pUserData)
1981 {
1982         _WebPresenter* pPresenter = reinterpret_cast< _WebPresenter* >(pUserData);
1983         SysAssertf(pPresenter, "Failed to request");
1984
1985         String result(pResult);
1986         SysLog(NID_WEB_CTRL, "result : %ls", result.GetPointer());
1987
1988         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(evas_object_data_get(pView, WEB_CTRL));
1989         _WebManager* pWebManager = _WebManager::GetInstance();
1990         if (pWebManager->IsValidCallback(reinterpret_cast< int >(pImpl), reinterpret_cast< int >(pPresenter)))
1991         {
1992                 pPresenter->EndAsyncProcess(result);
1993         }
1994 }
1995
1996
1997 void
1998 OnTextFound(void* pUserData, Evas_Object* pView, void* pEventInfo)
1999 {
2000         _WebImpl* pImpl = reinterpret_cast< _WebImpl* >(pUserData);
2001         SysAssertf(pImpl, "Failed to request");
2002
2003         int* pTotalCount = reinterpret_cast< int* >(pEventInfo);
2004         SysLog(NID_WEB_CTRL, "The current value of totalCount is %d", *pTotalCount);
2005
2006         _WebPresenter* pWebPresenter = pImpl->GetSearchPresenter();
2007
2008         if (pWebPresenter)
2009         {
2010                 pWebPresenter->EndAsyncProcess(*pTotalCount);
2011         }
2012         else
2013         {
2014                 if (pImpl->GetTextSearchListener())
2015                 {
2016                         result r = E_SUCCESS;
2017
2018                         int ordinal = 0;
2019
2020                         if (*pTotalCount > 0)
2021                         {
2022                                 ordinal = pImpl->GetAsyncSearchOrdinal();
2023                                 pImpl->SetAsyncSearchResult(*pTotalCount);
2024                         }
2025
2026                         if (pImpl->GetPendingAsyncSearchCount() > 0)
2027                         {
2028                                 return;
2029                         }
2030
2031                         std::unique_ptr<Integer> pCount(new (std::nothrow) Integer(*pTotalCount));
2032                         std::unique_ptr<Integer> pOrdinal(new (std::nothrow) Integer(ordinal));
2033                         std::unique_ptr<_TextSearchEventArg> pEventArg(new (std::nothrow) _TextSearchEventArg(WEB_EVENT_TEXTSEARCHLISTENER_TEXT_FOUND));
2034                         SysTryReturnVoidResult(NID_WEB_CTRL, pCount.get() && pOrdinal.get() && pEventArg.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2035
2036                         r = pEventArg->SetEventInfo(_TextSearchEventArg::TOTAL_COUNT, *pCount.get());
2037                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
2038                         pCount.release();
2039
2040                         r = pEventArg->SetEventInfo(_TextSearchEventArg::CURRENT_ORDINAL, *pOrdinal.get());
2041                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
2042                         pOrdinal.release();
2043
2044                         r = pImpl->GetWebEvent()->FireAsync(*pEventArg.get());
2045                         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
2046                         pEventArg.release();
2047                 }
2048         }
2049 }
2050
2051
2052 class _JsBridgeHashCodeProvider
2053         : public Tizen::Base::Collection::IHashCodeProviderT< Tizen::Base::String >
2054 {
2055 public:
2056         _JsBridgeHashCodeProvider(){}
2057         virtual ~_JsBridgeHashCodeProvider(void) {}
2058
2059
2060         int GetHashCode(const Tizen::Base::String& obj) const
2061         {
2062                 return obj.GetHashCode();
2063         }
2064
2065 };
2066
2067
2068 //Comparer implementation
2069 class _JsBridgeComparer
2070         : public Tizen::Base::Collection::IComparerT< Tizen::Base::String >
2071 {
2072 public:
2073         _JsBridgeComparer(){}
2074         virtual ~_JsBridgeComparer(void) {}
2075
2076
2077         result Compare(const Tizen::Base::String& obj1, const Tizen::Base::String& obj2, int& cmp) const
2078         {
2079                 if (obj1 == obj2)
2080                 {
2081                         cmp = 0;
2082                 }
2083                 else
2084                 {
2085                         cmp = 1;
2086                 }
2087
2088                 return E_SUCCESS;
2089         }
2090
2091 };
2092
2093
2094 _WebImpl::_WebImpl(Web* pWeb, Tizen::Ui::_Control* pCore)
2095         : _ContainerImpl(pWeb, pCore)
2096         , __isFooterVisible(false)
2097         , __isKeypadVisible(false)
2098         , __isKeypadOpened(false)
2099         , __isLoadingErrorOccurred(false)
2100         , __isRedirectRequested(false)
2101         , __isCertificateRequested(false)
2102         , __isCertificateConfirmed(false)
2103         , __isFormDataVisible(false)
2104         , __keypadBounds(0, 0, 0, 0)
2105         , __pWebCore(null)
2106         , __pUserLoadingListener(null)
2107         , __pUserUiListener(null)
2108         , __pUserUiListenerF(null)
2109         , __pUserKeypadEventListener(null)
2110         , __pTextSearchListener(null)
2111         , __pKeypad(null)
2112         , __pJsBridgeList(null)
2113         , __pJsProvider(null)
2114         , __pJsComparer(null)
2115         , __pWebDownloadHandler(null)
2116         , __pWebEvent(null)
2117         , __pAuthChallenge(null)
2118         , __pAuthPopup(null)
2119         , __pUserMediaConfirmPopup(null)
2120         , __pContentHandlerConfirmPopup(null)
2121         , __pProtocolHandlerConfirmPopup(null)
2122         , __pGeolocationConfirmPopup(null)
2123         , __pNotificationConfirmPopup(null)
2124         , __pScriptAlertConfirmPopup(null)
2125         , __pScriptConfirmPopup(null)
2126         , __pAppCacheConfirmPopup(null)
2127         , __pDbQuotaConfirmPopup(null)
2128         , __pLocalFsQuotaConfirmPopup(null)
2129         , __pIndexedDbQuotaConfirmPopup(null)
2130         , __pPromptPopup(null)
2131         , __pCertConfirmPopup(null)
2132         , __pSelectBox(null)
2133         , __pDatePicker(null)
2134         , __pColorPicker(null)
2135         , __pFormDataWindow(null)
2136         , __pVibrator(null)
2137         , __policy(WEB_DECISION_CONTINUE)
2138         , __defaultUserAgent(L"")
2139         , __pFormDataList(null)
2140         , __popupClosed(false)
2141 {
2142         __textSearch.__searchAll = false;
2143         __textSearch.__searchForward = true;
2144         __textSearch.__caseSensitive = false;
2145         __textSearch.__pending = 0;
2146         __textSearch.__currentIndex = 1;
2147         __textSearch.__totalCount = -1;
2148         __textSearch.__text = L"";
2149 }
2150
2151
2152 _WebImpl::~_WebImpl()
2153 {
2154         _WebManager* pWebManager = _WebManager::GetInstance();
2155         SysTryCatch(NID_WEB_CTRL, pWebManager, , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2156
2157         pWebManager->RemoveWeb(reinterpret_cast< int >(this));
2158         pWebManager->RemoveActiveWeb(this);
2159
2160 CATCH:
2161         RemoveEventListenerCallback();
2162
2163         ClearCertificateDb();
2164 }
2165
2166
2167 _WebImpl*
2168 _WebImpl::CreateWebImplN(Web* pControl, const Rectangle& bounds)
2169 {
2170         result r = E_SUCCESS;
2171
2172         r = GET_SIZE_INFO(Web).CheckInitialSizeValid(Dimension(bounds.width, bounds.height), _CONTROL_ORIENTATION_PORTRAIT);
2173         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
2174
2175         _Web* pCore = _Web::CreateWebN();
2176         SysTryReturn(NID_WEB_CTRL, pCore, null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2177
2178         _WebImpl* pImpl = new (std::nothrow) _WebImpl(pControl, pCore);
2179
2180         r = CheckConstruction(pCore, pImpl);
2181         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
2182
2183         r = pImpl->InitializeBoundsProperties(GET_SIZE_INFO(Web), bounds, pCore->GetOrientation());
2184         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2185
2186         r = pImpl->Construct();
2187         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2188
2189         return pImpl;
2190
2191 CATCH:
2192         delete pImpl;
2193
2194         return null;
2195 }
2196
2197
2198 _WebImpl*
2199 _WebImpl::CreateWebImplN(Web* pControl, const FloatRectangle& bounds)
2200 {
2201         result r = E_SUCCESS;
2202
2203         r = GET_SIZE_INFO(Web).CheckInitialSizeValidF(FloatDimension(bounds.width, bounds.height), _CONTROL_ORIENTATION_PORTRAIT);
2204         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
2205
2206         _Web* pCore = _Web::CreateWebN();
2207         SysTryReturn(NID_WEB_CTRL, pCore, null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2208
2209         _WebImpl* pImpl = new (std::nothrow) _WebImpl(pControl, pCore);
2210
2211         r = CheckConstruction(pCore, pImpl);
2212         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
2213
2214         r = pImpl->InitializeBoundsPropertiesF(GET_SIZE_INFO(Web), bounds, pCore->GetOrientation());
2215         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2216
2217         r = pImpl->Construct();
2218         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2219
2220         return pImpl;
2221
2222 CATCH:
2223         delete pImpl;
2224
2225         return null;
2226 }
2227
2228
2229 result
2230 _WebImpl::Construct(void)
2231 {
2232         result r = E_SUCCESS;
2233
2234         r = __mutex.Create();
2235         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2236
2237         r = __textSearch.__searchQueue.Construct();
2238         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2239
2240         r = __webNotificationList.Construct();
2241         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2242
2243         r = InitJsBridgeList();
2244         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2245
2246         r = InitWebEvent();
2247         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2248
2249         __pWebCore = dynamic_cast< _Web* >(&(GetCore()));
2250         SysTryReturnResult(NID_WEB_CTRL, __pWebCore, E_SYSTEM, "A system error has been occurred. Failed to get web control");
2251
2252         return E_SUCCESS;
2253 }
2254
2255
2256 result
2257 _WebImpl::InitializeSetting(void)
2258 {
2259         result r = E_SUCCESS;
2260
2261         WebSetting* pWebSetting = __pWebCore->GetSetting();
2262         _WebSettingImpl* pWebSettingImpl = _WebSettingImpl::GetInstance(pWebSetting);
2263
2264         SetCookieEnabled(pWebSettingImpl->IsCookieEnabled());
2265         SetPrivateBrowsingEnabled(pWebSettingImpl->IsPrivateBrowsingEnabled());
2266
2267         __defaultUserAgent = pWebSettingImpl->GetUserAgent();
2268
2269         r = SetSetting(*pWebSetting);
2270         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2271
2272         SetEventListenerCallback();
2273
2274         return E_SUCCESS;
2275 }
2276
2277
2278 bool
2279 _WebImpl::IsLayoutable(void) const
2280 {
2281         return true;
2282 }
2283
2284
2285 result
2286 _WebImpl::InitWebEvent(void)
2287 {
2288         __pWebEvent = std::unique_ptr<_WebEvent>(new (std::nothrow) _WebEvent());
2289         SysTryReturnResult(NID_WEB_CTRL, __pWebEvent.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
2290
2291         return __pWebEvent->Construct(*this);
2292 }
2293
2294
2295 _WebEvent*
2296 _WebImpl::GetWebEvent(void) const
2297 {
2298         return __pWebEvent.get();
2299 }
2300
2301
2302 Eina_Hash*
2303 _WebImpl::ConvertToSlpHeaderN(const HttpHeader& header) const
2304 {
2305         Eina_Hash* pHttpHeader = null;
2306
2307         std::unique_ptr<IList> pFieldNameList(header.GetFieldNamesN());
2308         if (pFieldNameList.get())
2309         {
2310                 pHttpHeader = eina_hash_string_small_new(FreeCharArray);
2311                 SysTryReturn(NID_WEB_CTRL, pHttpHeader, null, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2312                 
2313                 int count = pFieldNameList->GetCount();
2314
2315                 for (int i = 0; i < count; i++)
2316                 {
2317                         String* pFieldName = dynamic_cast< String* >(pFieldNameList->GetAt(i));
2318                         SysTryCatch(NID_WEB_CTRL, pFieldName, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2319
2320                         std::unique_ptr<char[]> pKey(_StringConverter::CopyToCharArrayN(*pFieldName));
2321                         SysTryCatch(NID_WEB_CTRL, pKey.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2322
2323                         std::unique_ptr<IEnumerator> pFieldValueEnum(header.GetFieldValuesN(*pFieldName));
2324                         SysTryCatch(NID_WEB_CTRL, pFieldValueEnum.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2325                         
2326                         while (pFieldValueEnum->MoveNext() == E_SUCCESS)
2327                         {
2328                                 Eina_Bool ret = false;
2329
2330                                 String* pFieldValue = dynamic_cast< String* >(pFieldValueEnum->GetCurrent());
2331                                 SysTryCatch(NID_WEB_CTRL, pFieldValue, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2332
2333                                 std::unique_ptr<char[]> pValue(_StringConverter::CopyToCharArrayN(*pFieldValue));
2334                                 SysTryCatch(NID_WEB_CTRL, pValue.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2335
2336                                 ret = eina_hash_add(pHttpHeader, pKey.get(), pValue.release());
2337                                 SysTryCatch(NID_WEB_CTRL, ret == EINA_TRUE, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2338                         }
2339                 }
2340         }
2341         return pHttpHeader;
2342
2343 CATCH:
2344         eina_hash_free(pHttpHeader);
2345
2346         return null;
2347 }
2348
2349
2350 result
2351 _WebImpl::LoadUrl(const String& url) const
2352 {
2353         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(url));
2354         SysTryReturn(NID_WEB_CTRL, pUrl.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2355
2356         ewk_view_url_set(__pWebCore->GetWebNativeNode(), pUrl.get());
2357
2358         return E_SUCCESS;
2359 }
2360
2361
2362 result 
2363 _WebImpl::LoadUrl(const String& url, const HttpHeader& header)
2364 {
2365         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(url));
2366         SysTryReturn(NID_WEB_CTRL, pUrl.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2367         
2368         Eina_Hash* pHttpHeader = ConvertToSlpHeaderN(header);
2369
2370         ewk_view_url_request_set(__pWebCore->GetWebNativeNode(), pUrl.get(), EWK_HTTP_METHOD_GET, pHttpHeader, null);
2371
2372         eina_hash_free(pHttpHeader);
2373
2374         return E_SUCCESS;
2375 }
2376
2377
2378 result
2379 _WebImpl::LoadUrlWithPostRequest(const String& url, const HttpHeader& header, const ByteBuffer& body) const
2380 {
2381         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(url));
2382         SysTryReturn(NID_WEB_CTRL, pUrl.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2383
2384         Eina_Hash* pHttpHeader = ConvertToSlpHeaderN(header);
2385
2386         ewk_view_url_request_set(__pWebCore->GetWebNativeNode(), pUrl.get(), EWK_HTTP_METHOD_POST, pHttpHeader, reinterpret_cast< const char* >(body.GetPointer()));
2387
2388         eina_hash_free(pHttpHeader);
2389
2390         return E_SUCCESS;
2391 }
2392
2393
2394 result
2395 _WebImpl::LoadData(const String& baseUrl, const ByteBuffer& content, const String& mime, const String& encoding) const
2396 {
2397         SysTryReturnResult(NID_WEB_CTRL, content.GetLimit() > 0, E_INVALID_ARG, "The content buffer is empty.");
2398
2399         std::unique_ptr<char[]> pUrl(_StringConverter::CopyToCharArrayN(baseUrl));
2400         std::unique_ptr<char[]> pMime(_StringConverter::CopyToCharArrayN(mime));
2401         std::unique_ptr<char[]> pEncoding(_StringConverter::CopyToCharArrayN(encoding));
2402         SysTryReturn(NID_WEB_CTRL, pUrl.get() && pMime.get() && pEncoding.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2403
2404         ewk_view_contents_set(__pWebCore->GetWebNativeNode(), reinterpret_cast< const char* >(content.GetPointer()), content.GetLimit(), pMime.get(), pEncoding.get(), pUrl.get());
2405
2406         return E_SUCCESS;
2407 }
2408
2409
2410 void
2411 _WebImpl::Pause(void)
2412 {
2413         ewk_view_suspend(__pWebCore->GetWebNativeNode());
2414 }
2415
2416
2417 void
2418 _WebImpl::Resume(void)
2419 {
2420         ewk_view_resume(__pWebCore->GetWebNativeNode());
2421 }
2422
2423
2424 result
2425 _WebImpl::ShowSelectBoxPopup(bool isMultiSelect, const String& title, Eina_List* pItems, Evas_Object* pWebView, int selectedIndex)
2426 {
2427         __pSelectBox.reset();
2428
2429         SysTryReturnResult(NID_WEB_CTRL, eina_list_count(pItems) > 0, E_SYSTEM, "ItemCount is invalid.");
2430
2431         result r = E_SUCCESS;
2432
2433         std::unique_ptr<_SelectBox> pSelectBox(new (std::nothrow) _SelectBox());
2434         SysTryReturnResult(NID_WEB_CTRL, pSelectBox.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
2435
2436         r = pSelectBox->Construct(isMultiSelect, title, DEFAULT_LIST_ITEM_COUNT, pWebView);
2437         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2438
2439         r = pSelectBox->UpdateList(pItems, selectedIndex, false, false);
2440         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2441
2442         __pSelectBox = std::move(pSelectBox);
2443
2444         return __pSelectBox->ShowPopup();
2445 }
2446
2447
2448 result
2449 _WebImpl::UpdateSelectBoxPopup(Eina_List* pItems, int selectedIndex, bool isGroupedList)
2450 {
2451         SysTryReturnResult(NID_WEB_CTRL, __pSelectBox.get(), E_SYSTEM, "SlectBox instance does not exist.");
2452
2453         return __pSelectBox->UpdateList(pItems, selectedIndex, true, isGroupedList);
2454 }
2455
2456
2457 result
2458 _WebImpl::ClearSelectBoxPopup(void)
2459 {
2460         SysTryReturnResult(NID_WEB_CTRL, __pSelectBox.get(), E_SYSTEM, "SlectBox instance does not exist.");
2461
2462         __pSelectBox.reset();
2463
2464         Resume();
2465
2466         return E_SUCCESS;
2467 }
2468
2469
2470 _InputPickerPopup*
2471 _WebImpl::GetDatepicker(void)
2472 {
2473         _InputPickerPopup* pInputPicker =null;
2474         if (__pDatePicker)
2475         {
2476                 pInputPicker =  __pDatePicker.get();
2477         }
2478         return pInputPicker;
2479 }
2480
2481
2482 _InputPickerPopup*
2483 _WebImpl::GetColorpicker(void)
2484 {
2485         _InputPickerPopup* pInputPicker =null;
2486         if (__pColorPicker)
2487         {
2488                 pInputPicker =  __pColorPicker.get();
2489         }
2490         return pInputPicker;
2491 }
2492
2493
2494 bool
2495 _WebImpl::CanGoBack(void) const
2496 {
2497         return static_cast< bool >(ewk_view_back_possible(__pWebCore->GetWebNativeNode()));
2498 }
2499
2500
2501 bool
2502 _WebImpl::CanGoForward(void) const
2503 {
2504         return static_cast< bool >(ewk_view_forward_possible(__pWebCore->GetWebNativeNode()));
2505 }
2506
2507
2508 void
2509 _WebImpl::GoBack(void) const
2510 {
2511         ewk_view_back(__pWebCore->GetWebNativeNode());
2512 }
2513
2514
2515 void
2516 _WebImpl::GoForward(void) const
2517 {
2518         ewk_view_forward(__pWebCore->GetWebNativeNode());
2519 }
2520
2521
2522 Tizen::Base::String
2523 _WebImpl::GetUrl(void) const
2524 {
2525         return ewk_view_url_get(__pWebCore->GetWebNativeNode());
2526 }
2527
2528
2529 Tizen::Base::String
2530 _WebImpl::GetTitle(void) const
2531 {
2532         return ewk_view_title_get(__pWebCore->GetWebNativeNode());
2533 }
2534
2535
2536 void
2537 _WebImpl::StopLoading(void) const
2538 {
2539         ewk_view_stop(__pWebCore->GetWebNativeNode());
2540 }
2541
2542
2543 void
2544 _WebImpl::Reload(void) const
2545 {
2546         ewk_view_reload(__pWebCore->GetWebNativeNode());
2547 }
2548
2549
2550 String*
2551 _WebImpl::EvaluateJavascriptN(const String& scriptCode)
2552 {
2553         Evas_Object* pView = __pWebCore->GetWebNativeNode();
2554         if (!pView)
2555         {
2556                 return null;
2557         }
2558         
2559         std::unique_ptr<char[]> pScript(_StringConverter::CopyToCharArrayN(scriptCode));
2560         SysTryReturn(NID_WEB_CTRL, pScript.get(), null, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2561
2562         std::unique_ptr<_WebPresenter> pPresenter(new (std::nothrow) _WebPresenter(this));
2563         SysTryReturn(NID_WEB_CTRL, pPresenter.get(), null, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2564
2565         ewk_view_script_execute(pView, pScript.get(), OnScriptExecuted, pPresenter.get());
2566
2567         String* pResult = new (std::nothrow) String(L"");
2568         SysTryReturn(NID_WEB_CTRL, pResult, null, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2569
2570         pPresenter->WaitAsyncProcess(*pResult);
2571
2572         return pResult;
2573 }
2574
2575
2576 result
2577 _WebImpl::SetZoomLevel(float level)
2578 {
2579         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);
2580
2581         ewk_view_scale_set(__pWebCore->GetWebNativeNode(), static_cast< double >(level), 0, 0);
2582
2583         return E_SUCCESS;
2584 }
2585
2586
2587 float
2588 _WebImpl::GetZoomLevel(void) const
2589 {
2590         return static_cast< float >(ewk_view_scale_get(__pWebCore->GetWebNativeNode()));
2591 }
2592
2593
2594 const PageNavigationList*
2595 _WebImpl::GetBackForwardListN(void) const
2596 {
2597         Evas_Object* pView = __pWebCore->GetWebNativeNode();
2598         if (!pView)
2599         {
2600                 return null;
2601         }
2602
2603         result r = E_SUCCESS;
2604
2605         _PageNavigationListImpl* pNavigationListImpl = null;
2606         _HistoryItemImpl* pHistoryItemImpl = null;
2607
2608         std::unique_ptr<PageNavigationList> pNavigationList;
2609         std::unique_ptr<ArrayList, AllElementsDeleter> pHistoryList;
2610
2611         int backCount = 0;
2612         int forwardCount = 0;
2613
2614         String url(L"");
2615         String title(L"");
2616
2617         Ewk_History* pEwkHistoryList = ewk_view_history_get(pView);
2618         SysTryReturn(NID_WEB_CTRL, pEwkHistoryList, null, E_SYSTEM, "[%s] A system error has been occurred. Failed to get full history.", GetErrorMessage(E_SYSTEM));
2619
2620         Ewk_History_Item* pEwkItem = ewk_history_nth_item_get(pEwkHistoryList, 0);
2621         SysTryCatch(NID_WEB_CTRL, pEwkItem, , E_DATA_NOT_FOUND, "[%s] There is no history.", GetErrorMessage(E_DATA_NOT_FOUND));
2622
2623         pNavigationList = std::unique_ptr<PageNavigationList>(new (std::nothrow) PageNavigationList());
2624         SysTryCatch(NID_WEB_CTRL, pNavigationList.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2625
2626         pNavigationListImpl = _PageNavigationListImpl::GetInstance(pNavigationList.get());
2627         SysTryCatch(NID_WEB_CTRL, pNavigationListImpl, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2628
2629         pHistoryList = std::unique_ptr<ArrayList, AllElementsDeleter>(new (std::nothrow) ArrayList());
2630         SysTryCatch(NID_WEB_CTRL, pHistoryList.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2631
2632         r = pHistoryList->Construct();
2633         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2634
2635         backCount = ewk_history_back_list_length_get(pEwkHistoryList);
2636         forwardCount = ewk_history_forward_list_length_get(pEwkHistoryList);
2637         SysLog(NID_WEB_CTRL, "The current value of backCount is %d, forwardCount is %d", backCount, forwardCount);
2638
2639         for (int i = -backCount; i < forwardCount + 1; i++)
2640         {
2641                 std::unique_ptr<HistoryItem> pHistoryItem(new (std::nothrow) HistoryItem());
2642                 SysTryCatch(NID_WEB_CTRL, pHistoryItem.get(), , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2643
2644                 pHistoryItemImpl = _HistoryItemImpl::GetInstance(pHistoryItem.get());
2645                 SysTryCatch(NID_WEB_CTRL, pHistoryItemImpl, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2646
2647                 pEwkItem = ewk_history_nth_item_get(pEwkHistoryList, i);
2648                 SysTryCatch(NID_WEB_CTRL, pEwkItem, , E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2649
2650                 url = ewk_history_item_uri_get(pEwkItem);
2651                 title = ewk_history_item_title_get(pEwkItem);
2652                 SysSecureLog(NID_WEB_CTRL, "The current value of url is %s, title is %s", url.GetPointer(), title.GetPointer());
2653
2654                 pHistoryItemImpl->SetHistoryItem(url, title);
2655
2656                 r = pHistoryList->Add(*pHistoryItem.get());
2657                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
2658                 pHistoryItem.release();
2659         }
2660
2661         pNavigationListImpl->SetPageNavigationList(pHistoryList.release(), backCount);
2662
2663         ewk_history_free(pEwkHistoryList);
2664
2665         return pNavigationList.release();
2666
2667 CATCH:
2668         ewk_history_free(pEwkHistoryList);
2669
2670         return null;
2671 }
2672
2673
2674 bool
2675 _WebImpl::SearchText(const String& text, bool searchForward)
2676 {
2677         Evas_Object* pView = __pWebCore->GetWebNativeNode();
2678         if (!pView)
2679         {
2680                 return false;
2681         }
2682
2683         result r = E_SUCCESS;
2684
2685         Ewk_Find_Options condition = static_cast< Ewk_Find_Options >(EWK_FIND_OPTIONS_SHOW_HIGHLIGHT | EWK_FIND_OPTIONS_CASE_INSENSITIVE);
2686
2687         if (!searchForward)
2688         {
2689             condition = static_cast < Ewk_Find_Options >(condition | EWK_FIND_OPTIONS_BACKWARDS);
2690         }
2691
2692         std::unique_ptr<_WebPresenter> pPresenter(new (std::nothrow) _WebPresenter(this));
2693         SysTryReturn(NID_WEB_CTRL, pPresenter.get(), false, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
2694
2695         r = SynchronizeSearch(SEARCH_SYNC, pView, condition, text, searchForward, false, pPresenter.get());
2696         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, false, r, "[%s] Propagating.", GetErrorMessage(r));
2697
2698         int result = 0;
2699         pPresenter->WaitAsyncProcess(result);
2700
2701         return static_cast < bool >(result);
2702 }
2703
2704
2705 result
2706 _WebImpl::SearchTextAllAsync(const Tizen::Base::String& text, bool caseSensitive)
2707 {
2708         Evas_Object* pView = __pWebCore->GetWebNativeNode();
2709         if (!pView)
2710         {
2711                 return E_SUCCESS;
2712         }
2713
2714         result r = E_SUCCESS;
2715
2716         Ewk_Find_Options condition = EWK_FIND_OPTIONS_SHOW_HIGHLIGHT;
2717
2718         if (!caseSensitive)
2719         {
2720             condition = static_cast <Ewk_Find_Options>(condition | EWK_FIND_OPTIONS_CASE_INSENSITIVE);
2721         }
2722
2723         r = SynchronizeSearch(SEARCH_ALL_ASYNC, pView, condition, text, true, caseSensitive);
2724         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2725
2726         return E_SUCCESS;
2727 }
2728
2729
2730 result
2731 _WebImpl::SearchNextAsync(bool searchForward)
2732 {
2733         Evas_Object* pView = __pWebCore->GetWebNativeNode();
2734         if (!pView)
2735         {
2736                 return E_SUCCESS;
2737         }
2738
2739         SysTryReturnResult(NID_WEB_CTRL, __textSearch.__searchAll && __textSearch.__totalCount > -1, E_INVALID_OPERATION, "The SearchTextAllAsync() method is not called or completed.");
2740         SysTryReturnResult(NID_WEB_CTRL, (searchForward && __textSearch.__currentIndex < __textSearch.__totalCount) || (!searchForward && __textSearch.__currentIndex > 1)
2741                 , E_OBJ_NOT_FOUND,  "The Next instance is not available.");
2742
2743         result r = E_SUCCESS;
2744
2745         Ewk_Find_Options condition = EWK_FIND_OPTIONS_SHOW_HIGHLIGHT;
2746
2747         if (!__textSearch.__caseSensitive)
2748         {
2749                 condition = static_cast <Ewk_Find_Options>(condition | EWK_FIND_OPTIONS_CASE_INSENSITIVE);
2750         }
2751
2752         if (!searchForward)
2753         {
2754                 condition = static_cast <Ewk_Find_Options>(condition | EWK_FIND_OPTIONS_BACKWARDS);
2755         }
2756
2757         r = SynchronizeSearch(SEARCH_NEXT_ASYNC, pView, condition, __textSearch.__text, searchForward);
2758         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
2759
2760         return E_SUCCESS;
2761 }
2762
2763
2764 result
2765 _WebImpl::SynchronizeSearch(_SearchType type, Evas_Object* pView, Ewk_Find_Options condition, const Tizen::Base::String& text, bool searchForward, bool caseSensitive,  _WebPresenter* pWebPresenter)
2766 {
2767         MutexGuard lock(__mutex);
2768
2769         std::unique_ptr<char[]> pText(_StringConverter::CopyToCharArrayN(text));
2770         SysTryReturn(NID_WEB_CTRL, pText.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2771
2772         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
2773         SysAssertf(pSettings, "Failed to get webkit instance.");
2774         ewk_settings_clear_text_selection_automatically_set(pSettings, true);
2775
2776         switch (type)
2777         {
2778         case SEARCH_SYNC:
2779                 if (__textSearch.__searchAll)
2780                 {
2781                         DisableAsyncSearch();
2782
2783                         __textSearch.__searchQueue.Enqueue(this);
2784                         __textSearch.__searchQueue.Enqueue(pWebPresenter);
2785
2786                         ewk_view_text_find(pView, "", condition, MAX_TEXT_MATCH);
2787                         ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2788                 }
2789                 else
2790                 {
2791                         __textSearch.__searchQueue.Enqueue(pWebPresenter);
2792
2793                         ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2794                 }
2795                 break;
2796
2797         case SEARCH_ALL_ASYNC:
2798                 __textSearch.__searchAll = true;
2799                 __textSearch.__text = text;
2800                 __textSearch.__searchForward = true;
2801                 __textSearch.__caseSensitive = caseSensitive;
2802                 __textSearch.__totalCount = -1;
2803                 __textSearch.__currentIndex = 1;
2804
2805                 __textSearch.__searchQueue.Enqueue(this);
2806                 __textSearch.__searchQueue.Enqueue(this);
2807
2808                 ewk_view_text_find(pView, "", condition, MAX_TEXT_MATCH);
2809                 ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2810                 break;
2811
2812         case SEARCH_NEXT_ASYNC:
2813                 __textSearch.__searchForward = searchForward;
2814
2815                 CalculateAsyncSearchOrdinal();
2816
2817                 __textSearch.__searchQueue.Enqueue(this);
2818
2819                 ewk_view_text_find(pView, pText.get(), condition, MAX_TEXT_MATCH);
2820                 break;
2821
2822         default:
2823                 SysAssert(false);
2824         }
2825
2826         return E_SUCCESS;
2827 }
2828
2829
2830 void
2831 _WebImpl::SetAsyncSearchResult(int totalCount)
2832 {
2833         __textSearch.__totalCount = totalCount;
2834 }
2835
2836
2837 _WebPresenter*
2838 _WebImpl::GetSearchPresenter(void)
2839 {
2840         MutexGuard lock(__mutex);
2841
2842         return dynamic_cast< _WebPresenter* >(__textSearch.__searchQueue.Dequeue());
2843 }
2844
2845
2846  int
2847  _WebImpl::GetPendingAsyncSearchCount(void) const
2848 {
2849         return __textSearch.__searchQueue.GetCount();
2850 }
2851
2852
2853 void
2854 _WebImpl::CalculateAsyncSearchOrdinal(void)
2855 {
2856         if (__textSearch.__searchForward)
2857         {
2858                 __textSearch.__currentIndex++;
2859         }
2860         else
2861         {
2862                 __textSearch.__currentIndex--;
2863         }
2864 }
2865
2866
2867  int
2868  _WebImpl::GetAsyncSearchOrdinal(void) const
2869 {
2870         return __textSearch.__currentIndex;
2871 }
2872
2873
2874  void
2875  _WebImpl::DisableAsyncSearch(void)
2876 {
2877         __textSearch.__searchAll = false;
2878 }
2879
2880
2881 result
2882 _WebImpl::SetSetting(const WebSetting& setting)
2883 {
2884         if (__pWebCore->GetWebNativeNode())
2885         {
2886                 Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
2887                 Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
2888                 SysAssertf(pContext && pSettings, "Failed to get webkit instance.");
2889
2890                 std::unique_ptr<char[]> pEncoding(_StringConverter::CopyToCharArrayN(setting.GetDefaultTextEncoding()));
2891                 SysTryReturn(NID_WEB_CTRL, pEncoding.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2892
2893                 ewk_settings_default_encoding_set(pSettings, pEncoding.get());
2894
2895                 switch (setting.GetCacheControl())
2896                 {
2897                 case WEB_CACHE_VALIDATED:
2898                         ewk_context_cache_disabled_set(pContext, EINA_FALSE);
2899                         break;
2900
2901                 case WEB_CACHE_IGNORE:
2902                         ewk_context_cache_disabled_set(pContext, EINA_TRUE);
2903                         break;
2904
2905                 default:
2906                         SysAssert(false);
2907                 }
2908
2909                 if (setting.GetInputStyle() == INPUT_STYLE_OVERLAY)
2910                 {
2911                         ewk_settings_default_keypad_enabled_set(pSettings, EINA_TRUE);
2912                 }
2913                 else
2914                 {
2915                         ewk_settings_default_keypad_enabled_set(pSettings, EINA_FALSE);
2916                 }
2917
2918                 ewk_settings_font_default_size_set(pSettings, static_cast< Eina_Bool >(setting.GetFontSize()));
2919
2920                 ewk_settings_javascript_enabled_set(pSettings, static_cast< Eina_Bool >(setting.IsJavascriptEnabled()));
2921
2922                 ewk_settings_loads_images_automatically_set(pSettings, static_cast< Eina_Bool >(setting.IsAutoImageLoadEnabled()));
2923
2924                 if (__defaultUserAgent != setting.GetUserAgent())
2925                 {
2926                         std::unique_ptr<char[]> pAgent(_StringConverter::CopyToCharArrayN(setting.GetUserAgent()));
2927                         SysTryReturn(NID_WEB_CTRL, pAgent.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
2928
2929                         ewk_view_user_agent_set(__pWebCore->GetWebNativeNode(), pAgent.get());
2930                 }
2931
2932                 ewk_settings_auto_fitting_set(pSettings, static_cast< Eina_Bool >(setting.IsAutoFittingEnabled()));
2933
2934                 ewk_settings_scripts_window_open_set(pSettings,  static_cast< Eina_Bool >(setting.IsJavaScriptPopupEnabled()));
2935
2936                 ewk_settings_form_candidate_data_enabled_set(pSettings,  static_cast< Eina_Bool >(setting.IsAutoFormDataShowEnabled()));
2937
2938                 ewk_settings_autofill_password_form_enabled_set(pSettings,  static_cast< Eina_Bool >(setting.IsAutoLoginFormFillEnabled()));
2939         }
2940
2941         _WebSettingImpl* pWebSettingImpl = _WebSettingImpl::GetInstance(__pWebCore->GetSetting());
2942
2943         pWebSettingImpl->SetCertificateErrorHandlingMode(setting.GetCertificateErrorHandlingMode());
2944         pWebSettingImpl->SetDefaultTextEncoding(setting.GetDefaultTextEncoding());
2945         pWebSettingImpl->SetCacheControl(setting.GetCacheControl());
2946         pWebSettingImpl->SetFontSize(setting.GetFontSize());
2947         pWebSettingImpl->SetJavascriptEnabled(setting.IsJavascriptEnabled());
2948         pWebSettingImpl->SetAutoImageLoadEnabled(setting.IsAutoImageLoadEnabled());
2949         pWebSettingImpl->SetInputStyle(setting.GetInputStyle());
2950         pWebSettingImpl->SetUserAgent(setting.GetUserAgent());
2951         pWebSettingImpl->SetAutoFittingEnabled(setting.IsAutoFittingEnabled());
2952         pWebSettingImpl->SetJavaScriptPopupEnabled(setting.IsJavaScriptPopupEnabled());
2953         pWebSettingImpl->SetGeolocationEnabled(setting.IsGeolocationEnabled());
2954         pWebSettingImpl->SetAutoFormDataShowEnabled(setting.IsAutoFormDataShowEnabled());
2955         pWebSettingImpl->SetAutoLoginFormFillEnabled(setting.IsAutoLoginFormFillEnabled());
2956
2957         return E_SUCCESS;
2958 }
2959
2960
2961 WebSetting
2962 _WebImpl::GetSetting(void) const
2963 {
2964         return *__pWebCore->GetSetting();
2965 }
2966
2967
2968 const HitElementResult*
2969 _WebImpl::GetElementByPointN(const Point& point) const
2970 {
2971         return GetElementByPointN(_CoordinateSystemUtils::ConvertToFloat(point));
2972 }
2973
2974
2975 const HitElementResult*
2976 _WebImpl::GetElementByPointN(const FloatPoint& point) const
2977 {
2978         Evas_Object* pView = __pWebCore->GetWebNativeNode();
2979         if (!pView)
2980         {
2981                 return null;
2982         }
2983
2984         SysTryReturn(NID_WEB_CTRL, Contains(point), null, E_INVALID_ARG, "[%s] The point must be contained in the bounds of a web control.", GetErrorMessage(E_INVALID_ARG));
2985
2986         result r = E_SUCCESS;
2987
2988         _HitElementResultImpl* pHitElementResultImpl = null;
2989
2990         std::unique_ptr<HitElementResult> pHitElementResult;
2991         std::unique_ptr<Bitmap> pImage;
2992         std::unique_ptr<HashMap, AllElementsDeleter> pAttributeMap;
2993
2994         Point absPoint(_CoordinateSystemUtils::ConvertToInteger(__pWebCore->GetAbsoluteCoordinate(point)));
2995
2996         Ewk_Hit_Test* pEwkHitTest = ewk_view_hit_test_new(pView, absPoint.x, absPoint.y, EWK_HIT_TEST_MODE_ALL);
2997         SysTryReturn(NID_WEB_CTRL, pEwkHitTest, null, E_SYSTEM, "[%s] Failed to get hit test.", GetErrorMessage(E_SYSTEM));
2998
2999         Eina_Hash* pAttrHash = ewk_hit_test_attribute_hash_get(pEwkHitTest);
3000         Ewk_Hit_Test_Result_Context context = ewk_hit_test_result_context_get(pEwkHitTest);
3001         String url(ewk_hit_test_link_uri_get(pEwkHitTest));
3002         String tagName(ewk_hit_test_tag_name_get(pEwkHitTest));
3003         String nodeValue(ewk_hit_test_node_value_get(pEwkHitTest));
3004
3005         SysSecureLog(NID_WEB_CTRL, "The current value of url is %ls, tag is %ls, value is %ls", url.GetPointer(), tagName.GetPointer(), nodeValue.GetPointer());
3006
3007         pHitElementResult = std::unique_ptr<HitElementResult>(new (std::nothrow) HitElementResult());
3008         SysTryCatch(NID_WEB_CTRL, pHitElementResult.get(), , E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3009
3010         pHitElementResultImpl = _HitElementResultImpl::GetInstance(pHitElementResult.get());
3011         SysTryCatch(NID_WEB_CTRL, pHitElementResultImpl, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3012
3013         if (context & EWK_HIT_TEST_RESULT_CONTEXT_IMAGE)
3014         {
3015                 ByteBuffer buf;
3016                 Image image;
3017                 ImageFormat format;
3018
3019                 int imageLength = ewk_hit_test_image_buffer_length_get(pEwkHitTest);
3020                 void* pImageBuffer = ewk_hit_test_image_buffer_get(pEwkHitTest);
3021                 const char* pExtension = ewk_hit_test_image_file_name_extension_get(pEwkHitTest);
3022                 SysLog(NID_WEB_CTRL, "The current value of imageBuffer is %u, bufferLength is %d, extension is %s", pImageBuffer, imageLength, pExtension);
3023
3024                 r = buf.Construct(imageLength);
3025                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
3026
3027                 r = buf.SetArray(reinterpret_cast< byte* >(pImageBuffer), 0, imageLength);
3028                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
3029
3030                 buf.Rewind();
3031
3032 //              ToDo : webkit doesn't support types such as IMG_FORMAT_WBMP and IMG_FORMAT_TIFF
3033 //              webkit support types such as ico and vp8 additionally
3034                 if (strcmp(pExtension, "gif") == 0)
3035                 {
3036                         format = IMG_FORMAT_GIF;
3037                 }
3038                 else if (strcmp(pExtension, "jpg") == 0)
3039                 {
3040                         format = IMG_FORMAT_JPG;
3041                 }
3042                 else if (strcmp(pExtension, "png") == 0)
3043                 {
3044                         format = IMG_FORMAT_PNG;
3045                 }
3046                 else if (strcmp(pExtension, "bmp") == 0)
3047                 {
3048                         format = IMG_FORMAT_BMP;
3049                 }
3050                 else
3051                 {
3052                         SysLogException(NID_WEB_CTRL, E_UNSUPPORTED_FORMAT, "[%s] The %s format is not supported", GetErrorMessage(E_UNSUPPORTED_FORMAT), pExtension);
3053                         goto CATCH;
3054                 }
3055
3056                 r = image.Construct();
3057                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
3058
3059                 pImage = std::unique_ptr<Bitmap>(image.DecodeN(buf, format, BITMAP_PIXEL_FORMAT_RGB565));
3060                 SysTryCatch(NID_WEB_CTRL, pImage.get(), , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3061         }
3062
3063         if (pAttrHash)
3064         {
3065                 pAttributeMap = std::unique_ptr<HashMap, AllElementsDeleter>(new (std::nothrow) HashMap());
3066                 SysTryCatch(NID_WEB_CTRL, pAttributeMap.get(), , E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3067
3068                 r = pAttributeMap->Construct(eina_hash_population(pAttrHash));
3069                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
3070
3071                 eina_hash_foreach(pAttrHash, AddHttpAttributeData, pAttributeMap.get());
3072                 SysTryCatch(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, , GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3073         }
3074
3075         pHitElementResultImpl->SetHitElementResult(pAttributeMap.release(), pImage.release(), tagName, nodeValue, url);
3076
3077         ewk_hit_test_free(pEwkHitTest);
3078
3079         return pHitElementResult.release();
3080
3081 CATCH:
3082         ewk_hit_test_free(pEwkHitTest);
3083
3084         return null;
3085 }
3086
3087
3088 bool
3089 _WebImpl::IsLoading(void) const
3090 {
3091         double percent = ewk_view_load_progress_get(__pWebCore->GetWebNativeNode());
3092
3093         if (Double::Compare(percent, 0.0) > 0 && Double::Compare(percent, 1.0) < 0)
3094         {
3095                 return true;
3096         }
3097         else
3098         {
3099                 return false;
3100         }
3101 }
3102
3103
3104 String
3105 _WebImpl::GetTextFromBlock(void) const
3106 {
3107         return ewk_view_text_selection_text_get(__pWebCore->GetWebNativeNode());
3108 }
3109
3110
3111 bool
3112 _WebImpl::IsPrivateBrowsingEnabled(void) const
3113 {
3114         if (__pWebCore->GetWebNativeNode() == null)
3115         {
3116                 return _WebSettingImpl::GetInstance(__pWebCore->GetSetting())->IsPrivateBrowsingEnabled();
3117         }
3118
3119         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
3120         SysAssertf(pSettings, "Failed to get webkit instance.");
3121
3122         return static_cast< bool >(ewk_settings_private_browsing_enabled_get(pSettings));
3123 }
3124
3125
3126 void
3127 _WebImpl::SetPrivateBrowsingEnabled(bool enable)
3128 {
3129         if (__pWebCore->GetWebNativeNode() == null)
3130         {
3131                 _WebSettingImpl::GetInstance(__pWebCore->GetSetting())->SetPrivateBrowsingEnabled(enable);
3132                 return;
3133         }
3134
3135         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
3136         SysAssertf(pSettings, "Failed to get webkit instance.");
3137
3138         ewk_settings_private_browsing_enabled_set(pSettings, static_cast< Eina_Bool >(enable));
3139 }
3140
3141
3142 void
3143 _WebImpl::ClearHistory(void)
3144 {
3145         ewk_view_back_forward_list_clear(__pWebCore->GetWebNativeNode());
3146 }
3147
3148
3149 void
3150 _WebImpl::ClearCache(void)
3151 {
3152         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
3153
3154         ewk_context_cache_clear(pContext);
3155 }
3156
3157
3158 void
3159 _WebImpl::ClearCookie(void)
3160 {
3161         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
3162         Ewk_Cookie_Manager* pCookieManager =  ewk_context_cookie_manager_get(pContext);
3163
3164         ewk_cookie_manager_cookies_clear(pCookieManager);
3165 }
3166
3167
3168 void
3169 _WebImpl::ClearFormData(void)
3170 {
3171         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
3172
3173         ewk_context_form_candidate_data_clear(pContext);
3174 }
3175
3176
3177 void
3178 _WebImpl::ClearLoginFormData(void)
3179 {
3180         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
3181
3182         ewk_context_form_password_data_clear(pContext);
3183 }
3184
3185
3186 bool
3187 _WebImpl::IsCookieEnabled(void) const
3188 {
3189         if (__pWebCore->GetWebNativeNode() == null)
3190         {
3191                 return _WebSettingImpl::GetInstance(__pWebCore->GetSetting())->IsCookieEnabled();
3192         }
3193
3194         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
3195         Ewk_Cookie_Manager* pCookieManager =  ewk_context_cookie_manager_get(pContext);
3196         SysAssertf(pCookieManager, "Failed to get webkit instance.");
3197
3198         std::unique_ptr<_WebPresenter> pPresenter(new (std::nothrow) _WebPresenter(this));
3199         SysTryReturn(NID_WEB_CTRL, pPresenter.get(), false, E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3200
3201         ewk_cookie_manager_async_accept_policy_get(pCookieManager, OnCookiesPolicyGot, pPresenter.get());
3202
3203         bool result = false;
3204         pPresenter->WaitAsyncProcess(result);
3205
3206         return result;
3207 }
3208
3209
3210 void
3211 _WebImpl::SetCookieEnabled(bool enable)
3212 {
3213         if (__pWebCore->GetWebNativeNode() == null)
3214         {
3215                 _WebSettingImpl::GetInstance(__pWebCore->GetSetting())->SetCookiEnabled(enable);
3216
3217                 return;
3218         }
3219
3220         Ewk_Context* pContext = ewk_view_context_get(__pWebCore->GetWebNativeNode());
3221         Ewk_Cookie_Manager* pCookieManager =  ewk_context_cookie_manager_get(pContext);
3222         SysAssertf(pCookieManager, "Failed to get webkit instance.");
3223
3224         if (enable)
3225         {
3226                 ewk_cookie_manager_accept_policy_set(pCookieManager, EWK_COOKIE_ACCEPT_POLICY_ALWAYS);
3227         }
3228         else
3229         {
3230                 ewk_cookie_manager_accept_policy_set(pCookieManager, EWK_COOKIE_ACCEPT_POLICY_NEVER);
3231                 ewk_cookie_manager_cookies_clear(pCookieManager);
3232         }
3233 }
3234
3235
3236 result 
3237 _WebImpl::SavePageAsPdf(const String& filePath, const Dimension* pSize) const
3238 {
3239         result r = E_SUCCESS;
3240
3241         std::unique_ptr<char[]> pFilePath(_StringConverter::CopyToCharArrayN(filePath));
3242         SysTryReturn(NID_WEB_CTRL, pFilePath.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3243
3244         String dirPath;
3245         String fileExtension = File::GetFileExtension(filePath);
3246         int pathLength = filePath.GetLength();
3247         int index = 0;
3248
3249         SysTryReturnResult(NID_WEB_CTRL, fileExtension.Equals("pdf", false), E_INVALID_ARG, "Invalid argument(s) is used. File extension is not pdf.");
3250
3251         r = filePath.LastIndexOf(L"/", pathLength - 1, index);
3252         SysTryReturnResult(NID_WEB_CTRL, r == E_SUCCESS, E_INVALID_ARG, "Invalid argument(s) is used. Directory path is invalid.");
3253         r = filePath.SubString(0, index + 1, dirPath);
3254         SysTryReturnResult(NID_WEB_CTRL, r == E_SUCCESS, E_INVALID_ARG, "Invalid argument(s) is used. Directory path is invalid.");
3255
3256         std::unique_ptr<char[]> pDirPath(_StringConverter::CopyToCharArrayN(dirPath));
3257         SysTryReturnResult(NID_WEB_CTRL, access(pDirPath.get(), W_OK) == 0, E_INACCESSIBLE_PATH, "Directory permission is read-only.");
3258
3259         if (pSize)
3260         {
3261                 SysTryReturnResult(NID_WEB_CTRL, pSize->width > 0 && pSize->height > 0, E_INVALID_ARG, "Invalid argument(s) is used. Size of pdf file is invalid.");
3262
3263                 ewk_view_contents_pdf_get(__pWebCore->GetWebNativeNode(), pSize->width, pSize->height, pFilePath.get());
3264         }
3265         else
3266         {
3267                 Evas_Coord contentsWidth;
3268                 Evas_Coord contentsHeight;
3269
3270                 ewk_view_contents_size_get(__pWebCore->GetWebNativeNode(), &contentsWidth, &contentsHeight);
3271                 ewk_view_contents_pdf_get(__pWebCore->GetWebNativeNode(), contentsWidth, contentsHeight, pFilePath.get());
3272         }
3273
3274         return E_SUCCESS;
3275 }
3276
3277
3278 bool
3279 _WebImpl::IsMimeSupported(const String& mime) const
3280 {
3281         std::unique_ptr<char[]> pMime(_StringConverter::CopyToCharArrayN(mime));
3282         SysTryReturn(NID_WEB_CTRL, pMime.get(), false, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3283
3284         return static_cast< bool >(ewk_frame_can_show_mime_type(ewk_view_main_frame_get(__pWebCore->GetWebNativeNode()), pMime.get()));
3285 }
3286
3287
3288 void
3289 _WebImpl::SetLoadingListener(ILoadingListener* pLoadingListener)
3290 {
3291         __pUserLoadingListener = const_cast< ILoadingListener* >(pLoadingListener);
3292 }
3293
3294
3295 void
3296 _WebImpl::SetWebUiEventListener(IWebUiEventListener* pUiEventListener)
3297 {
3298         __pUserUiListener = pUiEventListener;
3299 }
3300
3301
3302 void
3303 _WebImpl::SetWebUiEventListenerF(IWebUiEventListenerF* pUiEventListener)
3304 {
3305         __pUserUiListenerF = pUiEventListener;
3306 }
3307
3308
3309 void
3310 _WebImpl::SetWebKeypadEventListener(IWebKeypadEventListener* pKeypadEventListener)
3311 {
3312         __pUserKeypadEventListener = pKeypadEventListener;
3313 }
3314
3315
3316 void
3317 _WebImpl::SetDownloadListener(IWebDownloadListener* pDownLoadListener)
3318 {
3319         if (__pWebDownloadHandler.get() == null)
3320         {
3321                 __pWebDownloadHandler = std::unique_ptr<_WebDataHandler>(new (std::nothrow) _WebDataHandler());
3322                 SysTryReturnVoidResult(NID_WEB_CTRL, __pWebDownloadHandler.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3323         }
3324
3325         __pWebDownloadHandler->SetDownloadListener(pDownLoadListener);
3326         __pWebDownloadHandler->SetWebEvent(__pWebEvent.get());
3327 }
3328
3329
3330 void
3331 _WebImpl::SetTextSearchListener(ITextSearchListener* pTextSearchListener)
3332 {
3333         __pTextSearchListener = pTextSearchListener;
3334 }
3335
3336
3337 void
3338 _WebImpl::SetScrollEnabled(bool enable)
3339 {
3340         _WebSettingImpl::GetInstance(__pWebCore->GetSetting())->SetScrollEnabled(enable);
3341 }
3342
3343
3344 bool
3345 _WebImpl::IsScrollEnabled(void) const
3346 {
3347         return _WebSettingImpl::GetInstance(__pWebCore->GetSetting())->IsScrollEnabled();
3348 }
3349
3350
3351 result
3352 _WebImpl::InitJsBridgeList(void)
3353 {
3354         result r = E_SUCCESS;
3355
3356         __pJsProvider = std::unique_ptr<_JsBridgeHashCodeProvider>(new (std::nothrow) _JsBridgeHashCodeProvider());
3357         SysTryReturnResult(NID_WEB_CTRL, __pJsProvider.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
3358
3359         __pJsComparer = std::unique_ptr<_JsBridgeComparer>(new (std::nothrow) _JsBridgeComparer());
3360         SysTryReturnResult(NID_WEB_CTRL, __pJsComparer.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
3361
3362         std::unique_ptr<HashMapT< String, IJavaScriptBridge* > > pJsBridgeList(new (std::nothrow) HashMapT< String, IJavaScriptBridge* >);
3363         SysTryReturnResult(NID_WEB_CTRL, pJsBridgeList.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
3364
3365         r = pJsBridgeList->Construct(0, 0, *__pJsProvider.get(), *__pJsComparer.get());
3366         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3367
3368         __pJsBridgeList = std::move(pJsBridgeList);
3369
3370         return E_SUCCESS;
3371 }
3372
3373
3374 result
3375 _WebImpl::AddJavaScriptBridge(const IJavaScriptBridge& jsBridge)
3376 {
3377         result r = E_SUCCESS;
3378
3379         IJavaScriptBridge* pJsBridge = const_cast< IJavaScriptBridge* >(&jsBridge);
3380         String key(pJsBridge->GetName());
3381
3382         r = __pJsBridgeList->Add(key, pJsBridge);
3383         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3384
3385         return E_SUCCESS;
3386 }
3387
3388
3389 result
3390 _WebImpl::RemoveJavaScriptBridge(const IJavaScriptBridge& jsBridge)
3391 {
3392         result r = E_SUCCESS;
3393
3394         IJavaScriptBridge* pJsBridge = const_cast< IJavaScriptBridge* >(&jsBridge);
3395         String key(pJsBridge->GetName());
3396
3397         r = __pJsBridgeList->Remove(key);
3398         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3399
3400         return E_SUCCESS;
3401 }
3402
3403
3404 IJavaScriptBridge*
3405 _WebImpl::FindJsInterface(const IJsonValue* pValue) const
3406 {
3407         result r = E_SUCCESS;
3408
3409         IJsonValue* pJsonValue = null;
3410         IJavaScriptBridge* pJsBridge = null;
3411
3412         String key(L"name");
3413
3414         const JsonObject* pJsonObject = dynamic_cast< const JsonObject* >(pValue);
3415         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));
3416
3417         r = pJsonObject->GetValue(&key, pJsonValue);
3418         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS && pJsonValue, null, r, "[%s] Propagating.", GetErrorMessage(r));
3419
3420         JsonString* pBridgeName = dynamic_cast< JsonString* >(pJsonValue);
3421         SysTryReturn(NID_WEB_CTRL, pBridgeName, null, E_INVALID_ARG, "[%s] Invalid argument(s) is used. name key is missing." , GetErrorMessage(E_INVALID_ARG));
3422
3423         r = __pJsBridgeList->GetValue(static_cast< String >(*pBridgeName), pJsBridge);
3424         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3425
3426         return pJsBridge;
3427 }
3428
3429
3430 ILoadingListener*
3431 _WebImpl::GetLoadingListener(void) const
3432 {
3433         return __pUserLoadingListener;
3434 }
3435
3436
3437 IWebUiEventListener*
3438 _WebImpl::GetUiEventListener(void) const
3439 {
3440         return __pUserUiListener;
3441 }
3442
3443
3444 IWebUiEventListenerF*
3445 _WebImpl::GetUiEventListenerF(void) const
3446 {
3447         return __pUserUiListenerF;
3448 }
3449
3450
3451 IWebKeypadEventListener*
3452 _WebImpl::GetWebKeypadEventListener(void) const
3453 {
3454         return __pUserKeypadEventListener;
3455 }
3456
3457
3458 ITextSearchListener*
3459 _WebImpl::GetTextSearchListener(void) const
3460 {
3461         return __pTextSearchListener;
3462 }
3463
3464
3465 void
3466 _WebImpl::SetEventListenerCallback(void) const
3467 {
3468         Evas_Object* pWebNativeNode = __pWebCore->GetWebNativeNode();
3469         if (pWebNativeNode)
3470         {
3471                 _EcoreEvas* pEcoreEvas = GetEcoreEvasMgr()->GetEcoreEvas();
3472                 SysAssertf(pEcoreEvas, "Failed to get Ui ecore evas");
3473
3474                 Evas_Object* pWinObject = pEcoreEvas->GetWindowObject();
3475                 SysAssertf(pWinObject, "Failed to get Ui window evas object");
3476
3477                 Ewk_View_Smart_Data* pSmartData = (Ewk_View_Smart_Data*) evas_object_smart_data_get(pWebNativeNode);
3478                 SysAssertf(pSmartData, "Failed to request");
3479
3480                 Ewk_View_Smart_Class *pSmart = const_cast<Ewk_View_Smart_Class*>(pSmartData->api);
3481                 SysAssertf(pSmart, "Failed to request");
3482
3483                 pSmart->popup_menu_show = OnSelectBoxRequested;
3484                 pSmart->multiple_popup_menu_show = OnMultiSelectBoxRequested;
3485                 pSmart->popup_menu_hide = OnSelectBoxClosed;
3486                 pSmart->popup_menu_update = OnSelectBoxUpdateRequested;
3487
3488                 pSmart->input_picker_show = OnDatePickerProviderRequested;
3489                 pSmart->input_picker_color_request = OnColorPickerProviderRequested;
3490                 pSmart->input_picker_color_dismiss = OnColorPickerProviderDismissed;
3491
3492                 pSmart->formdata_candidate_show = OnFormDataCandidateShow;
3493                 pSmart->formdata_candidate_hide = OnFormDataCandidateHide;
3494                 pSmart->formdata_candidate_update_data = OnFormDataCandidateUpdate;
3495                 pSmart->formdata_candidate_is_showing = OnFormDataCandidateIsShowing;
3496
3497                 evas_object_data_set(pWebNativeNode, WEB_CTRL, this);
3498
3499                 // add loading event callbacks for ILoadingListener
3500                 evas_object_smart_callback_add(pWebNativeNode, "create,window", OnWebWindowCreateRequested, this);
3501                 evas_object_smart_callback_add(pWebNativeNode, "close,window", OnWebWindowClosedRequested, this);
3502
3503                 evas_object_smart_callback_add(pWebNativeNode, "policy,navigation,decide", OnLoadingRequested, this);
3504                 evas_object_smart_callback_add(pWebNativeNode, "load,started", OnLoadingStarted, this);
3505                 evas_object_smart_callback_add(pWebNativeNode, "load,finished", OnLoadingCompleted, this);
3506                 evas_object_smart_callback_add(pWebNativeNode, "load,progress", OnEstimatedProgress, this);
3507                 evas_object_smart_callback_add(pWebNativeNode, "load,progress,finished", OnProgressCompleted, this);
3508                 evas_object_smart_callback_add(pWebNativeNode, "load,stop", OnLoadingCanceled, this);
3509                 evas_object_smart_callback_add(pWebNativeNode, "load,error", OnLoadingErrorOccurred, this);
3510                 evas_object_smart_callback_add(pWebNativeNode, "title,changed", OnPageTitleReceived, this);
3511
3512                 evas_object_smart_callback_add(pWebNativeNode, "requestToNative,json", OnHandleJavaScriptRequest, this);
3513
3514                 evas_object_smart_callback_add(pWinObject, "focus,in", OnWindowObjectFocusGained, this);
3515
3516                 evas_object_smart_callback_add(pWebNativeNode, "inputmethod,changed", OnWebKeypadStateChanged, this);
3517                 evas_object_smart_callback_add(pWebNativeNode, "editorclient,ime,opened", OnWebKeypadOpened, this);
3518                 evas_object_smart_callback_add(pWebNativeNode, "editorclient,ime,closed", OnWebKeypadClosed, this);
3519
3520                 evas_object_smart_callback_add(pWebNativeNode, "authentication,challenge", OnHttpAuthenticationRequested, this);
3521                 evas_object_smart_callback_add(pWebNativeNode, "authentication,canceled", OnHttpAuthenticationCanceled, this);
3522
3523                 evas_object_smart_callback_add(pWebNativeNode, "geolocation,permission,request", OnGeolocationPermissionRequested, this);
3524
3525                 ewk_view_javascript_alert_callback_set(pWebNativeNode, OnScriptAlertRequested, const_cast< _WebImpl* >(this));
3526                 ewk_view_javascript_prompt_callback_set(pWebNativeNode, OnScriptPromptRequested, const_cast< _WebImpl* >(this));
3527                 ewk_view_javascript_confirm_callback_set(pWebNativeNode, OnScriptConfirmRequested, const_cast< _WebImpl* >(this));
3528
3529                 evas_object_smart_callback_add(pWebNativeNode, "policy,response,decide", OnWebDataReceived, this);
3530
3531                 evas_object_smart_callback_add(pWebNativeNode, "load,nonemptylayout,finished", OnWebPageShowRequested, this);
3532                 evas_object_smart_callback_add(pWebNativeNode, "request,certificate,confirm", OnCertificateRequested, this);
3533                 evas_object_smart_callback_add(pWebNativeNode, "usermedia,permission,request", OnGetUserMediaPermissionRequsted, this);
3534
3535                 evas_object_smart_callback_add(pWebNativeNode, "notification,permission,request", OnNotificationPermissionRequested, this);
3536                 evas_object_smart_callback_add(pWebNativeNode, "notification,show", OnNotificationShow, this);
3537                 evas_object_smart_callback_add(pWebNativeNode, "notification,cancel", OnNotificationCancel, this);
3538
3539                 evas_object_smart_callback_add(pWebNativeNode, "protocolhandler,registration,requested", OnProtocolHandlerRegistrationRequested, this);
3540                 evas_object_smart_callback_add(pWebNativeNode, "protocolhandler,isregistered", OnIsProtocolHandlerRegistered, this);
3541                 evas_object_smart_callback_add(pWebNativeNode, "protocolhandler,unregistration,requested", OnProtocolHandlerUnregistrationRequested, this);
3542
3543                 evas_object_smart_callback_add(pWebNativeNode, "contenthandler,registration,requested", OnContentHandlerRegistrationRequested, this);
3544                 evas_object_smart_callback_add(pWebNativeNode, "contenthandler,isregistered", OnIsContentHandlerRegistered, this);
3545                 evas_object_smart_callback_add(pWebNativeNode, "contenthandler,unregistration,requested", OnContentHandlerUnregistrationRequested, this);
3546                 evas_object_smart_callback_add(pWebNativeNode, "text,found", OnTextFound, this);
3547
3548                 evas_object_smart_callback_add(pWebNativeNode, "touchmove,handled", OnWebPreventDefaultTriggered, this);
3549                 evas_object_smart_callback_add(pWebNativeNode, "icon,received", OnFaviconReceived, this);
3550
3551                 evas_object_smart_callback_add(pWebNativeNode, "text,selected", OnWebPageBlockSelected, this);
3552
3553                 evas_object_smart_callback_add(pWebNativeNode, "fullscreen,enterfullscreen", OnFullScreenEntered, this);
3554                 evas_object_smart_callback_add(pWebNativeNode, "fullscreen,exitfullscreen", OnFullScreenExited, this);
3555
3556                 evas_object_smart_callback_add(pWebNativeNode, "keyevent,down,not,handled", OnFocusDownRequested, this);
3557                 evas_object_smart_callback_add(pWebNativeNode, "keyevent,up,not,handled", OnFocusUpRequested, this);
3558
3559                 Ewk_Context* pContext = ewk_view_context_get(pWebNativeNode);
3560                 SysAssertf(pContext, "Failed to get webkit instance.");
3561                 ewk_context_did_start_download_callback_set(pContext, OnDidStartDownloadCallback, const_cast< _WebImpl* >(this));
3562                 ewk_context_vibration_client_callbacks_set(pContext, OnVibrationRequested, OnVibrationCanceled, const_cast< _WebImpl* >(this));
3563
3564                 ewk_view_application_cache_permission_callback_set(pWebNativeNode, OnApplicationCachePermissionRequested, const_cast< _WebImpl* >(this));
3565                 ewk_view_exceeded_indexed_database_quota_callback_set(pWebNativeNode, OnIndexedDatabaseQuotaExceeded, const_cast< _WebImpl* >(this));
3566                 ewk_view_exceeded_database_quota_callback_set(pWebNativeNode, OnDatabaseQuotaExceeded, const_cast< _WebImpl* >(this));
3567                 ewk_view_exceeded_local_file_system_quota_callback_set(pWebNativeNode, OnLocalFileSystemQuotaExceeded, const_cast< _WebImpl* >(this));
3568
3569                 evas_object_event_callback_add(pWebNativeNode, EVAS_CALLBACK_FOCUS_IN, OnWebNativeNodeFocusGained, this);
3570         }
3571 }
3572
3573
3574 void
3575 _WebImpl::RemoveEventListenerCallback(void) const
3576 {
3577         Evas_Object* pWebNativeNode = __pWebCore->GetWebNativeNode();
3578         if (pWebNativeNode)
3579         {
3580                 _EcoreEvas* pEcoreEvas = GetEcoreEvasMgr()->GetEcoreEvas();
3581                 SysAssertf(pEcoreEvas, "Failed to get Ui ecore evas");
3582
3583                 Evas_Object* pWinObject = pEcoreEvas->GetWindowObject();
3584                 SysAssertf(pWinObject, "Failed to get Ui window evas object");
3585
3586                 evas_object_smart_callback_del(pWebNativeNode, "create,window", OnWebWindowCreateRequested);
3587                 evas_object_smart_callback_del(pWebNativeNode, "close,window", OnWebWindowClosedRequested);
3588
3589                 evas_object_smart_callback_del(pWebNativeNode, "policy,navigation,decide", OnLoadingRequested);
3590                 evas_object_smart_callback_del(pWebNativeNode, "load,started", OnLoadingStarted);
3591                 evas_object_smart_callback_del(pWebNativeNode, "load,finished", OnLoadingCompleted);
3592                 evas_object_smart_callback_del(pWebNativeNode, "load,progress", OnEstimatedProgress);
3593                 evas_object_smart_callback_del(pWebNativeNode, "load,progress,finished", OnProgressCompleted);
3594                 evas_object_smart_callback_del(pWebNativeNode, "load,stop", OnLoadingCanceled);
3595                 evas_object_smart_callback_del(pWebNativeNode, "load,error", OnLoadingErrorOccurred);
3596                 evas_object_smart_callback_del(pWebNativeNode, "title,changed", OnPageTitleReceived);
3597
3598                 evas_object_smart_callback_del(pWebNativeNode, "requestToNative,json", OnHandleJavaScriptRequest);
3599
3600                 evas_object_smart_callback_del_full(pWinObject, "focus,in", OnWindowObjectFocusGained, this);
3601
3602                 evas_object_smart_callback_del(pWebNativeNode, "inputmethod,changed", OnWebKeypadStateChanged);
3603                 evas_object_smart_callback_del(pWebNativeNode, "editorclient,ime,opened", OnWebKeypadOpened);
3604                 evas_object_smart_callback_del(pWebNativeNode, "editorclient,ime,closed", OnWebKeypadClosed);
3605
3606                 evas_object_smart_callback_del(pWebNativeNode, "authentication,challenge", OnHttpAuthenticationRequested);
3607                 evas_object_smart_callback_del(pWebNativeNode, "authentication,canceled", OnHttpAuthenticationCanceled);
3608
3609                 evas_object_smart_callback_del(pWebNativeNode, "geolocation,permission,request", OnGeolocationPermissionRequested);
3610
3611                 ewk_view_javascript_alert_callback_set(pWebNativeNode, null, null);
3612                 ewk_view_javascript_prompt_callback_set(pWebNativeNode, null, null);
3613                 ewk_view_javascript_confirm_callback_set(pWebNativeNode, null, null);
3614
3615                 evas_object_smart_callback_del(pWebNativeNode, "policy,response,decide", OnWebDataReceived);
3616
3617                 evas_object_smart_callback_del(pWebNativeNode, "load,nonemptylayout,finished", OnWebPageShowRequested);
3618                 evas_object_smart_callback_del(pWebNativeNode, "request,certificate,confirm", OnCertificateRequested);
3619                 evas_object_smart_callback_del(pWebNativeNode, "usermedia,permission,request", OnGetUserMediaPermissionRequsted);
3620
3621                 evas_object_smart_callback_del(pWebNativeNode, "notification,permission,request", OnNotificationPermissionRequested);
3622                 evas_object_smart_callback_del(pWebNativeNode, "notification,show", OnNotificationShow);
3623                 evas_object_smart_callback_del(pWebNativeNode, "notification,cancel", OnNotificationCancel);
3624                 evas_object_smart_callback_del(pWebNativeNode, "protocolhandler,registration,requested", OnProtocolHandlerRegistrationRequested);
3625                 evas_object_smart_callback_del(pWebNativeNode, "protocolhandler,isregistered", OnIsProtocolHandlerRegistered);
3626                 evas_object_smart_callback_del(pWebNativeNode, "protocolhandler,unregistration,requested", OnProtocolHandlerUnregistrationRequested);
3627
3628                 evas_object_smart_callback_del(pWebNativeNode, "contenthandler,registration,requested", OnContentHandlerRegistrationRequested);
3629                 evas_object_smart_callback_del(pWebNativeNode, "contenthandler,isregistered", OnIsContentHandlerRegistered);
3630                 evas_object_smart_callback_del(pWebNativeNode, "contenthandler,unregistration,requested", OnContentHandlerUnregistrationRequested);
3631
3632                 evas_object_smart_callback_del(pWebNativeNode, "text,found", OnTextFound);
3633
3634                 evas_object_smart_callback_del(pWebNativeNode, "touchmove,handled", OnWebPreventDefaultTriggered);
3635                 evas_object_smart_callback_del(pWebNativeNode, "icon,received", OnFaviconReceived);
3636
3637                 evas_object_smart_callback_del(pWebNativeNode, "text,selected", OnWebPageBlockSelected);
3638
3639                 evas_object_smart_callback_del(pWebNativeNode, "fullscreen,enterfullscreen", OnFullScreenEntered);
3640                 evas_object_smart_callback_del(pWebNativeNode, "fullscreen,exitfullscreen", OnFullScreenExited);
3641
3642                 evas_object_smart_callback_del(pWebNativeNode, "keyevent,down,not,handled", OnFocusDownRequested);
3643                 evas_object_smart_callback_del(pWebNativeNode, "keyevent,up,not,handled", OnFocusUpRequested);
3644
3645                 Ewk_Context* pContext = ewk_view_context_get(pWebNativeNode);
3646                 SysAssertf(pContext, "Failed to get webkit instance.");
3647                 ewk_context_vibration_client_callbacks_set(pContext, null, null, null);
3648
3649                 ewk_view_application_cache_permission_callback_set(pWebNativeNode, null, null);
3650                 ewk_view_exceeded_indexed_database_quota_callback_set(pWebNativeNode, null, null);
3651                 ewk_view_exceeded_database_quota_callback_set(pWebNativeNode, null, null);
3652                 ewk_view_exceeded_local_file_system_quota_callback_set(pWebNativeNode, null, null);
3653
3654                 evas_object_event_callback_del(pWebNativeNode, EVAS_CALLBACK_FOCUS_IN, OnWebNativeNodeFocusGained);
3655         }
3656 }
3657
3658
3659 void
3660 _WebImpl::ClearCertificateDb(void)
3661 {
3662         result r = E_SUCCESS;
3663
3664         String certificatePath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
3665         String table(CERTIFICATE_TABLE_NAME);
3666         _DatabaseImpl db;
3667
3668         r = db.Construct(certificatePath, "r+", null);
3669         SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r));
3670
3671         db.BeginTransaction();
3672
3673         r = db.ExecuteSql(L"Delete From " + table, true);
3674         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
3675
3676         db.CommitTransaction();
3677
3678         return;
3679
3680 CATCH:
3681         db.RollbackTransaction();
3682 }
3683
3684
3685 result
3686 _WebImpl::SetBlockSelectionPosition(const Point& startPoint)
3687 {
3688         return SetBlockSelectionPosition(_CoordinateSystemUtils::ConvertToFloat(startPoint));
3689 }
3690
3691
3692 result
3693 _WebImpl::SetBlockSelectionPosition(const FloatPoint& startPoint)
3694 {
3695         Evas_Object* pView = __pWebCore->GetWebNativeNode();
3696         Ewk_View_Smart_Data* pSmartData = (Ewk_View_Smart_Data*) evas_object_smart_data_get(pView);
3697         if (pSmartData && pSmartData->api)
3698         {
3699                 Point absPoint( _CoordinateSystemUtils::ConvertToInteger(__pWebCore->GetAbsoluteCoordinate(startPoint)));
3700
3701                 Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
3702                 SysAssertf(pSettings, "Failed to get webkit instance.");
3703                 ewk_settings_clear_text_selection_automatically_set(pSettings, true);
3704
3705                 Eina_Bool ret = pSmartData->api->text_selection_down(pSmartData, absPoint.x, absPoint.y);
3706                 if (ret)
3707                 {
3708                         pSmartData->api->text_selection_up(pSmartData, absPoint.x, absPoint.y);
3709
3710                         Ewk_Hit_Test* pEwkHitTest = ewk_view_hit_test_new(pView, absPoint.x, absPoint.y, EWK_HIT_TEST_MODE_ALL);
3711                         SysTryReturnResult(NID_WEB_CTRL, pEwkHitTest, E_SYSTEM, "Failed to get hit test.");
3712
3713                         String tagName(ewk_hit_test_tag_name_get(pEwkHitTest));
3714
3715                         if (tagName.Equals(L"INPUT", false) || tagName.Equals(L"TEXTAREA", false))
3716                         {
3717                                 ewk_view_command_execute(pView, "SelectWord", 0);
3718                         }
3719                         else
3720                         {
3721                                 Eina_Hash* pAttrHash = ewk_hit_test_attribute_hash_get(pEwkHitTest);
3722                                 char* pValue = reinterpret_cast< char* >(eina_hash_find(pAttrHash, "contenteditable"));
3723                                 if(pValue)
3724                                 {
3725                                         ewk_view_command_execute(pView, "SelectWord", 0);
3726                                 }
3727                         }
3728                 }
3729         }
3730
3731         SysTryReturnResult(NID_WEB_CTRL, GetTextFromBlock().GetLength() > 0, E_INVALID_ARG, "Failed to set text selection up.");
3732
3733         evas_object_smart_callback_call(pView, "text,selected", NULL);
3734
3735         return E_SUCCESS;
3736 }
3737
3738
3739 void
3740 _WebImpl::ReleaseBlock(void)
3741 {
3742         ewk_view_text_selection_range_clear(__pWebCore->GetWebNativeNode());
3743 }
3744
3745
3746 void
3747 _WebImpl::GetBlockRange(Point& startPoint, Point& endPoint) const
3748 {
3749         FloatPoint tempStartPoint;
3750         FloatPoint tempEndPoint;
3751
3752         GetBlockRange(tempStartPoint, tempEndPoint);
3753
3754         startPoint = _CoordinateSystemUtils::ConvertToInteger(tempStartPoint);
3755         endPoint = _CoordinateSystemUtils::ConvertToInteger(tempEndPoint);
3756 }
3757
3758
3759 void
3760 _WebImpl::GetBlockRange(FloatPoint& startPoint, FloatPoint& endPoint) const
3761 {
3762         Eina_Rectangle leftHandle;
3763         Eina_Rectangle rightHandle;
3764
3765         EINA_RECTANGLE_SET(&leftHandle, 0, 0, 0, 0);
3766         EINA_RECTANGLE_SET(&rightHandle, 0, 0, 0, 0);
3767
3768         ewk_view_text_selection_range_get(__pWebCore->GetWebNativeNode(), &leftHandle, &rightHandle);
3769
3770         startPoint.x = _CoordinateSystemUtils::ConvertToFloat(leftHandle.x);
3771         startPoint.y = _CoordinateSystemUtils::ConvertToFloat(leftHandle.y);
3772         endPoint.x = _CoordinateSystemUtils::ConvertToFloat(rightHandle.x + rightHandle.w);
3773         endPoint.y = _CoordinateSystemUtils::ConvertToFloat(rightHandle.y + rightHandle.h);
3774
3775         if ((endPoint.x != 0.0f) && (endPoint.y != 0.0f))
3776         {
3777                 startPoint = __pWebCore->GetRelativeCoordinate(startPoint);
3778                 endPoint = __pWebCore->GetRelativeCoordinate(endPoint);
3779         }
3780 }
3781
3782
3783 Bitmap*
3784 _WebImpl::GetFaviconN(void) const
3785 {
3786         result r = E_SUCCESS;
3787
3788         Evas_Object* pView = __pWebCore->GetWebNativeNode();
3789         Ewk_Context* pContext = ewk_view_context_get(pView);
3790         const char* pUrl = ewk_view_url_get(pView);
3791         Evas* pEvas = evas_object_evas_get(pView);
3792
3793         Evas_Object* pFavicon = ewk_context_icon_database_icon_object_add(pContext, pUrl, pEvas);
3794         if (!pFavicon)
3795         {
3796                 return null;
3797         }
3798
3799         Tizen::Graphics::BufferInfo bufferInfo;
3800
3801         r = _Utility::GetPixelBufferFromEvasObject(pFavicon,  bufferInfo);
3802         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3803
3804         const Dimension dimension(bufferInfo.width, bufferInfo.height);
3805         Tizen::Base::ByteBuffer byteBuffer;
3806         
3807         r = byteBuffer.Construct((byte*)bufferInfo.pPixels, 0, dimension.height * dimension.width * 32, dimension.height * dimension.width * 32 );
3808         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3809
3810         std::unique_ptr<Bitmap> pImage(new (std::nothrow) Bitmap());
3811         SysTryReturn(NID_WEB_CTRL, pImage.get(), null, E_OUT_OF_MEMORY, "[%s] Memory Allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
3812
3813         r = pImage->Construct(byteBuffer, dimension, BITMAP_PIXEL_FORMAT_ARGB8888);
3814         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, null, r, "[%s] Propagating.", GetErrorMessage(r));
3815
3816         return pImage.release();
3817
3818 }
3819
3820
3821 void
3822 _WebImpl::ScrollBy(const Tizen::Graphics::Point& diff)
3823 {
3824         ewk_view_scroll_by(__pWebCore->GetWebNativeNode(), diff.x, diff.y);
3825 }
3826
3827
3828 void
3829 _WebImpl::ScrollTo(const Tizen::Graphics::Point& dest)
3830 {
3831         ewk_view_scroll_set(__pWebCore->GetWebNativeNode(), dest.x, dest.y);
3832 }
3833
3834
3835 Point
3836 _WebImpl::GetScrollPosition(void) const
3837 {
3838         Point position;
3839
3840         ewk_view_scroll_pos_get(__pWebCore->GetWebNativeNode(), &position.x, &position.y);
3841
3842         return position;
3843 }
3844
3845
3846 Dimension
3847 _WebImpl::GetPageSize(void) const
3848 {
3849         Evas_Coord width = 0;
3850         Evas_Coord height = 0;
3851
3852         ewk_view_contents_size_get(__pWebCore->GetWebNativeNode(), &width, &height);
3853
3854         Dimension size(static_cast< int >(width), static_cast< int >(height));
3855
3856         return size;
3857 }
3858
3859
3860 result
3861 _WebImpl::AddHttpHeaderField(const String& name, const String& value)
3862 {
3863         SysTryReturnResult(NID_WEB_CTRL, name.GetLength() > 0, E_INVALID_ARG, "Invalid argument(s) is used. name key is missing.");
3864
3865         std::unique_ptr<char[]> pName(_StringConverter::CopyToCharArrayN(name));
3866         SysTryReturn(NID_WEB_CTRL, pName.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3867
3868         std::unique_ptr<char[]> pValue(_StringConverter::CopyToCharArrayN(value));
3869
3870         ewk_view_custom_header_add(__pWebCore->GetWebNativeNode(), pName.get(), pValue.get());
3871
3872         return E_SUCCESS;
3873 }
3874
3875
3876 result
3877 _WebImpl::RemoveHttpHeaderField(const String& name)
3878 {
3879         SysTryReturnResult(NID_WEB_CTRL, name.GetLength() > 0, E_INVALID_ARG, "Invalid argument(s) is used. name key is missing.");
3880
3881         std::unique_ptr<char[]> pName(_StringConverter::CopyToCharArrayN(name));
3882         SysTryReturn(NID_WEB_CTRL, pName.get(), GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
3883
3884         ewk_view_custom_header_remove(__pWebCore->GetWebNativeNode(), pName.get());
3885
3886         return E_SUCCESS;
3887 }
3888
3889
3890 void
3891 _WebImpl::SetLoadingErrorOccurred(bool arg)
3892 {
3893         __isLoadingErrorOccurred = arg;
3894 }
3895
3896
3897 bool
3898 _WebImpl::IsLoadingErrorOccurred(void) const
3899 {
3900         return __isLoadingErrorOccurred;
3901 }
3902
3903
3904 void
3905 _WebImpl::SetRedirectRequested(bool arg)
3906 {
3907         __isRedirectRequested = arg;
3908 }
3909
3910
3911 bool
3912 _WebImpl::IsRedirectRequested(void) const
3913 {
3914         return __isRedirectRequested;
3915 }
3916
3917
3918 void
3919 _WebImpl::SetPolicyDecision(DecisionPolicy policy)
3920 {
3921         __policy = policy;
3922 }
3923
3924
3925 DecisionPolicy
3926 _WebImpl::GetPolicyDecision(void) const
3927 {
3928         return __policy;
3929 }
3930
3931
3932 void
3933 _WebImpl::SetCertificateRequested(bool arg)
3934 {
3935         __isCertificateRequested = arg;
3936 }
3937
3938
3939 bool
3940 _WebImpl::IsCertificateRequested(void) const
3941 {
3942         return __isCertificateRequested;
3943 }
3944
3945
3946 void
3947 _WebImpl::SetCertificateConfirmed(bool arg)
3948 {
3949         __isCertificateConfirmed = arg;
3950 }
3951
3952
3953 bool
3954 _WebImpl::IsCertificateConfirmed(void) const
3955 {
3956         return __isCertificateConfirmed;
3957 }
3958
3959
3960 result
3961 _WebImpl::SetFullScreenKeypad(void)
3962 {
3963         result r = E_SUCCESS;
3964
3965         std::unique_ptr<Keypad> pKeypad(new (std::nothrow) Keypad());
3966         SysTryReturnResult(NID_WEB_CTRL, pKeypad.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
3967
3968         r = pKeypad->Construct(KEYPAD_STYLE_NORMAL, 100);
3969         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3970
3971         String text(ewk_view_focused_input_element_value_get(__pWebCore->GetWebNativeNode()));
3972         pKeypad->SetText(text);
3973
3974         r = pKeypad->SetShowState(true);
3975         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3976
3977         r = pKeypad->Show();
3978         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
3979
3980         pKeypad->AddTextEventListener(*this);
3981
3982         __pKeypad = std::move(pKeypad);
3983
3984         return E_SUCCESS;
3985 }
3986
3987
3988 void
3989 _WebImpl::RemoveFullScreenKeypad(void)
3990 {
3991         __pKeypad->RemoveTextEventListener(*this);
3992
3993         __pKeypad.reset();
3994 }
3995
3996
3997 bool
3998 _WebImpl::IsFooterVisible(void) const
3999 {
4000         return __isFooterVisible;
4001 }
4002
4003
4004 void
4005 _WebImpl::SetFooterVisibleState(bool isFooterVisible)
4006 {
4007         __isFooterVisible = isFooterVisible;
4008 }
4009
4010
4011 bool
4012 _WebImpl::IsKeypadVisible(void) const
4013 {
4014         return __isKeypadVisible;
4015 }
4016
4017
4018 void
4019 _WebImpl::SetKeypadVisibleState(bool isKeypadVisible)
4020 {
4021         __isKeypadVisible = isKeypadVisible;
4022 }
4023
4024
4025 bool 
4026 _WebImpl::IsKeypadOpened(void) const
4027 {
4028         return __isKeypadOpened;
4029 }
4030
4031 void 
4032 _WebImpl::SetKeypadOpened(bool isKeypadOpened)
4033 {
4034         __isKeypadOpened = isKeypadOpened;
4035 }
4036
4037
4038 Rectangle
4039 _WebImpl::GetPreviousKeypadBounds(void) const
4040 {
4041         return __keypadBounds;
4042 }
4043
4044
4045 void 
4046 _WebImpl::SetPreviousKeypadBounds(Rectangle& bounds)
4047 {
4048         __keypadBounds = bounds;
4049 }
4050
4051
4052 void
4053 _WebImpl::OnTextValueChangeCanceled(const Control& source)
4054 {
4055         RemoveFullScreenKeypad();
4056 }
4057
4058
4059 void
4060 _WebImpl::OnTextValueChanged(const Control& source)
4061 {
4062         std::unique_ptr<char[]> pText(_StringConverter::CopyToCharArrayN(__pKeypad->GetText()));
4063
4064         ewk_view_focused_input_element_value_set(__pWebCore->GetWebNativeNode(), pText.get());
4065
4066         RemoveFullScreenKeypad();
4067 }
4068
4069
4070 result
4071 _WebImpl::OnHandleJavaScriptRequestByEventArg(const IEventArg& arg)
4072 {
4073         const _JsBridgeArg* pEventArg = dynamic_cast< const _JsBridgeArg* >(&arg);
4074         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. arg is not _JsBridgeArg object.");
4075
4076         std::unique_ptr<IJsonValue> pJsonValue(JsonParser::ParseN(*(pEventArg->GetJsonData())));
4077         SysTryReturn(NID_WEB_JSON, GetLastResult() == E_SUCCESS, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4078
4079         IJavaScriptBridge* pJsInterface = FindJsInterface(pJsonValue.get());
4080         SysTryReturnResult(NID_WEB_CTRL, pJsInterface, E_OBJ_NOT_FOUND, "JsInterface instance is not available.");
4081
4082         pJsInterface->HandleJavaScriptRequestN(pJsonValue.release());
4083
4084         return E_SUCCESS;
4085 }
4086
4087
4088 result
4089 _WebImpl::OnHandleLoadingEvent(const IEventArg& arg)
4090 {
4091         result r = E_SUCCESS;
4092
4093         const _LoadingEventArg* pEventArg = dynamic_cast< const _LoadingEventArg* >(&arg);
4094         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4095
4096         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4097
4098         ILoadingListener* pLoadingListner = GetLoadingListener();
4099         SysTryReturnResult(NID_WEB_CTRL, pLoadingListner, E_SYSTEM, "A system error has been occurred. Loading listener was not set or null.");
4100
4101         switch (pEventArg->GetEventType())
4102         {
4103         case WEB_EVENT_LOADINGLISTENER_STARTED:
4104         {
4105                 pLoadingListner->OnLoadingStarted();
4106                 break;
4107         }
4108
4109         case WEB_EVENT_LOADINGLISTENER_PROGRESS:
4110         {
4111                 const Integer* pProgressPercentage = dynamic_cast< const Integer* >(pEventArg->GetEventInfo(_LoadingEventArg::ESTIMATED_PROGRESS));
4112                 SysTryReturn(NID_WEB_CTRL, pProgressPercentage, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4113
4114                 pLoadingListner->OnEstimatedProgress(pProgressPercentage->ToInt());
4115                 break;
4116         }
4117
4118         case WEB_EVENT_LOADINGLISTENER_PAGETITLE_RECEIVED:
4119         {
4120                 const String* pPageTitle = dynamic_cast< const String* >(pEventArg->GetEventInfo(_LoadingEventArg::PAGE_TITLE));
4121                 SysTryReturn(NID_WEB_CTRL, pPageTitle, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4122
4123                 pLoadingListner->OnPageTitleReceived(*pPageTitle);
4124                 break;
4125         }
4126
4127         case WEB_EVENT_LOADINGLISTENER_CANCELED:
4128         {
4129                 pLoadingListner->OnLoadingCanceled();
4130                 break;
4131         }
4132
4133         case WEB_EVENT_LOADINGLISTENER_ERROR_OCCURRED:
4134         {
4135                 const Integer* pErrorType = dynamic_cast< const Integer* >(pEventArg->GetEventInfo(_LoadingEventArg::ERROR_TYPE));
4136                 SysTryReturn(NID_WEB_CTRL, pErrorType, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4137
4138                 const String* pErrorMessage = dynamic_cast< const String* >(pEventArg->GetEventInfo(_LoadingEventArg::ERROR_MESSAGE));
4139                 SysTryReturn(NID_WEB_CTRL, pErrorMessage, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4140
4141                 LoadingErrorType errorType = ConvertErrorCode(pErrorType->ToInt());
4142
4143                 pLoadingListner->OnLoadingErrorOccurred(errorType, *pErrorMessage);
4144                 break;
4145         }
4146
4147         case WEB_EVENT_LOADINGLISTENER_COMPLETED:
4148         {
4149                 pLoadingListner->OnLoadingCompleted();
4150                 break;
4151         }
4152
4153         case WEB_EVENT_LOADINGLISTENER_AUTHENTICATION_CANCELED:
4154         {
4155                 pLoadingListner->OnHttpAuthenticationCanceled();
4156                 break;
4157         }
4158
4159         case WEB_EVENT_LOADINGLISTENER_FAVICON_RECEIVED:
4160         {
4161                 std::unique_ptr<Bitmap> pFavicon(GetFaviconN());
4162                 SysTryReturn(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4163
4164                 if (pFavicon.get())
4165                 {
4166                         pLoadingListner->OnFaviconReceived(*pFavicon.get());
4167                 }
4168                 break;
4169         }
4170
4171         default:
4172         {
4173                 SysAssert(false);
4174         }
4175         }
4176
4177         return r;
4178 }
4179
4180
4181 result
4182 _WebImpl::OnHandleWebDownloadEvent(const IEventArg& arg)
4183 {
4184         result r = E_SUCCESS;
4185
4186         const _WebDownloadEventArg* pEventArg = dynamic_cast< const _WebDownloadEventArg* >(&arg);
4187         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4188
4189         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4190
4191         IWebDownloadListener* pWebDownloadListener = __pWebDownloadHandler->GetDownloadListener();
4192         SysTryReturnResult(NID_WEB_CTRL, pWebDownloadListener, E_SYSTEM, "A system error has been occurred. Web Downloading listener was not set or null.");
4193
4194         switch (pEventArg->GetEventType())
4195         {
4196         case WEB_EVENT_WEBDOWNLOADLISTENER_DATA_RECEIVED:
4197         {
4198                 const ByteBuffer* pChunk = dynamic_cast< const ByteBuffer* >(pEventArg->GetEventInfo(_WebDownloadEventArg::CHUNKED_DATA));
4199                 SysTryReturn(NID_WEB_CTRL, pChunk, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4200
4201                 pWebDownloadListener->OnWebChunkedDataReceived(*pChunk);
4202                 break;
4203         }
4204
4205         case WEB_EVENT_WEBDOWNLOADLISTENER_COMPLETED:
4206         {
4207                 pWebDownloadListener->OnWebDataDownloadCompleted();
4208                 break;
4209         }
4210
4211         case WEB_EVENT_WEBDOWNLOADLISTENER_FAILED:
4212         {
4213                 const Integer* pErrorType = dynamic_cast< const Integer* >(pEventArg->GetEventInfo(_WebDownloadEventArg::ERROR_TYPE));
4214                 SysTryReturn(NID_WEB_CTRL, pErrorType, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4215
4216                 LoadingErrorType errorType = static_cast < LoadingErrorType >(pErrorType->ToInt());
4217
4218                 pWebDownloadListener->OnWebDownloadFailed(errorType);
4219                 break;
4220         }
4221
4222         default:
4223         {
4224                 SysAssert(false);
4225         }
4226         }
4227
4228         return r;
4229 }
4230
4231
4232 result
4233 _WebImpl::OnHandleWebUiEvent(const IEventArg& arg)
4234 {
4235         const _WebUiEventArg* pEventArg = dynamic_cast< const _WebUiEventArg* >(&arg);
4236         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4237
4238         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4239
4240         SysTryReturnResult(NID_WEB_CTRL, __pUserUiListener, E_SYSTEM, "A system error has been occurred. Web UI listener was not set or null.");
4241
4242         switch (pEventArg->GetEventType())
4243         {
4244         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED:
4245         {
4246                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4247
4248                 Point* pStartPoint = const_cast< Point* >(dynamic_cast< const Point* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_START)));
4249                 SysTryReturn(NID_WEB_CTRL, pStartPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4250
4251                 Point* pEndPoint = const_cast< Point* >(dynamic_cast< const Point* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_END)));
4252                 SysTryReturn(NID_WEB_CTRL, pEndPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4253
4254                 __pUserUiListener->OnWebPageBlockSelected(*pWeb, *pStartPoint, *pEndPoint);
4255                 break;
4256         }
4257
4258         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED:
4259         {
4260                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4261
4262                 __pUserUiListener->OnWebPageShowRequested(*pWeb);
4263                 break;
4264         }
4265
4266         case WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED:
4267         {
4268                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4269
4270                 __pUserUiListener->OnWebWindowCloseRequested(*pWeb);
4271                 break;
4272         }
4273
4274         case WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED:
4275         {
4276                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4277
4278                 Boolean* pTrigger = const_cast< Boolean* >(dynamic_cast< const Boolean* >(pEventArg->GetEventInfo(_WebUiEventArg::PREVENT_DEFAULT)));
4279                 SysTryReturn(NID_WEB_CTRL, pTrigger, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4280
4281                 __pUserUiListener->OnWebPreventDefaultTriggered(*pWeb, pTrigger->ToBool());
4282                 break;
4283         }
4284
4285         default:
4286         {
4287                 SysAssert(false);
4288         }
4289         }
4290
4291         return E_SUCCESS;
4292 }
4293
4294
4295 result
4296 _WebImpl::OnHandleWebUiEventF(const IEventArg& arg)
4297 {
4298         const _WebUiEventArg* pEventArg = dynamic_cast< const _WebUiEventArg* >(&arg);
4299         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4300
4301         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4302
4303         SysTryReturnResult(NID_WEB_CTRL, __pUserUiListenerF, E_SYSTEM, "A system error has been occurred. Web UI listener was not set or null.");
4304
4305         switch (pEventArg->GetEventType())
4306         {
4307         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_BLOCK_SELECTED_FLOAT:
4308         {
4309                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4310
4311                 FloatPoint* pStartPoint = const_cast< FloatPoint* >(dynamic_cast< const FloatPoint* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_START)));
4312                 SysTryReturn(NID_WEB_CTRL, pStartPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4313
4314                 FloatPoint* pEndPoint = const_cast< FloatPoint* >(dynamic_cast< const FloatPoint* >(pEventArg->GetEventInfo(_WebUiEventArg::BLOCK_END)));
4315                 SysTryReturn(NID_WEB_CTRL, pEndPoint, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4316
4317                 __pUserUiListenerF->OnWebPageBlockSelected(*pWeb, *pStartPoint, *pEndPoint);
4318                 break;
4319         }
4320
4321         case WEB_EVENT_WEBUIEVENTLISTENER_PAGE_SHOW_REQUESTED_FLOAT:
4322         {
4323                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4324
4325                 __pUserUiListenerF->OnWebPageShowRequested(*pWeb);
4326                 break;
4327         }
4328
4329         case WEB_EVENT_WEBUIEVENTLISTENER_WINDOW_CLOSE_REQUSTED_FLOAT:
4330         {
4331                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4332
4333                 __pUserUiListenerF->OnWebWindowCloseRequested(*pWeb);
4334                 break;
4335         }
4336
4337         case WEB_EVENT_WEBUIEVENTLISTENER_PREVENT_DEFAULT_TRIGGERED_FLOAT:
4338         {
4339                 Web* pWeb = dynamic_cast< Web* >(&(this->GetPublic()));
4340
4341                 Boolean* pTrigger = const_cast< Boolean* >(dynamic_cast< const Boolean* >(pEventArg->GetEventInfo(_WebUiEventArg::PREVENT_DEFAULT)));
4342                 SysTryReturn(NID_WEB_CTRL, pTrigger, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4343
4344                 __pUserUiListenerF->OnWebPreventDefaultTriggered(*pWeb, pTrigger->ToBool());
4345                 break;
4346         }
4347
4348         default:
4349         {
4350                 SysAssert(false);
4351         }
4352         }
4353
4354         return E_SUCCESS;
4355 }
4356
4357
4358 result
4359 _WebImpl::OnHandleTextSearchEvent(const IEventArg& arg)
4360 {
4361         result r = E_SUCCESS;
4362
4363         const _TextSearchEventArg* pEventArg = dynamic_cast< const _TextSearchEventArg* >(&arg);
4364         SysTryReturnResult(NID_WEB_CTRL, pEventArg, E_INVALID_ARG, "Invalid argument(s) is used. Type casting failed. argument must be IEventArg type.");
4365
4366         SysLog(NID_WEB_CTRL, "The current value of event type is %d", pEventArg->GetEventType());
4367
4368         ITextSearchListener* pTextSearchListner = GetTextSearchListener();
4369         SysTryReturnResult(NID_WEB_CTRL, pTextSearchListner, E_SYSTEM, "A system error has been occurred. Web text search listener was not set or null.");
4370
4371         switch (pEventArg->GetEventType())
4372         {
4373         case WEB_EVENT_TEXTSEARCHLISTENER_TEXT_FOUND:
4374         {
4375                 Integer* pTotalCount= dynamic_cast< Integer* >(const_cast< Object* >(pEventArg->GetEventInfo(_TextSearchEventArg::TOTAL_COUNT)));
4376                 SysTryReturn(NID_WEB_CTRL, pTotalCount, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4377
4378                 Integer* pCurrentOrdinal = dynamic_cast< Integer* >(const_cast< Object* >(pEventArg->GetEventInfo(_TextSearchEventArg::CURRENT_ORDINAL)));
4379                 SysTryReturn(NID_WEB_CTRL, pCurrentOrdinal, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4380
4381                 pTextSearchListner->OnTextFound(pTotalCount->ToInt(), pCurrentOrdinal->ToInt());
4382                 break;
4383         }
4384
4385         default:
4386         {
4387                 SysAssert(false);
4388         }
4389         }
4390
4391         return r;
4392 }
4393
4394
4395 result
4396 _WebImpl::VibrationRequested(uint64_t duration)
4397 {
4398         result r = E_SUCCESS;
4399
4400         __pVibrator.reset();
4401
4402         std::unique_ptr<_VibratorImpl> pVibrator(new (std::nothrow) _VibratorImpl);
4403         SysTryReturnResult(NID_WEB_CTRL, pVibrator.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
4404
4405         r = pVibrator->Construct();
4406         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4407
4408         __pVibrator = std::move(pVibrator);
4409
4410         IntensityDurationVibrationPattern pattern = {static_cast< int >(duration), -1};
4411
4412         r = __pVibrator->Start(&pattern, 1, 1);
4413         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4414
4415         return E_SUCCESS;
4416 }
4417
4418
4419 void
4420 _WebImpl::VibrationCanceled(void)
4421 {
4422         __pVibrator.reset();
4423 }
4424
4425
4426 result
4427 _WebImpl::HttpAuthenticationRequested(Ewk_Auth_Challenge* pChallenge)
4428 {
4429         result r = E_SUCCESS;
4430
4431         String host(ewk_auth_challenge_url_get(pChallenge));
4432         String realm(ewk_auth_challenge_realm_get(pChallenge));
4433
4434         __pAuthChallenge.reset();
4435
4436         std::unique_ptr<AuthenticationChallenge> pAuthChallenge(new (std::nothrow) AuthenticationChallenge());
4437         SysTryReturnResult(NID_WEB_CTRL, pAuthChallenge, E_OUT_OF_MEMORY, "Memory Allocation failed.");
4438
4439         _AuthenticationChallengeImpl* pAuthImpl = _AuthenticationChallengeImpl::GetInstance(pAuthChallenge.get());
4440         SysTryReturn(NID_WEB_CTRL, pAuthImpl,  GetLastResult(),  GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
4441
4442         pAuthImpl->SetAuthenticationChallengeHandler(pChallenge);
4443         pAuthImpl->SetWebEvasObject(__pWebCore->GetWebNativeNode());
4444
4445         __pAuthChallenge = std::move(pAuthChallenge);
4446
4447         ewk_auth_challenge_suspend(pChallenge);
4448         if (__pUserLoadingListener && __pUserLoadingListener->OnHttpAuthenticationRequestedN(host, realm, *__pAuthChallenge.get()))
4449         {
4450                 __pAuthChallenge.release();
4451         }
4452         else
4453         {
4454                 r = ShowAuthenticationPopup(host, realm, __pAuthChallenge.get());
4455                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4456         }
4457
4458         return E_SUCCESS;
4459 }
4460
4461
4462 result
4463 _WebImpl::ShowAuthenticationPopup(const String& host, const String& realm, AuthenticationChallenge* pAuthChallenge)
4464 {
4465         result r = E_SUCCESS;
4466
4467         std::unique_ptr<_AuthConfirmPopup> pAuthPopup(new (std::nothrow) _AuthConfirmPopup());
4468         SysTryReturnResult(NID_WEB_CTRL, pAuthPopup, E_OUT_OF_MEMORY, "Memory Allocation failed.");
4469
4470         r = pAuthPopup->Construct(host, realm, pAuthChallenge);
4471         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4472
4473         __pAuthPopup = std::move(pAuthPopup);
4474
4475         int modalResult = 0;
4476
4477         r = __pAuthPopup->ShowAndWait(modalResult);
4478         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4479
4480 CATCH:
4481         if (__pAuthPopup)
4482         {
4483                 __pAuthPopup.reset();
4484         }
4485
4486         return r;
4487 }
4488
4489
4490 result
4491 _WebImpl::ShowCertificateConfirmPopup(_CertificatePopupMode userConfirmMode, Ewk_Certificate_Policy_Decision* pPolicy)
4492 {
4493         result r = E_SUCCESS;
4494
4495         std::unique_ptr<_CertificateConfirmPopup> pCertConfirmPopup(new (std::nothrow) _CertificateConfirmPopup());
4496         SysTryReturnResult(NID_WEB_CTRL, pCertConfirmPopup.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
4497
4498         r = pCertConfirmPopup->Construct(userConfirmMode, pPolicy);
4499         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4500
4501         __pCertConfirmPopup = std::move(pCertConfirmPopup);
4502
4503         int modalResult = 0;
4504
4505         r = __pCertConfirmPopup->ShowAndWait(modalResult);
4506         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4507
4508         if (__pCertConfirmPopup.get() && userConfirmMode == CERTIFICATE_POPUP_MODE_USER_CONFIRM)
4509         {
4510                 __isCertificateConfirmed = __pCertConfirmPopup->GetConfirmResult();
4511         }
4512
4513 CATCH:
4514         if (__pCertConfirmPopup.get())
4515         {
4516                 __pCertConfirmPopup.reset();
4517         }
4518
4519         return r;
4520 }
4521
4522
4523 result
4524 _WebImpl::ShowPromptPopup(String msg, String defVal)
4525 {
4526         result r = E_SUCCESS;
4527
4528         std::unique_ptr< _PromptPopup > pPromptPopup(new (std::nothrow) _PromptPopup());
4529         SysTryReturnResult(NID_WEB_CTRL, pPromptPopup.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
4530
4531         r = pPromptPopup->Construct(msg, defVal, __pWebCore->GetWebNativeNode(), this);
4532         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4533
4534         __pPromptPopup = std::move(pPromptPopup);
4535
4536         r = __pPromptPopup->ShowPopup();
4537         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4538
4539         return E_SUCCESS;
4540
4541 CATCH:
4542         __pPromptPopup.reset();
4543
4544         return r;
4545
4546 }
4547
4548
4549 result
4550 _WebImpl::ShowUserConfirmPopup(_UserConfirmMode userConfirmMode, void* pPolicy, String msg)
4551 {
4552         result r = E_SUCCESS;
4553
4554         std::unique_ptr<_UserConfirmPopup> pUserConfirmPopup(new (std::nothrow) _UserConfirmPopup());
4555         SysTryReturnResult(NID_WEB_CTRL, pUserConfirmPopup.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
4556
4557         r = pUserConfirmPopup->Construct(userConfirmMode, pPolicy, this, true, msg);
4558         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4559
4560         int modalResult = 0;
4561
4562         switch(userConfirmMode)
4563         {
4564         case USER_CONTENT_HANDLER:
4565         {
4566                 __pContentHandlerConfirmPopup = std::move(pUserConfirmPopup);
4567
4568                 r = __pContentHandlerConfirmPopup->ShowAndWait(modalResult);
4569                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pContentHandlerConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4570
4571                 __pContentHandlerConfirmPopup.reset();
4572
4573                 ewk_view_resume(__pWebCore->GetWebNativeNode());
4574
4575                 break;
4576         }
4577         case USER_PROTOCOL_HANDLER:
4578         {
4579                 __pProtocolHandlerConfirmPopup = std::move(pUserConfirmPopup);
4580
4581                 r = __pProtocolHandlerConfirmPopup->ShowAndWait(modalResult);
4582                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pProtocolHandlerConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4583
4584                 __pProtocolHandlerConfirmPopup.reset();
4585
4586                 ewk_view_resume(__pWebCore->GetWebNativeNode());
4587
4588                 break;
4589         }
4590         case USER_CONFIRM_APP_CACHE:
4591         {
4592                 __pAppCacheConfirmPopup = std::move(pUserConfirmPopup);
4593
4594                 r = __pAppCacheConfirmPopup->ShowAndWait(modalResult);
4595                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pAppCacheConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4596
4597                 __pAppCacheConfirmPopup.reset();
4598
4599                 ewk_view_resume(__pWebCore->GetWebNativeNode());
4600
4601                 break;
4602         }
4603         case USER_CONFIRM_DB_QUOTA_EXCEDED:
4604         {
4605                 __pDbQuotaConfirmPopup = std::move(pUserConfirmPopup);
4606
4607                 r = __pDbQuotaConfirmPopup->ShowAndWait(modalResult);
4608                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pDbQuotaConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4609
4610                 __pDbQuotaConfirmPopup.reset();
4611
4612                 ewk_view_resume(__pWebCore->GetWebNativeNode());
4613
4614                 break;
4615         }
4616         case USER_CONFIRM_LOCAL_FS_QUOTA_EXCEDED:
4617         {
4618                 __pLocalFsQuotaConfirmPopup = std::move(pUserConfirmPopup);
4619
4620                 r = __pLocalFsQuotaConfirmPopup->ShowAndWait(modalResult);
4621                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pLocalFsQuotaConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4622
4623                 __pLocalFsQuotaConfirmPopup.reset();
4624
4625                 ewk_view_resume(__pWebCore->GetWebNativeNode());
4626
4627                 break;
4628         }
4629         case USER_CONFIRM_INDEXED_DB_QUOTA_EXCEDED:
4630         {
4631                 __pIndexedDbQuotaConfirmPopup = std::move(pUserConfirmPopup);
4632
4633                 r = __pIndexedDbQuotaConfirmPopup->ShowAndWait(modalResult);
4634                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pIndexedDbQuotaConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4635
4636                 __pIndexedDbQuotaConfirmPopup.reset();
4637
4638                 ewk_view_resume(__pWebCore->GetWebNativeNode());
4639
4640                 break;
4641         }
4642         default:
4643                 break;
4644         }
4645 CATCH:
4646                 return r;
4647 }
4648
4649
4650 result
4651 _WebImpl::ShowUserConfirmPopupAsync(_UserConfirmMode userConfirmMode, void* pPolicy, String msg)
4652 {
4653         result r = E_SUCCESS;
4654
4655         std::unique_ptr<_UserConfirmPopup> pUserConfirmPopup(new (std::nothrow) _UserConfirmPopup());
4656         SysTryReturnResult(NID_WEB_CTRL, pUserConfirmPopup.get(), E_OUT_OF_MEMORY, "Memory Allocation failed.");
4657
4658         r = pUserConfirmPopup->Construct(userConfirmMode, pPolicy, this, false, msg);
4659         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4660
4661         switch(userConfirmMode)
4662         {
4663         case USER_CONFIRM_USERMEDIA:
4664         {
4665                 __pUserMediaConfirmPopup.reset();
4666
4667                 __pUserMediaConfirmPopup = std::move(pUserConfirmPopup);
4668
4669                 r = __pUserMediaConfirmPopup->ShowPopup();
4670                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pUserMediaConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4671
4672                 break;
4673         }
4674         case USER_CONFIRM_GEOLOCATION:
4675         {
4676                 __pGeolocationConfirmPopup.reset();
4677
4678                 __pGeolocationConfirmPopup = std::move(pUserConfirmPopup);
4679
4680                 r = __pGeolocationConfirmPopup->ShowPopup();
4681                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pGeolocationConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4682
4683                 break;
4684         }
4685         case USER_CONFIRM_NOTIFICATION:
4686         {
4687                 __pNotificationConfirmPopup.reset();
4688
4689                 __pNotificationConfirmPopup = std::move(pUserConfirmPopup);
4690
4691                 r = __pNotificationConfirmPopup->ShowPopup();
4692                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pNotificationConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4693
4694                 break;
4695         }
4696         case USER_SCRIPT_ALERT:
4697         {
4698                 __pScriptAlertConfirmPopup.reset();
4699
4700                 __pScriptAlertConfirmPopup = std::move(pUserConfirmPopup);
4701
4702                 r = __pScriptAlertConfirmPopup->ShowPopup();
4703                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pScriptAlertConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4704
4705                 break;
4706         }
4707         case USER_SCRIPT_CONFIRM:
4708         {
4709                 __pScriptConfirmPopup.reset();
4710
4711                 __pScriptConfirmPopup = std::move(pUserConfirmPopup);
4712
4713                 r = __pScriptConfirmPopup->ShowPopup();
4714                 SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, __pScriptConfirmPopup.reset(), r, "[%s] Propagating.", GetErrorMessage(r));
4715
4716                 break;
4717         }
4718         default:
4719                 break;
4720         }
4721
4722         return E_SUCCESS;
4723
4724 CATCH:
4725         return r;
4726 }
4727
4728
4729 _FormImpl*
4730 _WebImpl::GetParentFormImpl(_ControlImpl* pControlImpl)
4731 {
4732         String parentName;
4733         _FormImpl* pFormImpl = null;
4734
4735         _ControlImpl* pParentControlImpl = dynamic_cast< _ControlImpl* >(pControlImpl->GetParent());
4736         if (!pParentControlImpl)
4737         {
4738                 return null;
4739         }
4740
4741         pFormImpl = dynamic_cast< _FormImpl* >(pParentControlImpl);
4742         if (pFormImpl)
4743         {
4744                 return pFormImpl;
4745         }
4746
4747         return GetParentFormImpl(pParentControlImpl);
4748 }
4749
4750
4751 bool 
4752 _WebImpl::OnFocusGained(const _ControlImpl& source)
4753 {
4754         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
4755         SysAssertf(pSettings, "Failed to get webkit instance.");
4756         ewk_settings_clear_text_selection_automatically_set(pSettings, true);
4757
4758         return false;
4759 }
4760
4761
4762 bool 
4763 _WebImpl::OnFocusLost(const _ControlImpl& source)
4764 {
4765         if(IsKeypadVisible() == true)
4766         {
4767                 SetKeypadOpened(true);
4768
4769                 SetKeypadVisibleState(false);
4770         }
4771
4772         Ewk_Settings* pSettings = ewk_view_settings_get(__pWebCore->GetWebNativeNode());
4773         SysAssertf(pSettings, "Failed to get webkit instance.");
4774         ewk_settings_clear_text_selection_automatically_set(pSettings, false);
4775
4776         evas_object_focus_set(__pWebCore->GetWebNativeNode(), EINA_FALSE);
4777
4778         return false;
4779 }
4780
4781
4782 bool
4783 _WebImpl::HasValidNativeNode(void) const
4784 {
4785         if (__pWebCore && __pWebCore->GetWebNativeNode())
4786         {
4787                 return true;
4788         }
4789
4790         return false;
4791 }
4792
4793
4794 result
4795 _WebImpl::OnPreAttachedToMainTree(void)
4796 {
4797         result r = E_SUCCESS;
4798
4799         if (IsVisible() == true)
4800         {
4801                 _WebManager* pWebManager = _WebManager::GetInstance();
4802                 pWebManager->SetActiveWeb(this);
4803         }
4804
4805         r = _ContainerImpl::OnPreAttachedToMainTree();
4806         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4807
4808         if (!HasValidNativeNode())
4809         {
4810                 r = __pWebCore->InitializeWebNativeNode();
4811                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4812
4813                 _ControlManager* pControlManager = _ControlManager::GetInstance();
4814                 SysTryReturnResult(NID_WEB_CTRL, pControlManager, E_SYSTEM, "Failed to get the ControlManager instance.");
4815                 OnChangeLayout(pControlManager->GetScreenRotation());
4816
4817                 r = InitializeSetting();
4818                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4819
4820                 _WebManager* pWebManager = _WebManager::GetInstance();
4821                 pWebManager->AddWeb(reinterpret_cast< int >(this));
4822         }
4823
4824         return E_SUCCESS;
4825 }
4826
4827
4828 result
4829 _WebImpl::OnDetachingFromMainTree(void)
4830 {
4831         result r = E_SUCCESS;
4832
4833         _WebManager* pWebManager = _WebManager::GetInstance();
4834         pWebManager->RemoveActiveWeb(this);
4835
4836         r = _ContainerImpl::OnDetachingFromMainTree();
4837         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4838
4839         return E_SUCCESS;
4840 }
4841
4842
4843 void
4844 _WebImpl::OnChangeLayout(_ControlRotation rotation)
4845 {
4846         int degree = 0;
4847
4848         switch (rotation)
4849         {
4850                 case _CONTROL_ROTATION_0:
4851                         degree =  0;
4852                         break;
4853                 case _CONTROL_ROTATION_90:
4854                         degree =  90;
4855                         break;
4856                 case _CONTROL_ROTATION_180:
4857                         degree =  180;
4858                         break;
4859                 case _CONTROL_ROTATION_270:
4860                         degree =  -90;
4861                         break;
4862                 default:
4863                         SysAssert(false);
4864         }
4865         ewk_view_orientation_send(__pWebCore->GetWebNativeNode(), degree);
4866 }
4867
4868
4869 void
4870 _WebImpl::OnChangeLayout(_ControlOrientation orientation)
4871 {
4872         _ContainerImpl::OnChangeLayout(orientation);
4873
4874         if (__pColorPicker.get())
4875         {
4876                 __pColorPicker->ChangeLayout(orientation);
4877         }
4878
4879         HideFormDataWindow();
4880
4881         std::unique_ptr< IEnumerator > pEnum(__webNotificationList.GetEnumeratorN());
4882         _WebNotification* pWebNotification = null;
4883
4884         while (pEnum->MoveNext() == E_SUCCESS)
4885         {
4886                 pWebNotification = static_cast< _WebNotification* >(pEnum->GetCurrent());
4887                 pWebNotification->OnChangeLayout();
4888         }
4889 }
4890
4891
4892 void
4893 _WebImpl::OnAncestorVisibleStateChanged(const _Control& control)
4894 {
4895         _WebManager* pWebManager = _WebManager::GetInstance();
4896         if (IsVisible() == true)
4897         {
4898                 pWebManager->SetActiveWeb(this);
4899                 ewk_view_page_visibility_state_set(__pWebCore->GetWebNativeNode(), EWK_PAGE_VISIBILITY_STATE_VISIBLE, false);
4900         }
4901         else
4902         {
4903                 pWebManager->RemoveActiveWeb(this);
4904                 ewk_view_page_visibility_state_set(__pWebCore->GetWebNativeNode(), EWK_PAGE_VISIBILITY_STATE_HIDDEN, false);
4905         }
4906 }
4907
4908
4909 void
4910 _WebImpl::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collection::IList* pArgs)
4911 {
4912         _ContainerImpl::OnUserEventReceivedN(requestId, pArgs);
4913         
4914         switch (requestId)
4915         {
4916         case ID_CERTIFICATE_CONFIRM_POPUP_CLOSE:
4917                 __pCertConfirmPopup.reset();
4918                 break;
4919         case ID_PROMPT_POPUP_CLOSE:
4920                 __pPromptPopup.reset();
4921                 break;
4922         case ID_USER_CONFIRM_USERMEDIA_CLOSE:
4923                 __pUserMediaConfirmPopup.reset();
4924                 break;
4925         case ID_USER_CONFIRM_GEOLOCATION_CLOSE:
4926                 __pGeolocationConfirmPopup.reset();
4927                 break;
4928         case ID_USER_CONFIRM_NOTIFICATION_CLOSE:
4929                 __pNotificationConfirmPopup.reset();
4930                 break;
4931         case ID_USER_SCRIPT_ALERT_CLOSE:
4932                 __pScriptAlertConfirmPopup.reset();
4933                 break;
4934         case ID_USER_SCRIPT_CONFIRM_CLOSE:
4935                 __pScriptConfirmPopup.reset();
4936                 break;
4937         default:
4938                 break;
4939         }
4940
4941         Resume();
4942 }
4943
4944
4945 _WebDataHandler*
4946 _WebImpl::GetDownloadHandler(void) const
4947 {
4948         return __pWebDownloadHandler.get();
4949 }
4950
4951
4952 Eina_Bool
4953 _WebImpl::HideColorPicker(void)
4954 {
4955         __pColorPicker.reset();
4956
4957         Resume();
4958
4959         return EINA_TRUE;
4960 }
4961
4962
4963 result
4964 _WebImpl::ShowColorPicker(int red, int green, int blue, int alpha, Color& color)
4965 {
4966         result r = E_SUCCESS;
4967
4968         std::unique_ptr<_InputPickerPopup> pColorHadler(new (std::nothrow) _InputPickerPopup());
4969         SysTryReturnResult(NID_WEB_CTRL, pColorHadler.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
4970
4971         Tizen::Graphics::Color colorVal(static_cast< byte >(red), static_cast< byte >(green), static_cast< byte >(blue), static_cast< byte >(alpha));
4972
4973         r = pColorHadler->Construct(colorVal, this);
4974         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
4975
4976         __pColorPicker = std::move(pColorHadler);
4977
4978         r = __pColorPicker->ShowPopup();
4979         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
4980
4981         if (__pColorPicker)
4982         {
4983                 color = __pColorPicker->GetColor();
4984         }
4985
4986 CATCH:
4987         if (__pColorPicker)
4988         {
4989                 __pColorPicker.reset();
4990                 Resume();
4991         }
4992
4993         return r;
4994 }
4995
4996
4997 result
4998 _WebImpl::ShowDatePicker(Ewk_Input_Type inputType, const char* inputValue, String& dateStr)
4999 {
5000         result r = E_SUCCESS;
5001
5002         std::unique_ptr<_InputPickerPopup> pInputPicker(new (std::nothrow) _InputPickerPopup());
5003         SysTryReturnResult(NID_WEB_CTRL, pInputPicker.get(), E_OUT_OF_MEMORY, "Memory allocation failed.");
5004
5005         r = pInputPicker->Construct(String(inputValue), inputType, this);
5006         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5007
5008         __pDatePicker = std::move(pInputPicker);
5009
5010         r = __pDatePicker->ShowPopup();
5011         SysTryCatch(NID_WEB_CTRL, r == E_SUCCESS, , r, "[%s] Propagating.", GetErrorMessage(r));
5012
5013         if (__pDatePicker)
5014         {
5015                 dateStr = __pDatePicker->GetDate();
5016         }
5017
5018 CATCH:
5019         if (__pDatePicker)
5020         {
5021                 __pDatePicker.reset();
5022                 Resume();
5023         }
5024
5025         return r;
5026 }
5027
5028
5029 _WebImpl*
5030 _WebImpl::GetInstance(Web* pWeb)
5031 {
5032         return dynamic_cast< _WebImpl* >(_ControlImpl::GetInstance(*pWeb));
5033 }
5034
5035
5036 const _WebImpl*
5037 _WebImpl::GetInstance(const Web* pWeb)
5038 {
5039         return dynamic_cast< const _WebImpl* >(_ControlImpl::GetInstance(*pWeb));
5040 }
5041
5042
5043 int 
5044 _WebImpl::SearchHandler(Ewk_Custom_Handlers_Data* pHandlerData, bool checkmime)
5045 {
5046         int checkReturn = 0;
5047         _DatabaseImpl db;
5048         String handlerPath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
5049
5050         String table;
5051         if( checkmime == true)
5052         {
5053                 table = CUSTOM_CONTENT_TABLE_NAME;
5054         }
5055         else
5056         {
5057                 table = CUSTOM_PROTOCOL_TABLE_NAME;
5058         }
5059         
5060         String baseUri(ewk_custom_handlers_data_base_url_get(pHandlerData));
5061         String uri(ewk_custom_handlers_data_url_get(pHandlerData));
5062         String target(ewk_custom_handlers_data_target_get(pHandlerData));
5063
5064         SysSecureLog(NID_WEB_CTRL, "BaseUrl : %s, Url : %s, mime : %s", baseUri.GetPointer(), uri.GetPointer(), target.GetPointer());
5065         
5066         result r = db.Construct(handlerPath, "r+", null);
5067         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, -1, r, "[%s] Propagating.", GetErrorMessage(r));
5068
5069         std::unique_ptr<DbEnumerator> pEnum(db.QueryN(L"Select allow From " + table + L" Where baseUrl = '" + baseUri + L"' AND url = '" + uri + L"' AND mime = '" + target + L"'"));
5070         SysTryReturn(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, -1, GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
5071
5072         if(pEnum.get())
5073         {
5074                 r = pEnum->MoveNext();
5075                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, -1, r, "[%s] Propagating.", GetErrorMessage(r));
5076                 r = pEnum->GetIntAt(0, checkReturn);
5077                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, -1, r, "[%s] Propagating.", GetErrorMessage(r));
5078         }
5079         else
5080         {
5081                 checkReturn = 2;
5082         }
5083
5084         return checkReturn;
5085 }
5086
5087
5088 result 
5089 _WebImpl::UnregistrationHandler(Ewk_Custom_Handlers_Data* pHandlerData, bool checkmime)
5090 {
5091         int checkId = 0;
5092         _DatabaseImpl db;
5093         String handlerPath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
5094
5095         String table;
5096         if( checkmime == true)
5097         {
5098                 table = CUSTOM_CONTENT_TABLE_NAME;
5099         }
5100         else
5101         {
5102                 table = CUSTOM_PROTOCOL_TABLE_NAME;
5103         }
5104
5105         String baseUri(ewk_custom_handlers_data_base_url_get(pHandlerData));
5106         String uri(ewk_custom_handlers_data_url_get(pHandlerData));
5107         String target(ewk_custom_handlers_data_target_get(pHandlerData));
5108         
5109         SysSecureLog(NID_WEB_CTRL, "BaseUrl : %s, Url : %s, mime : %s", baseUri.GetPointer(), uri.GetPointer(), target.GetPointer());
5110         
5111         result r = db.Construct(handlerPath, "r+", null);
5112         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5113
5114         std::unique_ptr<DbEnumerator> pEnum(db.QueryN(L"Select id From " + table + L" Where baseUrl = '" + baseUri + L"' AND url = '" + uri + L"' AND mime = '" + target + L"'"));
5115         SysTryReturn(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
5116
5117         if(pEnum.get())
5118         {
5119                 r = pEnum->MoveNext();
5120                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5121                 r = pEnum->GetIntAt(0, checkId);
5122                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5123                 
5124                 std::unique_ptr<DbStatement> pDeleteStmt(db.CreateStatementN(L"Delete From " + table + L" Where id = (?)"));
5125                 SysTryReturn(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, GetLastResult(), GetLastResult(), "[%s] Propagating.", GetErrorMessage(GetLastResult()));
5126
5127                 r = pDeleteStmt->BindInt(0, checkId);
5128                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5129                 
5130                 db.BeginTransaction();
5131                 
5132                 std::unique_ptr<DbEnumerator> pEnum(db.ExecuteStatementN(*pDeleteStmt));
5133                 
5134                 db.CommitTransaction();
5135         }
5136
5137         return E_SUCCESS;
5138 }
5139
5140
5141 const Tizen::Base::String 
5142 _WebImpl::GetProtocolFromUri(const Tizen::Base::String& originUri, const Tizen::Base::String& currentUri)
5143 {
5144         if (originUri == L"" || currentUri == L"")
5145         {
5146                 return L"";
5147         }
5148
5149         result r = E_SUCCESS;
5150         String baseUri;
5151         _DatabaseImpl db;
5152         String handlerPath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
5153         String originReplace(originUri);
5154         String table(CUSTOM_PROTOCOL_TABLE_NAME);
5155         int found = 0;
5156         int foundQuery = 0;
5157
5158         r = currentUri.LastIndexOf(L"/", currentUri.GetLength()-1, found);
5159         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5160         
5161         r = currentUri.SubString(0, found + 1, baseUri);
5162         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5163                 
5164         r = db.Construct(handlerPath, "r+", null);
5165         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5166         
5167         std::unique_ptr<DbEnumerator> pEnum(db.QueryN(L"Select mime, url, allow From " + table + L" Where baseUrl = '" + baseUri + "'"));
5168         SysTryReturn(NID_WEB_CTRL, GetLastResult() == E_SUCCESS, L"", GetLastResult(), "[%s] Propagating.", GetErrorMessage(r));
5169
5170         if(pEnum.get())
5171         {
5172                 while (pEnum->MoveNext() == E_SUCCESS)
5173                 {                       
5174                         String protocol;
5175                         String queryUrl;
5176                         int allow;
5177                         String originScheme;
5178
5179                         r = pEnum->GetStringAt(0, protocol);
5180                         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5181                 
5182                         r = pEnum->GetStringAt(1, queryUrl);
5183                         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5184                         
5185                         r = pEnum->GetIntAt(2, allow);
5186                         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5187
5188                         if (allow == 0)
5189                         {
5190                                 break;
5191                         }
5192
5193                         String protocolScheme(protocol + L":");
5194                         
5195                         r = originReplace.SubString(0, protocolScheme.GetLength(), originScheme);
5196                         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5197                                                 
5198                         if ((originReplace.GetLength() >= protocolScheme.GetLength()) && originScheme.Equals(protocolScheme, false))
5199                         {
5200                                 if (queryUrl.IndexOf(L"%s", 0, foundQuery) == E_SUCCESS)
5201                                 {
5202                                         r = originReplace.Replace(originScheme, "");
5203                                         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5204                                         
5205                                         queryUrl.Replace("%s", originReplace, 0);
5206                                         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5207
5208                                         return queryUrl;
5209                                 }
5210                         }               
5211                 }
5212         }
5213         
5214         return L"";
5215 }
5216
5217
5218 const Tizen::Base::String 
5219 _WebImpl::GetRedirectUri(const Tizen::Base::String& originUri, const Tizen::Base::String& currentUri, const Tizen::Base::String& mime)
5220 {
5221         if (originUri == L"" || currentUri == L"" || mime == L"")
5222         {
5223                 return L"";
5224         }
5225
5226         result r = E_SUCCESS;
5227         String baseUri;
5228         String contentUrl;
5229         String originUrlStr = originUri;
5230         const String replaceStr = L"%s";
5231         _DatabaseImpl db;
5232         String handlerPath(Tizen::App::App::GetInstance()->GetAppRootPath() + CUSTOM_DB_DIRECTORY_PATH + USER_CONFIRM_DB_NAME);
5233         String table(CUSTOM_CONTENT_TABLE_NAME);
5234         int allow = 0;
5235         int found = 0;
5236         
5237         r = currentUri.LastIndexOf(L"/", currentUri.GetLength()-1, found);
5238         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5239                 
5240         r = currentUri.SubString(0, found + 1, baseUri);
5241         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5242                 
5243         r = db.Construct(handlerPath, "r+", null);
5244         SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5245
5246         std::unique_ptr<DbEnumerator> pEnum(db.QueryN(L"Select allow, url From " + table + L" Where baseUrl = '" + baseUri + "' AND mime = '" + mime + L"'"));
5247         
5248         if (pEnum.get())
5249         {
5250                 r = pEnum->MoveNext();
5251                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5252                 r = pEnum->GetIntAt(0, allow);
5253                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5254                 r = pEnum->GetStringAt(1, contentUrl);
5255                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5256                         
5257                 if (allow == 0)
5258                 {
5259                         return L"";
5260                 }
5261                 else
5262                 {
5263                         if (contentUrl != L"")
5264                         {
5265                                 r = contentUrl.Replace(replaceStr, originUrlStr, 0);
5266                                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, L"", r, "[%s] Propagating.", GetErrorMessage(r));
5267
5268                                 return contentUrl;
5269                         }
5270                 }
5271         }
5272         
5273         return L"";
5274 }
5275
5276
5277 void
5278 _WebImpl::SetFormDataList(Eina_List* pFormDataList)
5279 {
5280         __pFormDataList = pFormDataList;
5281 }
5282
5283
5284 bool
5285 _WebImpl::IsFormDataWindowVisible(void) const
5286 {
5287         return __isFormDataVisible;
5288 }
5289
5290
5291 result
5292 _WebImpl::ShowFormDataWindow(const Rectangle& windowRect, Evas_Object* pWebView)
5293 {
5294         Rectangle rect(_CoordinateSystemUtils::InverseTransform(Rectangle(windowRect.x, windowRect.y + windowRect.height, windowRect.width, windowRect.height)));
5295
5296         if (__isFormDataVisible)
5297         {
5298                 result r = __pFormDataWindow->UpdateList(__pFormDataList, rect);
5299                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5300         }
5301         else
5302         {
5303                 __pFormDataWindow.reset();
5304
5305                 std::unique_ptr<_FormDataWindow> pFormDataWindow( new (std::nothrow) _FormDataWindow());
5306                 SysTryReturnResult(NID_WEB_CTRL, pFormDataWindow.get(), E_OUT_OF_MEMORY, "[%s] Memory allocation failed.", GetErrorMessage(E_OUT_OF_MEMORY));
5307
5308                 result r = pFormDataWindow->Construct(rect, this, pWebView);
5309                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5310
5311                 r = pFormDataWindow->UpdateList(__pFormDataList, rect);
5312                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5313
5314                 r = pFormDataWindow->LaunchFormDataWindow();
5315                 SysTryReturn(NID_WEB_CTRL, r == E_SUCCESS, r, r, "[%s] Propagating.", GetErrorMessage(r));
5316
5317                 __pFormDataWindow = std::move(pFormDataWindow);
5318                 __isFormDataVisible = true;
5319         }
5320
5321         return E_SUCCESS;
5322 }
5323
5324
5325 void
5326 _WebImpl::HideFormDataWindow(bool delWindow)
5327 {
5328         if (delWindow)
5329         {
5330                 __pFormDataWindow.reset();
5331         }
5332
5333         __isFormDataVisible = false;
5334 }
5335
5336
5337 void
5338 _WebImpl::ClearWebNotification(_WebNotification* pWebNotification)
5339 {
5340         __webNotificationList.Remove(*pWebNotification);
5341 }
5342
5343
5344 void
5345 _WebImpl::SetWebNotification(_WebNotification* pWebNotification)
5346 {
5347         __webNotificationList.Add(pWebNotification);
5348 }
5349
5350
5351 }}} // Tizen::Web::Controls