Re: [webkit-dev] Windows Build Broken?

2013-08-01 Thread Brent Fulgham
Please review your build log. The problem is the following: "fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directoryā€¯ You do not have the DirectX SDK installed, as documented in Step 4 of http://www.webkit.org/building/tools.html. -Brent On Aug 1, 2013, at 1:46 AM,

Re: [webkit-dev] Do we need subpixel layout (Was: Should SATURATED_ARITHMETIC_LAYOUT be forced when enabling SUBPIXEL_LAYOUT ?)

2013-08-01 Thread Emil A Eklund
As someone who worked on both subpixel layout and saturated layout arithmetic I would strongly suggest that subpixel layout isn't used without saturated arithmetic as the reduced range of supported values with subpixel layout enabled makes numeric overflows rather common. Combining the two makes se

Re: [webkit-dev] Do we need subpixel layout (Was: Should SATURATED_ARITHMETIC_LAYOUT be forced when enabling SUBPIXEL_LAYOUT ?)

2013-08-01 Thread Javier Fernandez
Hi, On 01/08/13 00:26, Balazs Kelemen wrote: > I think first we should clarify some more basic questions about subpixel > layout. > 1. Is it actually mantained? > 2. Do any port really need it? > > Please correct me if these questions are too obvious or have been > resolved before. Note that I am

Re: [webkit-dev] Should SATURATED_ARITHMETIC_LAYOUT be forced when enabling SUBPIXEL_LAYOUT ?

2013-08-01 Thread Javier Fernandez
Hi, On 31/07/13 22:35, Benjamin Poulain wrote: > It looks to me like it is a good idea on the long term to have saturated > arithmetic enabled when you have subpixel layout. > > I believe only GTK and EFL enable subpixel layout at the moment(?). You > can probably lead the way and mature the feat

Re: [webkit-dev] Windows Build Broken?

2013-08-01 Thread Rakesh Sadhu
Hi ,I couldn't fix the problem with vs2005.Now I am trying to build with vs2010 and it fails too.here is the pasebin link : http://pastebin.com/W0YyGXZGKindly guide. regards RSadhu Date: Tue, 23 Jul 2013 07:21:23 +0530 Subject: Re: [webkit-dev] Windows Build Broken? From: mital.d.v...@gmail.c

Re: [webkit-dev] Should SATURATED_ARITHMETIC_LAYOUT be forced when enabling SUBPIXEL_LAYOUT ?

2013-08-01 Thread Javier Fernandez
Hi, On 31/07/13 22:40, Ryosuke Niwa wrote: > Can't we encounter the same bug if we you multiplied the same height by > 64 even if the sub pixel layout is not turned off? Or is there some > parser and other component that prevents such an overflow to happen? > For the specific case of max-heigh