[Crosswalk-dev] Crosswalk Shared Browser Process

2014-03-25 Thread Thiago Marcos P. Santos
Hi all, I've been investigating how we run Crosswalk on Tizen for the past few days and I would like to challenge the current model of sharing one Browser Process for all the webapps. I'm not convinced that the benefits (in terms of memory usage) are big enough to justify the increasingly co

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Hwang, Dongseong
I agree on using c++11 for only t-e-c. Currently, chromium officially does not support c++11 because of gcc on linux, cros and android. https://groups.google.com/a/chromium.org/forum/?fromgroups=#!searchin/chromium-dev/space$20android/chromium-dev/oVTPsijC7d0/WDcnq3AyE4gJ windows: msvs2012 mac: cl

Re: [Crosswalk-dev] Heads-up: the new download directory structure is live

2014-03-25 Thread Raphael Kubo da Costa
"Balestrieri, Francesco" writes: > Thanks Raphael! > > It may be worth adding a small README file to > download.01.org/crosswalk/releases/ to clarify what are the old and > new folders. Done. ___ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Raphael Kubo da Costa
"Pozdnyakov, Mikhail" writes: > Hi all, > > As we know the chromium basic classes (form 'base' namespace ) are not > available in > the extensions code, so the extension developers are missing some basic stuff > there > (e.g. smart pointers). > > To solve it I propose enabling of C++11 in Tizen

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Thiago Marcos P. Santos
On 25-03-2014 12:49, Pozdnyakov, Mikhail wrote: Hi all, As we know the chromium basic classes (form 'base' namespace ) are not available in the extensions code, so the extension developers are missing some basic stuff there (e.g. smart pointers). To solve it I propose enabling of C++11 in Tiz

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Staudinger, Robert
On 25 March 2014 12:54, Kenneth Rohde Christiansen wrote: > I think it would be great to document this on the wiki, like a list of which > features are allowed with examples on how we can benefit from them. I'll look into that. - Rob ___ Crosswalk-dev

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Kenneth Rohde Christiansen
I think it would be great to document this on the wiki, like a list of which features are allowed with examples on how we can benefit from them. Kenneth On Tue, Mar 25, 2014 at 12:41 PM, Pozdnyakov, Mikhail < mikhail.pozdnya...@intel.com> wrote: > Hi, > > gcc 4.6 has pretty many features alread

Re: [Crosswalk-dev] Using PR comments to automatically comment/resolve Jira issues

2014-03-25 Thread Balestrieri, Francesco
Now documented in the website (thanks Elliot): https://crosswalk-project.org/#contribute/contributing-code From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Balestrieri, Francesco Sent: Monday, March 24, 2014 8:31 AM To: (crosswalk-dev@lists.crosswalk-

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Pozdnyakov, Mikhail
Hi, gcc 4.6 has pretty many features already, including smart pointers. BTW I meant Tizen extensions, and as far as I can see in my chroot it has gcc 4.8. BR, Mikhail From: Hwang, Dongseong [dongseong.hw...@intel.com] Sent: Tuesday, March 25, 2014 1:29

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Hwang, Dongseong
Android uses gcc 4.6. I guess many c++11 features are missed. DS On Tue, Mar 25, 2014 at 12:51 PM, Kis, Zoltan wrote: > On Tue, Mar 25, 2014 at 12:49 PM, Pozdnyakov, Mikhail > wrote: > > Hi all, > > > > As we know the chromium basic classes (form 'base' namespace ) are not > available in > >

Re: [Crosswalk-dev] Question about Android build

2014-03-25 Thread Hwang, Dongseong
Wow, it's very interesting. Thank you for your explanation. Regards, DS On Tue, Mar 25, 2014 at 12:58 PM, Gu, Yang wrote: > ARM binary can run on x86 device via Houdini, which converts ARM > instructions on the fly to IA instructions. Using this way, IA devices can > run most of ARM binaries

Re: [Crosswalk-dev] Question about Android build

2014-03-25 Thread Gu, Yang
ARM binary can run on x86 device via Houdini, which converts ARM instructions on the fly to IA instructions. Using this way, IA devices can run most of ARM binaries in Google Play with little performance penalty. Regards, -Yang From: Hwang, Dongseong [mailto:dongseong.hw...@intel.com] Sent: Tue

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Kenneth Rohde Christiansen
Of course the obvious question is whether this will be supported on all our platforms, like Android and Tizen 3.0. Misha confirmed so to me on IRC, so LGTM On Tue, Mar 25, 2014 at 11:49 AM, Pozdnyakov, Mikhail < mikhail.pozdnya...@intel.com> wrote: > Hi all, > > As we know the chromium basic cl

Re: [Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Kis, Zoltan
On Tue, Mar 25, 2014 at 12:49 PM, Pozdnyakov, Mikhail wrote: > Hi all, > > As we know the chromium basic classes (form 'base' namespace ) are not > available in > the extensions code, so the extension developers are missing some basic stuff > there > (e.g. smart pointers). > > To solve it I prop

[Crosswalk-dev] C++11 in Tizen extensions code

2014-03-25 Thread Pozdnyakov, Mikhail
Hi all, As we know the chromium basic classes (form 'base' namespace ) are not available in the extensions code, so the extension developers are missing some basic stuff there (e.g. smart pointers). To solve it I propose enabling of C++11 in Tizen extensions code and enjoying all the new featu

Re: [Crosswalk-dev] Question about Android build

2014-03-25 Thread Hwang, Dongseong
I did clean build without any options, which means arm build. ia32 test device runs well with it. libchromeshell.so: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked, not stripped I was curious how ia32 test device run well android chrome which I downloaded from google play.

[Crosswalk-dev] Crosswalk Bug Triage Summary – WW13.2

2014-03-25 Thread Liu, DeyiX
In-flow Bugs The In-flow bugs include newly created bugs in this week. The data are fetched on base of 5:00 PM (GMT+8) today. There’re total 8 In-flow bugs: https://crosswalk-project.org/jira/issues/?filter=10504 Triage Summary 8 bugs are triaged, 4 P1/ 3 P2/ 1 P3/ 0 P4. Bug query: https://c