Re: [webkit-dev] Build error on windows

2006-12-15 Thread Krzysztof Kowalczyk
I'm not saying this is *the* problem but make sure that source files have Unix, not Windows newline. One way is to make sure that you checkout using Cygwin version of svn, not the one installed on the Windows side (which svn). Also, make sure that perl is Cygwin's (also which perl). Windows newli

Re: [webkit-dev] Compiling webkit on windows

2007-01-17 Thread Krzysztof Kowalczyk
Currently it probably won't compile anyway due to recent changes, but... First, make sure that you do "svn co" under cygwin shell in order to get files with unix-style line-ending - last time I've tried and didn't do it, perl scripts wouldn't work. It's also possible you're not running from Cygw

Re: [webkit-dev] Building on Linux

2007-02-11 Thread Krzysztof Kowalczyk
Current svn gdk build works. Here's a script I use to do a full build: [EMAIL PROTECTED]:~/src/webkit-tot$ more ./gdk-rebuild.sh #!/bin/sh pushd . cd WebKitTools/Scripts ./regenerate-makefiles cd ../../JavaScriptCore make clean make cd ../WebCore/Projects/gdk make clean make .DerivedSources make

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Krzysztof Kowalczyk
Mike, I'd love to see the gdk work mature into a traditional gtk port. I'm currently working on that. The trunk now builds for gtk. I have quite a bit of cairo/svg and curl work I've done since my last commits to webkit that should be integrated back into the main tree and if someone takes o

Re: [webkit-dev] Definitive build system

2007-02-12 Thread Krzysztof Kowalczyk
I'm trying to do some contributions in the Gdk port. First all, I'm trying to fix the build system for gdk. It uses BakeFiles, but it seems that this option has been abandoned. That's not entirely true. The svn trunk now builds with bakefiles so build system should not be a barrier for people

Re: [webkit-dev] Need Help for GTK Port

2007-02-13 Thread Krzysztof Kowalczyk
On 2/13/07, atul <[EMAIL PROTECTED]> wrote: We (me & shri) both have a worked on GTK+Webcore (http://gtk-webcore.sourceforge.net/ ) for sometime & as we are new to the current WEBKIT ToT we need someone to guide/help us for understand & contribute to the latest Webkit For GDK port. This m

Re: [webkit-dev] Building on Linux

2007-02-14 Thread Krzysztof Kowalczyk
is myself; I'm going to do it for the wx build anyway. Regards, Kevin On Feb 11, 2007, at 9:07 PM, Krzysztof Kowalczyk wrote: > Current svn gdk build works. Here's a script I use to do a full build: > > [EMAIL PROTECTED]:~/src/webkit-tot$ more ./gdk-rebuild.sh > #!/bin

Re: [webkit-dev] SVG Stabilization

2007-02-21 Thread Krzysztof Kowalczyk
On 2/21/07, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: >Have you tried using a static checker for these? We're looking into applying a static checker for all of WebKit; we need to work out the logistics, to make sure there are up-to-date results regularly available to the community. I ca

Re: [webkit-dev] Gdklauncher Craches

2007-02-22 Thread Krzysztof Kowalczyk
On my Ubuntu 6.10 with the default curl libraries (7.15.4, I believe), I've been seeing often crashes in curl. They all pretty much went away when I uninstalled curl and build my own debug version from latest curl sources (http://curl.haxx.se/download/curl-7.16.1.tar.gz) and made gdklauncher use t

Re: [webkit-dev] Gdklauncher Craches

2007-02-22 Thread Krzysztof Kowalczyk
ur breath - for now I would recommend building your own curl library. -- kjk On 2/22/07, Robin Dunn <[EMAIL PROTECTED]> wrote: Krzysztof Kowalczyk wrote: > On my Ubuntu 6.10 with the default curl libraries (7.15.4, I believe), > I've been seeing often crashes in curl. They al

Re: [webkit-dev] Gdklauncher Craches

2007-02-22 Thread Krzysztof Kowalczyk
ave caused problems. -- kjk On 2/22/07, Mike Emmel <[EMAIL PROTECTED]> wrote: On 2/22/07, Krzysztof Kowalczyk <[EMAIL PROTECTED]> wrote: This should work. Did you get my latest changes in ? I fixed a few bugs some stuff with malloc's etc that was causing crashes like what your se

Re: [webkit-dev] Branch for Gtk/Gdk port

2007-02-23 Thread Krzysztof Kowalczyk
Speaking purely for myself, not the webkit team... Fixing compilation issues due to refactoring changes is trivial. In the past I can recall only one issue that required me to spend non-trivial amount of time figuring out a fix for a change due to refactoring. So a branch doesn't make a differenc

Re: [webkit-dev] SVG Stabilization

2007-02-24 Thread Krzysztof Kowalczyk
On 2/24/07, Nikolas Zimmermann <[EMAIL PROTECTED]> wrote: > 2) Additional testing >* Fuzz-test for custom parsers - the biggest security risk is > buffer overruns in some of the custom parsers, so we'd like to > develop a fuzz-testing tool for attributes that trigger these, and > fix resultin

Re: [webkit-dev] gdklauncher quits for "http://www.craigslist.com"

2007-03-10 Thread Krzysztof Kowalczyk
Not that it'll help much, but I just tried latest debug gdklauncher build on Ubuntu 6.10 and didn't encounter the problem (i.e. I was able to browse craigslist.com). -- kjk On 3/10/07, Auro Tripathy <[EMAIL PROTECTED]> wrote: My test was on FC5 Here's the message. [EMAIL PROTECTED] GdkLaunche

Re: [webkit-dev] gdklauncher quits for "http://www.craigslist.com"

2007-03-10 Thread Krzysztof Kowalczyk
;http://sfbay.craigslist.org/";. > > So, if I point to "http://sfbay.craigslist.org/";, gdklauncher is able to > render the page. So, no issue with rendering. > > -Auro > > > Mike Emmel <[EMAIL PROTECTED]> wrote: > On 3/10/07, Krzysztof Kowalczyk wrote: > >

Re: [webkit-dev] gdklauncher down't build because in the file...

2007-03-19 Thread Krzysztof Kowalczyk
It has been fixed two days ago: http://trac.webkit.org/projects/webkit/changeset/20265 --kjk On 3/19/07, Auro Tripathy <[EMAIL PROTECTED]> wrote: ...TemporaryLinkStubs.cpp, at line 299, there is a prototype mismatch. The header file that has the proto is Pastebaord.h is is the platform directo

Re: [webkit-dev] gdklauncher down't build because in the file...

2007-03-19 Thread Krzysztof Kowalczyk
n claim is revision number on your local machine? --kjk On 3/19/07, Auro Tripathy <[EMAIL PROTECTED]> wrote: I did an update and a build ten minutes ago. Hasn't made it. Krzysztof Kowalczyk <[EMAIL PROTECTED]> wrote: It has been fixed two days ago: http://trac.webkit.org/proj

Re: [webkit-dev] looking for someone who is in charge with the webkit development in windows

2007-04-06 Thread Krzysztof Kowalczyk
The unfortunate truth is that the current state of Windows port is not good i.e. it was not kept up-to-date with changes to WebKit. I got it compiling few months back but I didn't submit the fixes because it was crashing and I couldn't figure out why. There are patches in bugzilla that claim to g