Re: [Crosswalk-dev] Tizen canary full and nightly auto testing are blocked by XWALK-517

2013-11-29 Thread Oliveira, Caio
Great. Thanks, Babu! Cheers, Caio From: Poussa, Sakari Sent: Friday, November 29, 2013 9:54 AM To: Oliveira, Caio; Zhang, Belem; crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk-dev] Tizen canary full and nightly auto testing are blocked by XWALK-517 We have a fix for this al

Re: [Crosswalk-dev] Intent to Implement: [Android] Implement autocomplete feature for Xwalk

2013-11-29 Thread Alexis Menard
On Wed, Nov 27, 2013 at 11:22 PM, Yin, Li wrote: > Hi Alexis, > Hi, > > > Developers can disable auto complete feature through the Java interface > “setSaveFormData(false)”, it won’t save all the input texts if it is > disabled. > > The default value is enabled, because WebView enabled it by

Re: [Crosswalk-dev] Intent to Implement better apk packaging tools

2013-11-29 Thread Bhaumik, Rijubrata
Hi Elliot. Thats great. Developers for any non trivial apps anyways use grunt. So a grunt task like "grunt apk", like the one you already did for xpk/wgt in "grunt tizen" would be very helpful and totally in line with the workflow. So does this work also include a wrapper over adb for push/instal

Re: [Crosswalk-dev] Tizen canary full and nightly auto testing are blocked by XWALK-517

2013-11-29 Thread Poussa, Sakari
We have a fix for this already from Babu: https://github.com/crosswalk-project/crosswalk/pull/1205 Which actually just got merged…. Sakari From: , Caio mailto:caio.olive...@intel.com>> Date: Friday, November 29, 2013 at 13:40 To: "Zhang, Belem" mailto:belem.zh...@intel.com>>, "crosswalk-dev@li

Re: [Crosswalk-dev] Intent to implement : [Runtime Model] System event

2013-11-29 Thread Bhaumik, Rijubrata
hi, I have the same concerns as Alex just mentioned. It would not be good if we have to use different code path for .wgt. For .wgt files, the main document is usually "index.html", and IMO its not acceptable if during installation, a window is created with that page. -Riju. ___

Re: [Crosswalk-dev] Tizen canary full and nightly auto testing are blocked by XWALK-517

2013-11-29 Thread Oliveira, Caio
For those who need, there’s a workaround, pass –no-sandbox to xwalk. I reproduced the failure yesterday and by the stacktrace I could gather and the failure output, it seems that this was caused by a change that affects either Render Process or the process launching mechanism (which narrows down

Re: [Crosswalk-dev] Intent to Implement better apk packaging tools

2013-11-29 Thread Smith, Elliot
On 29 November 2013 07:47, Raphael Kubo da Costa < raphael.kubo.da.co...@intel.com> wrote: > > > I will try to remove as much of the indirection in the current scripts as > > possible (python make_apk.py > python ant.py > ant > aapt could be > replaced > > with JavaScript > aapt, for example). > >