Add resource decryption
authorsung-su.kim <sung-su.kim@samsung.com>
Wed, 30 Sep 2015 02:47:21 +0000 (11:47 +0900)
committersung-su.kim <sung-su.kim@samsung.com>
Thu, 1 Oct 2015 11:05:10 +0000 (20:05 +0900)
commit3e5018079b1a4589df004ca337eef83dcce02ec7
treeae1cefca3b16bc9b9c78fdf58e987d409e1cd2fe
parent06479afb8b630b6d84f06f1e62d6e5d7d477c7aa
Add resource decryption

- If `<tizen:setting encryption="enable">` case,
  the app-installers should be encrypted and saved the resource.
  (.html, .htm, .js, .css extensions files)
- When the web-engine requests the encrypted resource,
  web-runtime should be return the decrypted resource
  to the web-engine through the data scheme.
common/common.gyp
common/resource_manager.cc [changed mode: 0755->0644]
common/resource_manager.h [changed mode: 0755->0644]
common/string_utils.cc
common/string_utils.h
packaging/crosswalk-tizen.spec
runtime/renderer/injected_bundle.cc [changed mode: 0755->0644]