Re: [webkit-dev] WebKit on OpenBSD

2008-05-30 Thread James Turner
On Fri, May 30, 2008 at 01:56:33PM -0700, Maciej Stachowiak wrote: > > On May 30, 2008, at 1:51 PM, James Turner wrote: > >> On Fri, May 30, 2008 at 12:22:54PM -0700, Maciej Stachowiak wrote: >>> >>> On May 30, 2008, at 12:15 PM, James Turner wrote: >>> On Fri, May 30, 2008 at 12:13:43PM -0700

Re: [webkit-dev] WebKit on OpenBSD

2008-05-30 Thread Maciej Stachowiak
On May 30, 2008, at 1:51 PM, James Turner wrote: > On Fri, May 30, 2008 at 12:22:54PM -0700, Maciej Stachowiak wrote: >> >> On May 30, 2008, at 12:15 PM, James Turner wrote: >> >>> On Fri, May 30, 2008 at 12:13:43PM -0700, Maciej Stachowiak wrote: On May 30, 2008, at 10:37 AM, James Tur

Re: [webkit-dev] WebKit on OpenBSD

2008-05-30 Thread James Turner
On Fri, May 30, 2008 at 12:22:54PM -0700, Maciej Stachowiak wrote: > > On May 30, 2008, at 12:15 PM, James Turner wrote: > >> On Fri, May 30, 2008 at 12:13:43PM -0700, Maciej Stachowiak wrote: >>> >>> On May 30, 2008, at 10:37 AM, James Turner wrote: >>> I've spent the last couple days trying

Re: [webkit-dev] WebKit on OpenBSD

2008-05-30 Thread Maciej Stachowiak
On May 30, 2008, at 12:15 PM, James Turner wrote: > On Fri, May 30, 2008 at 12:13:43PM -0700, Maciej Stachowiak wrote: >> >> On May 30, 2008, at 10:37 AM, James Turner wrote: >> >>> I've spent the last couple days trying to compile WebKit on OpenBSD >>> -current. After adding the signbit functio

Re: [webkit-dev] WebKit on OpenBSD

2008-05-30 Thread James Turner
On Fri, May 30, 2008 at 12:13:43PM -0700, Maciej Stachowiak wrote: > > On May 30, 2008, at 10:37 AM, James Turner wrote: > >> I've spent the last couple days trying to compile WebKit on OpenBSD >> -current. After adding the signbit function, changing isfinite to >> finite and adding the missing pt

Re: [webkit-dev] WebKit on OpenBSD

2008-05-30 Thread Maciej Stachowiak
On May 30, 2008, at 10:37 AM, James Turner wrote: > I've spent the last couple days trying to compile WebKit on OpenBSD > -current. After adding the signbit function, changing isfinite to > finite and adding the missing pthread_attr_get_np function, I was > finally able to get it to compile. > >

Re: [webkit-dev] Chinese font problems on GTK port

2008-05-30 Thread Joshua Chia
I would like to add that the Qt port doesn't have this problem, so it's probably due to the the way pango or freetype is being used by the Gtk port. 2008/5/29 Joshua Chia <[EMAIL PROTECTED]>: > With a recent GTK port built on Ubuntu Hardy, I find that GtkLauncher fails > to display Chinese charac

[webkit-dev] WebKit on OpenBSD

2008-05-30 Thread James Turner
I've spent the last couple days trying to compile WebKit on OpenBSD -current. After adding the signbit function, changing isfinite to finite and adding the missing pthread_attr_get_np function, I was finally able to get it to compile. However, when I try to run the Gtk test browser or midori (ano

[webkit-dev] Need help with editing functions

2008-05-30 Thread Jonathon Jongsma
I'm attempting to add editing support to QtWebKit (e.g. QWebPage::setEditable()), and it seems to work great for basic editing. But while playing around with it, I've noticed some bugs related to drag-and-drop that I'm having trouble chasing down and would appreciate a bit of guidance. The browser

Re: [webkit-dev] Drosera

2008-05-30 Thread Matt Lilek
https://bugs.webkit.org/show_bug.cgi?id=12983 On Fri, May 30, 2008 at 2:47 AM, Johan Lund <[EMAIL PROTECTED]> wrote: > I am trying to debug some anonymous functions. > What I always do with Microsoft Script Editor is to just type the keyword > "debugger" in my code to set a breakpoint there. > Is

[webkit-dev] Using Webkit with C#

2008-05-30 Thread Christian
Hi, sorry if this is not working properly but this is the first time that I use a mailing list. My question is, if it's possible to use Webkit in Visual Studio as a Windows Forms control or with .net in general.. I already tried to add the libs from the nightly builds, but that did not work..

Re: [webkit-dev] Drosera

2008-05-30 Thread Johan Lund
I am trying to debug some anonymous functions. What I always do with Microsoft Script Editor is to just type the keyword "debugger" in my code to set a breakpoint there. Is there something similar to this in the webkit debugger? Is there a more valid place than this list to discuss about the d