Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-11 Thread Paul Rouget
Gijs Kruitbosch wrote: > On 02/07/13 17:34 , Paul Rouget wrote: > >The Firefox OS Simulator is a XulRunner instance run > >from Firefox. Two processes, two windows, two different > >version of gecko. > > > >It would be very useful if we could display the simulator > >as part of Firefox. Inside a ta

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-10 Thread Neil
Benjamin Smedberg wrote: On Linux and Windows you can mostly do this with windowed plugins and reparented widgets, although you running the risk of introducing new plugin hangs. We should work to make sure that on Windows especially the event loops of the relevant processes are desynchronized.

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-10 Thread Gijs Kruitbosch
On 02/07/13 17:34 , Paul Rouget wrote: The Firefox OS Simulator is a XulRunner instance run from Firefox. Two processes, two windows, two different version of gecko. It would be very useful if we could display the simulator as part of Firefox. Inside a tab. With Linux, we could use XReparentWin

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-10 Thread Karl Tomlinson
Paul Rouget writes: > The Firefox OS Simulator is a XulRunner instance run > from Firefox. Two processes, two windows, two different > version of gecko. > > It would be very useful if we could display the simulator > as part of Firefox. Inside a tab. Under X11, the XEmbed protocol was designed fo

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-03 Thread Benjamin Smedberg
On 7/2/2013 11:34 AM, Paul Rouget wrote: The Firefox OS Simulator is a XulRunner instance run from Firefox. Two processes, two windows, two different version of gecko. It would be very useful if we could display the simulator as part of Firefox. Inside a tab. I'm interested in know why this wou

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-03 Thread Paul Rouget
esday, July 03, 2013 4:10 AM > To: Jim Mathies > Cc: dev-platform@lists.mozilla.org > Subject: Re: Reparenting a XulRunnner window in a Firefox Window > > Jim Mathies wrote: > >For Windows there is only one window (the main desktop window that > >contains the content

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-03 Thread Jim Mathies
ubject: Re: Reparenting a XulRunnner window in a Firefox Window Jim Mathies wrote: For Windows there is only one window (the main desktop window that contains the content tabs and chrome) so reparenting probably isn't an option. The one exception to this is with plugins, which own their own chil

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-03 Thread Paul Rouget
mess with > that. It's actually what I do on Linux. A plugin that reparents an existing window. Is that possible with Windows and Mac? > > Jim > > -Original Message- From: Paul Rouget > Sent: Tuesday, July 02, 2013 10:34 AM > To: dev-platform@lists.mozilla.org &g

Re: Reparenting a XulRunnner window in a Firefox Window

2013-07-02 Thread Jim Mathies
ginal Message- From: Paul Rouget Sent: Tuesday, July 02, 2013 10:34 AM To: dev-platform@lists.mozilla.org Subject: Reparenting a XulRunnner window in a Firefox Window The Firefox OS Simulator is a XulRunner instance run from Firefox. Two processes, two windows, two different version of gecko. It

Reparenting a XulRunnner window in a Firefox Window

2013-07-02 Thread Paul Rouget
The Firefox OS Simulator is a XulRunner instance run from Firefox. Two processes, two windows, two different version of gecko. It would be very useful if we could display the simulator as part of Firefox. Inside a tab. With Linux, we could use XReparentWindow [1]. I don't know about Windows and M