Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Baskar CV
Hi, Thanks for the reply. No i got both the errors rectified. It was due to some mistakes in the environmental variable I have built webkit on C:\WebKit And set WEBKIT_LIBRARIES=C:\WebKit\WebKitLibraries\win WEBKIT_OUTPUTDIR=C:\WebKitOut I am building within visual studio 2013 and i

Re: [webkit-dev] Determining the device pixel density of target device

2014-03-05 Thread Enrique Ocaña González
El Martes, 4 de marzo de 2014 20:59:10 AgentX escribió: I was working with *responsive images* in Webkit and I came across this *‘deviceScaleFactor’* attribute with determines the pixel density on the target device. I was unable to find out how does Webkit determine it, that is which

[webkit-dev] Heap snapshot/profiling support in Web inspector

2014-03-05 Thread dipak kumar
Dear All, Do we currently support heap profiling/snapshot with JSC engine? What I have concluded is this feature is chrome/V8 specific. If yes, then any plan to support this feature with JSC? Awaiting response. Many thanks, Dipak Kumar Mobile 9971399936

Re: [webkit-dev] Heap snapshot/profiling support in Web inspector

2014-03-05 Thread Timothy Hatcher
Yes, the feature was V8 specific. It is a feature we would like to eventually have in JSC. — Timothy Hatcher On Mar 5, 2014, at 8:59 AM, dipak kumar mail.di...@gmail.com wrote: Do we currently support heap profiling/snapshot with JSC engine? What I have concluded is this feature is

Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Brent Fulgham
Hi, The problem is with the processing of the CSSGrammar.y file. On Mar 5, 2014, at 1:52 AM, Baskar CV baskar...@hotmail.com wrote: 10 ./CSSGrammar.y:62.1: error: syntax error, unexpected end of file 10 open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING

[webkit-dev] CMake for WebKitGTK+

2014-03-05 Thread Martin Robinson
Over the past year or so the WebKitGTK+ port has gradually grown a CMake build, in parallel to the existing autotools build. Our motivation for this work is to reduce the number of build systems in WebKit, escape some long-standing bugs in the autotools build, and to speed up build times. With

Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Baskar CV
Hi Brent, Thanks for the reply. I just checked with the CSSGrammar.y it seems to be fine for for me. I checked with cygwin too and found grep, flex, and bison installed Can someone help me on this? Thanks in advance BaskarCV Subject: Re: [webkit-dev] Error while building webkit on windows From:

Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Filip Pizlo
On Mar 5, 2014, at 10:05 PM, Baskar CV baskar...@hotmail.com wrote: Hi Brent, Thanks for the reply. I just checked with the CSSGrammar.y it seems to be fine for for me. I checked with cygwin too and found grep, flex, and bison installed ... yes, but do you have gperf? -Filip Can someone

Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Baskar CV
Hi Filip, Yes gpref was there Subject: Re: [webkit-dev] Error while building webkit on windows From: fpi...@apple.com Date: Wed, 5 Mar 2014 22:32:36 -0800 CC: bfulg...@apple.com; webkit-dev@lists.webkit.org To: baskar...@hotmail.com On Mar 5, 2014, at 10:05 PM, Baskar CV baskar...@hotmail.com