Re: [webkit-dev] EFL EWS

2010-10-26 Thread Lucas De Marchi
er is running that EWS, please use a wrapper like > http://trac.webkit.org/browser/trunk/WebKitTools/EWSTools/start-queue.sh > so that the queue restarts every so often to pickup updates. > > Thanks! thanks for reporting. Leandro, can you take a look into this

Re: [webkit-dev] Who are the EFL reviewers?

2011-04-11 Thread Lucas De Marchi
think the best to do is just to close these bugs. thanks Lucas De Marchi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Progressing on the Android port

2011-05-12 Thread Lucas De Marchi
I sent yesterday porting GTK to CMake, maybe it will help you. Since Android and Chromium/Linux have overlaps, do you think it'd be easy to build the Chromium port as well? Regards, Lucas De Marchi ___ webkit-dev mailing list webkit-dev@lists.

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Lucas De Marchi
On Fri, May 13, 2011 at 5:35 PM, Holger Freyther wrote: > On 05/12/2011 05:16 PM, Lucas De Marchi wrote: >> Hi Holger Freyther, >> > >> I'm glad to hear you will use CMake as the build system. Take a look >> on the email I sent yesterday porting GTK to CMake

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Lucas De Marchi
On Fri, May 13, 2011 at 5:59 PM, Holger Freyther wrote: > On 05/13/2011 10:48 PM, Lucas De Marchi wrote: >> This is exactly the reason why I committed r86370 when doing the GTK >> port. Now you can do as I did for GTK: >> >> WEBKIT_FEATURE(ENABLE_GLIB_SUPPORT &quo

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Lucas De Marchi
On Fri, May 13, 2011 at 6:07 PM, Lucas De Marchi wrote: > So what we did is let all options turned off by default, without > giving the option to turn it on. This is done by letting the "#define > ENABLE_BLA" in cmakeconfig.cmake. The macro ENABLE(BLA) will > expand

Re: [webkit-dev] NEW XML Parser

2011-09-05 Thread Lucas De Marchi
can use new_xml parser in > webkit. What port of webkit are you using? regards, Lucas De Marchi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] JavaScriptCore export symbols

2010-05-31 Thread Lucas De Marchi
isibility=hidden is passed to gcc, but there will be only one final shared library, the others will be static. Users of this library may use only methods inside WebKit/efl/ewk/* that are properly marked as visibility=default. Lucas De Marchi ___ w