[webkit-dev] question about a changeset

2012-12-03 Thread Luka Napotnik
Hello. For my development purposes I'm using the Gtk+ 3 port of WebKit (webkitgtk 1.10). I was trying to use 'display:-webkit-flex' feature which should be available in webkit sources at least 7 months now as of changeset:117385 [1] which is a patch to bug 86529 [2]. But as it seems that this

Re: [webkit-dev] question about a changeset

2012-12-03 Thread Žan Doberšek
The 1.10 branch doesn't enable CSS3 flexbox support by default. To use -webkit-flex you have to recompile WebKitGTK+ with CSS3 flexbox enabled, i.e. passing --enable-css3-flexbox to the configure script. http://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.10/configure.ac#L1010

Re: [webkit-dev] question about a changeset

2012-12-03 Thread Luka Napotnik
Thanks. I had a hunch that this would be the case. Greets. On Mon, Dec 3, 2012 at 2:55 PM, Žan Doberšek zandober...@gmail.com wrote: The 1.10 branch doesn't enable CSS3 flexbox support by default. To use -webkit-flex you have to recompile WebKitGTK+ with CSS3 flexbox enabled, i.e. passing