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