Support security origin database
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 8 Nov 2012 02:43:44 +0000 (11:43 +0900)
committerGerrit Code Review <gerrit2@kim11>
Fri, 23 Nov 2012 02:06:30 +0000 (11:06 +0900)
commit88e2b5b09dcf1501edfe99be31edade279ad1f2d
treed0a1c69f7e02e2f418e561bf203c75d605391951
parent6717121951b6fa2003a7ba4bef01439a5a3ecb7a
Support security origin database

[Issue#] N/A
[Problem] Implement security origin for WebApplication
[Cause] N/A
[Solution] For keeping enhancement launching time and create security
origin DAO by ondemand, implement security origin using singleton.
Singleton will initialize securityOriginDAO when webkit required user
permission
[SCMRequest] N/A

Change-Id: Ib149a935ee1369a6c7226098fd314ab26c40249a
src/view/common/CMakeLists.txt
src/view/common/view_logic_security_origin_support.cpp [new file with mode: 0644]
src/view/common/view_logic_security_origin_support.h [new file with mode: 0644]
src/view/webkit/view_logic.cpp
src/view/webkit/view_logic.h