Re: [webkit-dev] Looking for a counterpart of webkit_get_default_session()

2009-06-10 Thread Christian Dywan
Am Wed, 10 Jun 2009 20:04:55 +0200 schrieb Sebastian Linke seb_li...@web.de: Hi there, a few weeks ago I noticed that the WebKitGTK+ 1.1.1 release comes up with a nice feature: webkit_get_default_session() In the last days I was playing around with the underlying SoupSession and now I

[webkit-dev] Controling HTML5 local storage/ databases programmatically

2009-05-12 Thread Christian Dywan
Heya, inspired by bug 25629 [1] I came to wonder how far webkit applications are able to control HTML5 local storage and databases. The bug report is mainly about enabling or disabling these features. So how far does WebCore allow for limiting stored data, in the form of an expiration date and

Re: [webkit-dev] WebKit Javascript Popups

2009-05-06 Thread Christian Dywan
Am Wed, 6 May 2009 20:21:14 +0100 schrieb Michael S. Walker m...@barrucadu.co.uk: Hi, I'm a developer for Uzbl (http://www.uzbl.org) and we've got a problem with opening new links via javascript's window.open(). We don't know how to get the URI being requested, and so no new window is

Re: [webkit-dev] webkit-gtk issue: destroying webview widget directly causes crash.

2009-04-03 Thread Christian Dywan
Am Sat, 4 Apr 2009 02:13:49 +0800 schrieb Zhe Su james...@gmail.com: Hi, Recently I encountered a crash issue related to webkit-gtk. Attached program will crash when destroying webview widget. The backtrace is: tested against webkit-gtk 1.1.1. Is it a bug? Regards James Su Hey

Re: [webkit-dev] To use Freenode IRC, do I need to use non-windows OS ?

2009-03-11 Thread Christian Dywan
Am Wed, 11 Mar 2009 20:35:59 +0900 schrieb 조정흠 journeyer...@gmail.com: Hello, I've read that there is a place for developers' discussion in Freenode IRC. But my safari on win XP only says that she can't access the url because windows doesn't recognise irc scheme url. Then do I need to try

[webkit-dev] WebKitGTK+ 1.1.1 released

2009-03-01 Thread Christian Dywan
Heya, in the past months the activity of WebKitGTK+ has been increasing greatly and we are really coming nearer to a real good tool here. So I proudly announce the release of WebKitGTK+ 1.1.1. http://cafe.minaslivre.org/webkit/webkit-1.1.1.tar.gz md5sum: d3a5d7233beab310e9d3e5568fae49a1 For

Re: [webkit-dev] libsoup

2009-02-24 Thread Christian Dywan
Am Tue, 24 Feb 2009 21:19:30 + schrieb Luke Kenneth Casson Leighton l...@lkcl.net: On Tue, Feb 24, 2009 at 6:34 PM, Christian Dywan christ...@twotoasts.de wrote: Hey, note that some time ago the WebKitGtk hackers decided to drop support for libcurl and always work with libsoup

Re: [webkit-dev] checking for LIBSOUP... configure: error: Package requirements (libsoup-2.4 = 2.23) were not met:

