[webkit-dev] Implementing CSS "will-change"

2015-08-14 Thread Simon Fraser
I intend to implement the CSS will-change property, as specified here: http://www.w3.org/TR/css-will-change-1/ Since this is already supported unperfected by Firefox and Chrome, I will implement it unprefixed, and without an ENABLE flag. Work will be d

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-14 Thread Alex Christensen
The days of supporting VS2013 are behind us, so if it works with VS2015, go for it. Not all c++14 features are supported, though. See https://msdn.microsoft.com/en-us/library/hh567368.aspx#cpp14table I’m not sure what the oldest gcc we support is. > On Aug 14, 2015, at 5:49 AM, Antti Koivisto

Re: [webkit-dev] Windows Build Now on VS2015

2015-08-14 Thread Antti Koivisto
Does this mean we can start using (most) C++14 features? antti On Wed, Aug 12, 2015 at 6:13 AM, Brent Fulgham wrote: > Hi Floks, > > We’ve finished updating the various Windows builds to VS2015. Full > regression tests are now completing on these new builds, and seem to be > comparable in t