Support app:// for w3c privilege
authorJihoon Chung <jihoon.chung@samsung.com>
Thu, 28 Mar 2013 02:27:29 +0000 (11:27 +0900)
committerJihoon Chung <jihoon.chung@samsung.com>
Thu, 28 Mar 2013 06:28:33 +0000 (15:28 +0900)
commitc3f0b4a4b8c2351d8b8713f988ad2a49b94aab1c
tree386055b294f73a4d0f5751a7f61f6384400f40f3
parent2c200cbf293b8b1271596b516bfd8f1b79b17ae1
Support app:// for w3c privilege

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] "file://" scheme is deprecated
Tizen2.1 uses "app://<app-id>" instead of "file://"
This commit changed display security origin in the "Exceptions Settings" menu
Before menu display "local" in case of origin is "file://"
Current menu will display "app://"+"origin" directly
[SCMRequest] N/A

Change-Id: Iff4b3f5ede7d935b12473f3e9fbbd1a13e92911e
webapp-detail/exceptionsview.cpp [changed mode: 0755->0644]