Re: [webkit-dev] Turning off rendering in WebKit

2009-01-13 Thread Nilesh Patil
Hi Prpbably you should start form FrameLoader::load. The root of the render tree is called the RenderView, and this class corresponds to the initial containing block according to CSS2.1. It is also the renderer that will be returned if the renderer() method is called on the Document. U can have a

[webkit-dev] glibmm-2.4.8 make error

2009-01-13 Thread Nitin Walke
Hi all, package glibmm-2.4.8 is required for gtkmm. I am getting the following error make[3]: Entering directory `/home/nitin/Desktop/Downloads/glibmm-2.4.8/glib/glibmm' if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\glibmm\ -DG_DISABLE_DEPRECATED

Re: [webkit-dev] Segmentation fault when exit GtkLauncher

2009-01-13 Thread Holger Freyther
On Tuesday 13 January 2009 23:07:23 ying lcs wrote: Hi, I always get a Segmentation fault when I exit GtkLauncher (click the close bottom of the application window). Attached is the stack trace. Has anyone see the same issue? Seen and spend fixing (Company and Company) z.

Re: [webkit-dev] glibmm-2.4.8 make error

2009-01-13 Thread Nilesh Patil
Hi Do you have build-deps installed.? Also check for libglib-dev. Thanks Regards Niilesh On Tue, Jan 13, 2009 at 7:42 PM, Nitin Walke nitwa...@gmail.com wrote: Hi all, package glibmm-2.4.8 is required for gtkmm. I am getting the following error make[3]: Entering directory

Re: [webkit-dev] glibmm-2.4.8 make error

2009-01-13 Thread Mark Rowe
On 2009-01-13, at 06:12, Nitin Walke wrote: Hi all, package glibmm-2.4.8 is required for gtkmm. I am getting the following error make[3]: Entering directory `/home/nitin/Desktop/Downloads/ glibmm-2.4.8/glib/glibmm' if /bin/sh ../../libtool --tag=CXX --mode=compile g++ - DHAVE_CONFIG_H

[webkit-dev] anonymous functions have a read only .name property (should they?)

2009-01-13 Thread Ross Boucher
In relation to this bug: https://bugs.webkit.org/show_bug.cgi?id=21262 I've been trying to make Objective-J filenames show up in the Web Inspector's debugger name. A proposed solution is to allow the .name property on anonymous functions to be changed, which would allow code using new

Re: [webkit-dev] Build Error

2009-01-13 Thread Nilesh Patil
Hi seems like some tools required for compilation are not properly installed. So also try to add cygwin/bin in PATH manually Thanks Regards Niilesh On Wed, Jan 14, 2009 at 12:06 AM, Loganathan mahendran loganathan...@gmail.com wrote: hi I have tried the steps given in your previous main.

Re: [webkit-dev] Build Error

2009-01-13 Thread Nilesh Patil
hi Just check if 'touch' command is available in your Cygwin. Thanks Regards Niielsh On Wed, Jan 14, 2009 at 1:11 PM, Nilesh Patil vni...@gmail.com wrote: Hi seems like some tools required for compilation are not properly installed. So also try to add cygwin/bin in PATH manually Thanks