Re: [webkit-dev] Adding ENABLE_CSS_DIRECTIONAL_FOCUS to WebCore.

2013-07-28 Thread Glenn Adams
On Fri, Jul 26, 2013 at 9:07 PM, Benjamin Poulain benja...@webkit.orgwrote: On Fri, Jul 26, 2013 at 1:57 AM, Mario Sanchez Prada mario.pr...@samsung.com wrote: Ah, When I made a new patch, had doubts about the file name Deprecated. So, I have to wait the StyleBuilder Class to have a

Re: [webkit-dev] Adding ENABLE_CSS_DIRECTIONAL_FOCUS to WebCore.

2013-07-28 Thread Ryosuke Niwa
On Sun, Jul 28, 2013 at 12:27 AM, Glenn Adams gl...@skynav.com wrote: On Fri, Jul 26, 2013 at 9:07 PM, Benjamin Poulain benja...@webkit.orgwrote: On Fri, Jul 26, 2013 at 1:57 AM, Mario Sanchez Prada mario.pr...@samsung.com wrote: Ah, When I made a new patch, had doubts about the file

Re: [webkit-dev] Adding ENABLE_CSS_DIRECTIONAL_FOCUS to WebCore.

2013-07-28 Thread Carlos Garcia Campos
El vie, 26-07-2013 a las 20:07 -0700, Benjamin Poulain escribió: On Fri, Jul 26, 2013 at 1:57 AM, Mario Sanchez Prada mario.pr...@samsung.com wrote: Ah, When I made a new patch, had doubts about the file name Deprecated. So, I have to wait the StyleBuilder Class to have a clear form.

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Allan Sandfeld Jensen
On Saturday 27 July 2013, Allan Sandfeld Jensen wrote: On Friday 26 July 2013, Anders Carlsson wrote: Hi everyone, when Oliver landed his “let’s break everything” patches in JSC the other day, I noticed that some of the follow-up build fixes by other ports were removing use of C++11

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Gergely Kis
Hi, On Sun, Jul 28, 2013 at 7:30 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: became required in WebKit2. The only fallout will likely be the loss of the Qt MIPS bot which is maintained by a third party and is too old. The MIPS bot was updated to Debian Wheezy and GCC 4.7.2 a few weeks

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Oliver Hunt
So wait, is everyone using C++11 now? I dream of using auto… :-D On Jul 28, 2013, at 12:47 PM, Gergely Kis gerg...@homejinni.com wrote: Hi, On Sun, Jul 28, 2013 at 7:30 PM, Allan Sandfeld Jensen k...@carewolf.com wrote: became required in WebKit2. The only fallout will likely be the

Re: [webkit-dev] Ports not building as C++11?

2013-07-28 Thread Brent Fulgham
We can support auto and move semantics. We cannot support ranged iterators until VS2012. But at least it's a step in the right direction... Sent from my iPad On Jul 28, 2013, at 2:36 PM, Oliver Hunt oli...@apple.com wrote: So wait, is everyone using C++11 now? I dream of using auto…