[webkit-dev] Re: Who's working on merging GNUmakefile.am and DerivedSources.make?

2008-01-04 Thread Sylvain Pasche
Alp Toker wrote: * Built object files are scattered throughout the directory hierarchy, resulting in svn stat noise. You can avoid this by using a separate objdir, when doing something like: mkdir objdir cd objdir ../autogen.sh make This way you get all the .o files inside your objdir. Ther

[webkit-dev] Re: Who's working on merging GNUmakefile.am and DerivedSources.make?

2008-01-04 Thread Alp Toker
Darin Adler wrote: Right now big pieces of GNUmakefile.am are copies of DerivedSources.make. And over time they are starting to diverge, creating an unnecessary maintenance problem. The reason we're using make for derived sources is so we can share those rules among all the different build sys

Re: [webkit-dev] Two suggested minor fixes for the WebKit Coding Style Guidelines

2008-01-04 Thread Darin Adler
On Jan 4, 2008, at 12:55 PM, Anyang Ren wrote: I'd like to suggest two minor fixes for the WebKit Coding Style Guidelines at http://webkit.org/coding/coding-style.html. 1. I believe "CamelCase" and "InterCaps" mean the same thing. If so, I suggest that we use one of them consistently thro

[webkit-dev] Two suggested minor fixes for the WebKit Coding Style Guidelines

2008-01-04 Thread Anyang Ren
I'd like to suggest two minor fixes for the WebKit Coding Style Guidelines at http://webkit.org/coding/coding-style.html. 1. I believe "CamelCase" and "InterCaps" mean the same thing. If so, I suggest that we use one of them consistently throughout the document. Right now "CamelCase" is used in

[webkit-dev] Who's working on merging GNUmakefile.am and DerivedSources.make?

2008-01-04 Thread Darin Adler
Right now big pieces of GNUmakefile.am are copies of DerivedSources.make. And over time they are starting to diverge, creating an unnecessary maintenance problem. The reason we're using make for derived sources is so we can share those rules among all the different build systems. Who's wo

Re: [webkit-dev] hovers and mouseovers

2008-01-04 Thread Leon Scroggins
I still don't think you understand my problem. I am trying to modify WebKit so that when using it, mouseovers/hovers that simply change appearance (underlines, change in color etc) do not happen, whereas mouseovers/hovers that change content (drop down menus, etc) DO happen. I have hacked in some

Re: [webkit-dev] Re: QWebNetworkManager triggering a memleak in Qt

2008-01-04 Thread Darin Adler
On Jan 4, 2008, at 1:40 AM, Simon Hausmann wrote: I don't believe that is a bug in Qt, I believe this leak is due to the fact that the QWebNetworkManager instance (s_manager) is never deleted, and as a result the connection is never broken up, so valgrind correctly claims a leak :) That d

Re: [webkit-dev] ACCEPT request header in XMLHttpRequest not meaningful

2008-01-04 Thread Max Barel
Le 4 janv. 08 à 00:24, Max Barel a écrit : Le 3 janv. 08 à 22:32, Darin Adler a écrit : On Jan 3, 2008, at 2:03 PM, Max Barel wrote: Le 3 janv. 08 à 22:29, Alexey Proskuryakov a écrit : on 03.01.2008 23:06, Max Barel at [EMAIL PROTECTED] wrote: As I know no way to guess xhtml capability

[webkit-dev] Re: QWebNetworkManager triggering a memleak in Qt

2008-01-04 Thread Simon Hausmann
On Thursday 03 January 2008 23:28:49 Adam Treat wrote: > Hi, > > I've checked and this appears to be the case in both Qt 4.3.2 and Qt 4.4 > snapshot... > > ==7746== 4 bytes in 1 blocks are definitely lost in loss record 5 of 507 > ==7746==at 0x4022765: malloc (vg_replace_malloc.c:149) > ==7746=