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é
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
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
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
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"
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
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
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
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
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
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
11 matches
Mail list logo