Re: [webkit-dev] Desperate for webkit help

2008-04-11 Thread Scott Thompson
On Apr 11, 2008, at 7:37 PM, David Kilzer wrote: The best thing you could do is to file a bug on and attach source for a project that reproduces the issue, along with details steps to reproduce the issue. If you don't have an Apple Developer Connection (ADC

Re: [webkit-dev] Desperate for webkit help

2008-04-11 Thread David Kilzer
Hi Mark, The best thing you could do is to file a bug on and attach source for a project that reproduces the issue, along with details steps to reproduce the issue. If you don't have an Apple Developer Connection (ADC) membership, sign up for a free "online" members

[webkit-dev] Desperate for webkit help

2008-04-11 Thread Mark
Hi. I've been developing a cocoa application based around webkit for the last 18 months. It's an auto form filling/submitting tool primarily designed for adult webmasters to submit their free pages to link lists. (If this is an problem I guess you can stop reading now)... Currently development has

[webkit-dev] KDE Webkit

2008-04-11 Thread Andre-John Mas
Hi, I was curious to know what the status of the qtWebkit port was? Also once stable can we imagine seeing this as nightly, at least for Linux users? Andre ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/lis

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread Ryan Leavengood
On Fri, Apr 11, 2008 at 12:38 PM, David Kilzer <[EMAIL PROTECTED]> wrote: > > In summary, I think it's great to use git for starting a new port, but in the > mid- to long-term, I think you'll be better off if there is a bi-directional > movement of code between the main svn repository and your p

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread Daniel Zucker
Hi Ryan, Thanks for forwarding to the list. I meant to send it there originally, but it accidentally got sent only to you. One additionally point is that by hosting ports with the main webkit trunk then all ports are treated equally by WebKit policy concerning review, committers, etc. For indiv

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread David Kilzer
Hi Ryan, I think this is a great way to manage a nascent port, and I'm glad your committed to passing platform-agnostic fixes back to the main repository! One thing I'd like to see is the WebKit wiki updated to list your port (on its own page), along with basic information about how to access you

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread Ryan Leavengood
Daniel only responded to me personally (the strange way this list works I guess), so hopefully he won't mind a public response: On Fri, Apr 11, 2008 at 12:21 PM, Daniel Zucker <[EMAIL PROTECTED]> wrote: > Perhaps one possible negative to this is that there would now be definite > resource requirem

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread Ryan Leavengood
On Fri, Apr 11, 2008 at 11:55 AM, iain <[EMAIL PROTECTED]> wrote: > > This is exactly what I've been doing for my Clutter port. I cloned the > official Webkit repo locally, and created an empty git repo on a remote > server that I push my changes to. Periodically I pull from the official > repo

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread David Kilzer
Great! I just didn't recall seeing that listed before. Dave Srinivas Rao M Hamse <[EMAIL PROTECTED]> wrote: > Hi David, > > There is already a logged bug. Is this not sufficient ? > > http://bugs.webkit.org/show_bug.cgi?id=16562 > > > regards, > Srinivas. > > > On Fri, Apr 11, 2008 at 7:

Re: [webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread iain
On Fri, 2008-04-11 at 11:33 -0400, Ryan Leavengood wrote: > I could > manage my Haiku WebKit port using Git without ever having my code in > the "real" WebKit SVN repo. The basic idea would be I would clone the > current WebKit Git repo, create a branch for my Haiku port, and then > publish that b

[webkit-dev] Idea for comments: Using Git to manage some WebKit platform ports

2008-04-11 Thread Ryan Leavengood
Hello all, I have recently begun to use Git in earnest and after reading various things and starting to understand how it works I had an idea: I could manage my Haiku WebKit port using Git without ever having my code in the "real" WebKit SVN repo. The basic idea would be I would clone the current

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread Srinivas Rao M Hamse
Hi David, There is already a logged bug. Is this not sufficient ? http://bugs.webkit.org/show_bug.cgi?id=16562 regards, Srinivas. On Fri, Apr 11, 2008 at 7:53 PM, David Kilzer <[EMAIL PROTECTED]> wrote: > Artem, > > Please file a bug on with a reproducible test > c

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread David Kilzer
Artem, Please file a bug on with a reproducible test case. Thanks! Dave Artem Ananiev <[EMAIL PROTECTED]> wrote: > I have just tried GtkLauncher and it doesn't handle _blank target also. > Thus, it looks like a problem in a shared WebKit code, not specific to > ou

Re: [webkit-dev] Webkit with directfb on linux

2008-04-11 Thread Srinivas Rao M Hamse
Hi Mike, On Thu, Apr 10, 2008 at 4:17 AM, Mike Emmel <[EMAIL PROTECTED]> wrote: > I added zoom support into the gtk layer and I have some patches needed > to build directfb if no X11 is installed some files import X11 still > mainly the plugin stuff. > > Turns out to keep zooming in you have to s

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread Sriram Neelakandan
Well Gtk Implementation is also incomplete .. Please see this bug .. http://bugs.webkit.org/show_bug.cgi?id=16562 But even the patch attached here does not work On Fri, Apr 11, 2008 at 1:59 PM, Artem Ananiev <[EMAIL PROTECTED]> wrote: > I have just tried GtkLauncher and it doesn't handle _blank t

[webkit-dev] Webkit on Qtopia?

2008-04-11 Thread sea
Hi, Does anybody know how to build Webkit on Qtopia? Thanks! --sea ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Building the Qt version on Linux

2008-04-11 Thread sea
Hi, I am very new to this WebKit technology. I have tried to build Webkit using Qt. I have taken the source from WebKit Nightly Builds: "*WebKit r31787 * was built on 11 April 2008 and is a 8.9 MB download." I got this building err

Re: [webkit-dev] _blank hrefs and new windows

2008-04-11 Thread Artem Ananiev
I have just tried GtkLauncher and it doesn't handle _blank target also. Thus, it looks like a problem in a shared WebKit code, not specific to out Java port... Thanks, Artem Artem Ananiev wrote: Hi, I have experienced the following problem with WebKit (Java port). The page code is simple: