Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2015-01-20 Thread Raphael Kubo da Costa
Raphael Kubo da Costa writes: > "Pozdnyakov, Mikhail" writes: > >> Hi, >> >> Let me highlight that after >> https://github.com/crosswalk-project/crosswalk/pull/2717/ got landed, >> the 'xwalkctl' and 'xwalk-launcher' utils are not build anymore and >> hence are not present within the xwalk packa

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2015-01-20 Thread Raphael Kubo da Costa
"Pozdnyakov, Mikhail" writes: > Hi, > > Let me highlight that after > https://github.com/crosswalk-project/crosswalk/pull/2717/ got landed, > the 'xwalkctl' and 'xwalk-launcher' utils are not build anymore and > hence are not present within the xwalk package. > The standard platform utils should

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2015-01-08 Thread Pozdnyakov, Mikhail
08, 2014 3:08 PM To: crosswalk-dev@lists.crosswalk-project.org Cc: d...@lists.tizen.org Subject: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen Hi, Description: The Dual process model is a process model where each application run contains two processes: The fi

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-11 Thread Huo, Halton
; crosswalk-dev@lists.crosswalk-project.org > Subject: Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process > model on Tizen > > Hi Alejandro, > > A few things happened indeed :-) FOA we now do not support Application Events > API meaning that a web app should not be noti

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-11 Thread Pozdnyakov, Mikhail
jandro Piñeiro [apinhe...@igalia.com] Sent: Wednesday, December 10, 2014 7:41 PM To: crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen On 08/12/14 14:08, Pozdnyakov, Mikhail wrote: > Hi, Hi, just two questions: >

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-10 Thread Alejandro Piñeiro
On 08/12/14 14:08, Pozdnyakov, Mikhail wrote: > Hi, Hi, just two questions: > > Implementation plan: > 1) Add the Tizen appcore-related logic and other functionality from > xwalk-launcher to BP > 2) Make the necessary modifications in Tizen so that it does not rely on the > Shared process mode

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-10 Thread Baptiste Durand
Hi As the shared model will be removed I thinks It could be also interesting to load only the extension requested by the application not all extensions at each time (as currently done) BR Baptiste 2014-12-08 14:08 GMT+01:00 Pozdnyakov, Mikhail : > Hi, > > Description: > > The Dual process mod

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-10 Thread Pozdnyakov, Mikhail
@lists.crosswalk-project.org Cc: d...@lists.tizen.org Subject: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen Hi, Description: The Dual process model is a process model where each application run contains two processes: The first process includes Browser

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-09 Thread Hur, Joone
...@lists.tizen.org Subject: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen Hi, Description: The Dual process model is a process model where each application run contains two processes: The first process includes Browser process (BP), GPU process (GP) and Extension

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-08 Thread Dominig ar Foll
Hello, with that change Crosswalk will become a standard platform Application, which should be launched under the control of the AppFW and it's launcher. Please sync with AppFW maintainer (Baptiste) in order to avoid to publish direct access to launch command which could have a be changed short a

Re: [Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-08 Thread Kenneth Rohde Christiansen
LGTM! On Mon Dec 08 2014 at 2:12:34 PM Pozdnyakov, Mikhail < mikhail.pozdnya...@intel.com> wrote: > Hi, > > Description: > > The Dual process model is a process model where each application run > contains two processes: > The first process includes Browser process (BP), GPU process (GP) and > Ex

[Crosswalk-dev] [Intent to implement] Crosswalk uses Dual process model on Tizen

2014-12-08 Thread Pozdnyakov, Mikhail
Hi, Description: The Dual process model is a process model where each application run contains two processes: The first process includes Browser process (BP), GPU process (GP) and Extension process (EP) The second process is Renderer process (RP) and it runs in Seccomp sandbox Rational: At t