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