Re: Changing browser remoteness

2020-10-09 Thread Nika Layzell
Replied with comments inline :-) On Tue, Oct 6, 2020 at 11:15 PM Geoff Lankow wrote: > I've borrowed this code from Firefox > < > https://searchfox.org/mozilla-central/source/browser/base/content/tabbrowser.js#1832-1851> > > and that works perfectly (well, after I fix a few other things that > a

Changing browser remoteness

2020-10-06 Thread Geoff Lankow
Context: I'm trying to make Thunderbird E10s-compatible. We have s that can display web content or email messages. For now, email messages are going to have to be in the parent process. So, I need to be able to switch the remoteness of a in both directions. I may be barking up the wrong tree