Re: [Crosswalk-dev] Intent to Remove: WebUI File Picker code

2016-08-25 Thread Alexis Menard
Hi, > On Aug 25, 2016, at 4:08 AM, Raphael Kubo da Costa > wrote: > > The WebUI File Picker code was only used by the Tizen port, as it is > disabled by default everywhere else. > > This means that the code has not been compiled for almost a year and > nobody

Re: [Crosswalk-dev] where to find crosswalk's implementation of the blink platform API (e.g. blink::Platform)

2016-05-26 Thread Alexis Menard
Hi, On Thu, May 26, 2016 at 7:40 AM, Harald Stepputtis wrote: > Hi all, > > I am just starting to look into the crosswalk-project. > For starters, I wanted to see how crosswalk has embedded Blink. > If I am not mistaken, crosswalk builds directly on top of

[Crosswalk-dev] Intent to Implement : auto start of Crosswalk applications without command line arguments.

2016-05-23 Thread Alexis Menard
Hi, [Disclaimer] This intent is meant to start discussion so I'm looking for feedback [/Disclaimer]. The feature is a requirement for Project Centennial support or Crosswalk apps on the Windows Store. In the context of the Windows Store, applications do not take any command line arguments. They

Re: [Crosswalk-dev] [Intent to remove] Widgets and Widget Access Request Policy APIs

2016-05-09 Thread Alexis Menard
LGTM > -Original Message- > From: Crosswalk-dev [mailto:crosswalk-dev-bounces@lists.crosswalk- > project.org] On Behalf Of Pozdnyakov, Mikhail > Sent: Monday, 9 May, 2016 05:17 > To: Kubo Da Costa, Raphael ; crosswalk- > d...@lists.crosswalk-project.org >

Re: [Crosswalk-dev] Intent to Implement: WebAudio API for audio clock synchronization

2016-03-08 Thread Alexis Menard
Hi, > -Original Message- > From: Crosswalk-dev [mailto:crosswalk-dev-bounces@lists.crosswalk- > project.org] On Behalf Of Raphael Kubo da Costa > Sent: Tuesday, 8 March, 2016 10:11 > To: crosswalk-dev@lists.crosswalk-project.org > Subject: Re: [Crosswalk-dev] Intent to Implement: WebAudio

Re: [Crosswalk-dev] Intent to deprecate: Cordova Android 3.6 support

2016-01-13 Thread Alexis Menard
LGTM On Wed, Jan 13, 2016 at 5:04 AM, Hu, Ningxin wrote: > LGTM. > >> -Original Message- >> From: Crosswalk-dev [mailto:crosswalk-dev-bounces@lists.crosswalk- >> project.org] On Behalf Of Balestrieri, Francesco >> Sent: Wednesday, January 13, 2016 4:42 PM >> To:

[Crosswalk-dev] New release of the Visual Studio Template to create Crosswalk .NET extensions.

2015-12-23 Thread Alexis Menard
Hi, I just pushed a new release of the Visual Studio Template to ease creation of .NET extensions with Crosswalk. If you installed the template using Visual Studio then the update will show up automatically otherwise you can grab it here [1]. New in 1.1 : - Visual Studio 2015 support. You can

Re: [Crosswalk-dev] Intent to Implement: Support RealSense Cameras for Crosswalk Windows

