[Tizen] Add url decoding for 'uri' attribute of signatures 66/34366/3
authorsung-su.kim <sung-su.kim@samsung.com>
Wed, 25 Feb 2015 02:10:13 +0000 (11:10 +0900)
committerSung-su Kim <sung-su.kim@samsung.com>
Wed, 25 Feb 2015 08:48:41 +0000 (00:48 -0800)
commit5ecf4beede67c5e76bee951e822a63bae1d40145
treef31ea584e143916d7547eb7fe4ec2ab4244eb7c9
parente02d90f63d504e1126cdb98e24cd0bd168b0d4d9
[Tizen] Add url decoding for 'uri' attribute of signatures

The value of URI attribute of signature files can be url encoded string.
But, SignatureValidator can't recongize url encoded 'uri' of signatures.
Add url decoding routine to SignatureParser.

https://github.com/crosswalk-project/crosswalk/pull/2829

BUG=XWALK-3479

Change-Id: I226999f73cee5379ba6ade1e86af52f77fad6842
src/xwalk/application/common/tizen/signature_parser.cc