Clean-up GlobalDAO (WhiteURIList)
authorJihoon Chung <jihoon.chung@samsaung.com>
Thu, 17 Oct 2013 04:54:21 +0000 (13:54 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Thu, 17 Oct 2013 05:01:22 +0000 (05:01 +0000)
commit71684d0f45a9472eedb3ca3fbab4227377f18e7a
tree94e07b0ccf2add8966569596701a5b16bb492f0f
parent16f88433c5d27bb5e57ff59ae4446858fdb78077
Clean-up GlobalDAO (WhiteURIList)

[Issue#]   LINUXWRT-1029
[Problem]  GlobalDAO has unnecessary API.
[Cause]    N/A
[Solution] Remove "WhiteURIList" API
           - Tizen WRT doesn't support external uri(http, https) to use tizen web api.
           - Specially, uri which is declared in "WhiteURIList" allows to use tizen web api.
           - "WhiteURIList" supports long time ago, current tizen web api policy doesn't have external uri case.
           - Moreover, "WhiteURIList" needs new policy of ACE work-flow that change pkgID base to domain(external uri) base.
           As these reasons, remove "WhiteURIList"
[Verification] Checking API usage
               - API is used in the WRT repo to check "WhiteURIList" to allow tizen web api in external uri.
                 https://review.tizendev.org/gerrit/#/c/93252/
[SCMRequest] Must be imported with https://review.tizendev.org/gerrit/#/c/93252/

Change-Id: Iadd72d2ae35cb60b2f44abbf8f472c8bc2ed2b82
modules/widget_dao/dao/global_dao.cpp
modules/widget_dao/dao/global_dao_read_only.cpp
modules/widget_dao/include/dpl/wrt-dao-ro/global_dao_read_only.h
modules/widget_dao/include/dpl/wrt-dao-rw/global_dao.h
modules/widget_dao/orm/wrt_db