32 messages in org.gnome.desktop-devel-listRe: GNOME online desktop - (some of t...
FromSent OnAttachments
Havoc PenningtonJul 22, 2007 7:57 am 
Jeff WaughJul 22, 2007 12:02 pm 
adelJul 22, 2007 6:36 pm 
Owen TaylorJul 23, 2007 11:53 am 
Havoc PenningtonJul 23, 2007 12:09 pm 
Jeff WaughJul 23, 2007 2:13 pm 
Jeff WaughJul 23, 2007 2:18 pm 
Havoc PenningtonJul 23, 2007 2:42 pm 
Jeff WaughJul 23, 2007 2:47 pm 
Ian McKellarJul 23, 2007 6:03 pm 
Bastien NoceraJul 24, 2007 6:06 am 
Bryan ClarkJul 25, 2007 7:18 am 
John StowersJul 25, 2007 7:56 am 
Havoc PenningtonJul 25, 2007 11:04 am 
John StowersJul 25, 2007 11:21 am 
Bryan ClarkJul 25, 2007 11:59 am 
Bryan ClarkJul 27, 2007 1:54 pm 
Joe ShawAug 7, 2007 7:16 am 
Rodrigo MoyaAug 7, 2007 9:48 am 
Rodrigo MoyaAug 7, 2007 9:50 am 
Havoc PenningtonAug 8, 2007 9:07 am 
Havoc PenningtonAug 8, 2007 9:08 am 
Frederic CrozatAug 8, 2007 9:37 am 
Alberto RuizAug 8, 2007 10:22 am 
Havoc PenningtonAug 8, 2007 10:54 am 
Bryan ClarkAug 9, 2007 12:20 pm 
Alberto RuizAug 9, 2007 2:15 pm 
Alan HorkanAug 10, 2007 6:14 am 
Bryan ClarkAug 10, 2007 9:45 am 
Calum BensonAug 10, 2007 10:51 am 
Bryan ClarkAug 10, 2007 11:57 am 
Alex GraveleyAug 11, 2007 8:25 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: GNOME online desktop - (some of the possible) next stepsActions...
From:Alex Graveley (al@beatniksoftware.com)
Date:Aug 11, 2007 8:25:43 pm
List:org.gnome.desktop-devel-list

Awesome! I've been looking at doing DBUS binding for Pyro, but I'd gladly use yours instead.

I don't really understand why you'd expose Firefox's HTTP stack over dbus, or allow DOM manipulation using the same. What do you have in mind?

-Alex

On 7/23/07, Ian McKellar <ia@mckellar.org> wrote:

On 7/23/07, Havoc Pennington <hp@redhat.com> wrote:

- investigate how HTTP state of browser can be used by any app

I'm working on exposing Firefox's HTTP stack over DBus. Should be handy. With this is should also be possible to expose as much browser state as desktop apps might need - right up to grease-monkey-like interaction with web sites.

I've basically got the beginnings of a DBus->XPCOM bridge. It seems to kind of work a little bit for the tiny subset of types that I've written the marshaling code for. It's implemented as an XPCOM module that could be installed by an extension or installed system-wide in /usr/lib/firefox/components

When it's demoable I'll throw my git tree up and post some binaries.