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

2007-02-23 Thread Maciej Stachowiak
Since Krzysztof has been doing most of the work to maintain the WebKit Gdk port, I'd like to defer to his opinion on this. - Maciej On Feb 23, 2007, at 2:58 PM, Krzysztof Kowalczyk wrote: Speaking purely for myself, not the webkit team... Fixing compilation issues due to refactoring chang

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] Gdklauncher Craches

2007-02-23 Thread Mike Emmel
On 2/22/07, Krzysztof Kowalczyk <[EMAIL PROTECTED]> wrote: I did some work in http://bugs.webkit.org/show_bug.cgi?id=12783 based on one of your patches in bugzilla, but it doesn't port all of those changes. The only malloc() related fix I can recall is that url string life-time wasn't guaranteed

[webkit-dev] Branch for Gtk/Gdk port

2007-02-23 Thread Juan Antonio Suarez Romero
Hi all, webkiters ;-) In some posts I read some issues about the Gtk/Gdk port. In one, I read about the posibility of creating a branch for this port. What about this idea?. IMHO having a stable branch in which send the contributions about this port is very confortable. This branch should all

[webkit-dev] Question for editing experts about Undo/Redo

2007-02-23 Thread Maciej Stachowiak
Hey everyone, I was discussing editing client methods with George and Lars, and the following came up. WebKit (on the mac at least) appears to re- register undo items when you do an undo or redo action. See WebEditorClient.mm (registerCommandForUndoOrRedo), and Editor.cpp which calls reg