Re: [webkit-dev] Subject: Windows CE port in WebKit: status, future work

2014-01-31 Thread Anders Carlsson
On Jan 31, 2014, at 1:36 PM, Patrick Gansterer wrote: > On 31.01.2014, at 22:10, Anders Carlsson wrote > >> looks like the last legitimate commit to the Windows CE port was on November >> 3rd November 2013, almost 3 months ago. > > What's the minimum upstream interval for downstream fixes to

Re: [webkit-dev] Subject: Windows CE port in WebKit: status, future work

2014-01-31 Thread Alex Christensen
I was also wondering how the new requirements for svg and accelerated compositing affected the wince port. Alex Christensen > On Jan 31, 2014, at 2:36 PM, Patrick Gansterer wrote: > > On 31.01.2014, at 22:10, Anders Carlsson wrote > >> looks like the last legitimate commit to the Windows CE

Re: [webkit-dev] Subject: Windows CE port in WebKit: status, future work

2014-01-31 Thread Patrick Gansterer
On 31.01.2014, at 22:10, Anders Carlsson wrote > looks like the last legitimate commit to the Windows CE port was on November > 3rd November 2013, almost 3 months ago. What's the minimum upstream interval for downstream fixes to show ongoing activity? > I also seem to remember that there’s no

[webkit-dev] Subject: Windows CE port in WebKit: status, future work

2014-01-31 Thread Anders Carlsson
Hi floks, looks like the last legitimate commit to the Windows CE port was on November 3rd November 2013, almost 3 months ago. I also seem to remember that there’s no version of MSVC for Windows CE that can handle the C++11 features that we now use in WebKit. (Correct me if I’m wrong on this!)

[webkit-dev] Nesting a new CSS_SHAPES flag

2014-01-31 Thread Dean Jackson
Hi Floks! We currently have flags for both CSS_SHAPES and CSS_EXCLUSIONS. In the former, shape-outside is nearly complete (thanks to hard work from Adobe contributors and others), but shape-inside is still waiting on a layout implementation, and is dependent on future specification work in CSS

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

2014-01-31 Thread Alberto Garcia
On Fri, Jan 31, 2014 at 12:43:16PM +0100, Osztrogonác Csaba wrote: > The --no-svg build is broken now, and the change broke it is 11 > months old change Not in the GTK+ port at least, I've been able to do builds without SVG perfectly fine, so there's probably something else wrong in your environm

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

2014-01-31 Thread Osztrogonác Csaba
Hi, +1 for removing ENABLE(SVG) guards. The --no-svg build is broken now, and the change broke it is 11 months old change - https://trac.webkit.org/changeset/145450, so --no-svg build isn't maintained at all and nobody can use it on trunk. Let's go forward and remove the guards: https://bugs.we