[webkit-dev] Opening New Window doesn't work in Gtk port of Webkit.

2008-04-10 Thread Srinivas Rao M Hamse
Hi, I am using the latest build r31738. My intention is to being able to open the href link on the same window, instead of opening a fresh window for it. When i click New Window! button available at: http://www.pageresource.com/jscript/jwinopen.htm I get nothing changed on screen. I see most of

Re: [webkit-dev] State of WebKit S60

2008-04-10 Thread Nicholas Shanks
On 9 Apr 2008, at 7:16 pm, Eric Seidel wrote: There has not been a checkin to the S60 port in over 8 months: http://trac.webkit.org/projects/webkit/browser/S60 As far as I can tell, the port is dead. There are even 12 patches which were approved but never landed: http://tinyurl.com/5bt4rk

[webkit-dev] We get our wince port update avaliabe now!

2008-04-10 Thread ledwinka
Hi All We current get our wince port of webkit runnable now on windows mobile 2003 windows mobile 5 now. Our branch start up on S60Webkit, all code depends on Nokia-internal source files has been moved out. There are still a lot of work to do to make wince port more stable and

[webkit-dev] Turning off blue borders on input elements in Safari?

2008-04-10 Thread Johan Lund
How can I turn off the blue borders that Safari adds around input elements? Regards Johan Lund ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Turning off blue borders on input elements in Safari?

2008-04-10 Thread Matt Lilek
On Thu, Apr 10, 2008 at 3:46 AM, Johan Lund [EMAIL PROTECTED] wrote: How can I turn off the blue borders that Safari adds around input elements? Regards Johan Lund Add outline: none; ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] XHR XML Escaping

2008-04-10 Thread Eric Seidel
The FF/IE behavior looks to be in disagreement with the spec: http://www.w3.org/TR/XMLHttpRequest/#send So it seems like both the spec and our code should be changed. Please file a bug: http://webkit.org/quality/reporting.html Bugs reported on the mailing list are unlikely to be fixed unless

Re: [webkit-dev] Adding Javascript object to Webkit

2008-04-10 Thread Lee Ka Yuk
Dear all, I've tested with JSCore/API and JSCore/binding. To my surprise, none of the test apps is working. I don't have CoreFoundation/CoreFoundation.h in my platform (Qtopia/Ubuntu) so I could not pass the build of JSCore/API/JSStringRefCF.h. How can I use JSCore/API then? Then I switched to

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

2008-04-10 Thread Giri Rao
Mike, When I can get the patches? Thanks Giri On Wed, Apr 9, 2008 at 3:47 PM, 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

Re: [webkit-dev] XHR XML Escaping

2008-04-10 Thread Eric Seidel
My apologies. I misread your message. You are correct. Our behavior seems wrong to me too. Please file a bug. -eric On Thu, Apr 10, 2008 at 10:20 PM, Keith Kowalczykowski [EMAIL PROTECTED] wrote: Hi Eric, Thanks for the quick response. Based upon the way I interpret the spec, it