Re: [webkit-dev] Proposal: Remove ENABLE(SVG)

2014-02-05 Thread Xabier Rodríguez Calvar
O Mar, 04-02-2014 ás 13:11 +0100, Osztrogonác Csaba escribiu: I've checked the full clean build time of GTK port on a quad core i5-2320 (3GHz) machine with icecc buildfarm and -j30 makeflag: - with SVG disabled:WebKit is now built (11m:58s). - with SVG enabled: WebKit is now built (13m:38s).

Re: [webkit-dev] EFL EWS Bot output

2014-02-05 Thread Osztrogonác Csaba
Hi, Fix already landed in http://trac.webkit.org/changeset/163167 ;) Ossy Gyuyoung Kim írta: Hello Oliver, I'm really sorry about the inconvenience to you. Let me try to fix it within a few days. Gyuyoung. On Wed, Jan 29, 2014 at 8:09 AM, Alexey Proskuryakov a...@webkit.org

Re: [webkit-dev] EFL EWS Bot output

2014-02-05 Thread Gyuyoung Kim
Ah, I see. Thank you. I missed it. :) Gyuyoung. On Wed, Feb 5, 2014 at 5:29 PM, Osztrogonác Csaba o...@inf.u-szeged.huwrote: Hi, Fix already landed in http://trac.webkit.org/changeset/163167 ;) Ossy Gyuyoung Kim írta: Hello Oliver, I'm really sorry about the inconvenience to you.

Re: [webkit-dev] EFL EWS Bot output

2014-02-05 Thread Gavin Barraclough
Yay! – that was annoying, thank you for the fix Ossy! On Feb 5, 2014, at 12:29 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: Hi, Fix already landed in http://trac.webkit.org/changeset/163167 ;) Ossy Gyuyoung Kim írta: Hello Oliver, I'm really sorry about the inconvenience to you.

Re: [webkit-dev] Proposal: Remove ENABLE(SVG)

2014-02-05 Thread Osztrogonác Csaba
Hi, Xabier Rodríguez Calvar írta: O Mar, 04-02-2014 ás 13:11 +0100, Osztrogonác Csaba escribiu: I've checked the full clean build time of GTK port on a quad core i5-2320 (3GHz) machine with icecc buildfarm and -j30 makeflag: - with SVG disabled:WebKit is now built (11m:58s). - with SVG

[webkit-dev] Importing W3C tests for editing

2014-02-05 Thread Lukasz Bialek
Hi all, Some time ago there was a conversation about importing W3C tests into LayoutTests for WebKit (https://lists.webkit.org/pipermail/webkit-dev/2013-November/025876.html). This conversation was paused in November with conclusion, that it may be a good idea. A brief research showed,

Re: [webkit-dev] Importing W3C tests for editing

2014-02-05 Thread Robin Berjon
On 05/02/2014 13:16 , Lukasz Bialek wrote: What do you think about it? Is it worth paying some time for importing those tests and then aligning WebKit with W3C specification? Depending on the amount of energy you're willing to dedicate to this, the ideal option could well be to import those

Re: [webkit-dev] Importing W3C tests for editing

2014-02-05 Thread youenn fablet
We are still far from importing into WebKit the whole test set from web-platform-tests repo. Improving the situation here would already be a great step forward. It would also be good to regularly run the whole web-platform-tests repo test set so as to get statistics in terms of feature alignment

[webkit-dev] CSS Shapes performance testing

2014-02-05 Thread Zoltan Horvath
Hi Guys, I started to add performance testing for CSS Shapes in our performance testing framework (trunk/PerformanceTests/Layout/Shapes). I landed the initial perf. test for 'shape-outside: content-box' yesterday. The tests is going to be disabled by default for now, but you can run them

[webkit-dev] Clearing out the review queue

2014-02-05 Thread Anders Carlsson
Hi floks! In an attempt to get the review queue under control, hopefully leading to more and faster patch reviews, Andreas and I have been clearing the review flag on patches created before 2014. If you have a patch whose review flag was clear and you still want it to be reviewed, please make

Re: [webkit-dev] Clearing out the review queue

2014-02-05 Thread Anders Carlsson
On Feb 5, 2014, at 11:22 AM, Anders Carlsson ander...@apple.com wrote: Hi floks! In an attempt to get the review queue under control, hopefully leading to more and faster patch reviews, Andreas and I have been clearing the review flag on patches created before 2014. We decided to change

[webkit-dev] Andrei Bucur is now a WebKit reviewer!

2014-02-05 Thread Mihnea-Vlad Ovidenie
Hello everybody, It is my pleasure to announce that Andrei Bucur (abucur) is now a WebKit reviewer! Andrei spent a lot of effort on the layout and rendering code, especially on CSSRegions and fragmentation. Thank you Andrei for all the work you have done so far. Congratulations and good luck in

[webkit-dev] 答复: Make accelerated compositing mandatory

2014-02-05 Thread Chen Zhixiang
I’d been working on enabling 3d perspective transform in software-rendering mode(based on Qt painter or skia), but failed I hope the proposed AC mode could work with NON-GPU env. which could made 3d perspective transform possiable? 发件人: webkit-dev-boun...@lists.webkit.org

Re: [webkit-dev] Make accelerated compositing mandatory

2014-02-05 Thread Simon Fraser
There’s nothing in the Accelerated Compositing code path that assumes that you are using the GPU. You just have provide a GraphicsLayer implementation. Simon On Feb 5, 2014, at 6:41 PM, Chen Zhixiang che...@cn.fujitsu.com wrote: I’d been working on enabling 3d perspective transform in