2015-12-22 Thread Alexis Menard
LGTM. PS-NOT-RELATED but make sure that it also works when two real sense cameras are connected on the system. We see some laptop with Realsense cameras on the back and on the front. Thanks. On Sun, Dec 20, 2015 at 10:32 PM, Hu, Ningxin wrote: > (The google doc version

Re: [Crosswalk-dev] xwalk_hosts

2015-11-25 Thread Alexis Menard
Ping? On Mon, Nov 23, 2015 at 9:23 AM, Alexis Menard <ale...@menard.io> wrote: > Hi, > > Can someone explain me > https://crosswalk-project.org/documentation/manifest/xwalk_hosts.html > > and whether it is still needed provided we have a full fledged csp >

Re: [Crosswalk-dev] xwalk_hosts

2015-11-25 Thread Alexis Menard
;> -Original Message- >> From: Alexis Menard [mailto:ale...@menard.io] >> Sent: Thursday, November 26, 2015 1:00 AM >> To: crosswalk-dev@lists.crosswalk-project.org; Huo, Halton; Sun, Lin >> Subject: Re: xwalk_hosts >> >> Ping? >> >> On Mon,

[Crosswalk-dev] xwalk_hosts

2015-11-23 Thread Alexis Menard
Hi, Can someone explain me https://crosswalk-project.org/documentation/manifest/xwalk_hosts.html and whether it is still needed provided we have a full fledged csp field in the manifest.json? If it is useful can I get a simple example demonstrating the need? Thanks.

Re: [Crosswalk-dev] Intent to deprecate: make_apk packaging tool

2015-11-10 Thread Alexis Menard
LGTM On Tue, Nov 3, 2015 at 7:18 AM, Raphael Kubo da Costa wrote: > "Balestrieri, Francesco" writes: > >> On 03/11/15 14:56, "Crosswalk-dev on behalf of Raphael Kubo da Costa" >>

Re: [Crosswalk-dev] Intent to Implement: Support the 'device-radius' media feature in CSS Media Queries

2015-09-03 Thread Alexis Menard
Hey, What's the feeling of upstream on that spec? Maybe we can implement it right away over there (even behind a feature flag which we could turn on in Crosswalk)? Thanks. On Tue, Sep 1, 2015 at 10:57 AM, Hur, Joone wrote: > LGTM > > The CSS Round Display has been approved

Re: [Crosswalk-dev] Intent to Implement: Support the 'device-radius' media feature in CSS Media Queries

2015-09-03 Thread Alexis Menard
What about asking in blink-dev? On Thu, Sep 3, 2015 at 3:02 PM, Hur, Joone <joone@intel.com> wrote: > If Google is okay with this spec, we can upstream it. If not, we should > implement this first in Crosswalk. > > -Original Message----- > From: Alexis Menard [ma

Re: [Crosswalk-dev] Problems of build and execution Crosswalk binary on Windows

2015-07-23 Thread Alexis Menard
Hi, I have not tested running Crosswalk on Windows inside a VMWare but on a regular Windows machine 8.1 and 10 are working fine (this is my setup). Can you try this binary? https://drive.google.com/open?id=0B65HPC3GJ5tEenJVNkRnbUtFb0U (disclaimer : this is not a release, it a build from source

Re: [Crosswalk-dev] Intent to Implement: Binary Messaging Interface for Crosswalk External Extension

2015-07-20 Thread Alexis Menard
LGTM. Let's also take the opportunity to clean up the current shared memory thing. Will it be needed? I'm struggling to make it work properly (including the test). On Mon, Jul 20, 2015 at 12:15 AM, Huo, Halton halton@intel.com wrote: LGTM. Thanks for satisfy high performance needs like

Re: [Crosswalk-dev] Difference between Crosswalk and Chromium Content Shell

2015-07-15 Thread Alexis Menard
Hi, Simply put, extra features, extra platforms support. We sit on top of the content api. Thanks. On Wed, Jul 15, 2015 at 4:37 PM, Nitish Sakhawalkar nits...@gmail.com wrote: Hello, I would like to know what are the differences between Crosswalk for Android and the Chromium Content Shell.

Re: [Crosswalk-dev] Help in mapping Android Webkit and XWalkwebKit

2015-05-06 Thread Alexis Menard
Hi, Please do not cross-post to various mailing lists. crosswalk-help is appropriate and crosswalk-dev is for the development of Crosswalk itself. People are usually responding quite fast on this mailing list. If you feel the question can not be handled on twitter, feel free to post here but

Re: [Crosswalk-dev] [Crosswalk-help] Regarding error in building crosswalk for tizen

2015-01-06 Thread Alexis Menard
Hi, Please avoid cross-posting to the various mailing lists. crosswalk-dev was enough. A quick search (just navigating the root URL) shows that the repository moved to http://download.tizen.org/releases/daily/tizen/ivi/latest/ . You should updated your gbs.conf. Thanks. On Tue, Jan 6, 2015 at

Re: [Crosswalk-dev] Unable to run Xwalk on ubuntu

2014-12-01 Thread Alexis Menard
Hi, You can ignore that message. Everything will be fine. Thanks. On Mon, Dec 1, 2014 at 3:42 AM, Venkata Suneel Kota suneel.k...@samsung.com wrote: Hi, I wanted to build crosswalk on Ubuntu 13.04, so I followed the procedure on

[Crosswalk-dev] Next branches have been updated to M39

2014-10-06 Thread Alexis Menard
Hi, The next branches have been updated to the newer Chrome M39. Therefore I declare the next season open again. Please take some time to help testing/fixing the branch. Again after we merge back next into master when it passes the checks and bots we will be closing next. *v8-crosswalk : -

[Crosswalk-dev] Crosswalk 9 branched.

2014-09-19 Thread Alexis Menard
Hi, Crosswalk 9 has been branched, remember to backport the fixes when necessary. Master is now 10. Thanks. ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org

[Crosswalk-dev] Next has been updated to M38

2014-08-20 Thread Alexis Menard
Hi, As usual Next has been updated and now tracks M38. Things are progressing well however some patches needs to be rebased by their authors : * Chromium-Crosswalk  - Enabling Hardware Acceleration with Libva in linux-x86 by  qing.zh...@intel.com (see 

Re: [Crosswalk-dev] [Stable] Crosswalk Regression Testing Report on 7.36.154.13 (Android IA)

2014-08-18 Thread Alexis Menard
Seems like XWALK-2299 is out of the picture for all channels according to my comments on the bugs. Then I believe 7.36.154.13 is the recommended stable build? Thanks. From: leix.w...@intel.com To: crosswalk-dev@lists.crosswalk-project.org Date: Mon, 18 Aug

[Crosswalk-dev] New stable 7.36.154.13

2014-08-15 Thread Alexis Menard
Hi, I've landed a new stable release which contains the latest and the greatest of M36 stability. This includes various bug fixes and security fixes. Before promoting it on the site and on crosswalk-help I'd like to ask QA to run a regression test on it. Note that I had some conflicts in V8

Re: [Crosswalk-dev] Propose to be Beta-Blocker on Crosswalk 8

2014-07-24 Thread Alexis Menard
From: tina.z...@intel.com To: crosswalk-dev@lists.crosswalk-project.org Date: Thu, 24 Jul 2014 01:44:41 + Subject: [Crosswalk-dev] Propose to be Beta-Blocker on Crosswalk 8 QA would like to propose following bugs as Beta-Blocker, please let me

[Crosswalk-dev] Crosswalk 8 is now tracking Chrome M37

2014-07-24 Thread Alexis Menard
Hi, With a big delay and that's going to probably delay also Crosswalk 8 branching, M37 reached master. This rebase was painful because of Tizen and various problems with the build system (and also due to the holidays). We got the fixes in upstream but we had hard time to get them back-ported

Re: [Crosswalk-dev] FW: Crosswalk 7 has been updated to 36.0.1985.125

2014-07-22 Thread Alexis Menard
will start full testing on Beta binaries (based on M36 stable) tomorrow. Thanks, Tina -Original Message- From: Alexis Menard [mailto:men...@kde.org] Sent: Saturday, July 19, 2014 4:17 AM To: crosswalk-dev@lists.crosswalk-project.org Cc: Zhao, Tina Subject: Crosswalk 7 has been

[Crosswalk-dev] Crosswalk 7 has been updated to 36.0.1985.125

2014-07-18 Thread Alexis Menard
Hi, Following the announcement of Google to promote M36 to stable, I've updated Crosswalk 7 (based on 36) accordingly. I did not experience any problem and I run all the unit-tests locally but still it would be appreciated if QA run a full testing on the binaries. They should pop in the

Re: [Crosswalk-dev] Next branches have been updated to M37

2014-07-14 Thread Alexis Menard
Hi, I sent the original email a week ago, yet I got no replies to my questions, nor I have seen PR to bring up the features back into our forks. Thanks. On Thu, Jul 10, 2014 at 2:15 PM, Alexis Menard alexis.men...@intel.com wrote: Hi, Android is fine now. Thanks. On Tue, Jul 8, 2014

Re: [Crosswalk-dev] Next branches have been updated to M37

2014-07-14 Thread Alexis Menard
more time than expected. I will try to send the PR this week. Thanks, -ningxin -Original Message- From: darktear...@gmail.com [mailto:darktear...@gmail.com] On Behalf Of Alexis Menard Sent: Monday, July 14, 2014 6:35 AM To: crosswalk-dev@lists.crosswalk-project.org Cc: Pozdnyakov

[Crosswalk-dev] Fwd: [blink-dev] linux currently uses clang by default (+ revert instructions)

2014-07-10 Thread Alexis Menard
an email to blink-dev+unsubscr...@chromium.org. -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Re: [Crosswalk-dev] Next branches have been updated to M37

2014-07-10 Thread Alexis Menard
Hi, Android is fine now. Thanks. On Tue, Jul 8, 2014 at 10:37 AM, Alexis Menard alexis.men...@intel.com wrote: Hi, The next branches have been updated to the newer Chrome M37. Therefore I declare the next season open again. Please take some time to help fixing the branch so that Crosswalk

[Crosswalk-dev] Next branches have been updated to M37

2014-07-08 Thread Alexis Menard
is unknown as I did not have time to look at it at the moment, feel free to jump in. Thanks. -- Alexis Menard Software Engineer @ Intel Open Source Technology Center Intel Semiconductores do Brasil Ltda. Ave Dr. Chucri Zaidan, 940, Brooklin, 10 Andar 04583-904 São Paulo, SP Brazil This e-mail and any

Re: [Crosswalk-dev] Build problem with Crosswalk for Android on Linux

2014-05-30 Thread Alexis Menard
03:57 PM, Alexis Menard wrote: Hi, On Fri, May 30, 2014 at 12:18 PM, Roger Stringer roger.strin...@hisense-usa.com wrote: ~/git/crosswalk/src/xwalk$ GYP_DEFINES=OS=android gclient runhooks ~/git/crosswalk/src/xwalk$ cd .. ~/git/crosswalk/src$ ninja -C out/Release xwalk ~/git/crosswalk

Re: [Crosswalk-dev] Next branches have been updated to M36.

2014-05-27 Thread Alexis Menard
, it should be abandoned. I will provide fix patch later, please track status on https://crosswalk-project.org/jira/browse/XWALK-1420 Changbin -Original Message- From: darktear...@gmail.com [mailto:darktear...@gmail.com] On Behalf Of Alexis Menard Sent: Wednesday, May 14, 2014 3:41 AM

Re: [Crosswalk-dev] [Crosswalk-help] PSA: Crosswalk Ubuntu packages and Android packager tool for Linux

2014-05-16 Thread Alexis Menard
Hey, Quick suggestion beside it's awesome. Shall we get an account for crosswalk more official than tmpsantos/ppa? Anyway thanks for the great job. Wilk try it out for sure. Le 16 mai 2014 15:32, Balestrieri, Francesco francesco.balestri...@intel.com a écrit : Really nice Thiago, well done!

Re: [Crosswalk-dev] New version ( 6.35.118.0) needed for weekly full testing

2014-04-11 Thread Alexis Menard
/listinfo/crosswalk-dev -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

[Crosswalk-dev] Crosswalk 5 has been rebased to 34 stable.

2014-04-10 Thread Alexis Menard
Hi, As Chromium 34 reached stable few days ago, I've updated Crosswalk 5 branch to track this version. It's not a significant update but still worth running a full testing report on the beta branch. Beta builds are already available. Thanks. -- Alexis Menard

Re: [Crosswalk-dev] Crosswalk 5 has been rebased to 34 stable.

2014-04-10 Thread Alexis Menard
update but still worth running a full testing report on the beta branch. Beta builds are already available. Thanks. -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk

Re: [Crosswalk-dev] [android] action needed: update your environment or chromium android builds will break

2014-04-01 Thread Alexis Menard
be from M36?), or your build will break. Add OS=android to your gyp defines. Br, DS ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev -- Alexis Menard

[Crosswalk-dev] Crosswalk 5 branched.

2014-03-24 Thread Alexis Menard
of Crosswalk 5 please backport them into the branch. Thanks and happy hacking. -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Re: [Crosswalk-dev] RFC: Removing old canaries from download.01.org?

2014-03-19 Thread Alexis Menard
mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org

Re: [Crosswalk-dev] Pull request for implementating xwalk WebDriver is submmited.

2014-03-07 Thread Alexis Menard
-- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Re: [Crosswalk-dev] PSA: Public trybots are finally live

2014-02-27 Thread Alexis Menard
Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman

Re: [Crosswalk-dev] Reducing 3rd party dependencies on Tizen

2014-02-19 Thread Alexis Menard
Hi, We really should use the librairies of Chromium. This is the *only* combination tested and validated. Unless we start running all the upstream tests and all blink layout tests I don't think we can say how safe it is to use alternatives to Chromium third_party directory. As I see it today

Re: [Crosswalk-dev] Rebase to 34 : Next branch created and it needs YOU!

2014-02-07 Thread Alexis Menard
Le 7 févr. 2014 15:49, Raphael Kubo da Costa raphael.kubo.da.co...@intel.com a écrit : Zhu, Yongsheng yongsheng@intel.com writes: According to the description of #2 patch, it's not needed after Chromium 33. Anyway, Yinli will double-check that. Thanks. Alexis is currently on vacation

[Crosswalk-dev] Removing the offline bots from the master of the internal waterfall.

2014-02-01 Thread Alexis Menard
into it, please remove the bots which are duplicated from what's already available in the public, we have few of them redundant. Thanks. -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk

[Crosswalk-dev] Master has been updated to newer stable Chromium 32.0.1700.102

2014-02-01 Thread Alexis Menard
. : This has nothing to do with the parallel effort of rebasing master to 34, it's just making sure we ship up-to-date and as safe as possible software. -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https

[Crosswalk-dev] Rebase to 34 : Next branch created and it needs YOU!

2014-02-01 Thread Alexis Menard
on merging them. Let's focus on getting next in shape so that we can move forward and continue the usual work. Thanks. -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org

[Crosswalk-dev] Please welcome the channels viewer

2014-01-28 Thread Alexis Menard
it's limited in the number of request per hour but that should be fine for most of us as the requests are made client side. If it's a real problem then I will look into an alternative solution. Thanks. -- Alexis Menard ___ Crosswalk-dev mailing list

Re: [Crosswalk-dev] Change how we maintain our Chromium and Blink repositories

2014-01-14 Thread Alexis Menard
are going to update the wiki pages to reflect the changes and are going to work on tooling to help us (and you) handling our downstream forks. Stay tuned. On Wed, Jan 8, 2014 at 10:56 AM, Alexis Menard men...@kde.org wrote: On Wed, Jan 8, 2014 at 10:50 AM, Raphael Kubo da Costa raphael.kubo.da.co

Re: [Crosswalk-dev] Change how we maintain our Chromium and Blink repositories

2014-01-08 Thread Alexis Menard
. ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk

Re: [Crosswalk-dev] Android Debugging Page

2013-12-18 Thread Alexis Menard
, Dec 18, 2013 at 2:06 PM, Alexis Menard men...@kde.org wrote: Hi Yongsheng, It's just a matter of going https://github.com/crosswalk-project/crosswalk-website/wiki/Android-debuggingand click the edit button. Anyway I did it. Let me know if that's ok. Thanks. On Tue, Dec 17, 2013 at 10

Re: [Crosswalk-dev] FW: Enable Accelerated Canvas 2D

2013-11-28 Thread Alexis Menard
are not the intended recipient, please contact the sender and delete all copies. ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev -- Alexis Menard Software Engineer

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

2013-11-27 Thread Alexis Menard
-project.org/mailman/listinfo/crosswalk-dev -- Alexis Menard ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev