[webkit-dev] Migrating to Visual Studio 2015

2015-08-06 Thread Brent Fulgham
Hi Everyone,

Now that Visual Studio 2015 Express is available for download, I would like to 
migrate our Windows builds over to the new compiler.

This will allow us to start taking advantage of more C++14 features, as well as 
allowing us to remove a number of workarounds we’ve held in our code base to 
work around compiler errors.

If this poses a problem for anyone currently working on WebKit, please contact 
me so that we can take appropriate steps to avoid any problems.

Thanks,

-Brent
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Unprefixing intrinsic size keywords (-webkit-min-content et al)

2015-08-06 Thread Christian Biesinger
Hi all!

We (blink) would like to unprefix the intrinsic sizing keywords:
https://drafts.csswg.org/css-sizing/#width-height-keywords

We support them for widths and for heights (though they all do the
same thing for heights)

We were wondering what Webkit's plan for those keywords is -- are you
also interested in unprefixing? Are you happy with the keywords as
specced? Would you rather stop supporting them?

thank you!
-christian
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev