[Crosswalk-dev] help

2014-07-04 Thread José Bollo
Hi all, I just documented the tizen's extensions of crosswalk here https://wiki.tizen.org/wiki/Security/Privileges_Study_For_Tizen3#Overview_of_the_internals_of_crosswalk_extensions_for_Tizen May someone (who?) quickly check that it is correct? Best regards José

Re: [Crosswalk-dev] Intent to Implement - Tizen Widget Signature

2014-07-04 Thread Pozdnyakov, Mikhail
LGTM Sorry for delay. BR, Mikhail From: Crosswalk-dev [crosswalk-dev-boun...@lists.crosswalk-project.org] on behalf of Zhang, Xu U [xu.u.zh...@intel.com] Sent: Monday, June 23, 2014 2:41 PM To: crosswalk-dev@lists.crosswalk-project.org Subject: [Crosswal

Re: [Crosswalk-dev] Intent to Implement - Tizen Web Application Protection

2014-07-04 Thread Poussa, Sakari
Agree with Halton. Totally not OK to use hardcoded keys in the src code. Please study how it was done in the Tizen WRT 2.x and we can review that proposal. Sakari From: , Halton mailto:halton@intel.com>> Date: Friday, July 4, 2014 at 11:57 To: "Ye, Jingfu" mailto:jingfu...@intel.com>>, "cr

Re: [Crosswalk-dev] improved version of js2c.sh

2014-07-04 Thread Smith, Elliot
Thanks, I've merged this with the docs. It should be on the live site shortly. Elliot On 4 July 2014 11:22, José Bollo wrote: > Please find below an improved (escaping) version of the script js2c.sh > found page > > https://crosswalk-project.org/#documentation/tizen_ivi_extensions/write_an_ext

[Crosswalk-dev] improved version of js2c.sh

2014-07-04 Thread José Bollo
Please find below an improved (escaping) version of the script js2c.sh found page https://crosswalk-project.org/#documentation/tizen_ivi_extensions/write_an_extension Best regards José #!/bin/sh INPUT=${1:-/dev/stdin} [ "$INPUT" = "-" ] && INPUT="/dev/stdin" OUTPUT=${2:-/dev/stdout} [ "$OUT"

[Crosswalk-dev] Crosswalk Bug Triage Summary – WW27.5

2014-07-04 Thread Liu, DeyiX
In-flow Bugs The In-flow bugs include newly created bugs in this week(WW27.2-WW27.5). The data are fetched on base of 5:00 PM (GMT+8) today. There’re total 15 In-flow bugs: https://crosswalk-project.org/jira/issues/?filter=10504 Triage Summary 15 bugs are triaged, 3 P1/ 11 P2/ 1 P3/ 0

Re: [Crosswalk-dev] Intent to Implement - Tizen Web Application Protection

2014-07-04 Thread Huo, Halton
Hard coded key string should not be acceptable. You intent is to protect the HTML/JS/CSS files. Hard coded is very easy to hack them out. Thanks, Halton. From: Ye, Jingfu Sent: Friday, July 04, 2014 4:55 PM To: Huo, Halton; crosswalk-dev@lists.crosswalk-project.org Subject: RE: [Crosswalk-dev] In

Re: [Crosswalk-dev] Intent to Implement - Tizen Web Application Protection

2014-07-04 Thread Ye, Jingfu
Hey Halton, Thank you for the good question. Actually I am still thinking about it. Regarding the algorithm, I have some rough idea. I feel we can involve the "crypto" component within our xwalk project. So the basic algorithm can be based on the following class: == class Encrytor { public: bool

[Crosswalk-dev] Tizen repository URL changes (and fixes) again

2014-07-04 Thread Raphael Kubo da Costa
Hello, everyone, As I mentioned a while ago, we were waiting for some fixes to be deployed to tizen.org to migrate Tizen Common to the new GBS URLs. That has finally happened, which means we are tracking the actual daily releases instead of being stuck at the 12-Jun release (the last before the re

Re: [Crosswalk-dev] Intent to Implement - Tizen Web Application Protection

2014-07-04 Thread Huo, Halton
Hi Jingfu, What encrypt/decrypt algorithm will be used? If need a key, how the key is provided? If the key stored locally, how to protected the key? Thanks, Halton. From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Ye, Jingfu Sent: Friday, July 04, 2014

[Crosswalk-dev] Intent to Implement - Tizen Web Application Protection

2014-07-04 Thread Ye, Jingfu
Summary For Web Applications that explicitly turn on the "encryption" through the element in the configuration file, the WRT MUST provide the following two measures to protect Web Application resources: - The WRT MUST encrypt the HTML, JS and CSS files of the Web Application stored by