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