Cordova and Crosswalk

2013-12-03 Thread Hu, Ningxin
Hi Cordova Developers, Crosswalk [1] is a web application runtime based on Blink and Chromium. It supports Android 4.0+. By integrating Cordova with Crosswalk, it brings remote debugging capability, better HTML5 support and higher performance to Cordova apps. In Crosswalk projects, there is a

Re: Cordova and Crosswalk

2013-12-03 Thread Brian LeRoux
Crosswalk is cool. Very aligned with the Cordova approach and our desktop (and even mobile runtime) story right now is somewhat scattered. A unified cross platform approach would be a welcome option for our community to be sure. So, are you guys saying you guys want to donate the source to Apache

Re: Cordova and Crosswalk

2013-12-03 Thread Andrew Grieve
Wow, super impressive stuff! A couple things that weren't clear to me from your website: - Is the idea that users will need to install XWalkRuntimeLib.apk in addition to their app's .apk? - Is it x86-only at the moment? It seems as though Xwalk is made to match the Android Webview API quite close

Re: Cordova and Crosswalk

2013-12-03 Thread Andrew Grieve
On Tue, Dec 3, 2013 at 9:08 PM, Andrew Grieve wrote: > Wow, super impressive stuff! > > A couple things that weren't clear to me from your website: > - Is the idea that users will need to install XWalkRuntimeLib.apk in > addition to their app's .apk? > - Is it x86-only at the moment? > Also - Wha

RE: Cordova and Crosswalk

2013-12-03 Thread Hu, Ningxin
> -Original Message- > From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew > Grieve > Sent: Wednesday, December 04, 2013 10:08 AM > To: dev > Subject: Re: Cordova and Crosswalk > > Wow, super impressive stuff! > > A couple things that

RE: Cordova and Crosswalk

2013-12-03 Thread Hu, Ningxin
> -Original Message- > From: agri...@google.com [mailto:agri...@google.com] On Behalf Of Andrew > Grieve > Sent: Wednesday, December 04, 2013 10:39 AM > To: Andrew Grieve > Cc: dev > Subject: Re: Cordova and Crosswalk > > On Tue, Dec 3, 2013 at 9:08 PM, Andre

Re: Cordova and Crosswalk

2013-12-04 Thread Ally Ogilvie
nt: Wednesday, December 04, 2013 10:39 AM > > To: Andrew Grieve > > Cc: dev > > Subject: Re: Cordova and Crosswalk > > > > On Tue, Dec 3, 2013 at 9:08 PM, Andrew Grieve > wrote: > > > > > Wow, super impressive stuff! > > > > > &g

RE: Cordova and Crosswalk

2013-12-04 Thread Hu, Ningxin
> -Original Message- > From: Ally Ogilvie [mailto:aogil...@wizcorp.jp] > Sent: Wednesday, December 04, 2013 4:35 PM > To: dev@cordova.apache.org > Subject: Re: Cordova and Crosswalk > > Ningxin, > > Fantastic work! Couple of quick questions; > > - Cross

RE: Cordova and Crosswalk

2013-12-04 Thread Jonathan Bond-Caron
On Tue Dec 3 08:40 AM, Hu, Ningxin wrote: > Your thoughts about the integration? > Is it possible to support Crosswalk runtime as a platform in Cordova > upstream? > > [2]: https://github.com/crosswalk-project/crosswalk-cordova-android It looks really awesome, can't wait to try it out. I have so

Re: Cordova and Crosswalk

2013-12-04 Thread Brian LeRoux
We've been discussing allowing alternate rendering engines in Android for some time. FireOS is basically this. GeckoView is around the corner from Mozilla. It is a likely future. I'm still curious if Crosswalk wants to donate to Apache? On Thu, Dec 5, 2013 at 2:46 AM, Jonathan Bond-Caron wrote:

RE: Cordova and Crosswalk

2013-12-04 Thread Hu, Ningxin
> -Original Message- > From: Jonathan Bond-Caron [mailto:jbo...@gdesolutions.com] > Sent: Wednesday, December 04, 2013 11:47 PM > To: dev@cordova.apache.org > Subject: RE: Cordova and Crosswalk > > On Tue Dec 3 08:40 AM, Hu, Ningxin wrote: > > Your thoughts ab

Re: Cordova and Crosswalk

2013-12-05 Thread Andrew Grieve
wrote: > > -Original Message- > > From: Jonathan Bond-Caron [mailto:jbo...@gdesolutions.com] > > Sent: Wednesday, December 04, 2013 11:47 PM > > To: dev@cordova.apache.org > > Subject: RE: Cordova and Crosswalk > > > > On Tue Dec 3 08:40 AM, Hu, Ni

RE: Cordova and Crosswalk

2013-12-05 Thread Hu, Ningxin
> -Original Message- > From: brian.ler...@gmail.com [mailto:brian.ler...@gmail.com] On Behalf Of > Brian LeRoux > Sent: Thursday, December 05, 2013 6:45 AM > To: dev@cordova.apache.org > Subject: Re: Cordova and Crosswalk > > We've been discussing allowing a

RE: Cordova and Crosswalk

2013-12-06 Thread Jonathan Bond-Caron
On Wed Dec 4 11:55 PM, Hu, Ningxin wrote: > > -Original Message- > > From: Jonathan Bond-Caron [mailto:jbo...@gdesolutions.com] > > Sent: Wednesday, December 04, 2013 11:47 PM > > To: dev@cordova.apache.org > > Subject: RE: Cordova and Crosswalk > > &g

Re: Cordova and Crosswalk

2013-12-08 Thread Brian LeRoux
: > > > -Original Message- > > > From: Jonathan Bond-Caron [mailto:jbo...@gdesolutions.com] > > > Sent: Wednesday, December 04, 2013 11:47 PM > > > To: dev@cordova.apache.org > > > Subject: RE: Cordova and Crosswalk > > > > > > On Tue D

Re: Cordova and Crosswalk

2013-12-08 Thread Michal Mocny
> > Sent: Wednesday, December 04, 2013 11:47 PM > > > > To: dev@cordova.apache.org > > > > Subject: RE: Cordova and Crosswalk > > > > > > > > On Tue Dec 3 08:40 AM, Hu, Ningxin wrote: > > > > > Your thoughts about the integration? >

RE: Cordova and Crosswalk

2013-12-08 Thread Hu, Ningxin
+1. Renderer makes more sense. :) > -Original Message- > From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal > Mocny > Sent: Monday, December 09, 2013 11:10 AM > To: dev > Subject: Re: Cordova and Crosswalk > > +1 to Renderer. I think that term

RE: Cordova and Crosswalk

2013-12-16 Thread Jonathan Bond-Caron
On Sun Dec 8 06:13 PM, Brian LeRoux wrote: > I like it but one small nit: we already use the term 'engine' to > describe a > downstream in plugins. Propose we call it 'renderer'. > > Would 'runtime' be better? Renderer might be too specific. A different 'runtime' could mean same HTML5 renderin