Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2009-02-24 Thread Andrew S. Townley
loaded from the user's desktop. especially when the access being done is > AJAX. > > the rather daft workaround that has to be done is that the desktop-based > loader goes and loads the source_file.html from > http://127.0.0.1/wor

[webkit-dev] Thoughts on the best approach for accessing Ruby objects from WebKit's JavaScript engine

2009-02-24 Thread Andrew S. Townley
n's Ruby/WebKit-GTK+ bindings, I really don't know that much about the core WebKit code, so I wouldn't have a clue where to start with this or how much effort would be involved. Any information, thoughts or comments would be appreciated. Cheers, ast -- Andrew S. Townley http://atown

[webkit-dev] Bi-directional communication between GTK+ and WebKit?

2009-02-08 Thread Andrew S. Townley
it because something broke). Someone, somewhere obviously has a plan for how this is really supposed to work, and I'm wondering if they would mind sharing it, or if anyone could provide or point to recommendations on how this should be done. Any assistance would be most appreciated.

Re: [webkit-dev] How to access resource meta-data

2008-10-29 Thread Andrew S. Townley
ily expose the same APIs. I'll keep looking though. Cheers, ast -- Andrew S. Townley <[EMAIL PROTECTED]> http://atownley.org ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How to access resource meta-data

2008-10-29 Thread Andrew S. Townley
On Wed, 2008-10-29 at 09:42 -0700, Darin Adler wrote: > On Oct 29, 2008, at 9:30 AM, Andrew S. Townley wrote: > > > Fair enough. What I'm looking for at a minimum is the headers > > associated with each HTTP response. > > You'd get at those through the resou

Re: [webkit-dev] How to access resource meta-data

2008-10-29 Thread Andrew S. Townley
Hi Darin, On Wed, 2008-10-29 at 09:10 -0700, Darin Adler wrote: > On Oct 29, 2008, at 1:51 AM, Andrew S. Townley wrote: > > > I'm having trouble finding where you would be able to > > access resource meta-data information, say given a WebKitWebView. > > Maybe you co

[webkit-dev] How to access resource meta-data

2008-10-29 Thread Andrew S. Townley
ut I'm not sure if this is what the WebInspector is supposed to do. The existing API looks pretty focused on JavaScript. Sorry if this is an obvious question. Thanks in advance, ast -- Andrew S. Townley <[EMAIL PROTECTED]> http://atownley.org

[webkit-dev] Question about Widget* FrameLoaderClient::createJavaAppletWidget

2008-10-21 Thread Andrew S. Townley
using XHTML+CSS for layout, and that's the kind of thing I think of with some of the talk about using using WebKit for hybrid applications. I couldn't really find this covered anywhere else. Thanks in advance, ast -- Andrew S. Townley <[EMAIL

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-21 Thread Andrew S. Townley
Hi Gustavo, On Mon, 2008-10-20 at 23:51 -0200, Gustavo Noronha Silva wrote: > On Mon, 2008-10-20 at 16:07 +0100, Andrew S. Townley wrote: > > Unlike the majority of users, I don't need WebKit to access URIs on the > > Internet. I need to be able to intercept them and

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-21 Thread Andrew S. Townley
> problem as you but haven't got to it yet. In my case it's less about > overriding http:// and more about supporting custom://. You're right. I'm actually going to need both. Thanks for mentioning it. -- Andrew S. Townley

[webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-20 Thread Andrew S. Townley
t is essential for what I'm doing and my only other alternative is to use the soon-to-be-unmaintained GtkHTML(3) from Gnome svn. Any information on how this sort of behavior can be accomplished with the existing GTK+ api would also be welcome. Thanks in advance, ast -- Andrew S. To