2009-02-16 Thread Christian Dywan
Am Mon, 16 Feb 2009 09:28:53 -0800 (PST) schrieb David Kilzer ddkil...@webkit.org: Sorry, I was reading that libsoup-2.23 was older than libsoup-2.4. It looks like configure.ac is not comparing the versions correctly. Try making this change (changing libsoup-2.4 to just libsoup in

Re: [webkit-dev] Building a rich application using Webkit

2009-01-09 Thread Christian Dywan
Am Fri, 9 Jan 2009 12:05:53 -0800 (PST) schrieb Shaji N Vyapron nvsh...@yahoo.com: Hi, Is it possible to build a rich application on the desktop using Webkit/Gtk? For example, I need to build an application that will display a web page with multiple tabs and options for user and on

Re: [webkit-dev] IDE for gtk+

2009-01-08 Thread Christian Dywan
Am Thu, 8 Jan 2009 19:14:09 +0530 schrieb Nilesh Patil vni...@gmail.com: Hi U can try gdb for the same. Or even KDbg if u are mpre familier with GUI Or try 'nemiver', a frontend for gdb. Or geany, which features a graphical debugger. ciao, Christian

Re: [webkit-dev] disableing webkit plugins on gtk+ port

2009-01-08 Thread Christian Dywan
Am Thu, 08 Jan 2009 15:30:07 +0100 schrieb Zan Dobersek zandober...@gmail.com: Luka Napotnik wrote: Hello. I'm trying to disable plugins on the gtk+ port of webkit. I've tried to modify the WebKitWebSettings property enable-plugins but my program segfaults. Here's the code:

Re: [webkit-dev] Q: Webkit on Windows without COM registration (as wrapped DLL only?)

2009-01-07 Thread Christian Dywan
Am Wed, 07 Jan 2009 16:40:48 +0100 schrieb Thomas Brodt thomas.br...@porabo.ch: Hi list as far as I have learned until now, there are several ways to use Webkit as an embeddable component in Windows applications. Maybe some wise on this list could help me out with some more answers that I

Re: [webkit-dev] WebKitGtk network backend

2008-12-22 Thread Christian Dywan
Am Mon, 22 Dec 2008 14:03:36 -0800 schrieb Brent Fulgham bfulg...@gmail.com: Hi, On Mon, Dec 22, 2008 at 2:29 AM, Gustavo Noronha Silva g...@gnome.org wrote: On Sun, 2008-12-21 at 21:29 +0100, Christian Dywan wrote: So, I'd like to suggest to make libSoup the only backend. We would

[webkit-dev] WebKitGtk network backend

2008-12-21 Thread Christian Dywan
Heya, the Gtk port of WebKit currently supports two network backends, that is Curl and libSoup. The plan always was to improve libSoup to an extend where it supersedes Curl, but libSoup is deemed not mature enough up to this day. As far as I'm aware most of the Gtk contributors are in favour of

Re: [webkit-dev] webkit glib DOM bindings demo code

2008-12-08 Thread Christian Dywan
Am Mon, 8 Dec 2008 14:03:46 + schrieb Luke Kenneth Casson Leighton [EMAIL PROTECTED]: this is all in c. it's the same sort of thing in python with pywebkitgtk - except _slightly_ less messy. in pyjamas-desktop, once i get round to it, the messy names will go away, and revert back to

Re: [webkit-dev] need some information......

2008-11-19 Thread Christian Dywan
Am Wed, 19 Nov 2008 16:49:40 +0530 schrieb Laxmi Kumar Sahu [EMAIL PROTECTED]: Hi, As per my client requirements, To analysis better I need some information as bellow, You make it sound like you are asking a contractor. I advise you might want to ask in a slightly less demanding way if the

Re: [webkit-dev] loadRequest

2008-11-19 Thread Christian Dywan
Am Wed, 19 Nov 2008 10:32:23 -0800 (PST) schrieb [EMAIL PROTECTED] [EMAIL PROTECTED]: Thank you Darin. Is there a way to remove the Apple binary dependencies from WebKit? I'll be ok using the Windows networking stack. What's most important for me is that I'm able to use the rendering

Re: [webkit-dev] Webkit compatibility in India - Transcoding Indic fonts

2008-11-19 Thread Christian Dywan
Am Wed, 19 Nov 2008 17:26:23 -0800 schrieb Maciej Stachowiak [EMAIL PROTECTED]: On Nov 19, 2008, at 10:42 AM, Jungshik Shin (신정식, 申政湜) wrote: 2008/11/6 Prunthaban Kanthakumar [EMAIL PROTECTED] Now we can do the following, 1. Add an additional condition in styleDidChange method

Re: [webkit-dev] Harmonizing content sniffing

2008-11-14 Thread Christian Dywan
Am Fri, 14 Nov 2008 14:40:44 -0800 schrieb Darin Adler [EMAIL PROTECTED]: On Nov 14, 2008, at 2:32 PM, Adam Barth wrote: One disadvantage of moving the algorithm is that we might make some unintended changes. Another disadvantage is that any other Mac OS X libraries or applications

Re: [webkit-dev] To open the xml file

2008-11-13 Thread Christian Dywan
Am Thu, 13 Nov 2008 15:04:36 +0530 schrieb Ajay Gautam [EMAIL PROTECTED]: Hi , I want to open a xml file(http://117.118.178.81:49154/Test1.xml) which is on a server at Gtk Launcher even i am able to open this file at firefox. Can anybody tell that where i doing wrong?Is it releated to

Re: [webkit-dev] Extending WebKit JavaScript support

2008-11-13 Thread Christian Dywan
Am Thu, 13 Nov 2008 01:34:17 -0800 (PST) schrieb Iulian [EMAIL PROTECTED]: I would like to extend JavaScript support with new objects (similar to Math, RegEx, String). Because these objects needs to interact with the OS (Linux) i cannot use JavaScript Object support to create these objects

Re: [webkit-dev] change the image sources with Javascript

2008-10-27 Thread Christian Dywan
Am Mon, 27 Oct 2008 13:19:00 +0100 schrieb Nacho Abejaro [EMAIL PROTECTED]: Hello, I have a test application that works as a kind of demo browser, where I change the source of all images from any HTML page using a custom Javascript that I introduce in it through WebKit. My Javascript just

Re: [webkit-dev] Kompilierungshilfe

2008-10-15 Thread Christian Dywan
Am Wed, 15 Oct 2008 14:47:55 + (GMT) schrieb Ehrenmann [EMAIL PROTECTED]: Hallo an Alle, ich brauch eine unbedingte Hilfe um Javacorescript und Webcore zu kompilieren. Ich habe ¨make¨ gegeben und sagt ../Makefile.shared ist nicht gefunden. wo kann ich die komplette Datei herunterladen?

Re: [webkit-dev] segfault when having multiple webkit instances (got backtrace)

2008-10-06 Thread Christian Dywan
Am Mon, 06 Oct 2008 03:09:08 -0700 schrieb Maciej Stachowiak [EMAIL PROTECTED]: On Oct 6, 2008, at 2:32 AM, Luka Napotnik wrote: Ok I understand. Would it make a difference if I have only one WebKit instance and then create frames and then operate on frames in the threads? That

Re: [webkit-dev] Transparency on GTK/DirectFB

2008-09-24 Thread Christian Dywan
Am Wed, 24 Sep 2008 15:16:24 -0700 schrieb Darin Adler [EMAIL PROTECTED]: On Sep 24, 2008, at 3:10 PM, Weber, Bernd wrote: The holy grail however would be to achieve transparency to the underlying desktop, by defining “transparent” as the background color. WebKit definitely supports

Re: [webkit-dev] How to set proxy in webkit ?

2008-08-21 Thread Christian Dywan
Am Thu, 21 Aug 2008 10:11:08 +0800 schrieb Andy [EMAIL PROTECTED]: Hi, all In my app based on webkit I want to set a proxy, I know webkit uses the system proxy config as its proxy, but I can not find any API about that, how to get the system proxy info and how to set it ? Is there any sample

Re: [webkit-dev] compiling GTK port

2008-08-18 Thread Christian Dywan
Am Mon, 18 Aug 2008 17:19:58 -0700 schrieb Chris Teague [EMAIL PROTECTED]: I've been unsuccessful in compiling the GTK port recently. I've tried r35788 and r35814 so far, both of them result in the following errors. Has anyone else seen this? Anyone know why the buildbot wouldn't catch

Re: [webkit-dev] renaming some things in JavaScriptCore

2008-06-15 Thread Christian Dywan
Am Sun, 15 Jun 2008 10:51:53 -0500 schrieb David Hyatt [EMAIL PROTECTED]: On Jun 15, 2008, at 12:43 AM, Maciej Stachowiak wrote: Another thought that came up is that perhaps we should change our namespace from KJS to JSC. I like the idea. But I'm not crazy about the three WebKit

Re: [webkit-dev] Load finished notification

2008-05-20 Thread Christian Dywan
Am Tue, 20 May 2008 17:32:24 -0700 schrieb Giri Rao [EMAIL PROTECTED]: Hello all, I was wondering if there is a notification in webkit that I can catch to reliably tell that the browser has done rendering. Right now I am hooked into load_finished, I am noticing that at times, load_finished

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

2008-04-03 Thread Christian Dywan
Am Thu, 3 Apr 2008 11:04:11 -0700 schrieb Mike Emmel [EMAIL PROTECTED]: Yes if you need help with your setup i.e no X11 I have some patches. Also I have some pure memory driver patches for DirectFB itself that I need to push. Finally if your using this for thumbnails I also have so zooming

Re: [webkit-dev] Building GTK+ port on Win32

2008-03-13 Thread Christian Dywan
Am Wed, 12 Mar 2008 22:31:58 -0700 schrieb Joshua Chia [EMAIL PROTECTED]: Hi, How can I build the GTK+ port on Win32? What do I need and what do I type? Also, is it independent of the non-open Support Libraries that the Win32 port needs? Hi Joshua, I didn't try to build it under win32.

Re: [webkit-dev] Text color inside Textfield in GTKport

2008-02-20 Thread Christian Dywan
Am Wed, 20 Feb 2008 14:08:56 +0530 schrieb zaheer ahmad [EMAIL PROTECTED]: hi, Text color inside text field in GTK port does not seem to honor the theme settings. This seems to be an issue. Please comment. Also can you point on the relevant piece of code that controls this. thanks, Zaheer

Re: [webkit-dev] Re: Issues with font rendering on DirectFB build

2008-02-13 Thread Christian Dywan
Am Wed, 13 Feb 2008 16:06:50 +0530 schrieb Sriram Neelakandan [EMAIL PROTECTED]: Alp for some reason DPI reported by gdk_screen_get_resolution(screen); in webkitwebview.cpp is incorrect !! It returns a -1 !! so i fixed the DPI to 96 when its -1 so probably we need this change !!

Re: [webkit-dev] WebKit for WinCE / WinMobile

2008-02-11 Thread Christian Dywan
Am Mon, 11 Feb 2008 16:31:55 +0100 schrieb George Staikos [EMAIL PROTECTED]: Hello WebKit hackers, I don't want to spam the list, but I do need to find a way to let everyone know that we have released a preview of our WinMobile browser. You can download the binaries now from http://

Re: [webkit-dev] [Q] License

2008-02-06 Thread Christian Dywan
to save time and efforts in getting a build done for use with Safari. It's not intended to be widely used. You will want to look at the current efforts to replace Apple's frameworks with Cairo and other technology that is freely available. Regards, Christian Dywan