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