[webkit-dev] Can someone give current status for Webkit/GTK build under mingw

2009-08-05 Thread Nevo
hi : Im not sure if Im asking the right place Can someone give the current status for Webkit/GTK build under MinGW ? Now I've tried to configure and compile Webkit/gtk 1.1.5 under my Mingw cross toolchain (gcc 4.2 g++ 4.2 ). Directly configure/make was not working as I expected,

Re: [webkit-dev] Can someone give current status for Webkit/GTK build under mingw

2009-08-05 Thread Zoltan Herczeg
Hi, Im not sure if Im asking the right place yes :), such qestions should go to webkit-help Cheers, Zoltan ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] useless mov instructions

2009-08-05 Thread Ágoston Róbert
hi! I just experiment with squirrelfish bytecode generating, and I think I find something strange. After each mov instruction, where the source is a constant register, there is an other mov instruction, which moves the previous destination to r0. I think these instructions are useless. Is there

Re: [webkit-dev] useless mov instructions

2009-08-05 Thread Oliver Hunt
For program and eval code the result of the execution is result of the last evaluated expression. To deal with this we somewhat pessimistically always copy results to the return register. We could theoretically improve this, but some testing i did a while ago (that broke correctness by

[webkit-dev] WinCE Font work

2009-08-05 Thread Dan Bernstein
Hi, Today while looking at the patch at https://bugs.webkit.org/show_bug.cgi?id=28021 I noticed that the WinCE version of FontCustomPlatformData includes CachedFont.h and uses CachedFont. It is incorrect for classes in the platform layer to have any knowledge of higher WebCore layers

Re: [webkit-dev] WinCE Font work

2009-08-05 Thread George Staikos
Yes I agree; I was just going to r- this patch in fact. Some of these problems arose from the fact that we started this work nearly two years ago and were working outside of SVN so it's taking some time to realign. On 5-Aug-09, at 2:13 PM, Dan Bernstein wrote: Hi, Today while looking